@charset "UTF-8";

.takefuchi-subpage {
  --sub-green-50: #eef7e7;
  --sub-green-100: #d6eac6;
  --sub-green-700: #3b6d11;
  --sub-green-900: #173404;
  --sub-gray-100: #d3d1c7;
  --sub-gray-600: #5f5e5a;
  --sub-gray-800: #444441;
  color: var(--sub-gray-800);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 920px;
  padding: 2.5rem 1.5rem 3.5rem;
}
.takefuchi-subpage *,
.takefuchi-subpage *::before,
.takefuchi-subpage *::after {
  box-sizing: border-box;
}
.subpage-header {
  border-bottom: 1px solid var(--sub-gray-100);
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}
.subpage-eyebrow {
  color: var(--sub-green-700);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 0.4rem;
}
.takefuchi-subpage h1 {
  color: var(--sub-green-900);
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  line-height: 1.35;
  margin: 0 0 0.75rem;
}
.subpage-lead {
  color: var(--sub-gray-600);
  font-size: 17px;
  max-width: 760px;
}
.subpage-section {
  margin-bottom: 2.4rem;
}
.subpage-section h2 {
  border-bottom: 2px solid var(--sub-green-100);
  color: var(--sub-green-900);
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.45;
  margin: 0 0 1.1rem;
  padding-bottom: 0.55rem;
}
.contact-box {
  background: #fff;
  border: 1px solid var(--sub-gray-100);
  border-radius: 8px;
  padding: 1.2rem;
}
.contact-box dl {
  margin: 0;
}
.contact-box dl > div {
  border-bottom: 1px solid var(--sub-gray-100);
  display: grid;
  gap: 1rem;
  grid-template-columns: 7rem 1fr;
  padding: 0.75rem 0;
}
.contact-box dl > div:last-child {
  border-bottom: 0;
}
.contact-box dt {
  color: var(--sub-green-700);
  font-weight: 700;
}
.contact-box dd {
  color: var(--sub-gray-600);
  margin: 0;
}
.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.check-list li {
  border-bottom: 1px solid var(--sub-gray-100);
  color: var(--sub-gray-600);
  padding: 0.75rem 0 0.75rem 1.7rem;
  position: relative;
}
.check-list li::before {
  background: var(--sub-green-700);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0.35rem;
  position: absolute;
  top: 1.38rem;
  width: 7px;
}
.contact-form {
  background: #fff;
  border: 1px solid var(--sub-gray-100);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 1.2rem;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.form-field-full,
.form-actions {
  grid-column: 1 / -1;
}
.form-field label {
  color: var(--sub-green-900);
  font-weight: 700;
}
.form-field input,
.form-field textarea {
  border: 1px solid var(--sub-gray-100);
  border-radius: 6px;
  color: var(--sub-gray-800);
  font: inherit;
  padding: 0.7rem 0.8rem;
  width: 100% !important;
  height: auto !important;
}
.form-field textarea {
  min-height: 12rem;
  resize: vertical;
}
.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--sub-green-700);
  box-shadow: 0 0 0 3px rgba(59, 109, 17, 0.14);
  outline: none;
}
.form-actions {
  display: flex;
  justify-content: flex-start;
}
.form-actions button {
  background: var(--sub-green-700);
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  text-shadow: none;
}
.form-actions button:hover,
.form-actions button:focus {
  background: var(--sub-green-900);
}
.thanks-box {
  background: #fff;
  border: 1px solid var(--sub-gray-100);
  border-radius: 8px;
  padding: 1.4rem;
}
.thanks-box p {
  color: var(--sub-gray-600);
  margin: 0 0 0.8rem;
}
.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.2rem;
}
.thanks-actions a {
  background: var(--sub-green-700);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  text-decoration: none;
}
.thanks-actions a + a {
  background: var(--sub-green-50);
  color: var(--sub-green-900);
}
.thanks-actions a:hover,
.thanks-actions a:focus {
  opacity: 0.88;
}
.note-section {
  background: var(--sub-green-50);
  border-radius: 8px;
  padding: 1.2rem;
}
.note-section p {
  color: var(--sub-gray-600);
  margin: 0;
}
@media screen and (max-width: 480px) {
  .takefuchi-subpage {
    font-size: 15px;
    padding: 1.6rem 1rem 2.5rem;
  }
  .takefuchi-subpage h1 {
    font-size: 28px;
  }
  .subpage-section h2 {
    font-size: 21px;
  }
  .contact-box dl > div {
    grid-template-columns: 1fr;
  }
  .contact-form {
    grid-template-columns: 1fr;
  }
}
