/* 募集要項ページ */

.jobs-page {
    background: #FAF8F5;
    color: #4A423F;
}

.jobs-hero {
    position: relative;
    min-height: 62svh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate;
}

.jobs-hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.jobs-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jobs-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(250, 248, 245, 0.46), rgba(250, 248, 245, 0.92)),
        linear-gradient(90deg, rgba(250, 248, 245, 0.9), rgba(250, 248, 245, 0.36));
}

.jobs-hero__inner {
    width: min(100%, 72rem);
    margin: 0 auto;
    padding: 8rem 1.5rem 5rem;
}

.jobs-eyebrow {
    display: block;
    margin-bottom: 0.85rem;
    color: #C27B75;
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.jobs-hero h1,
.jobs-intro-card h2,
.jobs-flow-card h2 {
    font-family: "Noto Serif JP", serif;
    color: #4A423F;
    letter-spacing: 0.08em;
}

.jobs-hero h1 {
    margin-bottom: 1rem;
    font-size: clamp(2.4rem, 7vw, 5rem);
    line-height: 1.2;
}

.jobs-hero p:not(.jobs-eyebrow) {
    max-width: 41rem;
    color: rgba(74, 66, 63, 0.78);
    font-size: clamp(0.95rem, 2vw, 1.08rem);
    line-height: 2;
}

.jobs-section {
    position: relative;
    padding: clamp(4rem, 8vw, 7rem) 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 6%, rgba(235, 203, 204, 0.46), transparent 31rem),
        radial-gradient(circle at 92% 22%, rgba(216, 226, 223, 0.5), transparent 30rem),
        #FAF8F5;
}

.jobs-container {
    width: min(100%, 72rem);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.jobs-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 25rem);
    gap: 1.25rem;
    align-items: stretch;
    margin-bottom: 2rem;
}

.jobs-intro-grid--single {
    grid-template-columns: minmax(0, 1fr);
}

.jobs-intro-card,
.jobs-bonus-card,
.jobs-flow-card {
    border: 1px solid rgba(235, 203, 204, 0.72);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 70px -48px rgba(74, 66, 63, 0.38);
}

.jobs-intro-card {
    padding: clamp(1.5rem, 3vw, 2.6rem);
}

.jobs-intro-card h2 {
    margin-bottom: 1rem;
    font-size: clamp(1.6rem, 3.4vw, 2.4rem);
    line-height: 1.55;
}

.jobs-intro-card p,
.jobs-flow-card p,
.jobs-bonus-card p {
    color: rgba(74, 66, 63, 0.76);
    font-size: 0.94rem;
    line-height: 2;
}

.jobs-feature-list,
.jobs-bonus-card ul {
    display: grid;
    gap: 0.65rem;
    margin-top: 1.3rem;
    padding: 0;
    list-style: none;
}

.jobs-feature-list li,
.jobs-bonus-card li {
    position: relative;
    padding-left: 1.35rem;
    color: rgba(74, 66, 63, 0.78);
    font-size: 0.88rem;
    line-height: 1.8;
}

.jobs-feature-list li::before,
.jobs-bonus-card li::before,
.jobs-body-grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 9999px;
    background: #D8E2DF;
    box-shadow: 0 0 0 0.24rem rgba(216, 226, 223, 0.28);
}

.jobs-bonus-card {
    position: relative;
    padding: clamp(1.35rem, 3vw, 1.8rem);
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 12%, rgba(245, 228, 228, 0.86), transparent 34%),
        rgba(255, 255, 255, 0.94);
}

.jobs-bonus-card::before {
    content: "";
    position: absolute;
    right: -2.2rem;
    bottom: -2.2rem;
    width: 9rem;
    height: 9rem;
    border-radius: 9999px;
    border: 1px solid rgba(194, 123, 117, 0.18);
}

.jobs-bonus-label {
    position: relative;
    color: #C27B75;
    font-size: 0.84rem;
    font-weight: 500;
    letter-spacing: 0.14em;
}

.jobs-bonus-card h2 {
    position: relative;
    margin: 0.15rem 0 0.45rem;
    color: #C27B75;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(2.7rem, 7vw, 4.6rem);
    line-height: 1;
}

.jobs-note,
.jobs-source-note {
    color: rgba(122, 114, 110, 0.95);
    font-size: 0.78rem;
    line-height: 1.85;
}

.jobs-support {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
    margin-bottom: 2rem;
    padding: clamp(1.35rem, 3vw, 2rem);
    border: 1px solid rgba(216, 226, 223, 0.82);
    border-radius: 0.75rem;
    background:
        radial-gradient(circle at 8% 12%, rgba(245, 228, 228, 0.76), transparent 30%),
        rgba(255, 255, 255, 0.9);
    box-shadow: 0 22px 62px -46px rgba(74, 66, 63, 0.32);
}

.jobs-support__head h2 {
    margin-bottom: 0.8rem;
    color: #4A423F;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.jobs-support__head p {
    color: rgba(74, 66, 63, 0.76);
    font-size: 0.92rem;
    line-height: 2;
}

.jobs-support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.jobs-support-grid article {
    padding: clamp(1rem, 2.2vw, 1.25rem);
    border: 1px solid rgba(235, 203, 204, 0.62);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.92);
}

.jobs-support-grid span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 0.65rem;
    padding: 0.24rem 0.68rem 0.28rem;
    border-radius: 9999px;
    background: #F5E4E4;
    color: #C27B75;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.jobs-support-grid h3 {
    margin-bottom: 0.55rem;
    color: #4A423F;
    font-size: 1.04rem;
    line-height: 1.55;
}

.jobs-support-grid p {
    color: rgba(74, 66, 63, 0.76);
    font-size: 0.84rem;
    line-height: 1.8;
}

.jobs-area-seo {
    margin-bottom: 2rem;
    padding: clamp(1.35rem, 3vw, 2rem);
    border: 1px solid rgba(216, 226, 223, 0.82);
    border-radius: 0.75rem;
    background:
        linear-gradient(135deg, rgba(250, 248, 245, 0.96), rgba(255, 255, 255, 0.9)),
        #FFFFFF;
    box-shadow: 0 22px 62px -46px rgba(74, 66, 63, 0.32);
}

.jobs-area-seo__head {
    max-width: none;
    margin-bottom: 1.2rem;
}

.jobs-area-seo__head h2 {
    margin-bottom: 0.8rem;
    color: #4A423F;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.jobs-area-seo__head p {
    color: rgba(74, 66, 63, 0.76);
    font-size: 0.92rem;
    line-height: 2;
}

.jobs-area-seo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.jobs-area-seo-grid article {
    padding: clamp(1rem, 2.2vw, 1.25rem);
    border: 1px solid rgba(216, 226, 223, 0.72);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.88);
}

.jobs-area-seo-grid span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 0.65rem;
    padding: 0.24rem 0.68rem 0.28rem;
    border-radius: 9999px;
    background: rgba(216, 226, 223, 0.78);
    color: #66877F;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.jobs-area-seo-grid h3 {
    margin-bottom: 0.65rem;
    color: #4A423F;
    font-size: 1.04rem;
    line-height: 1.55;
}

.jobs-area-seo-grid p {
    color: rgba(74, 66, 63, 0.76);
    font-size: 0.84rem;
    line-height: 1.8;
}

.jobs-benefits {
    margin-bottom: 2rem;
    padding: clamp(1.35rem, 3vw, 2rem);
    border: 1px solid rgba(235, 203, 204, 0.76);
    border-radius: 0.75rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(250, 248, 245, 0.9)),
        #FFFFFF;
    box-shadow: 0 22px 62px -46px rgba(74, 66, 63, 0.34);
}

.jobs-benefits__head {
    max-width: none;
    margin-bottom: 1.2rem;
}

.jobs-benefits__head h2 {
    margin-bottom: 0.8rem;
    color: #4A423F;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.jobs-benefits__head p {
    color: rgba(74, 66, 63, 0.76);
    font-size: 0.92rem;
    line-height: 2;
}

.jobs-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.jobs-benefits-grid article {
    padding: clamp(1rem, 2.2vw, 1.25rem);
    border: 1px solid rgba(216, 226, 223, 0.72);
    border-radius: 0.7rem;
    background: rgba(250, 248, 245, 0.74);
}

.jobs-benefits-grid span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 0.65rem;
    padding: 0.24rem 0.68rem 0.28rem;
    border-radius: 9999px;
    background: rgba(216, 226, 223, 0.78);
    color: #66877F;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.jobs-benefits-grid h3 {
    margin-bottom: 0.65rem;
    color: #4A423F;
    font-size: 1.04rem;
    line-height: 1.55;
}

.jobs-benefits-grid ul {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jobs-benefits-grid li {
    position: relative;
    padding-left: 1.2rem;
    color: rgba(74, 66, 63, 0.76);
    font-size: 0.84rem;
    line-height: 1.75;
}

.jobs-benefits-grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 9999px;
    background: #C27B75;
    box-shadow: 0 0 0 0.22rem rgba(235, 203, 204, 0.34);
}

.jobs-anchor-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.6rem;
}

.jobs-anchor-grid a {
    display: flex;
    min-height: 5rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(235, 203, 204, 0.72);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.86);
    color: #4A423F;
    font-weight: 500;
    box-shadow: 0 14px 38px -32px rgba(74, 66, 63, 0.32);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.jobs-anchor-grid a:hover,
.jobs-anchor-grid a:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(194, 123, 117, 0.42);
    background: #FFFFFF;
    box-shadow: 0 20px 48px -34px rgba(74, 66, 63, 0.38);
}

.jobs-anchor-grid span {
    color: #7A726E;
    font-size: 0.78rem;
    font-weight: 400;
}

.jobs-group-list {
    display: grid;
    gap: clamp(2rem, 5vw, 3.5rem);
}

.jobs-group {
    scroll-margin-top: 7rem;
}

.jobs-group-head {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.1rem;
    padding: clamp(1.35rem, 3vw, 2rem);
    border: 1px solid rgba(235, 203, 204, 0.7);
    border-radius: 0.75rem;
    background:
        radial-gradient(circle at 94% 18%, rgba(245, 228, 228, 0.78), transparent 28%),
        rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 52px -42px rgba(74, 66, 63, 0.36);
}

.jobs-group-head h2 {
    margin-bottom: 0.5rem;
    color: #4A423F;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    line-height: 1.45;
    letter-spacing: 0.08em;
}

.jobs-group-head p:not(.jobs-eyebrow) {
    max-width: 46rem;
    color: rgba(74, 66, 63, 0.76);
    font-size: 0.92rem;
    line-height: 2;
}

.jobs-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 1rem;
}

.jobs-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: clamp(1.25rem, 2.4vw, 1.55rem);
    border: 1px solid rgba(235, 203, 204, 0.76);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 62px -46px rgba(74, 66, 63, 0.42);
}

.jobs-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
}

.jobs-card h3 {
    color: #4A423F;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.12rem, 2vw, 1.38rem);
    line-height: 1.55;
}

.jobs-card-summary {
    margin-bottom: 1rem;
    color: rgba(74, 66, 63, 0.76);
    font-size: 0.9rem;
    line-height: 1.9;
}

.jobs-card-spec {
    display: grid;
    gap: 0.65rem;
    margin-bottom: 1.2rem;
}

.jobs-card-spec div {
    display: grid;
    grid-template-columns: 5.2rem 1fr;
    gap: 0.75rem;
    padding: 0.72rem 0.8rem;
    border-radius: 0.55rem;
    background: rgba(250, 248, 245, 0.8);
}

.jobs-card-spec dt {
    color: #4A423F;
    font-size: 0.78rem;
    font-weight: 500;
}

.jobs-card-spec dd {
    color: rgba(74, 66, 63, 0.76);
    font-size: 0.84rem;
    line-height: 1.7;
}

.jobs-card .jobs-entry-button {
    width: 100%;
}

.jobs-detail-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.7rem;
    margin: 0 0 0.7rem;
    padding: 0.65rem 1rem;
    border: 1px solid rgba(102, 135, 127, 0.72);
    border-radius: 9999px;
    color: #52776E;
    font-size: 0.84rem;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.jobs-detail-link:hover,
.jobs-detail-link:focus-visible {
    transform: translateY(-1px);
    background: #D8E2DF;
    color: #355E55;
}

.jobs-accordion-list {
    display: grid;
    gap: 1rem;
}

.jobs-accordion {
    scroll-margin-top: 7rem;
    overflow: hidden;
    border: 1px solid rgba(235, 203, 204, 0.76);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 62px -46px rgba(74, 66, 63, 0.42);
}

.jobs-accordion summary {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    min-height: 6.25rem;
    padding: 1.25rem 4rem 1.25rem 1.4rem;
    cursor: pointer;
    list-style: none;
}

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

.jobs-accordion summary::after {
    content: "+";
    position: absolute;
    right: 1.15rem;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    transform: translateY(-50%);
    border-radius: 9999px;
    background: #F5E4E4;
    color: #4A423F;
    font-size: 1.35rem;
    line-height: 1;
}

.jobs-accordion[open] summary::after {
    content: "-";
    background: #C27B75;
    color: #FFFFFF;
}

.jobs-summary-kicker {
    display: block;
    margin-bottom: 0.35rem;
    color: #C27B75;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.jobs-summary-title {
    display: block;
    color: #4A423F;
    font-size: clamp(1.16rem, 2.4vw, 1.52rem);
    font-weight: 500;
    line-height: 1.45;
}

.jobs-summary-meta {
    color: #4A423F;
    font-size: 0.94rem;
    font-weight: 500;
    white-space: nowrap;
}

.jobs-accordion-body {
    border-top: 1px solid rgba(235, 203, 204, 0.62);
    padding: clamp(1.1rem, 3vw, 1.6rem);
}

.jobs-detail-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
    margin-bottom: 1.2rem;
}

.jobs-detail-head h3 {
    color: #4A423F;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.2rem, 2.6vw, 1.65rem);
    line-height: 1.65;
}

.jobs-detail-card {
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid rgba(235, 203, 204, 0.76);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 62px -46px rgba(74, 66, 63, 0.42);
}

.jobs-detail-back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 1rem;
    color: #52776E;
    font-size: 0.84rem;
    font-weight: 500;
}

.jobs-detail-back::before {
    content: "←";
}

.jobs-detail-head h2 {
    margin: 0;
    color: #4A423F;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.5rem, 3.4vw, 2.25rem);
    line-height: 1.55;
    letter-spacing: 0.06em;
}

.jobs-document-entry {
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
    padding: clamp(1.1rem, 2.6vw, 1.5rem);
    border: 1px solid rgba(216, 226, 223, 0.96);
    border-radius: 0.7rem;
    background:
        radial-gradient(circle at 94% 8%, rgba(216, 226, 223, 0.86), transparent 30%),
        rgba(250, 248, 245, 0.9);
}

.jobs-document-entry .jobs-eyebrow {
    margin: 0;
    color: #66877F;
}

.jobs-document-entry h3 {
    color: #4A423F;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.12rem, 2.4vw, 1.42rem);
    line-height: 1.65;
}

.jobs-document-entry p:not(.jobs-eyebrow) {
    color: rgba(74, 66, 63, 0.8);
    font-size: 0.88rem;
    line-height: 1.9;
}

.jobs-document-entry .jobs-entry-button {
    justify-self: start;
}

.jobs-detail-head p:not(.jobs-tag) {
    margin-top: 0.55rem;
    color: rgba(74, 66, 63, 0.76);
    font-size: 0.92rem;
    line-height: 2;
}

.jobs-tag {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 0.7rem;
    padding: 0.32rem 0.82rem 0.38rem;
    border-radius: 9999px;
    background: #F5E4E4;
    color: #4A423F;
    font-size: 0.76rem;
    font-weight: 500;
}

.jobs-entry-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.75rem 1.25rem;
    border-radius: 9999px;
    background: #C27B75;
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 16px 34px -24px rgba(194, 123, 117, 0.65);
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.jobs-entry-button:hover,
.jobs-entry-button:focus-visible {
    transform: translateY(-2px);
    background: #A86B65;
    box-shadow: 0 22px 42px -26px rgba(194, 123, 117, 0.72);
}

.jobs-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.jobs-spec-grid div {
    padding: 1rem;
    border: 1px solid rgba(216, 226, 223, 0.72);
    border-radius: 0.65rem;
    background: rgba(250, 248, 245, 0.78);
}

.jobs-spec-grid dt {
    margin-bottom: 0.35rem;
    color: #4A423F;
    font-weight: 500;
}

.jobs-spec-grid dd {
    color: rgba(74, 66, 63, 0.76);
    font-size: 0.88rem;
    line-height: 1.85;
}

.jobs-body-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 0.95rem;
}

.jobs-body-grid section {
    padding: 1rem;
    border: 1px solid rgba(235, 203, 204, 0.58);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.82);
}

.jobs-body-grid h4 {
    margin-bottom: 0.65rem;
    color: #4A423F;
    font-weight: 500;
}

.jobs-body-grid ul {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jobs-body-grid li {
    position: relative;
    padding-left: 1.2rem;
    color: rgba(74, 66, 63, 0.76);
    font-size: 0.88rem;
    line-height: 1.75;
}

.jobs-flow-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 27rem) auto;
    gap: 1.2rem;
    align-items: center;
    margin-top: 2rem;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.jobs-flow-card h2 {
    margin-bottom: 0.6rem;
    font-size: clamp(1.35rem, 2.6vw, 1.8rem);
}

.jobs-flow-card ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jobs-flow-card li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem;
    border-radius: 0.55rem;
    background: rgba(216, 226, 223, 0.38);
    color: #4A423F;
    font-size: 0.84rem;
    font-weight: 500;
}

.jobs-flow-card li span {
    color: #C27B75;
    font-size: 0.76rem;
}

.jobs-flow-entry {
    justify-self: end;
}

.jobs-source-note {
    margin-top: 1.2rem;
}

@media (max-width: 1024px) {
    .jobs-intro-grid,
    .jobs-support,
    .jobs-flow-card {
        grid-template-columns: 1fr;
    }

    .jobs-flow-entry {
        justify-self: start;
    }

    .jobs-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jobs-area-seo-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .jobs-hero {
        min-height: 56svh;
    }

    .jobs-hero__inner {
        padding: 7rem 1.25rem 3.5rem;
    }

    .jobs-container {
        padding: 0 1.25rem;
    }

    .jobs-intro-grid {
        gap: 1rem;
        margin-bottom: 1.2rem;
    }

    .jobs-anchor-grid {
        display: flex;
        gap: 0.7rem;
        margin-right: -1.25rem;
        padding: 0 1.25rem 0.3rem 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .jobs-support-grid {
        grid-template-columns: 1fr;
    }

    .jobs-benefits-grid {
        grid-template-columns: 1fr;
    }

    .jobs-anchor-grid a {
        flex: 0 0 11rem;
        min-height: 4.7rem;
        scroll-snap-align: start;
        padding: 0.9rem;
    }

    .jobs-accordion summary {
        grid-template-columns: 1fr;
        gap: 0.4rem;
        min-height: auto;
        padding: 1rem 3.2rem 1rem 1rem;
    }

    .jobs-accordion summary::after {
        right: 0.85rem;
        width: 1.9rem;
        height: 1.9rem;
        font-size: 1.15rem;
    }

    .jobs-summary-meta {
        white-space: normal;
    }

    .jobs-card-grid {
        grid-template-columns: 1fr;
    }

    .jobs-card-head {
        flex-direction: column;
    }

    .jobs-card-spec div {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .jobs-detail-head,
    .jobs-spec-grid,
    .jobs-body-grid {
        grid-template-columns: 1fr;
    }

    .jobs-entry-button {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .jobs-flow-card ol {
        grid-template-columns: 1fr;
    }
}
