/* .p-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    padding-block: 40px 32px;
}
@media screen and (min-width: 980px) {
    .p-header {
        padding-block: 40px;
    }
} */

/* .p-header-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
} */
/* @media screen and (min-width: 980px) {
    .p-header-bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
} */

/* .p-header-content-wrap {
    width: 100%;
    max-width: 680px;
    padding-inline: 20px;
    margin-inline: auto;
}
@media screen and (min-width: 980px) {
    .p-header-content-wrap {
        max-width: 1240px;
       
    }
} */

/* .p-header-content {
    display: grid;
    grid-template-columns: 1fr;
    margin-inline: auto;
    gap: 16px;
}
@media screen and (min-width: 980px) {
    .p-header-content {
        grid-template-columns: calc(594 / 1200 * 100%) calc(557 / 1200 * 100%);
        gap: clamp(1.25rem, -12.893rem + 22.86vw, 4.25rem);
    }
} */

/* .p-header-title {
    width: 100%;
    height: auto;
    aspect-ratio: 327 / 150;
    margin-inline: auto;
} */
/* .p-header-title-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

/* @media screen and (min-width: 980px) {
    .p-header-title {
        aspect-ratio: 594 / 258;
    }
} */

/* .p-header-img-wrap {
    width: 80.4%;
    height: auto;
    aspect-ratio: 263 / 223;
    margin-inline: auto;
}
@media screen and (min-width: 980px) {
    .p-header-img-wrap {
        width: 100%;
        aspect-ratio: 557 / 482;
    }
} */
/* .p-header-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

/* .p-header-search {
    margin-top: -74px;
    position: relative;
    width: 100%;
    max-width: 600px;
    background: #fff;
    border-radius: 8px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media screen and (min-width: 980px) {
    .p-header-search {
        margin-top: -135px;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 1200px;
        padding: 24px;
    }
}
@media screen and (min-width: 1200px) {
    .p-header-search {
        margin-top: -160px;
    }
} */

/* .p-hukidasi {
    position: absolute;
    top: -28px;
    left: 8px;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 6px 16px 8px;
    border-radius: 8px;
    background: #147be8;
}
@media screen and (min-width: 980px) {
    .p-hukidasi {
        padding: 8px 16px;
    }
} */

/* .p-hukidasi-text {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.6px;
    position: relative;
}
@media screen and (min-width: 980px) {
    .p-hukidasi-text {
        font-size: 18px;
        letter-spacing: 0.9px;
    }
} */

/* .p-hukidasi-text-number {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 82%;
    letter-spacing: 1.1px;
}
@media screen and (min-width: 980px) {
    .p-hukidasi-text-number {
        font-size: 28px;
        letter-spacing: 1.4px;
    }
} */

/* .p-hukidasi-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
    width: 20px;
    height: 8px;
    object-fit: contain;
}
@media screen and (min-width: 980px) {
    .p-hukidasi-icon {
    }
} */

/* .p-input-contents-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
@media screen and (min-width: 980px) {
    .p-input-contents-wrap {
        grid-template-columns: 1fr 136px;
        gap: 20px;
    }
} */

/* .p-input-content-wrap {
    background: #fff;
    width: 100%;
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 980px) {
    .p-input-content-wrap {
        grid-template-columns: 180px 159px 163px 1fr;
    }
} */

.p-select-wrap {
}
/* 
.p-select-triangle {
    width: 12px;
    height: 6px;
    flex-shrink: 0;
}
@media screen and (min-width: 980px) {
    .p-select-triangle {
        width: 19px;
        height: 8px;
    }
} */

/* .p-select-wrap--1 {
    padding: 12px 8px;
    background: #fff;
    border: 1px solid #b2b2b2;
    border-right: none;
    border-top-left-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
}
@media screen and (min-width: 980px) {
    .p-select-wrap--1 {
        padding: 15px 24px;
        max-width: 180px;
        background: #fff;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border-right: none;
        gap: 20px;
    }
} */

/* .p-select-wrap-icon--1 {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    object-fit: contain;
}
@media screen and (min-width: 980px) {
    .p-select-wrap-icon--1 {
        width: 19px;
        height: 19px;
    }
} */

/* .p-select-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    width: 100%;
}
@media screen and (min-width: 980px) {
    .p-select-text {
        font-size: 18px;
        font-weight: 400;
        line-height: 140%;
        width: 100%;
    }
}

.p-select-text:invalid {
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}
@media screen and (min-width: 980px) {
    .p-select-text:invalid {
        font-size: 18px;
    }
}

.p-select-text::placeholder {
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}
@media screen and (min-width: 980px) {
    .p-select-text::placeholder {
        font-size: 18px;
    }
} */

/* .p-select-wrap--2 {
    padding: 12px 8px;
    height: auto;
    background: #fff;
    border: 1px solid #b2b2b2;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
}
@media screen and (min-width: 980px) {
    .p-select-wrap--2 {
        padding: 15px 24px;
        max-width: 159px;
        border-right: none;
        gap: 20px;
    }
} */

/* .p-select-wrap-icon--2 {
    width: 10px;
    height: 12px;
    flex-shrink: 0;
    object-fit: contain;
}
@media screen and (min-width: 980px) {
    .p-select-wrap-icon--2 {
        width: 16px;
        height: 20px;
    }
} */

/* .p-select-wrap--3 {
    padding: 12px 8px;
    background: #fff;
    border: 1px solid #b2b2b2;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
}
@media screen and (min-width: 980px) {
    .p-select-wrap--3 {
        padding: 15px 24px;
        max-width: 163px;
        border-top-right-radius: 0;
        border-right: none;
        gap: 20px;
    }
} */

/* .p-select-wrap-icon--3 {
    width: 15px;
    height: 12px;
    flex-shrink: 0;
    object-fit: contain;
}

@media screen and (min-width: 980px) {
    .p-select-wrap-icon--3 {
        width: 20px;
        height: 16px;
    }
} */
/* .p-select-wrap--4 {
    width: 100%;
    padding: 12px 8px;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #b2b2b2;
    border-top: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    grid-row: 2 / 3;
    grid-column: 1 / 4;
}
@media screen and (min-width: 980px) {
    .p-select-wrap--4 {
        padding: 15px 24px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 0;
        border: 1px solid #b2b2b2;
        grid-row: auto;
        grid-column: auto;
        gap: 20px;
    }
} */

/* .p-select-wrap-icon--4 {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    object-fit: contain;
}
@media screen and (min-width: 980px) {
    .p-select-wrap-icon--4 {
        width: 18px;
        height: 18px;
    }
} */

/* .p-input-contents-wrap-button {
    padding: 10px 20px;
    border-radius: 8px;
    background: #147be8;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
}
@media screen and (min-width: 980px) {
    .p-input-contents-wrap-button {
        font-size: 18px;
    }
} */

/* .p-chumoku-wrap {
    display: none;
}
@media screen and (min-width: 980px) {
    .p-chumoku-wrap {
        display: flex;
        padding: 8px 16px;
        border-radius: 8px;
        background: #f9f9f9;
        width: fit-content;
    }
} */

/* .p-chumoku-title {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.7px;
    padding-right: 22px;
    border-right: 1px solid #b2b2b2;
}
@media screen and (min-width: 768px) {
    .p-chumoku-title {
    }
} */

/* .p-chumoku-body {
    padding-left: 22px;
    display: flex;
    gap: 22px;
}
@media screen and (min-width: 980px) {
    .p-chumoku-body {
    }
} */

/* .p-chumoku-body-text {
    color: #147be8;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.7px;
}
@media screen and (min-width: 980px) {
    .p-chumoku-body-text {
    }
} */

/* .p-banner {
    background: white;
    padding-block: 24px 16px;
}
@media screen and (min-width: 767px) {
    .p-banner {
        padding-block: 32px 24px;
    }
} */

/* .p-banner-container {
    width: 100%;
    max-width: 100%;
    padding-inline: 24px;
    margin-inline: auto;
}
@media screen and (min-width: 980px) {
    .p-banner-container {
        width: 100%;
        max-width: 1350px;
        padding-inline: 20px;
        margin-inline: auto;
    }
} */

/* .p-banner-swiper-slide {
    width: 140px !important;
    height: auto !important;
    aspect-ratio: 140 / 66 !important;
    object-fit: cover;
} */

/* .p-banner-text {
    margin-top: 8px;
    text-align: center;
    font-size: 8px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.4px;
}
@media screen and (min-width: 576px) {
    .p-banner-text {
        text-align: right;
    }
} */

/* .p-banner2 {
    padding-block: 40px;
}
@media screen and (min-width: 767px) {
    .p-banner2 {
        padding-block: 64px;
    }
} */
/* .p-banner2-inner {
    width: 100%;
    padding-inline: 24px;
    margin-inline: auto;
}
@media screen and (min-width: 767px) {
    .p-banner2-inner {
        max-width: 1350px;
        padding-inline: 20px;
    }
} */

/* .p-banner2-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-inline: auto;
}

@media screen and (min-width: 767px) {
    .p-banner2-container {
        max-width: 1187px;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

@media screen and (min-width: 1200px) {
    .p-banner2-container {
        max-width: 1207px;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        margin-inline: auto;
    }
} */

/* .p-banner2-item {
    width: 100%;
    height: auto;
    aspect-ratio: 284.768 / 116.584;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.15));
} */

/* .p-banner2-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.p-pickup-wrapper {
}

.p-pickup-container {
}

.l-whole-wrapper {
    padding-bottom: 40px;
    background: #fff3ec;
    width: 100%;
    max-width: 1256px;
    padding-inline: 24px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}
@media (min-width: 767px) {
    .l-whole-wrapper {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .l-whole-wrapper {
        max-width: 1256px;
        padding-inline: 20px;
        grid-template-columns: calc(880 / 1216 * 100%) calc(288 / 1216 * 100%);
        gap: 48px;
    }
}
.l-main {
    display: flex;
    flex-direction: column;
    min-width: 0; /* グリッドアイテムの overflow 防止 */
}

/* .p-pickup-link {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
} */
/* .p-pickup-head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

/* .p-pickup-title-wrap {
    display: flex;
    flex-direction: column;
} */

/* .p-pickup-title {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
@media (min-width: 767px) {
    .p-pickup-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 1.6px;
    }
} */
/* .p-pickup-title2 {
    color: #333;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width: 767px) {
    .p-pickup-title2 {
        font-size: 11px;
        letter-spacing: 0.55px;
    }
} */
/* .p-date {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.8px;
}
@media (min-width: 767px) {
    .p-date {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 1px;
    }
} */

/* .p-date-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.8px;
}
@media (min-width: 767px) {
    .p-date-text {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 1px;
    }
} */

.p-pickup-button-wrap {
}

/* .p-pickup-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
} */
/* .p-pickup-button-text {
    color: #ff7a00;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
} */

/* .p-pickup-button-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    object-fit: contain;
} */

/* .p-pickup-list-wrap {
    background: #fff3ec;
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 32px;
}

@media (min-width: 992px) {
    .p-pickup-list-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
} */

/* .p-pickup-pic {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 156 / 96;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
@media (min-width: 767px) {
    .p-pickup-pic {
        aspect-ratio: 208 / 126;
    }
} */

/* .p-pickup-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
} */

/* .p-pickup-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    min-height: calc(11px * 1.4 + 4px * 2);
}
@media (min-width: 767px) {
    .p-pickup-tags {
        min-height: calc(11px * 1.4 + 4px * 2);
        gap: 4px;
    }
} */

/* .p-pickup-tag {
    width: fit-content;
    padding: 2px 8px;
    border-radius: 100vmax;
    border: 0.5px solid #333;
    color: #333;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
@media (min-width: 767px) {
    .p-pickup-tag {
        padding: 4px 10px;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: 0.55px;
    }
} */

/* ============================================================
   Figmaデザイン実装 (2026-05-09) 追加スタイル
   ============================================================ */

/* --- セクション共通 --- */
.p-section {
    padding-top: 48px;
    overflow: hidden;
}

/* .p-section-area {
    padding-block: 48px 0;
} */

/* .p-section-intern {
    padding-block: 32px 0;
} */

/* .p-section-ship {
    padding-block: 32px 0;
} */

/* --- SHIP セクションヘッダー --- */
/* .p-ship-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
} */
/* 
.p-ship-heading {
    display: flex;
    flex-direction: column;
} */

/* .p-ship-logo-wrap {
    width: 300px;
    height: auto;
    aspect-ratio: 300 / 84;
} */

/* .p-ship-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

/* .p-ship-subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.6px;
    color: #333;
}
@media (min-width: 576px) {
    .p-ship-subtitle {
        font-size: 16px;
        letter-spacing: 0.8px;
    }
} */

/* .p-ship-link {
    padding-left: 24px;
    color: #ff7a00;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
} */

/* .p-ship-link--sp {
    margin-top: 24px;
    justify-content: flex-end;
} */

/* .p-section-tag {
    padding-block: 32px 0;
} */

/* .p-section-ninki {
    padding-block: 4px 0;
}
@media (min-width: 767px) {
    .p-section-ninki {
        padding-block: 32px 0;
    }
} */

/* .p-section-kyujin {
    padding-block: 40px 0;
    overflow: hidden;
}
@media (min-width: 767px) {
    .p-section-kyujin {
        padding-top: 48px;
        overflow: hidden;
    }
} */

/* .p-section-kyujin .p-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
} */

.p-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 32px; */
}

/* .p-section-area .p-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 16px;
}
@media (min-width: 575px) {
    .p-section-area .p-section-header {
        margin-bottom: 32px;
    }
} */

/* .p-section-intern .p-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 16px;
}
@media (min-width: 575px) {
    .p-section-intern .p-section-header {
        margin-bottom: 32px;
    }
} */

/* .p-section-tag .p-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
@media (min-width: 767px) {
    .p-section-tag .p-section-header {
        margin-bottom: 32px;
    }
} */

/* .p-section-ninki .p-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
@media (min-width: 767px) {
    .p-section-ninki .p-section-header {
        margin-bottom: 32px;
    }
} */

/* .p-section-kyujin .p-section-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1px;
}
@media (min-width: 767px) {
    .p-section-kyujin .p-section-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 1.6px;
        color: #333;
    }
} */

.p-section-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1.6px;
    color: #333;
}

/* .p-section-intern .p-section-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #333;
}
@media (min-width: 767px) {
    .p-section-intern .p-section-title {
        font-size: 32px;
        letter-spacing: 1.6px;
    }
} */

/* .p-section-tag .p-section-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #333;
}
@media (min-width: 767px) {
    .p-section-tag .p-section-title {
        font-size: 32px;
        letter-spacing: 1.6px;
    }
} */

/* .p-section-ninki .p-section-title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1px;
}
@media (min-width: 767px) {
    .p-section-ninki .p-section-title {
        font-size: 32px;
        letter-spacing: 1.6px;
    }
} */

/* .p-section-link {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
} */

/* .p-section-link-kyujin {
    display: none;
}
@media (min-width: 767px) {
    .p-section-link-kyujin {
        display: flex;
        align-items: center;
        gap: 2px;
        color: #ff7a00;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        text-decoration: none;
        white-space: nowrap;
        flex-shrink: 0;
    }
} */

.p-section-link-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

/* .p-section-link-kyujin-bottom {
    margin-top: 24px;
    margin-inline: auto;
    max-width: 147px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ff7a00;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.7px;
    padding: 8px 16px;
    border-radius: 100vmax;
    border: 1px solid #ff7a00;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
    .p-section-link-kyujin-bottom {
        max-width: 300px;
    }
}
@media (min-width: 767px) {
    .p-section-link-kyujin-bottom {
        display: none;
    }
} */

/* --- カード共通（cell_new）更新 --- */
/* .p-pickup-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 100%;
} */

/* .p-pickup-pic {
    position: relative;
} */

/* 募集バッジ */
/* .p-pickup-badge {
    position: absolute;
    top: -20px;
    right: 0;
    width: 57px;
    height: auto;
    aspect-ratio: 57 / 57;
    background: #e5002b;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    place-items: center;
    border: 1px solid #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
} */

/* .p-pickup-badge-count {
    color: #fff;
    font-size: 11.211px;
    font-weight: 900;
    line-height: 16px;
} */
/* .p-pickup-badge-count-number {
    color: #fff;
    font-size: 18.211px;
    font-weight: 900;
    line-height: 16px;
} */

/* .p-pickup-badge-text {
    color: #fff;
    font-size: 11.211px;
    font-weight: 900;
    line-height: 16px;
} */

/* .p-pickup-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 12px;
}

@media (min-width: 767px) {
    .p-pickup-content {
        padding: 16px;
    }
} */

/* .p-pickup-content-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
@media (min-width: 767px) {
    .p-pickup-content-inner {
        gap: 8px;
    }
} */

/* .p-pickup-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

/* .p-pickup-company-name {
    color: #ff7a00;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.6px;
}
@media (min-width: 767px) {
    .p-pickup-company-name {
        font-size: 14px;
        letter-spacing: 0.7px;
    }
} */
/* .p-pickup-occupation {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #333;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
}
@media (min-width: 767px) {
    .p-pickup-occupation {
        gap: 8px;
        font-size: 12px;
        line-height: 1.4;
    }
} */

/* .p-pickup-occupation svg {
    flex-shrink: 0;
} */

/* .p-pickup-company-headquarters {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #333;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
}
@media (min-width: 767px) {
    .p-pickup-company-headquarters {
        gap: 6px;
        font-size: 12px;
        line-height: 1.4;
    }
} */

/* .p-pickup-company-headquarters-icon {
    flex-shrink: 0;
} */

/* 詳しく見るボタン */
/* .p-pickup-cta-btn {
    display: none;
}
@media (min-width: 767px) {
    .p-pickup-cta-btn {
        display: grid;
        place-items: center;
        width: 100%;
        padding: 12px;
        margin-top: 16px;
        border: 1px solid #ff7a00;
        border-radius: 8px;
        color: #ff7a00;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
    }
} */

/* --- 人気職種から探す --- */
/* .p-occupation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0;
    row-gap: 4px;
}
@media (min-width: 575px) {
    .p-occupation-grid {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 2px;
        row-gap: 6px;
    }
}
@media (min-width: 767px) {
    .p-occupation-grid {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 8px;
        row-gap: 10px;
    }
} */

/* .p-occupation-card {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 159.5/63.63;
    border-radius: 4px;
    overflow: hidden;
    display: block;
}
@media (min-width: 767px) {
    .p-occupation-card {
        border-radius: 6px;
        aspect-ratio: 282 / 150;
    }
} */

/* .p-occupation-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}
@media (min-width: 767px) {
    .p-occupation-card-img {
        border-radius: 6px;
    }
} */

/* 
.p-occupation-card-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.67;
    z-index: 1;
    width: 100%;
}
@media (min-width: 767px) {
    .p-occupation-card-text {
        font-size: 14px;
        bottom: 8px;
        left: 8px;
    }
} */

/* --- タグから探す --- */
/* .p-tag-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 8px;
}
@media (min-width: 767px) {
    .p-tag-list {
        gap: 8px;
    }
} */

/* .p-tag-item {
    display: grid;
    place-items: center;
    width: fit-content;
    padding: 6px 8px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #333;
    background: #fff;
    white-space: nowrap;
}
@media (min-width: 767px) {
    .p-tag-item {
        padding: 8px 16px;
        font-size: 14px;
        letter-spacing: 0.7px;
    }
} */

/* --- 記事カード（SHIP / インターンを学ぶ）--- */
/* .p-ship-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
} */

/* .p-ship-logo-wrap {
    width: 300px;
    height: auto;
    aspect-ratio: 300 / 84;
} */
/* .p-ship-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

/* .p-ship-subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.6px;
    color: #333;
}
@media (min-width: 576px) {
    .p-ship-subtitle {
        font-size: 16px;
        letter-spacing: 0.8px;
    }
} */

/* .p-article-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (min-width: 992px) {
    .p-article-grid {
        grid-template-columns: repeat(4, 1fr);
    }
} */

/* .p-article-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    display: block;
    text-decoration: none;
} */

/* .p-article-card-img-wrap {
    width: 100%;
    aspect-ratio: 208 / 109;
    overflow: hidden;
} */

/* .p-article-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */

/* .p-article-card-content {
    padding: 12px;
} */

/* .p-article-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    min-height: 19px;
} */

/* .p-article-card-tag {
    display: inline-flex;
    padding: 2px 8px;
    background: #ff7a00;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 2px;
    line-height: 1.4;
} */

/* .p-article-card-title {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    color: #ff7a00;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

/* --- エリアから探す --- */
/* .p-area-outer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
@media (min-width: 575px) {
    .p-area-outer {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 32px;
        row-gap: 16px;
    }
} */

/* .p-area-region-title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.9px;
    margin-bottom: 16px;
} */

/* .p-area-region-tags {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 4px;
}
@media (min-width: 767px) {
    .p-area-region-tags {
        column-gap: 8px;
        row-gap: 8px;
    }
} */

/* .p-area-tag {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    background: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #333;
    white-space: nowrap;
}
@media (min-width: 767px) {
    .p-area-tag {
        padding: 8px 16px;
        font-size: 14px;
        letter-spacing: 0.7px;
    }
} */

/* --- サイドバー --- */
/* .l-aside {
    padding-top: 48px;
} */

/* .p-sidebar-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
} */

/* .p-sidebar-ship-logo-wrap {
    width: 216px;
    height: auto;
    aspect-ratio: 25/7;
} */

/* .p-sidebar-ship-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.4;
    letter-spacing: 0.8px;
} */

/* .p-sidebar-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    min-width: 169px;
} */

/* .p-sidebar-article-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
} */

/* .p-sidebar-article-item {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #d9d9d9;
} */

/* .p-sidebar-article-thumb {
    width: 88px;
    height: auto;
    aspect-ratio: 88 / 64;
    flex-shrink: 0;
    object-fit: cover;
} */

/* --- SHIP サイドバー --- */
.p-sidebar-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* .p-sidebar-ship-logo-wrap {
    display: block;
    width: 216px;
    height: auto;
    aspect-ratio: 25 / 7;
} */

/* .p-sidebar-ship-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

/* .p-sidebar-ship-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.8px;
    color: #333;
} */

/* .p-sidebar-article-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
} */

/* .p-sidebar-article-item {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #d9d9d9;
    text-decoration: none;
} */

/* .p-sidebar-article-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    width: 169px;
} */

/* .p-sidebar-article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    min-height: calc(8px * 1.4 + 2px * 2);
} */

/* .p-sidebar-article-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    background: #ff7a00;
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    width: fit-content;
} */

/* .p-sidebar-article-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.6px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

/* .p-sidebar-link-wrap {
    display: flex;
    justify-content: flex-end;
} */

/* .p-sidebar-article-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
} */

/* .p-sidebar-article-tag {
    display: inline-flex;
    padding: 2px 8px;
    background: #ff7a00;
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    line-height: 1.4;
} */

/* .p-sidebar-article-title {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 1.4;
    letter-spacing: 0.6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

/* .p-sidebar-link-wrap {
    display: flex;
    justify-content: flex-end;
} */

/* --- 注目求人ピックアップ Swiper --- */

/* .p-pickup-swiper {
    margin-top: 16px;
    display: contents;
    overflow: visible;
}
@media (min-width: 767px) {
    .p-pickup-swiper {
        margin-top: 32px;
        display: flex;
    }
} */

/* .p-pickup-swiper .swiper-wrapper {
    column-gap: 12px;
    row-gap: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
}
@media (min-width: 575px) {
    .p-pickup-swiper .swiper-wrapper {
        column-gap: 12px;
        row-gap: 24px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        height: auto;
    }
}
@media (min-width: 767px) {
    .p-pickup-swiper .swiper-wrapper {
        display: flex;
        gap: 0;
    }
} */
/* @media (max-width: 767px) {
    .p-pickup-swiper-controls {
        display: none;
    }
} */

/* バッジ(top:-20px)を見せるためのスペース */
/* .p-pickup-slide {
    width: 100%;
    height: auto;
}
@media (min-width: 767px) {
    .p-pickup-slide {
        width: 208px;
        height: auto;
    }
} */

/* @media (min-width: 767px) {
    .p-pickup-slide .p-pickup-link {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
} */

/* @media (min-width: 767px) {
    .p-pickup-swiper-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }
} */

/* @media (min-width: 767px) {
    .p-pickup-swiper-prev,
    .p-pickup-swiper-next {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }
} */

/* @media (min-width: 767px) {
    .p-pickup-swiper-prev.swiper-button-disabled,
    .p-pickup-swiper-next.swiper-button-disabled {
        opacity: 0.4;
        cursor: default;
    }
} */

/* @media (min-width: 767px) {
    .p-pickup-pagination.swiper-pagination {
        display: flex !important;
        gap: 8px;
        align-items: center;
        justify-content: center;
        position: static !important;
        bottom: auto !important;
        left: auto !important;
        width: auto !important;
    }
} */

/* @media (min-width: 767px) {
    .p-pickup-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background: #ebebeb;
        opacity: 1;
        margin: 0 !important;
        border-radius: 50%;
    }
} */

/* @media (min-width: 767px) {
    .p-pickup-pagination .swiper-pagination-bullet-active {
        background: #ff7a00;
    }
} */

/* レスポンシブ: スマホ（～991px）*/
@media (max-width: 991px) {
    /* レイアウト */
    /* .l-whole-wrapper {
        grid-template-columns: 1fr;
    } */
    .l-aside {
        display: none;
    }

    /* セクション共通 */
    .p-section {
        padding-top: 32px;
    }
    .p-section-header {
        margin-bottom: 20px;
    }
    .p-section-title {
        font-size: 22px;
    }

    /* 注目求人ピックアップ Swiper: SPカード幅 */

    /* 人気職種 */

    /* タグ */
    .p-tag-item {
        font-size: 12px;
        padding: 6px 12px;
    }

    /* 記事グリッド: 1列 */
    .p-article-grid {
        grid-template-columns: 1fr;
    }
    .p-article-card-img-wrap {
        aspect-ratio: 327 / 171;
    }

    /* エリア */
}

/* 768px未満: pickup Swiperをflex-wrapに切り替え */

/* --- SHIP 記事カードグリッド (userVoice.blade.php) --- */
/* SP/TAB: 3枚、PC(1024px以上): 4枚 */
/* .p-ship-article-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-top: 16px;
}
@media (min-width: 576px) {
    .p-ship-article-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 767px) {
    .p-ship-article-grid {
        grid-template-columns: repeat(4, 1fr);
    }
} */

/* --- SHIP 記事カード（userVoice.blade.php） --- */
/* .p-ship-cards-wrap {
    margin-top: 24px;
}
@media (min-width: 640px) {
    .p-ship-cards-wrap {
        margin-top: 32px;
    }
} */

/* .p-ship-article-grid {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.p-ship-article-grid::-webkit-scrollbar {
    display: none;
}
@media (min-width: 768px) {
    .p-ship-article-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        overflow-x: visible;
    }
} */

/* .p-ship-article-slide {
    width: 208px;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .p-ship-article-slide {
        width: auto;
        flex-shrink: unset;
    }
} */

/* .p-ship-article-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 2.5px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    height: 100%;
} */

/* .p-ship-article-card__img-wrap {
    width: 100%;
    aspect-ratio: 208 / 109;
    overflow: hidden;
    flex-shrink: 0;
} */

/* .p-ship-article-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */

/* .p-ship-article-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    flex: 1;
}
@media (min-width: 576px) {
    .p-ship-article-card__body {
        padding: 16px;
    }
} */

/* .p-ship-article-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    min-height: calc(11px * 1.4 + 4px * 2);
} */

/* .p-ship-article-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    width: fit-content;
    border: 0.5px solid #333;
    border-radius: 100vmax;
    color: #333;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.55px;
    white-space: nowrap;
} */

/* .p-ship-article-card__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.7px;
    color: #ff7a00;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

/* .p-ship-article-card__description {
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

/* .p-ship-article-slide:nth-child(n + 5) {
    display: none;
} */

/* @media (min-width: 1024px) {
    .p-ship-article-slide {
        width: calc((100% - 16px * 3) / 4);
    }

    .p-ship-article-slide:nth-child(4) {
        display: block;
    }

    .p-ship-article-slide:nth-child(n + 5) {
        display: none;
    }
} */

/* .p-ship-article-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 2.5px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    height: 100%;
} */

/* .p-ship-article-card__img-wrap {
    width: 100%;
    aspect-ratio: 208 / 109;
    overflow: hidden;
    flex-shrink: 0;
} */

/* .p-ship-article-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */

/* .p-ship-article-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    flex: 1;
}
@media (min-width: 576px) {
    .p-ship-article-card__body {
        padding: 16px;
    }
} */

/* .p-ship-article-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    min-height: calc(11px * 1.4 + 4px * 2);
} */

/* .p-ship-article-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    width: fit-content;
    border: 0.5px solid #333;
    border-radius: 100vmax;
    color: #333;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.55px;
    white-space: nowrap;
} */

/* .p-ship-article-card__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.7px;
    color: #ff7a00;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

/* .p-ship-article-card__description {
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

/* ===== p-flex-section (COMPUSがサポートするフロー) ===== */

/* --- セクション --- */
/* .p-flex-section {
    background: #fff;
    padding-block: 40px;
}
@media screen and (min-width: 768px) {
    .p-flex-section {
        padding-block: 80px;
    }
} */

/* .p-flex-section-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 100%;
    max-width: 540px;
    padding-inline: 24px;
    margin-inline: auto;
}

@media screen and (min-width: 768px) {
    .p-flex-section-inner {
        max-width: 1250px;
        gap: 48px;
        padding-inline: 20px;
    }
} */

/* --- 見出し --- */
/* .p-how-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-how-heading {
        gap: 16px;
    }
} */

/* .p-how-heading-badge {
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
    padding: 4px 8px 6px;
    background: #ff7a00;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
    .p-how-heading-badge {
    }
} */

/* .p-how-heading-badge-brand {
    font-size: 20px;
    line-height: 0.75;
}

@media screen and (min-width: 768px) {
    .p-how-heading-badge-brand {
        font-size: 32px;
    }
} */

/* .p-how-heading-badge-ga {
    font-size: 16px;
    line-height: 0.75;
}

@media screen and (min-width: 768px) {
    .p-how-heading-badge-ga {
        font-size: 22px;
    }
} */

/* .p-how-heading-banner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
@media screen and (min-width: 1200px) {
    .p-how-heading-banner {
        flex-direction: row;
        gap: 0;
    }
} */

/* .p-how-heading-banner-text {
    background: #ff7a00;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .p-how-heading-banner-text {
        font-size: 36px;
        font-size: clamp(2rem, 1.111rem + 1.85vw, 2.5rem);
    }
}
@media screen and (min-width: 1200px) {
    .p-how-heading-banner-text {
        font-size: 48px;
        font-size: clamp(2.625rem, 0.375rem + 3vw, 3rem);
    }
}

.p-how-heading-banner-text.--first {
    padding: 0 0 0 8px;
}

.p-how-heading-banner-text.--second {
    margin-left: -1px;
    padding: 0 8px 0 0;
} */

/* SP: <br>表示 / PC: 非表示 */
/* .p-how-heading-banner-br {
    display: block;
}

@media screen and (min-width: 768px) {
    .p-how-heading-banner-br {
        display: none;
    }
} */

/* --- ステップコンテナ --- */
/* .p-how-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-how-steps {
        flex-direction: row;
        flex-wrap: wrap;
    }
} */

/* --- ステップアイテム --- */
/* SP: 見出し(上) → 画像+テキスト横並び(下) */
/* PC: 画像(上) → 見出し+テキスト縦並び(下) */
/* .p-how-step {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-how-step {
        gap: 24px;
        width: 210px;
        flex-shrink: 0;
    }
} */

/* SP: order 1 (上) / PC: order 2 (下) */
/* .p-how-step-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #ff7a00;
    font-weight: 700;
    width: 100%;
    gap: 0;
    order: 1;
}

@media screen and (min-width: 768px) {
    .p-how-step-heading {
        gap: 4px;
        order: 2;
    }
} */

/* SP: 横並び (order 2) / PC: 縦並び (order 1) */
/* .p-how-step-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    width: 100%;
    order: 2;
}

@media screen and (min-width: 768px) {
    .p-how-step-body {
        flex-direction: column;
        gap: 16px;
        order: 1;
    }
} */

/* --- ステップ画像 --- */
/* .p-how-step-img-wrap {
    width: clamp(6.25rem, 1.646rem + 19.64vw, 11.063rem);
    height: auto;
    aspect-ratio: 100 / 100;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .p-how-step-img-wrap {
        width: 177px;
        height: auto;
        aspect-ratio: 177 / 177;
    }
} */

/* .p-how-step-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
} */

/* --- ステップテキスト --- */
/* .p-how-step-label {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    display: block;
} */

/* .p-how-step-title {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0;
} */

/* .p-how-step-description {
    flex: 1 0 0;
    min-width: 1px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0;
    color: #333;
}

@media screen and (min-width: 768px) {
    .p-how-step-description {
        flex: none;
        width: 100%;
    }
} */

/* --- ステップ間の矢印 --- */
/* SVGは下向き三角形。SP: そのまま(下向き) / PC: rotate(-90deg)で右向きに */
/* .p-how-step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .p-how-step-arrow {
        width: 8px;
        height: 62px;
    }
} */

/* .p-how-step-arrow-svg {
    width: 62px;
    height: 8px;
    display: block;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .p-how-step-arrow-svg {
        transform: rotate(-90deg);
    }
} */

/* ========================
   p-cta セクション
   ======================== */
/* .p-cta {
    background-color: #fff3ec;
    padding-block: 40px;
}
@media screen and (min-width: 768px) {
    .p-cta {
        padding-block: 80px;
    }
} */

/* .p-cta-inner {
    max-width: 1114px;
    width: 100%;
    padding-inline: 24px;
    margin-inline: auto;
}
@media screen and (min-width: 768px) {
    .p-cta-inner {
        padding-inline: 20px;
    }
} */
/* 
.p-cta-card {
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    padding-block: 32px;
    padding-inline: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background-image: url("../img/cta-bg.png");
    background-size: cover;
    background-position: center;
}
@media screen and (min-width: 768px) {
    .p-cta-card {
        padding-block: 48px;
        padding-inline: 20px;
        gap: 32px;
    }
} */
/* .p-cta-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
} */

/* .p-cta-subheading {
    display: flex;
    align-items: flex-end;
    gap: 8px;
} */

/* .p-cta-ornament {
    display: block;
    width: 8px;
    height: 23px;
    flex-shrink: 0;
} */

/* .p-cta-subheading-text {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.8px;
    line-height: 1.75;
}
@media screen and (min-width: 768px) {
    .p-cta-subheading-text {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 0.8px;
    }
} */

/* .p-cta-heading {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.28px;
    line-height: 1.4;
    text-align: center;
    margin: 0;
}
@media screen and (min-width: 768px) {
    .p-cta-heading {
        font-size: 32px;
    }
} */

/* .p-cta-body {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 7.5px rgba(0, 0, 0, 0.3);
    padding-block: 24px;
    padding-inline: 16px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .p-cta-body {
        padding-block: 40px;
        padding-inline: 20px;
        border-radius: 16px;
        max-width: 816px;
        gap: 24px;
    }
} */

/* .p-cta-body-text {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    text-align: center;
    letter-spacing: 0.7px;
    line-height: 1.4;
    margin: 0;
}
@media screen and (min-width: 768px) {
    .p-cta-body-text {
        font-size: 20px;
        letter-spacing: 1px;
    }
} */
/* 
.p-cta-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .p-cta-buttons {
        flex-direction: row;
    }
} */

/* .p-cta-btn-form {
    width: 100%;
    max-width: 328px;
    margin-inline: auto;
}

@media screen and (min-width: 768px) {
    .p-cta-btn-form {
        margin-inline: unset;
    }
} */

/* .p-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 328px;
    padding-block: 18px;
    padding-inline: 12px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.9px;
    line-height: 1.4;
    cursor: pointer;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
    .p-cta-btn {
        padding-block: 18px;
        width: 100%;
        max-width: 328px;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1.2px;
        line-height: 1.4;
        margin-inline: unset;
    }
}

.p-cta-btn--line {
    background-color: #01b005;
}

.p-cta-btn--email {
    background-color: #ff7a00;
} */

/* ================================================
   Footer
   ================================================ */

/* .p-footer {
    background-color: #ff7a00;
    padding-block: 40px 24px;
}
@media screen and (min-width: 768px) {
    .p-footer {
        padding-block: 48px;
    }
} */

/* .p-footer-inner {
    width: 100%;
    max-width: 375px;
    padding-inline: 24px;
    margin-inline: auto;
}
@media screen and (min-width: 768px) {
    .p-footer-inner {
        max-width: 1350px;
        padding-inline: 20px;
    }
} */

/* .p-footer-content {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    .p-footer-content {
    }
} */

/* .p-footer-nav-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}
@media screen and (min-width: 768px) {
    .p-footer-nav-wrap {
        flex-direction: row;
        gap: 48px;
    }
} */

/* .p-footer-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .p-footer-col {
        gap: 16px;
        width: auto;
    }
} */

/* .p-footer-col-heading {
    font-size: 16px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.84);
    letter-spacing: 0.8px;
    line-height: 1.4;
    margin: 0;
} */

/* .p-footer-col-body {
    display: flex;
    gap: 32px;
    align-items: flex-start;
} */

/* .p-footer-link-group {
    display: flex;
    flex-direction: column;
} */

/* .p-footer-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 8px 8px 0;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.74);
    letter-spacing: 0.7px;
    line-height: 1.4;
} */

/* .p-footer-other {
    margin-top: 16px;
    display: flex;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
    .p-footer-other {
        margin-top: 32px;
    }
} */

/* .p-footer-other-link {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.4;
}
.p-footer-other-link:hover {
    color: #fff;
    text-decoration: none;
} */

/* .p-footer-divider {
    border: none;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 1px;
    margin-block: 24px;
} */

/* SP: SNS（上）→ ロゴ（下）の縦並び */
/* .p-footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}
@media screen and (min-width: 768px) {
    .p-footer-bottom {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
} */

/* .p-footer-bottom-left {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}
@media screen and (min-width: 768px) {
    .p-footer-bottom-left {
        order: 0;
    }
} */

/* .p-footer-logo {
    width: 144px;
    height: auto;
} */

/* .p-footer-copyright {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
    letter-spacing: 0;
} */

/* .p-footer-sns {
    display: flex;
    gap: 16px;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .p-footer-sns {
        order: 1;
    }
} */

/* .p-footer-sns-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
} */

/* .p-footer-sns-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

/* ========================================
   Global Navigation
======================================== */
/* .p-gnav {
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
} */

/* PC レイアウト */
/* .p-gnav__pc {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1350px;
    padding: 0 20px;
    height: 80px;
    margin-inline: auto;
}

@media screen and (min-width: 1200px) {
    .p-gnav__pc {
        display: flex;
    }
} */

/* SP レイアウト */
/* .p-gnav__sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 72px;
}

@media screen and (min-width: 1200px) {
    .p-gnav__sp {
        display: none;
    }
} */

/* .p-gnav__logo {
    flex-shrink: 0;
    padding: 8px 8px 8px 0;
} */

/* .p-gnav__logo-link {
    display: block;
    width: 120px;
    height: auto;
    aspect-ratio: 120 / 20;
}
@media screen and (min-width: 1200px) {
    .p-gnav__logo-link {
        width: 147px;
        aspect-ratio: 147 / 24;
    }
} */

/* .p-gnav__logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

/* .p-gnav__tagline {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    color: #939393;
    margin: 0;
    max-width: 363px;
} */

/* SP ロゴ */
/* .p-gnav__logo-img--sp {
    width: 120px;
} */

/* SP アクションボタン */
/* ========================================
   Drawer
======================================== */
/* body.p-drawer-open {
    overflow: hidden;
} */
