.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 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 .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-main {
  min-width: 0;
}
.component .section-previews {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3rem);
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 var(--gutter);
  border-bottom: 1px solid var(--line);
}
.component .preview-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem 1.25rem;
  min-width: 0;
  padding: 1.5rem 0;
}
.component .preview-section + .preview-section {
  padding-left: clamp(1.5rem, 3vw, 3rem);
  border-left: 1px solid var(--line);
}
.component .preview-title {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.1875rem);
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.055em;
}
.component .preview-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  min-height: 2.75rem;
  max-width: 100%;
  color: var(--green);
  font-size: 0.875rem;
  line-height: 1.7;
  text-decoration: none;
}
.component .preview-link > span:first-child {
  min-width: 0;
}
.component .preview-link:hover > span:first-child {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.component .link-arrow {
  position: relative;
  display: inline-block;
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  color: var(--paper);
  background: var(--green);
}
.component .link-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  content: "";
}
.component .link-arrow::after {
  position: absolute;
  top: 50%;
  right: 0.6875rem;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
.component .preview-link:hover .link-arrow {
  background: #263f34;
}
.component .introduction-section {
  position: relative;
  isolation: isolate;
  background: var(--paper);
}
.component .introduction-media {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  width: 67%;
  overflow: hidden;
}
.component .introduction-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 50%;
}
.component .introduction-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f7f5ee 0%, rgb(247 245 238 / 97%) 8%, rgb(247 245 238 / 85%) 18%, rgb(247 245 238 / 25%) 35%, rgb(247 245 238 / 0%) 52%);
  content: "";
}
.component .introduction-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: clamp(38rem, 48vw, 46rem);
  max-width: 100rem;
  margin: 0 auto;
  padding: clamp(3.5rem, 5.3vw, 5.75rem) var(--gutter);
}
.component .introduction-copy {
  width: 47%;
  max-width: 42rem;
  min-width: 0;
}
.component .section-mark {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: max-content;
  height: 0.75rem;
  margin-bottom: 2.25rem;
  color: var(--muted);
}
.component .section-mark::before {
  display: block;
  width: 3.125rem;
  height: 1px;
  background: currentColor;
  content: "";
}
.component .section-mark::after {
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: currentColor;
  content: "";
}
.component .introduction-headline {
  max-width: 14em;
  margin: 0;
  font-size: clamp(2rem, 3.35vw, 3.25rem);
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.055em;
  line-break: strict;
  text-wrap: balance;
}
.component .introduction-description {
  margin: 1.875rem 0 0;
  font-size: clamp(1rem, 1.28vw, 1.25rem);
  line-height: 1.95;
  letter-spacing: 0.045em;
  line-break: strict;
}
.component .concerns-section {
  padding: clamp(3rem, 4.75vw, 5.5rem) var(--gutter) clamp(3.5rem, 6vw, 6.5rem);
  background: var(--sage);
}
.component .concerns-inner {
  max-width: 93rem;
  margin: 0 auto;
}
.component .concerns-title {
  max-width: 34em;
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 2.75rem);
  font-weight: 650;
  line-height: 1.65;
  letter-spacing: 0.055em;
  line-break: strict;
  text-wrap: balance;
}
.component .concerns-content {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 5.5rem);
  margin-top: 2.5rem;
}
.component .concerns-description {
  min-width: 0;
  margin: 0;
  font-size: 1.0625rem;
  line-height: 2;
  line-break: strict;
}
.component .concerns-items {
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.component .concerns-items li {
  position: relative;
  padding: 1.125rem 0 1.125rem 1.5rem;
  border-bottom: 1px solid #cdd5c8;
  font-size: 1rem;
  line-height: 1.9;
}
.component .concerns-items li:first-child {
  border-top: 1px solid #cdd5c8;
}
.component .concerns-items li::before {
  position: absolute;
  top: 1.875rem;
  left: 0.125rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--muted);
  content: "";
}
.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 .introduction-media {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .component .introduction-media::after {
    display: none;
  }
  .component .introduction-image {
    object-position: 55% 57%;
  }
  .component .introduction-inner {
    display: block;
    min-height: 0;
    padding: clamp(1.75rem, 4.5vw, 3.25rem) var(--gutter) clamp(2.75rem, 5vw, 4rem);
  }
  .component .introduction-copy {
    width: 100%;
    max-width: none;
  }
  .component .introduction-copy .section-mark {
    display: none;
  }
  .component .introduction-headline {
    max-width: 16em;
    font-size: clamp(1.625rem, 5.8vw, 3.75rem);
    line-height: 1.48;
  }
  .component .introduction-description {
    margin-top: clamp(1.25rem, 2.6vw, 2rem);
    font-size: clamp(1rem, 2.95vw, 1.875rem);
    line-height: 1.85;
  }
  .component .concerns-title {
    font-size: clamp(1.5rem, 3.9vw, 2.75rem);
  }
  .component .concerns-content {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    margin-top: 1.75rem;
  }
  .component .concerns-description {
    font-size: clamp(1rem, 2.4vw, 1.1875rem);
  }
  .component .concerns-items li {
    font-size: clamp(0.9375rem, 2.2vw, 1.125rem);
  }
  .component .site-footer {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 48rem) {
  .component .section-previews {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .component .preview-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr);
    gap: 1rem;
    padding: 1rem 0;
  }
  .component .preview-section + .preview-section {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .component .preview-title {
    font-size: 0.9375rem;
  }
  .component .preview-link {
    gap: 0.75rem;
    font-size: 0.8125rem;
  }
  .component .concerns-section {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
  .component .concerns-section .section-mark {
    margin-bottom: 1.5rem;
  }
  .component .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }
}