@charset "UTF-8";
/* スマホ・タブレット対応 */


/* ========================================
   Wageページ 1100px以下
======================================== */

@media screen and (max-width: 1100px) {

    .wage-hero-inner {
        grid-template-columns: 1fr 420px;
        gap: 50px;
    }

    .wage-work-grid,
    .wage-value-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wage-system-flow {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .wage-system-arrow {
        display: none;
    }

    .wage-growth-board {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .wage-growth-line,
    .wage-growth-dot {
        display: none;
    }
}


/* ========================================
   Wageページ 768px以下
======================================== */

@media screen and (max-width: 768px) {

    .wage-hero {
        min-height: 100svh;
        padding:
            calc(var(--header-height) + 60px)
            20px
            90px;
            background:
        radial-gradient(
            circle at 18% 28%,
            rgb(36 233 255 / 16%),
            transparent 30%
        ),
        radial-gradient(
            circle at 82% 60%,
            rgb(255 143 216 / 13%),
            transparent 32%
        ),
        radial-gradient(
            circle at 62% 12%,
            rgb(184 156 255 / 12%),
            transparent 25%
        ),
        #050505;
    }
    .wage-hero-label{
        font-size: 13px;
        padding: 3px 10px;
    }
.wage-hero-inner {
        grid-template-columns: 1fr;
        gap: 45px;
        text-align: center;
    }

    .wage-hero-catch {
        font-size:20px;
        text-align: center;
    }

    .wage-hero-text {
        margin-right: auto;
        margin-left: auto;
        font-size: 0.9rem;
    }
    .wage-scroll{
        font-size: 12px;
    }
    /* レスポンシブ時は指定した4行で表示 */
.wage-hero-sp-line {
    font-size: 16px;
    display: block;
    white-space: nowrap;
}
/* ヒーロー部分の横幅のはみ出しを防ぐ */
.wage-hero-content {
    width: 100%;
    min-width: 0;
}

/* スマホでは説明文を画面幅に合わせて折り返す */
.wage-hero-line {
    white-space: normal;
}
    .wage-hero-visual {
        width: min(360px, 88vw);
        margin: 0 auto;
    }

    .wage-hero-button {
        width: 100%;
        min-width: 0;
    }


    /* セクション */

    .wage-section {
        padding: 85px 20px;
    }

    .wage-about {
    padding-bottom: 45px;
}

.wage-work {
    padding-top: 45px;
    padding-bottom: 45px;
}

.wage-system {
    padding-top: 45px;
}

    .wage-heading {
        gap: 14px;
        margin-bottom: 42px;
    }

    .wage-heading::before {
        width: 32px;
    }

    .wage-heading-number {
        font-size: 3rem;
    }

    .wage-heading-en {
        font-size: 13px;
        letter-spacing: 0.2em;
    }

    .wage-heading-ja {
        font-size:24px;
    }
/* 「工賃につながる主な仕事」を1行で表示 */
.wage-work .wage-heading-ja {
    font-size: 24px;
    letter-spacing: -0.03em;
    white-space: nowrap;
}
/* 「工賃につながる仕組み」を1行で表示 */
.wage-system .wage-heading-ja {
    font-size: 24px;
    letter-spacing: -0.03em;
    white-space: nowrap;
}
    /* 工賃とは */

    .wage-about-layout,
    .wage-payment-layout {
        grid-template-columns: 1fr;
    }

    .wage-about-main,
    .wage-about-note,
    .wage-payment-card,
    .wage-payment-info {
        padding: 28px 22px;
    }

    .wage-about-note h3,
.wage-payment-info h3 {
font-size: 18px;
}

.wage-about-sp-line {
    display: block;
    white-space: nowrap;
}

.wage-about-main p:not(.wage-about-lead),
.wage-about-note p:not(.wage-about-note-label),
.wage-payment-info p {
font-size: 14px;
}
/* PC表示用の改行をレスポンシブ時だけ消す */
.wage-about-pc-break {
    display: none;
}

.wage-about-lead {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    font-size: clamp(0.9rem, 3.9vw, 1.4rem);
    line-height: 1.8;
    letter-spacing: -0.03em;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
}

.wage-about-lead-pc-break {
    display: none;
}

/* 練習課題の説明文を指定した2行で表示 */
.wage-about-practice-text {
    font-size: clamp(0.48rem, 2.35vw, 0.95rem);
    letter-spacing: -0.03em;
}

.wage-about-practice-sp-line {
    display: block;
    white-space: nowrap;
}

/* PC表示用の改行をレスポンシブ時だけ消す */
.wage-about-practice-pc-break {
    display: none;
}
/* 「工賃だけでなく〜」を1行で表示 */
.wage-about-note-title {
    font-size: clamp(0.9rem, 3.9vw, 1.4rem);
    letter-spacing: -0.03em;
    white-space: nowrap;
}

/* PC表示用の改行をレスポンシブ時だけ消す */
.wage-about-note-pc-break {
    display: none;
}
/* 働く経験の説明文を指定した3行で表示 */
.wage-about-note-text {
    font-size: clamp(0.48rem, 2.15vw, 0.95rem);
    letter-spacing: -0.05em;
}

.wage-about-note-sp-line {
    display: block;
    white-space: nowrap;
}

/* PC表示用の改行をレスポンシブ時だけ消す */
.wage-about-note-text-pc-break {
    display: none;
}

/* 01「工賃とは？」の横はみ出しを防ぐ */
.wage-about-layout,
.wage-about-main,
.wage-about-note {
    min-width: 0;
    max-width: 100%;
}

.wage-about-lead,
.wage-about-work-text,
.wage-about-practice-text,
.wage-about-note-title,
.wage-about-note-text {
    font-size: 18px;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.wage-about-sp-line,
.wage-about-practice-sp-line,
.wage-about-note-sp-line,
.wage-about-note-title {
    font-size: 18px;
    white-space: normal;
}
    /* 仕事・価値 */

    .wage-work-grid,
    .wage-value-grid {
        grid-template-columns: 1fr;
    }

    .wage-work-card,
    .wage-value-card {
        min-height: 0;
    }
/* 「工賃と一緒に身につくもの」のカード内を中央揃え */
.wage-value-card {
    text-align: center;
}

    /* 工賃システム */

    .wage-system-flow {
        grid-template-columns: 1fr;
    }

    .wage-system-step {
        min-height: 0;
    }
/* STEP01〜04の見出しを仕事カードと同じ文字サイズに統一 */
.wage-system-step h3 {
    font-size: 1.3rem;
}
/* 「工賃アップを目指すステップ」を1行で表示 */
.wage-stepup-heading-ja {
    font-size: 24px;
    letter-spacing: -0.04em;
    white-space: nowrap;
}
    /* ステップアップ */

    .wage-growth-board {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px 16px;
    }

.wage-growth-item {
    text-align: center;
}
/* 「工賃のお支払いについて」を1行で表示 */
.wage-payment-heading-ja {
    font-size: 24px;
    letter-spacing: -0.03em;
    white-space: nowrap;
}
/* 工賃の注意書きを指定した2行で表示 */
.wage-payment-note {
    font-size: clamp(0.45rem, 2.3vw, 0.8rem);
}
/* 「工賃と一緒に身につくもの」を1行で表示 */
.wage-skills-heading-ja {
    font-size: 24px;
    letter-spacing: -0.03em;
    white-space: nowrap;
}
/* 見学案内の文章を2行で表示 */
h2.wage-contact-text {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
}

h2.wage-contact-text > span {
    display: block;
    width: 100%;
font-size: 20px;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: -0.04em;
    white-space: nowrap;
}
/* ご相談案内の文章を2行で表示 */
.wage-consultation-text {
    font-size: clamp(0.7rem, 2.7vw, 1rem);
    letter-spacing: -0.03em;
    text-align: center;
}

.wage-consultation-text span {
    display: block;
    white-space: nowrap;
    font-size: 14px;
}
.wage-payment-note-line {
    display: block;
    white-space: nowrap;
    font-size: 12px;
}

.wage-payment-info ul {
    width: fit-content;
    max-width: 100%;
    margin: 28px auto 0;
}

.wage-payment-info li {
    width: 100%;
}

    .wage-growth-content {
        min-height: 0;
    }

    .wage-growth-content h3{
        font-size: 18px;
    }

    .wage-growth-content p{
        font-size: 14px;
    }
    
    /* CTA */

.wage-value {
    padding-bottom: 45px;
}

.wage-cta {
    padding: 45px 20px 90px;
}

.wage-cta h2 {
        font-size:
            clamp(2rem, 8vw, 3.2rem);
    }

    .wage-cta h2 br {
        display: none;
    }

    .wage-cta-buttons {
        flex-direction: column;
    }

    .wage-cta-button {
        width: 100%;
        min-width: 0;
    }

    .wage-growth-level {
        font-size: 12.8px;
    color: #ff8fd8;
}

.wage-work-text-pc {
        display: none;
    }
    
}


/* ========================================
   Wageページ 480px以下
======================================== */

@media screen and (max-width: 480px) {

    .wage-hero-title {
        font-size: 28px;
    }

    .wage-hero-catch br {
        display: none;
    }

    .wage-hero-visual {
        width: 290px;
    }

    .wage-floating-word {
        padding: 7px 11px;
        font-size: 0.56rem;
    }

    .wage-section {
        padding-right: 16px;
        padding-left: 16px;
    }

    .wage-heading {
        align-items: flex-start;
    }

    .wage-heading::before {
        display: none;
    }

    .wage-heading-number {
        font-size: 24px;
    }

    .wage-about-main,
    .wage-about-note,
    .wage-payment-card,
    .wage-payment-info {
        padding: 24px 18px;
    }

    .wage-work-card,
    .wage-value-card {
        padding: 26px 21px;
    }

    .wage-payment-icon {
 width: 60px;
    height: 60px;
     margin-top: 10px;
    font-size: 1.9rem;
    }
    .wage-payment-card h3{
         margin-top: 10px;
        font-size: 18px;
    }
    .wage-payment-card > p:not(.wage-payment-label){
        margin-top: 6px;
        font-size: 14px;
    }

    .wage-about-layout, .wage-payment-layout{
        gap: 15px;
    }
    .wage-about-main, .wage-about-note, .wage-payment-card, .wage-payment-info{
        padding: 10px 5px;
    }
    .wage-about-note-label, .wage-payment-label{
        font-size: 12px;
        padding: 3px 10px;
    }
    .wage-payment-info li{
        font-size: 14px;
        padding: 10px 12px 10px 35px;
    }
}

@media screen and (max-width: 768px) {

    /* 02：一覧ではアイコン＋タイトルのみを表示 */
        .wage-work-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .wage-work-card {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 128px;
        padding: 14px 4px;
        cursor: pointer;
    }


    .wage-work-card .wage-work-icon {
        width: 48px;
        height: 48px;
        margin: 0 auto;
        border-radius: 14px;
        font-size: 1.35rem;
    }

    .wage-work-card .wage-work-label,
    .wage-work-card .wage-work-text-line,
    .wage-work-card ul {
        display: none;
    }

    .wage-work-card h3 {
        margin-top: 9px;
        font-size: 18px;
        line-height: 1.45;
        word-break: keep-all;
    }

    .wage-work-card:nth-child(4) h3 {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.35;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
}

    .wage-work-card:focus-visible {
        outline: 2px solid #24e9ff;
        outline-offset: 3px;
    }

    /* タップ時の全画面表示 */
    .wage-work-modal[hidden] {
        display: none;
    }

    .wage-work-modal {
        position: fixed;
        z-index: 9999;
        inset: 0;
        display: grid;
        place-items: center;
        padding: 20px;
        overflow-y: auto;
        background: rgb(2 5 12 / 88%);
        backdrop-filter: blur(12px);
    }

    .wage-work-modal-panel {
        position: relative;
        width: min(100%, 420px);
        padding: 58px 26px 30px;
        border: 1px solid rgb(36 233 255 / 38%);
        border-radius: 24px;
        background:
            linear-gradient(
                145deg,
                rgb(19 28 48 / 98%),
                rgb(5 5 10 / 98%)
            );
        box-shadow:
            0 0 28px rgb(36 233 255 / 18%),
            0 0 48px rgb(255 143 216 / 12%);
        text-align: center;
    }

    .wage-work-modal-close {
        position: absolute;
        top: 14px;
        right: 14px;
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        border: 1px solid rgb(255 255 255 / 25%);
        border-radius: 50%;
        color: #fff;
        background: rgb(255 255 255 / 8%);
        font-size: 1.7rem;
        line-height: 1;
    }

    .wage-work-modal-icon {
        display: grid;
        place-items: center;
        width: 78px;
        height: 78px;
        margin: 0 auto;
        border: 1px solid rgb(36 233 255 / 35%);
        border-radius: 20px;
        background:
            linear-gradient(
                135deg,
                rgb(36 233 255 / 14%),
                rgb(255 143 216 / 10%)
            );
        font-size: 2.1rem;
    }

    .wage-work-modal-label {
        margin-top: 20px;
        color: #ff8fd8;
        font-size: 12.8px;
        font-weight: 900;
        letter-spacing: 0.18em;
    }

    .wage-work-modal h2 {
        margin-top: 8px;
        color: #fff;
        font-size: 22px;
        font-weight: 900;
    }

    .wage-work-modal-description {
        margin-top: 22px;
        color: rgb(255 255 255 / 76%);
        font-size: 0.95rem;
        line-height: 1.9;
    }

    .wage-work-modal-description .wage-work-text-line {
        display: block;
        white-space: normal;
    }

    .wage-work-modal ul {
        display: grid;
        gap: 10px;
        margin-top: 24px;
        padding: 18px;
        border: 1px solid rgb(255 255 255 / 10%);
        border-radius: 14px;
        background: rgb(255 255 255 / 4%);
        text-align: left;
    }

    .wage-work-modal li {
        color: rgb(255 255 255 / 82%);
        font-size:15px;
    }

    .wage-work-modal li::before {
        margin-right: 8px;
        color: #24e9ff;
        content: "▶";
        font-size: 0.65rem;
    }

    body.wage-work-modal-open {
        overflow: hidden;
    }

    /* 03：一覧ではアイコン＋タイトルのみを表示 */
    .wage-system-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .wage-system-arrow {
        display: none;
    }

    .wage-system-step {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 152px;
        padding: 16px 10px;
        cursor: pointer;
    }

    .wage-system-step .wage-system-number,
    .wage-system-step p {
        display: none;
    }

    .wage-system-step .wage-system-icon {
        width: 52px;
        height: 52px;
        margin: 0 auto;
        font-size: 1.45rem;
    }

    .wage-system-step h3 {
        margin-top: 10px;
        font-size: 0.95rem;
        line-height: 1.45;
    }

    .wage-system-title-line {
    display: block;
    font-size: 18px;
}

    .wage-system-step:focus-visible {
        outline: 2px solid #24e9ff;
        outline-offset: 3px;
    }

    /* タップ時の全画面表示 */
    .wage-system-modal[hidden] {
        display: none;
    }

    .wage-system-modal {
        position: fixed;
        z-index: 9999;
        inset: 0;
        display: grid;
        place-items: center;
        padding: 20px;
        overflow-y: auto;
        background: rgb(2 5 12 / 88%);
        backdrop-filter: blur(12px);
    }

    .wage-system-modal-panel {
        position: relative;
        width: min(100%, 420px);
        padding: 58px 26px 32px;
        border: 1px solid rgb(255 143 216 / 38%);
        border-radius: 24px;
        background:
            linear-gradient(
                145deg,
                rgb(24 20 42 / 98%),
                rgb(5 5 10 / 98%)
            );
        box-shadow:
            0 0 28px rgb(255 143 216 / 18%),
            0 0 48px rgb(36 233 255 / 12%);
        text-align: center;
    }

    .wage-system-modal-close {
        position: absolute;
        top: 14px;
        right: 14px;
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        border: 1px solid rgb(255 255 255 / 25%);
        border-radius: 50%;
        color: #fff;
        background: rgb(255 255 255 / 8%);
        font-size: 1.7rem;
        line-height: 1;
    }

    .wage-system-modal-number {
        color: #24e9ff;
        font-size: 12.8px;
        font-weight: 900;
        letter-spacing: 0.15em;
    }

    .wage-system-modal-icon {
        display: grid;
        place-items: center;
        width: 78px;
        height: 78px;
        margin: 20px auto 0;
        border: 1px solid rgb(255 143 216 / 38%);
        border-radius: 50%;
        background: rgb(255 143 216 / 10%);
        font-size: 2.15rem;
    }

    .wage-system-modal h2 {
        margin-top: 20px;
        color: #fff;
        font-size: 22px;
        font-weight: 900;
    }

    .wage-system-modal-description {
        margin-top: 22px;
        color: rgb(255 255 255 / 76%);
        font-size: 15px;
        line-height: 1.9;
    }

    body.wage-system-modal-open {
        overflow: hidden;
    }

.wage-value-card {
    padding: 10px 5px;
}

.wage-value-card h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 1.7rem;
    margin: 0 32px;
    font-size: 18px;
}

.wage-work-card > p:not(.wage-work-label), .wage-value-card p{
    font-size: 14px;
    margin-top: 6px;
}

.wage-value-number {
    top: 18px;
    left: 18px;
    color: #24e9ff;
    font-size: 24px;
}

    .wage-system {
    padding-bottom: 45px;
}

.wage-growth {
    padding-top: 45px;
    padding-bottom: 45px;
}

.wage-payment {
    padding-top: 45px;
    padding-bottom: 45px;
}

.wage-value {
    padding-top: 45px;
}

}