/*
Theme Name: Gotoh Zouen Recruit
Theme URI: https://example.com/
Author: MAKE GARDEN
Author URI: https://example.com/
Description: 株式会社 後藤造園 / MAKE GARDEN 造園プランナー候補 採用LPテーマ
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: gotoh-zouen-recruit
*/

:root {
  --garden-cream: #f8f2e8;
  --garden-sand: #e7d5b8;
  --garden-leaf: #2d5b43;
  --garden-moss: #748a4c;
  --garden-soil: #71533f;
  --garden-bark: #362a22;
  --garden-mint: #e8f1e5;
  --garden-fog: #faf8f2;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  max-width: 100%;
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

::selection {
  background: rgba(45, 91, 67, 0.2);
  color: var(--garden-bark);
}

.section-padding {
  padding-top: clamp(4.5rem, 8vw, 8rem);
  padding-bottom: clamp(4.5rem, 8vw, 8rem);
}

.section-kicker {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--garden-leaf);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section-title {
  color: var(--garden-bark);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2rem, 4.5vw, 3.35rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.condition-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  border: 1px solid rgba(45, 91, 67, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 0.9rem;
  color: var(--garden-leaf);
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(54, 42, 34, 0.06);
}

.cta-primary,
.cta-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 999px;
  padding: 1rem 1.55rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.cta-primary {
  background: linear-gradient(135deg, var(--garden-leaf), var(--garden-bark));
  color: #fff;
  box-shadow: 0 20px 42px rgba(45, 91, 67, 0.28);
}

.cta-light {
  background: #fff;
  color: var(--garden-leaf);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
}

.cta-primary::after,
.cta-light::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.cta-primary:hover,
.cta-light:hover {
  transform: translateY(-3px);
}

.reason-card,
.content-card,
.fit-card {
  border: 1px solid rgba(231, 213, 184, 0.82);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.84);
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow: 0 24px 70px rgba(54, 42, 34, 0.08);
}

.reason-card {
  position: relative;
  overflow: hidden;
}

.reason-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(116, 138, 76, 0.16), transparent 34%);
}

.reason-number {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--garden-leaf);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.reason-card h3,
.content-card h3 {
  position: relative;
  margin-top: 1.2rem;
  color: var(--garden-bark);
  font-family: "Noto Serif JP", serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.6;
}

.reason-card p,
.content-card p {
  position: relative;
  margin-top: 0.9rem;
  color: var(--garden-soil);
  line-height: 1.9;
}

.reason-card ul,
.fit-card ul {
  position: relative;
  margin-top: 1rem;
  display: grid;
  gap: 0.6rem;
}

.reason-card li,
.fit-card li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--garden-soil);
  line-height: 1.8;
}

.reason-card li::before,
.fit-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--garden-moss);
}

.work-chip,
.allowance-card {
  border: 1px solid rgba(45, 91, 67, 0.12);
  border-radius: 1.15rem;
  background: linear-gradient(135deg, #fff, rgba(232, 241, 229, 0.9));
  padding: 1rem 1.1rem;
  color: var(--garden-bark);
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(54, 42, 34, 0.06);
}

.timeline-row {
  display: grid;
  grid-template-columns: minmax(8rem, 0.38fr) 1fr;
  border-bottom: 1px solid rgba(231, 213, 184, 0.7);
}

.timeline-row:last-child {
  border-bottom: 0;
}

.timeline-row span {
  padding: 1.1rem 1.25rem;
  line-height: 1.8;
}

.timeline-row span:first-child {
  background: rgba(248, 242, 232, 0.72);
  color: var(--garden-leaf);
  font-weight: 900;
}

.timeline-head span {
  background: var(--garden-leaf) !important;
  color: #fff !important;
  font-weight: 900;
}

.schedule-item {
  display: grid;
  grid-template-columns: minmax(7rem, 0.28fr) 1fr;
  gap: 1rem;
  align-items: center;
  border: 1px solid rgba(231, 213, 184, 0.82);
  border-radius: 1.25rem;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 16px 42px rgba(54, 42, 34, 0.06);
}

.schedule-item time {
  color: var(--garden-leaf);
  font-family: "Noto Serif JP", serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.schedule-item p {
  color: var(--garden-soil);
  line-height: 1.75;
}

.condition-line {
  display: grid;
  grid-template-columns: minmax(7rem, 0.34fr) 1fr;
  gap: 1rem;
  align-items: start;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.84);
  padding: 1rem;
}

.condition-line span {
  color: var(--garden-leaf);
  font-size: 0.9rem;
  font-weight: 900;
}

.condition-line strong {
  color: var(--garden-bark);
  font-weight: 900;
  line-height: 1.7;
}

.reality-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 1.1rem;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.8;
}

.fit-card h2 {
  color: var(--garden-leaf);
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.fit-card-muted h2 {
  color: var(--garden-soil);
}

.requirements-row {
  display: grid;
  grid-template-columns: minmax(8rem, 0.28fr) 1fr;
  border-bottom: 1px solid rgba(231, 213, 184, 0.72);
}

.requirements-row:last-child {
  border-bottom: 0;
}

.requirements-row span,
.requirements-row strong {
  padding: 1rem 1.25rem;
  line-height: 1.8;
}

.requirements-row span {
  background: rgba(248, 242, 232, 0.86);
  color: var(--garden-leaf);
  font-weight: 900;
}

.requirements-row strong {
  color: var(--garden-bark);
  font-weight: 700;
}

.faq-item {
  border: 1px solid rgba(45, 91, 67, 0.12);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.88);
  padding: 1.1rem 1.25rem;
  box-shadow: 0 16px 42px rgba(54, 42, 34, 0.06);
}

.faq-item summary {
  cursor: pointer;
  color: var(--garden-bark);
  font-weight: 900;
  line-height: 1.7;
}

.faq-item summary::marker {
  color: var(--garden-leaf);
}

.faq-item p {
  margin-top: 0.9rem;
  color: var(--garden-soil);
  line-height: 1.9;
}

.form-field {
  display: grid;
  gap: 0.55rem;
}

.form-field span {
  color: var(--garden-bark);
  font-size: 0.94rem;
  font-weight: 900;
}

.form-field em {
  margin-left: 0.35rem;
  border-radius: 999px;
  background: var(--garden-leaf);
  padding: 0.18rem 0.5rem;
  color: #fff;
  font-size: 0.7rem;
  font-style: normal;
  letter-spacing: 0.08em;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(113, 83, 63, 0.18);
  border-radius: 1rem;
  background: #fff;
  padding: 0.95rem 1rem;
  color: var(--garden-bark);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(113, 83, 63, 0.48);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(45, 91, 67, 0.65);
  background: #fffefb;
  box-shadow: 0 0 0 4px rgba(45, 91, 67, 0.12);
}

@media (max-width: 767px) {
  .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-title {
    font-size: clamp(1.75rem, 8.2vw, 2.35rem);
  }

  .timeline-row,
  .schedule-item,
  .condition-line,
  .requirements-row {
    grid-template-columns: 1fr;
  }

  .timeline-row span,
  .requirements-row span,
  .requirements-row strong {
    padding: 0.9rem 1rem;
  }

  .schedule-item {
    gap: 0.35rem;
  }

  .cta-primary,
  .cta-light {
    width: 100%;
    padding: 1rem 1.25rem;
  }
}
