/* =========================================
   就労選択支援選択事業 ページスタイル
   PC基準: 1920px / SP基準: 390px
   ブレイクポイント: 768px
   ========================================= */


  /* ===== SEC: INTRO ===== */
.p-sec-intro { 
    width: clamp(390px, calc(1464 / 1920 * 100%), 1464px);
    height: 60vh;
    padding: 100px 0 80px; 
    margin: 0 auto;
}

.l-container {
    height: 100%;
}

.p-sec-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center; 
    height: 100%;
}

.p-sec-intro__heading {
    font-size: 28px;
    font-weight: 700;
    color: var(--mainColor);
    line-height: 1.5;
    font-family: 'LINE Seed JP', sans-serif;
}

.p-sec-intro__body {
    font-size: 24px;
    font-family: 'LINE Seed JP', sans-serif;
    line-height: 1.9;
    color: var(--textColor);
    padding-top: 6px;
}

  /* ===== SEC: WHAT ===== */
.p-sec-what { 
    width: clamp(390px, calc(1464 / 1920 * 100%), 1464px);
    padding: 20px 0 100px;
    margin: 0 auto;
}

.p-sec-what__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.p-sec-what__image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-sec-what__image-wrap img {
    max-width: clamp(18rem, 13.571rem + 18.17vw, 35.375rem);
}

.p-sec-what__blob { 
    width: 100%; max-width: 440px; 
}

.p-sec-what__heading {
    font-size: 24px;
    font-weight: 700;
    color: var(--mainColor);
    margin-bottom: 24px;
    line-height: 1.6;
}

.p-sec-what__body { 
    font-size: 15px; 
    line-height: 1.9; 
    color: #333333; 
}

.p-sec-what__body strong { 
    font-weight: 700; 
}

  /* ===== SEC: TARGET ===== */
.p-sec-target {
    width: clamp(360px, calc(1162 / 1920 * 100%), 1162px);
    margin-block: 360px;
    margin-inline: auto;
}

.p-sec-title {
    text-align: center;
    font-family: 'LINE Seed JP', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--mainColor);
    margin-bottom: 72px;
}

.p-sec-target__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.p-target-card {
    display: flex;
    flex-direction: column;
    align-items: center;}

.p-target-card__illust {
    position: relative;
    z-index: 1;
    height: 180px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.p-target-card__illust img {
    height: 180px;
    width: auto;
    object-fit: contain;
}

.p-target-card__body {
    background-color: #F3F4F3;
    border-radius: 8px;
    padding: 56px 36px 36px;
    width: 100%;
    height: 100%;
}

.p-target-card__name {
    font-size: 20px;
    font-weight: 700;
    color: var(--mainColor);
    text-align: center;
    margin-bottom: 20px;
}

.p-target-card__text { 
    font-size: 24px; 
    line-height: 1.9; 
    color: var(--textColor); 
    text-align: justify;
}

.p-target-card__attention-label {
    font-size: 20px;
    font-family: 'LINE Seed JP', sans-serif;
    font-weight: 700;
    color: var(--subColor);
    margin-top: 24px;
    margin-bottom: 8px;
    display: block;
}

.p-target-card__attention-text {
    font-size: 20px;
    font-family: 'LINE Seed JP', sans-serif;
    line-height: 1.8;
    color: var(--subColor);
    font-weight: 500;
    text-align: justify;
}

  /* 補足事項 */
.p-supplement {
    background-color: #F3F4F3;
    padding: 40px 48px;
    border-radius: 4px;
}

.p-supplement__heading {
    font-size: 16px;
    font-weight: 700;
    color: var(--mainColor);
    margin-bottom: 16px;
}

.p-supplement__text { 
    font-size: 14px; 
    line-height: 1.9; 
    color: var(--textColor); 
}

.p-supplement__text + .p-supplement__text { 
    margin-top: 16px; 
}

.highlights { 
    color: var(--subColor); 
}


  /* ===== SEC: KIT ===== */
.p-sec-kit { 
    width: clamp(360px, calc(1464 / 1920 * 100%), 1464px);
    padding: 100px 0;
    margin: 0 auto;
}

.p-sec-kit .p-sec-title { 
    margin-bottom: 20px; 
}

.p-sec-kit__subtitle {
    text-align: center;
    font-size: 15px;
    line-height: 1.9;
    color: var(--textColor);
    margin-bottom: 56px;
}

.p-kit-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.p-kit-grid__item {
    width: calc(33.333% - 14px);
    aspect-ratio: 416 / 256;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.p-kit-grid__item img { 
    width: 100%; 
    height: 100%; 
    display: block; 
}

.p-kit-grid__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.35);
}

  /* ===== SEC: FLOW ===== */
.p-sec-flow { padding: 100px 0; }
.p-sec-flow .p-sec-title { margin-bottom: 64px; }

.p-flow-list {
    width: clamp(360px, calc(864 / 1920 * 100%), 864px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-flow-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 28px;
}

.p-flow-item__num {
    width: 46px;
    height: 46px;
    background: #96c514;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: -15px;
    flex-shrink: 0;
}

.p-flow-item__box {
    width: 100%;
    border: 2px solid #96c514;
    border-radius: 8px;
    padding: 22px 32px;
    text-align: center;
    color: #96c514;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.p-flow-item__note {
    width: 100%;
    background: #f0f0ec;
    border-radius: 4px;
    padding: 20px 28px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.9;
    color: #444444;
}

  /* ===== SEC: RECRUIT ===== */
.p-sec-recruit { background: #1b3b2b; overflow: hidden; }

.p-sec-recruit__inner {
    display: flex;
    align-items: stretch;
    min-height: 420px;
}

.p-sec-recruit__text-col {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 64px 80px 60px;
}

.p-sec-recruit__eyebrow {
    font-size: 14px;
    font-style: italic;
    color: #96c514;
    font-weight: 500;
    margin-bottom: 20px;
}

.p-sec-recruit__heading {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 24px;
}

.p-sec-recruit__body {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 36px;
}

.p-sec-recruit__btn {
    display: inline-flex;
    align-items: center;
    padding: 13px 36px;
    border: 2px solid #96c514;
    border-radius: 30px;
    color: #96c514;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    align-self: flex-start;
    transition: background 0.25s, color 0.25s;
}

.p-sec-recruit__btn:hover { background: #96c514; color: #ffffff; }

.p-sec-recruit__images-col {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
}

.p-sec-recruit__accent {
    position: absolute;
    top: -10%;
    bottom: -10%;
    left: -8px;
    width: 72px;
    background: #96c514;
    transform: skewX(-7deg);
    z-index: 1;
}

.p-sec-recruit__photo-1 {
    position: absolute;
    top: 0;
    left: 56px;
    right: 100px;
    bottom: 0;
    overflow: hidden;
    transform: skewX(-7deg);
    transform-origin: bottom left;
}

.p-sec-recruit__photo-2 {
    position: absolute;
    top: 24px;
    right: 0;
    width: 120px;
    bottom: 24px;
    overflow: hidden;
    transform: skewX(-7deg);
    transform-origin: bottom left;
}

.p-sec-recruit__photo-1 img,
.p-sec-recruit__photo-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: skewX(7deg) scaleX(1.05);
    transform-origin: bottom left;
}

.p-sec-recruit__photo-placeholder-1 {
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, #2a5a3e, #3a7a52);
    transform: skewX(7deg) scaleX(1.05);
    transform-origin: bottom left;
}

.p-sec-recruit__photo-placeholder-2 {
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, #3a6a48, #4a8a60);
    transform: skewX(7deg) scaleX(1.05);
    transform-origin: bottom left;
}

  /* ===== FOOTER ===== */
.p-footer { background: #1b3b2b; }
.p-footer__main { padding: 60px 0 48px; }

.p-footer__grid {
    display: grid;
    grid-template-columns: 280px 1fr 200px;
    gap: 60px;
    align-items: start;
}

.p-footer__brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 8px;
}

.p-footer__brand-logo-icon { height: 40px; width: auto; }

.p-footer__brand-logo-sub {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.04em;
    line-height: 1.4;
}

.p-footer__brand-logo-main { font-size: 20px; font-weight: 700; color: #ffffff; }

.p-footer__tagline { font-size: 13px; color: #96c514; font-weight: 500; margin-bottom: 28px; }

.p-footer__address {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-style: normal;
    margin-bottom: 6px;
}

.p-footer__tel { font-size: 13px; color: rgba(255, 255, 255, 0.7); }

.p-footer__certs {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.p-footer__cert {
    height: 32px;
    background: #ffffff;
    padding: 4px 10px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    color: #333333;
    white-space: nowrap;
}

.p-footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
}

.p-footer__nav-group { margin-bottom: 24px; }

.p-footer__nav-eyebrow {
    font-size: 11px;
    font-style: italic;
    color: #96c514;
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
}

.p-footer__nav-link { display: block; font-size: 14px; color: #ffffff; text-decoration: none; margin-bottom: 4px; }

.p-footer__facilities-link {
    display: block;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 14px;
    line-height: 1.5;
}

.p-footer__bottom { border-top: 1px solid rgba(255, 255, 255, 0.15); }

.p-footer__bottom-inner {
    padding: 16px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.p-footer__policy-link,
.p-footer__copyright { font-size: 11px; color: rgba(255, 255, 255, 0.55); text-decoration: none; }

  /* ===== RESPONSIVE: SP（768px以下）===== */
@media (max-width: 768px) {

    .l-container { 
        padding: 0 20px; 
    }

    .p-header__inner { 
        padding: 0 20px; 
        height: 56px; 
    }

    .p-header__logo-main { 
        font-size: 18px; 
    }

    .p-header__nav-toggle { 
        width: 46px; 
        height: 46px; 
    }

    .p-sec-intro { 
        height: fit-content;
        margin: 16rem auto;
        padding: 0;
    }

    .p-sec-intro__grid { 
        grid-template-columns: 1fr; 
        gap: 20px; 
    }

    .p-sec-intro__heading { 
        font-size: 20px; 
        text-align: center; }

    .p-sec-intro__body { 
        font-size: 14px; 
    }

    .p-sec-what { 
        padding: 8px 0 56px; 
    }

    .p-sec-what__grid { 
        grid-template-columns: 1fr; 
        gap: 36px; 
    }

    .p-sec-what__blob { 
        max-width: 280px; 
    }

    .p-sec-what__heading { 
        font-size: 20px; 
        margin-bottom: 16px; 
        text-align: center;
    }

    .p-sec-what__body { 
        font-size: 14px; 
    }

    .p-sec-target { 
        width: 100%;
        padding: 56px 0 40px; 
    }
    .p-sec-title { 
        font-size: 18px; 
        margin-bottom: 48px; 
    }

    .p-sec-target {
        margin-block: 160px;
    }

    .p-sec-target__cards { 
        grid-template-columns: 1fr; 
        gap: 40px; 
    }

    .p-target-card__body { 
        padding: 56px 24px 28px; 
    }

    .p-target-card__text { 
        font-size: 16px; 
    }

    .p-target-card__name { 
        font-size: 18px; 
    }

    .p-supplement { 
        padding: 32px 24px; 
    }

    .p-target-card__attention-label { 
        font-size: 18px; 
    }

    .p-target-card__attention-text { 
        font-size: 16px; 
    }

    .p-sec-kit { 
        width: 100%;
        padding: 56px 0;
    }
    .p-sec-kit__subtitle { 
        font-size: 14px; 
        margin-bottom: 36px; 
        text-align: left;
    }
    .p-sec-kit__subtitle br { 
        display: none; 
    }
    
    .p-kit-grid {
        justify-content: flex-start;
    }
    
    .p-kit-grid__item { 
        width: calc(50% - 10px); 
    }
    

    .p-sec-flow { 
        padding: 56px 0; 
    }
    
    .p-sec-flow .p-sec-title { 
        margin-bottom: 40px; 
    }
    
    .p-flow-list { 
        max-width: 100%; 
    }
    
    .p-flow-item__box { 
        font-size: 15px; 
        padding: 18px 20px; 
    }
    
    .p-flow-item__num { 
        width: 40px; 
        height: 40px; 
        font-size: 16px; 
    }
}