.page {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  color: rgb(26, 26, 46);
  background: rgb(255, 255, 255);
}

.site-header {
  position: sticky;
  top: 0px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgb(238, 238, 238);
  padding: 0px 24px;
}

.header-inner {
  position: relative;
  max-width: 960px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}

.brand-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand-name {
  font-size: 16px;
  font-weight: 800;
  color: rgb(26, 26, 46);
  letter-spacing: 0.02em;
}

.brand-sub {
  font-size: 11px;
  color: rgb(153, 153, 153);
  font-weight: 400;
}

.nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.nav-link {
  font-size: 12px;
  color: rgb(102, 102, 102);
  text-decoration: none;
  letter-spacing: 1px;
  transition: color 0.2s;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 20px;
  color: rgb(26, 26, 46);
  cursor: pointer;
  padding: 4px;
}

.hero {
  max-width: 680px;
  margin: 0px auto;
  padding: 100px 24px;
  text-align: center;
}

.hero-kicker {
  font-size: 13px;
  color: rgb(26, 107, 74);
  font-weight: 600;
  margin-bottom: 32px;
}

.hero-title {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  color: rgb(26, 26, 46);
  line-height: 1.4;
  margin: 0px 0px 24px;
}

.hero-lead {
  font-size: 16px;
  color: rgb(136, 136, 136);
  line-height: 1.9;
  margin: 0px 0px 12px;
}

.hero-sub {
  font-size: 14px;
  color: rgb(170, 170, 170);
  line-height: 1.8;
  margin: 0px;
}

.section-divider {
  border-top: 1px solid rgb(238, 238, 238);
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-image: initial;
  margin: 0px;
}

.section {
  max-width: 680px;
  margin: 0px auto;
  padding: 80px 24px;
}

.section-label {
  font-size: 12px;
  color: rgb(153, 153, 153);
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  color: rgb(26, 26, 46);
  line-height: 1.6;
  margin: 0px 0px 20px;
}

.section-title a {
  text-decoration: none;
  color: rgb(26, 26, 46);
}

.section-text {
  font-size: 15px;
  color: rgb(102, 102, 102);
  line-height: 2;
  margin: 0px;
}

.section-text a {
  color: rgb(102, 102, 102);
}

.section-text-spaced {
  font-size: 15px;
  color: rgb(102, 102, 102);
  line-height: 2;
  margin: 16px 0px 0px;
}

.section-kicker {
  font-size: 13px;
  color: rgb(26, 107, 74);
  font-weight: 600;
  margin-bottom: 20px;
}

.bullet-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bullet-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.bullet-marker {
  color: rgb(26, 107, 74);
  font-size: 14px;
  flex-shrink: 0;
}

.bullet-text {
  font-size: 14px;
  color: rgb(85, 85, 85);
  line-height: 1.8;
}

.section-emphasis {
  font-size: 15px;
  color: rgb(26, 26, 46);
  line-height: 2;
  margin: 24px 0px 0px;
  font-weight: 600;
}

.callout {
  margin-top: 32px;
  padding: 24px;
  background: rgb(248, 249, 247);
  border-radius: 8px;
}

.callout-title {
  font-size: 15px;
  font-weight: 700;
  color: rgb(26, 26, 46);
  margin-bottom: 8px;
}

.callout-text {
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 1.9;
  margin: 0px;
}

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

.service-label {
  font-size: 13px;
  color: rgb(153, 153, 153);
  margin-bottom: 16px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stats {
  display: flex;
  gap: 40px;
  margin-top: 32px;
  font-size: 13px;
  color: rgb(153, 153, 153);
}

.stats-number {
  font-size: 20px;
  color: rgb(26, 26, 46);
}

.section-center {
  max-width: 680px;
  margin: 0px auto;
  padding: 80px 24px;
  text-align: center;
}

.section-label-center {
  font-size: 12px;
  color: rgb(153, 153, 153);
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-align: center;
}

.muted-text {
  font-size: 16px;
  color: rgb(187, 187, 187);
  font-weight: 600;
}

.company-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.company-row {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid rgb(240, 240, 240);
  padding-bottom: 12px;
}

.company-label {
  font-size: 13px;
  color: rgb(153, 153, 153);
  width: 80px;
  flex-shrink: 0;
}

.company-value {
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 1.7;
  white-space: pre-line;
}

.company-value a {
  color: rgb(68, 68, 68);
}

.contact-section {
  max-width: 680px;
  margin: 0px auto;
  padding: 80px 24px 120px;
  text-align: center;
}

.contact-title {
  font-size: 24px;
  font-weight: 700;
  color: rgb(26, 26, 46);
  line-height: 1.6;
  margin: 0px 0px 20px;
  text-align: center;
}

.contact-text {
  font-size: 15px;
  color: rgb(102, 102, 102);
  line-height: 2;
  margin: 0px 0px 40px;
  text-align: center;
}

.contact-button {
  display: inline-block;
  padding: 14px 40px;
  background: rgb(26, 107, 74);
  color: rgb(255, 255, 255);
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.contact-button:hover {
  filter: brightness(0.95);
}

.site-footer {
  padding: 24px;
  text-align: center;
  border-top: 1px solid rgb(238, 238, 238);
}

.footer-text {
  font-size: 12px;
  color: rgb(187, 187, 187);
  margin: 0px;
}

.mobile-break {
  display: none;
}

.contact-page {
  max-width: 680px;
  margin: 0px auto;
  padding: 80px 24px 120px;
}

.contact-form,
.wpcf7-form {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-size: 13px;
  color: rgb(85, 85, 85);
  letter-spacing: 0.04em;
}

.form-note {
  margin-top: 6px;
  font-size: 12px;
  color: rgb(153, 153, 153);
}

.required {
  color: rgb(26, 107, 74);
  font-weight: 600;
}

.form-input,
.form-textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 15px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  color: rgb(26, 26, 46);
  border: 1px solid rgb(225, 225, 225);
  border-radius: 6px;
  padding: 12px 14px;
  background: rgb(255, 255, 255);
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: rgb(26, 107, 74);
  box-shadow: 0 0 0 2px rgba(26, 107, 74, 0.12);
}

.form-textarea {
  resize: vertical;
  min-height: 140px;
}

.form-actions {
  margin-top: 8px;
}


@media (max-width: 768px) {
  .mobile-break {
    display: block;
  }

  .site-header {
    padding: 0px 16px;
  }

  .header-inner {
    align-items: center;
    justify-content: space-between;
    height: 56px;
  }

  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 12px 16px 16px;
    flex-direction: column;
    gap: 12px;
  }

  .site-header.nav-open .nav {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid rgb(230, 230, 230);
  }
}
