:root {
    --green: #2aa339;
    --green-dark: #17823b;
    --lime: #89ba29;
    --mint: #edf8e8;
    --peach: #fff4ea;
    --ink: #203022;
    --muted: #657064;
    --line: #d8e7d1;
    --white: #fff;
    --shadow: 0 20px 50px rgba(32, 48, 34, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    background: #fff;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

p,
h1,
h2,
h3,
dl,
dd,
ol,
ul,
figure {
    margin: 0;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 76px;
    padding: 14px clamp(18px, 4vw, 56px);
    display: flex;
    align-items: center;
    gap: 28px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(42, 163, 57, 0.16);
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    flex-shrink: 0;
}

.brand img {
    width: 164px;
    height: auto;
}

.brand span {
    color: var(--green);
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
}

.header-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 14px;
    font-weight: 700;
}

.header-nav a,
.header-entry {
    text-decoration: none;
}

.header-entry {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    height: 44px;
    border-radius: 4px;
    color: #fff;
    background: var(--green);
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}

.hero {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.hero picture,
.hero img {
    display: block;
    width: 100%;
}

.hero img {
    height: auto;
}

.hero-label,
.section-kicker {
    color: var(--green);
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0;
}

.btn {
    min-width: 158px;
    min-height: 52px;
    padding: 13px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 900;
    cursor: pointer;
}

.btn.primary {
    color: #fff;
    background: var(--green);
    box-shadow: 0 12px 22px rgba(42, 163, 57, 0.2);
}

.btn.ghost {
    color: var(--green-dark);
    background: #fff;
    border: 1px solid var(--green);
}

.hero-hotspot {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
}

.entry-hotspot {
    left: 4.6%;
    top: 64%;
    width: 18.7%;
    height: 7.4%;
}

.tel-hotspot {
    left: 25%;
    top: 64%;
    width: 18.4%;
    height: 7.4%;
}

.section {
    padding: clamp(76px, 9vw, 130px) 0;
}

.inner {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.inner.narrow {
    width: min(850px, calc(100% - 40px));
}

.lead-message {
    padding-top: 76px;
    background: #fff;
}

.lead-message p {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;h2
    line-height: 2.1;
}

.lead-message p + p {
    margin-top: 24px;
}

.lead-banner {
    margin-top: 42px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.lead-banner img {
    width: 100%;
    height: auto;
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
    align-items: center;
    gap: clamp(34px, 6vw, 74px);
}

.about,
.timeline-section,
.requirements {
    background: var(--mint) url("../img/bgA.png");
}
.about{
    background:

        url("../img/job-watercolor.webp") center / cover no-repeat;
}
h2 {
    margin: 10px 0 26px;
    font-size: clamp(20px, 3vw, 40px);
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

h3 {
    line-height: 1.45;
}

.section-read {
    max-width: 780px;
    margin-bottom: 36px;
    font-size: 18px;
    font-weight: 500;
}

.photo-card {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: var(--shadow);
    background: #e9f4e5;
}

.photo-card img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.service-grid,
.benefit-grid,
.interview-grid,
.number-grid {
    display: grid;
    gap: 18px;
}

.service-grid {
    grid-template-columns: repeat(4, 1fr);
}

.service-lead {
    max-width: 760px;
    margin: -8px 0 34px;
    color: var(--muted);
    font-size: 18px;
    font-weight: 500;
}

.service-grid article,
.benefit-grid article,
.interview-grid article {
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.service-grid article {
    min-height: 250px;
    border-top: 5px solid var(--green);
    overflow: hidden;
}

.service-grid article > img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.service-grid article > div {
    padding: 24px;
}

.service-grid span {
    color: var(--lime);
    font-family: "Roboto", sans-serif;
    font-size: 34px;
    font-weight: 900;
}

.service-grid h3 {
    margin: 10px 0 14px;
    font-size: 21px;
}

.job {

}

.job-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.job-card {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.job-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.job-card div {
    padding: 30px;
}

.job-card h3 {
    margin-bottom: 14px;
    color: var(--green);
    font-size: 28px;
}

.job-card ul {
    margin: 20px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.job-card li {
    list-style: none;
    padding-left: 28px;
    position: relative;
}

.job-card li::before {
    content: "□";
    position: absolute;
    left: 0;
    color: var(--green);
}

.timeline-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.timeline-wrap > div {
    padding: 30px;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.timeline-wrap h3 {
    margin-bottom: 22px;
    color: var(--green);
    font-size: 26px;
}

.timeline {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 0 18px;
}

.timeline dt {
    color: #fff;
    background: var(--green);
    align-self: start;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    border-radius: 4px;
}

.timeline dd {
    padding: 0 0 22px;
    border-left: 1px solid var(--line);
    padding-left: 18px;
}

.timeline dd b,
.timeline dd span {
    display: block;
}

.environment {
    color: #fff;
    background: linear-gradient(135deg, var(--green-dark), var(--green));
}

.environment .section-kicker,
.environment h2,
.environment .section-read {
    color: #fff;
}

.number-grid {
    grid-template-columns: repeat(3, 1fr);
    margin: 40px 0 28px;
}

.number-grid div {
    padding: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--ink);
}

.number-grid span {
    color: var(--green);
    font-family: "Roboto", sans-serif;
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
}

.number-grid small {
    margin-left: 6px;
    font-size: 18px;
    font-weight: 900;
}

.number-grid p {
    margin-top: 8px;
    font-weight: 700;
}

.staff-visual {
    margin: 0 0 28px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}

.staff-visual img {
    width: 100%;
    aspect-ratio: 2048 / 573;
    object-fit: cover;
}

.benefit-grid {
    grid-template-columns: repeat(3, 1fr);
}

.benefit-grid article {
    padding: 24px;
    color: var(--ink);
}

.benefit-grid h3 {
    margin-bottom: 8px;
    color: var(--green);
}

.president {
    background: var(--peach);
}

.president .name {
    margin-bottom: 20px;
    color: var(--green);
    font-weight: 900;
}

.interview {
    background: #fff;
}

.interview-grid {
    grid-template-columns: repeat(3, 1fr);
}

.interview-grid article {
    overflow: hidden;
}

.interview-grid img {
    width: 100%;
    aspect-ratio: 4 / 3.6;
    object-fit: cover;
}

.interview-grid h3,
.interview-grid p {
    padding-left: 24px;
    padding-right: 24px;
}

.interview-grid h3 {
    padding-top: 24px;
    font-size: 22px;
}

.interview-grid .person {
    margin: 12px 0;
    color: var(--green);
    font-weight: 900;
}

.interview-grid article p:last-child {
    padding-bottom: 26px;
}

.flow {
    background: var(--peach);
}

.flow-list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.flow-list li {
    min-height: 120px;
    padding: 20px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 8px;
    list-style: none;
    border-radius: 8px;
    background: #fff;
    font-size: 20px;
    font-weight: 900;
    box-shadow: var(--shadow);
}

.flow-list span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    font-family: "Roboto", sans-serif;
}

.note {
    margin-top: 20px;
    color: var(--muted);
}

.accordion-list {
    display: grid;
    gap: 14px;
}

.requirement-group {
    margin: 34px 0 4px;
    padding-left: 16px;
    border-left: 6px solid var(--green);
    font-size: 24px;
}

.accordion {
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.accordion summary {
    min-height: 88px;
    padding: 22px 66px 22px 26px;
    display: grid;
    gap: 5px;
    position: relative;
    cursor: pointer;
    list-style: none;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    content: "+";
    position: absolute;
    right: 26px;
    top: 50%;
    translate: 0 -50%;
    color: var(--green);
    font-size: 34px;
    font-weight: 700;
}

.accordion[open] summary::after {
    content: "-";
}

.accordion summary span {
    font-size: 21px;
    font-weight: 900;
}

.accordion summary small {
    color: var(--muted);
    font-size: 14px;
}

.requirement-body {
    padding: 0 26px 26px;
}

.requirement-body dl,
.confirm-table tr {
    display: grid;
    grid-template-columns: 190px 1fr;
    border-top: 1px solid var(--line);
}

.requirement-body dt,
.requirement-body dd {
    padding: 14px 0;
}

.requirement-body dt {
    color: var(--green-dark);
    font-weight: 900;
}

.company {
    background: #fff;
}

.company-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: stretch;
}

.company-profile,
.map-box {
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.company-profile {
    padding: clamp(22px, 3vw, 34px);
}

.company-profile dl {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}

.company-profile dl:first-child {
    padding-top: 0;
}

.company-profile dl:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.company-profile dt {
    color: var(--green-dark);
    font-weight: 900;
}

.company-profile dd {
    overflow-wrap: anywhere;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 460px;
    display: block;
    border: 0;
}

.entry {
    background: #fff;
}

.form-layout {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: clamp(32px, 5vw, 70px);
    align-items: start;
}

.tel-link {
    margin-top: 22px;
    display: inline-block;
    color: var(--green);
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 900;
    text-decoration: none;
}

.entry-form {
    padding: clamp(24px, 4vw, 42px);
    display: grid;
    gap: 18px;
    border-radius: 8px;
    background: var(--mint);
}

.entry-form label {
    display: grid;
    gap: 8px;
    font-weight: 900;
}

.entry-form label span {
    width: fit-content;
    margin-left: 8px;
    padding: 1px 8px;
    display: inline-block;
    border-radius: 999px;
    color: #fff;
    background: var(--green);
    font-size: 12px;
    font-weight: 700;
}

.entry-form input,
.entry-form select,
.entry-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #fff;
    padding: 13px 14px;
}

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

.site-footer {
    padding: 44px clamp(20px, 5vw, 70px) 24px;
    color: #fff;
    background: var(--ink);
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding-bottom: 26px;
}

.footer-logo {
    font-size: 22px;
    font-weight: 900;
}

.copyright {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.simple-page {
    min-height: 62vh;
    padding: clamp(76px, 9vw, 120px) 20px;
    background: var(--mint) url("../img/bgA.png");
}

.simple-card {
    width: min(860px, 100%);
    margin: 0 auto;
    padding: clamp(28px, 5vw, 54px);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.simple-card h1 {
    margin: 10px 0 18px;
    font-size: clamp(30px, 4vw, 44px);
}

.simple-card .btn {
    margin-top: 28px;
}

.confirm-table {
    width: 100%;
    margin-top: 28px;
    border-collapse: collapse;
}

.confirm-table tbody,
.confirm-table tr,
.confirm-table th,
.confirm-table td {
    display: block;
}

.confirm-table tr {
    grid-template-columns: 190px 1fr;
}

.confirm-table th,
.confirm-table td {
    padding: 16px 0;
    text-align: left;
}

.confirm-table th {
    color: var(--green-dark);
}

.form-actions {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 14px;
}

@media (max-width: 980px) {
    .site-header {
        gap: 14px;
    }

    .header-nav {
        display: none;
    }

    .header-entry {
        margin-left: auto;
    }

    .split,
    .company-layout,
    .form-layout,
    .timeline-wrap,
    .job-cards {
        grid-template-columns: 1fr;
    }

    .service-grid,
    .benefit-grid,
    .interview-grid,
    .number-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .site-header {
        min-height: 66px;
        padding: 10px 14px;
    }

    .brand img {
        width: 128px;
    }

    .brand span {
        display: none;
    }

    .header-entry {
        min-width: 86px;
        height: 40px;
        font-size: 13px;
    }

    .btn {
        width: 100%;
    }

    .entry-hotspot {
        left: 8%;
        top: 74.2%;
        width: 84%;
        height: 6.8%;
    }

    .tel-hotspot {
        left: 8%;
        top: 82.1%;
        width: 84%;
        height: 6.4%;
    }

    .section {
        padding: 70px 0;
    }

    .lead-message p {
        font-size: 18px;
        line-height: 1.9;
    }

    .photo-card img {
        min-height: 280px;
    }

    .service-grid,
    .benefit-grid,
    .interview-grid,
    .number-grid,
    .flow-list {
        grid-template-columns: 1fr;
    }

    .timeline {
        grid-template-columns: 70px 1fr;
    }

    .number-grid span {
        font-size: 52px;
    }

    .requirement-body dl,
    .company-profile dl,
    .confirm-table tr {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .requirement-body dt {
        padding-bottom: 2px;
    }

    .requirement-body dd {
        padding-top: 2px;
    }

    .accordion summary {
        padding: 18px 50px 18px 18px;
    }

    .accordion summary::after {
        right: 18px;
    }

    .tel-link {
        font-size: 30px;
    }

    .map-box iframe {
        min-height: 320px;
    }

    .footer-inner,
    .form-actions {
        display: grid;
    }
}
