.component { --paper: #f7f5ee; --sage: #eceee5; --ink: #303f36; --green: #345648; --muted: #6f7f72; --line: #d9ded3; --gutter: clamp(1.25rem, 3.75vw, 5.5rem); width: 100%; max-width: 100%; color: var(--ink); background: var(--paper); font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; font-size: 1rem; line-height: 1.85; letter-spacing: 0.035em; overflow-wrap: anywhere; color-scheme: light; }
.component, .component *, .component *::before, .component *::after { box-sizing: border-box; }
.component .site-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 4.75rem; padding: 0.875rem var(--gutter); background: var(--paper); border-bottom: 1px solid var(--line); }
.component .site-logo { display: inline-block; min-width: 0; color: var(--green); font-family: "Avenir Next", Avenir, "Century Gothic", sans-serif; font-size: clamp(1.4rem, 2vw, 1.875rem); font-weight: 500; line-height: 1.35; letter-spacing: 0.14em; text-decoration: none; }
.component .site-header .site-logo { flex: 0 1 auto; }
.component .site-nav { min-width: 0; margin-left: auto; }
.component .site-nav ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 0.25rem clamp(1rem, 2vw, 2.25rem); margin: 0; padding: 0; list-style: none; }
.component .site-nav a { display: inline-block; padding: 0.5rem 0; font-size: 0.875rem; line-height: 1.6; text-decoration: none; }
.component .site-nav a:hover, .component .footer-nav a:hover, .component .site-menu a:hover { color: var(--green); text-decoration: underline; }
.component .menu-toggle, .component .menu-close { flex-shrink: 0; width: 2.75rem; height: 2.75rem; padding: 0; border: 0; color: var(--green); background: transparent; cursor: pointer; }
.component .menu-toggle { display: none; flex-direction: column; align-items: center; justify-content: center; gap: 7px; }
.component .menu-bar { display: block; width: 1.75rem; height: 2px; background: currentColor; }
.component .menu-toggle:hover, .component .menu-close:hover { background: #e8ece3; }
.component .site-menu { position: fixed; inset: 0 0 0 auto; width: min(28rem, 100%); max-width: 100%; height: 100vh; height: 100dvh; max-height: 100dvh; margin: 0; padding: 6rem clamp(1.5rem, 6vw, 3rem) 3rem; overflow-y: auto; border: 0; color: var(--ink); background: var(--paper); box-shadow: -1rem 0 4rem rgb(32 48 39 / 12%); }
.component .site-menu:popover-open { display: block; }
.component .site-menu::backdrop { background: rgb(28 45 37 / 30%); backdrop-filter: blur(3px); }
.component .menu-close { position: absolute; top: 1.25rem; right: 1.25rem; display: grid; place-items: center; }
.component .menu-close-bar { position: absolute; width: 1.75rem; height: 2px; background: currentColor; }
.component .menu-close-bar:first-child { transform: rotate(45deg); }
.component .menu-close-bar:last-child { transform: rotate(-45deg); }
.component .site-menu ul { margin: 0; padding: 0; list-style: none; }
.component .site-menu a { display: block; padding: 1.125rem 0; border-bottom: 1px solid var(--line); font-size: 1.0625rem; text-decoration: none; }
.component .site-footer { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.2fr); align-items: start; gap: 2.5rem 4rem; padding: 3.75rem var(--gutter) 1.5rem; border-top: 1px solid var(--line); background: var(--paper); }
.component .site-footer > .site-logo { justify-self: start; }
.component .footer-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; min-width: 0; }
.component .footer-group { min-width: 0; }
.component .footer-group-title { margin: 0 0 0.75rem; color: var(--muted); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; }
.component .footer-nav ul { margin: 0; padding: 0; list-style: none; }
.component .footer-nav li + li { margin-top: 0.375rem; }
.component .footer-nav a { display: inline-block; max-width: 100%; padding: 0.25rem 0; font-size: 0.8125rem; line-height: 1.85; text-decoration: none; }
.component .site-copyright { grid-column: 1 / -1; margin: 0.5rem 0 0; padding-top: 1.375rem; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.75rem; letter-spacing: 0.045em; }
@media (max-width: 64rem) {
  .component { --gutter: clamp(1.25rem, 6vw, 3.75rem); }
  .component .site-header { min-height: clamp(4.5rem, 8.6vw, 5.5rem); gap: 1rem; }
  .component .site-header .site-logo { font-size: clamp(1.35rem, 3.6vw, 2.25rem); }
  .component .site-nav { display: none; }
  .component .menu-toggle { display: flex; width: clamp(2.75rem, 5.2vw, 3.5rem); gap: clamp(5px, 0.85vw, 9px); }
  .component .menu-bar { width: clamp(1.5rem, 3.9vw, 2.5rem); height: clamp(2px, 0.28vw, 3px); }
  .component .site-footer { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; padding-top: 3rem; }
}
@media (max-width: 48rem) {
  .component .footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 1.5rem; }
}
.component a { color: inherit; text-underline-offset: 0.3em; }
.component a:focus-visible, .component button:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; }

.component .philosophy-main {
  min-width: 0;
}
.component .breadcrumb {
  padding: 0.875rem var(--gutter);
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.8;
}
.component .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem 0;
  max-width: 93rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.component .breadcrumb li {
  min-width: 0;
  max-width: 100%;
}
.component .breadcrumb li + li {
  position: relative;
  margin-left: 1rem;
  padding-left: 1.5rem;
}
.component .breadcrumb li + li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid var(--muted);
  border-right: 1px solid var(--muted);
  transform: rotate(45deg);
  content: "";
}
.component .breadcrumb a {
  display: inline-block;
  max-width: 100%;
  padding: 0.25rem 0;
  text-decoration: none;
}
.component .breadcrumb a:hover,
.component .breadcrumb a:focus-visible {
  text-decoration: underline;
}
.component .breadcrumb .is-current {
  color: var(--ink);
}
.component .philosophy-masthead {
  position: relative;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.component .masthead-media {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  width: 65%;
  overflow: hidden;
}
.component .masthead-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 53%;
}
.component .masthead-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f7f5ee 0%, rgb(247 245 238 / 96%) 10%, rgb(247 245 238 / 72%) 23%, rgb(247 245 238 / 18%) 40%, rgb(247 245 238 / 0%) 58%);
  content: "";
}
.component .sub-hero {
  position: relative;
  z-index: 1;
}
.component .sub-hero-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  min-height: clamp(17rem, 24vw, 23rem);
  max-width: 100rem;
  margin: 0 auto;
  padding: 3.5rem var(--gutter);
}
.component .sub-hero-title {
  position: relative;
  max-width: 49%;
  margin: 1.75rem 0 0;
  color: var(--ink);
  font-size: clamp(2rem, 3.1vw, 3rem);
  font-weight: 650;
  line-height: 1.6;
  letter-spacing: 0.07em;
  line-break: strict;
  text-wrap: balance;
}
.component .sub-hero-title::before {
  position: absolute;
  top: -1.75rem;
  left: 0;
  width: 3.125rem;
  height: 1px;
  background: var(--muted);
  content: "";
}
.component .sub-hero-title::after {
  position: absolute;
  top: calc(-1.75rem - 0.15625rem);
  left: 3.9375rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--muted);
  content: "";
}
.component .design-philosophy-section {
  padding: clamp(3rem, 5.5vw, 6rem) var(--gutter) clamp(3.5rem, 6.5vw, 7rem);
}
.component .philosophy-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.4fr);
  align-items: start;
  gap: clamp(3rem, 6vw, 6.5rem);
  max-width: 93rem;
  margin: 0 auto;
}
.component .philosophy-heading,
.component .philosophy-copy {
  min-width: 0;
}
.component .detail-mark {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: max-content;
  height: 0.75rem;
  margin-bottom: 1.875rem;
  color: var(--muted);
}
.component .detail-mark::before {
  display: block;
  width: 3.125rem;
  height: 1px;
  background: currentColor;
  content: "";
}
.component .detail-mark::after {
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: currentColor;
  content: "";
}
.component .philosophy-title {
  max-width: 14em;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.625rem, 2.65vw, 2.5rem);
  font-weight: 650;
  line-height: 1.7;
  letter-spacing: 0.06em;
  line-break: strict;
  text-wrap: balance;
}
.component .philosophy-copy p {
  margin: 0;
  font-size: clamp(1rem, 1.18vw, 1.125rem);
  line-height: 2.1;
  letter-spacing: 0.045em;
  line-break: strict;
}
.component .philosophy-copy p + p {
  margin-top: 1.5rem;
}
.component .working-values-section {
  padding: clamp(3rem, 5.5vw, 6rem) var(--gutter) clamp(3.5rem, 6.5vw, 7rem);
  background: var(--sage);
}
.component .working-values-inner {
  max-width: 93rem;
  margin: 0 auto;
}
.component .working-values-title {
  max-width: 27em;
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 650;
  line-height: 1.7;
  letter-spacing: 0.055em;
  line-break: strict;
  text-wrap: balance;
}
.component .working-values-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
}
.component .working-value {
  min-width: 0;
  padding: clamp(1.5rem, 2.35vw, 2.25rem);
  border-top: 2px solid #9aab9b;
  background: var(--paper);
}
.component .working-value-title {
  min-height: 3.4em;
  margin: 0;
  color: var(--green);
  font-size: clamp(1.125rem, 1.5vw, 1.375rem);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
  line-break: strict;
}
.component .working-value-description {
  margin: 1.25rem 0 0;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.035em;
  line-break: strict;
}
@media (max-width: 64rem) {
  .component .masthead-media {
    position: relative;
    inset: auto;
    width: 100%;
    max-height: 25rem;
    aspect-ratio: 16 / 9;
  }
  .component .masthead-media::after {
    display: none;
  }
  .component .masthead-image {
    object-position: 55% 55%;
  }
  .component .sub-hero-inner {
    min-height: 0;
    padding: clamp(2.25rem, 4.5vw, 3rem) var(--gutter) clamp(2.25rem, 4.5vw, 3rem);
  }
  .component .sub-hero-title {
    max-width: 100%;
    font-size: clamp(1.625rem, 5vw, 3.125rem);
  }
  .component .philosophy-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }
  .component .philosophy-title {
    max-width: 22em;
    font-size: clamp(1.5rem, 3.9vw, 2.5rem);
  }
  .component .philosophy-copy p {
    font-size: clamp(1rem, 2.35vw, 1.25rem);
    line-height: 2;
  }
  .component .working-values-title {
    font-size: clamp(1.5rem, 3.7vw, 2.5rem);
  }
  .component .working-values-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    margin-top: 2.25rem;
  }
  .component .working-value {
    padding: clamp(1.5rem, 3.75vw, 2.5rem);
  }
  .component .working-value-title {
    min-height: 0;
    font-size: clamp(1.125rem, 2.8vw, 1.625rem);
  }
  .component .working-value-description {
    margin-top: 1rem;
    font-size: clamp(1rem, 2.2vw, 1.1875rem);
  }
}
@media (max-width: 30rem) {
  .component .breadcrumb {
    font-size: 0.6875rem;
  }
  .component .breadcrumb li + li {
    margin-left: 0.75rem;
    padding-left: 1.125rem;
  }
  .component .detail-mark {
    margin-bottom: 1.5rem;
  }
  .component .philosophy-layout {
    gap: 1.75rem;
  }
  .component .working-values-list {
    gap: 1rem;
  }
}