.header_image {
    padding: 4px 0 0 16px;
    display: flex;
    justify-content: space-between;
}

.header_image img {
    display: block;
    width: 80%;
    margin: auto;
}

.cta_section {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.cta_btn_2 {
    position: absolute;
    width: 90%;
    display: flex;
    justify-content: space-between;
    bottom: -3%;
    left: 50%;
    transform: translateX(-50%);
}

.employment_support {
    background: linear-gradient(to bottom, transparent 0px, #ffffff 0px);
}

.user_testimonials {
    background-color: #D4E5B6;
}

.user_testimonials .user_testimonials_content .headline {
    width: 60%;
    margin: 0 auto 0% auto;
}

.user_testimonials .user_testimonials_text,
.user_testimonials img {
    width: 100%;
    margin: 8px 0;
    padding: 1%;
}

.user_testimonials .user_testimonials_icon {
    width: 30%;
    margin: 2% auto 0 auto;
}

/* 2025.04.03 追加 */
.employment_support {
    padding: 28px 0;
    clip-path: none;
}

.employment_support_content figure picture {
    width: 58%;
    margin: 8px auto;
    background-color: unset;
}

.employment_support_content figure figcaption span {
    margin-left: 10px;
}

.human02 figcaption {
    color: #F7931E !important;
}

.human03 figcaption {
    color: #30A1D3 !important;
}

.balloon {
    position: relative;
    background: #FFF;
    border: 2px solid #739E1E;
    border-radius: 10px;
    padding: 1em;
    width: 90%;
    margin: 36px auto 16px;
    text-align: center;
    font-size: 14px;
}

.balloon02 {
    border: 2px solid #F7931E;
}

.balloon03 {
    border: 2px solid #30A1D3;
}

.balloon p {
    font-size: 17px;
    text-align: left;
    margin: 10px 0;
}

.balloon .color_green {
    color: #739E1E;
    font-weight: 800;
}

.balloon .color_orange {
    color: #F7931E;
    font-weight: 800;
}

.balloon .color_blue {
    color: #30A1D3;
    font-weight: 800;
}

.balloon::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 14px 24px 14px;
    border-style: solid;
    border-color: transparent transparent #739E1E transparent;
}

.balloon02::before {
    border-color: transparent transparent #F7931E transparent;
}

.balloon03::before {
    border-color: transparent transparent #30A1D3 transparent;
}

.balloon::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 14px 24px 14px;
    border-style: solid;
    border-color: transparent transparent #FFF transparent;
}

.message_open_button01,
.message_close_button01,
.message_open_button02,
.message_close_button02,
.message_open_button03,
.message_close_button03,
.message_open_button04,
.message_close_button04 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 252px;
    padding: 12px 36px;
    margin: .5em auto;
    border: none;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    background-color: #739E1E;
    cursor: pointer;
}

.message_open_button02,
.message_close_button02 {
    background-color: #F7931E;
}

.message_open_button03,
.message_close_button03 {
    background-color: #30A1D3;
}

.message_open_button01::after,
.message_open_button02::after,
.message_open_button03::after,
.message_open_button04::after {
    position: absolute;
    content: "＋";
    font-size: 20px;
    top: 50%;
    right: 8px;
    translate: 0 -50%;
}

.message_close_button01::after,
.message_close_button02::after,
.message_close_button03::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    right: 8px;
    translate: 0 -50%;
}

.message_close_button04::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #739E1E;
    top: 50%;
    right: 8px;
    translate: 0 -50%;
}

/* ─────────────────────────────────────
   1. ラッパーを相対配置に
───────────────────────────────────── */
.slider-bg-wrapper {
    position: relative;
}

/* ─────────────────────────────────────
   2. 背景画像をブロックで幅100%に
───────────────────────────────────── */
.slider-bg {
    display: block;
    width: 100%;
    height: auto;
}

/* ─────────────────────────────────────
   3. アイコンオーバーレイを上下中央揃え
───────────────────────────────────── */
.icon-slider-overlay {
    position: absolute;
    top: 60%;
    width: 420px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    pointer-events: none;
}

/* ─────────────────────────────────────
   4. スライドトラックはそのまま横並び
───────────────────────────────────── */
.slider-track {
    display: flex;
    will-change: transform;
}

.slider-track img {
    flex: 0 0 auto;
    width: 16%;
    margin: 4px 10px;
}

/* ── スマホ用アイコンスライダー位置調整 ── */
@media (max-width: 390px) {
    .slider-track img {
        width: 15%;
    }
}

.minutes {
    display: block;
    width: 100%;
    margin: 0px auto;
}

.chui {
    margin-bottom: 20px;
}

/* ── 9/25追加　利用者の声スライダー ── */
.user-voice {
    text-align: center;
    padding: 0px 20px;
}

.voice-icons {
    margin: 0 auto;
    overflow: hidden;
}

.voice-icons img {
    width: 100%;
    padding: 20px 20px;
    transition: all 0.3s;
}

.voice-icons .slick-slide {
    text-align: center;
    transition: transform 0.3s, opacity 0.3s;
    align-items: flex-end;
}

.voice-icons .slick-current {
    opacity: 1;
    transform: scale(1.2);
    z-index: 2;
}

.voice-icons .slick-current img {
    transform: scale(1);
    opacity: 1;
}

.voice-texts img {
    max-width: 100%;
}

.voice-icons .slick-dots {
    display: contents !important;
    margin-top: 15px;
    text-align: center;
    position: relative;
}

.voice-icons .slick-dots li {
    display: inline-block;
    margin: 0 10px;
}

.voice-icons .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
}

/* ===============================
   追従CTAフッター（画像背景版）
=============================== */
.cta_footer_section {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    bottom: 0;
    max-width: 420px;
    z-index: 9999;
    text-align: center;
    background: url(https://worksbarrierfree.jp/wp-content/themes/theme/assets/img/lpc18/minutes.webp) center / cover no-repeat;
    transition: opacity 0.5s ease;
}

/* ボタン配置 */
.cta_footer_btns {
    margin: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 50px;
}

/* ボタン画像 */
.cta_footer_btns img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

/* ホバー時の軽い拡大 */
.cta_footer_btns img:hover {
    transform: scale(1.05);
}

/* スマホ調整 */
@media (max-width: 768px) {
    .cta_footer_btns {
        padding-top: 50px;
    }
}

.faq {
    background-color: #eaf5d6;
    padding: 2em 0 8.5em;
}

/* ===============================
   就職に強いワケ セクション
=============================== */
.reason-section {
    background: #fff;
    border-radius: 10px;
    padding: 24px 16px;
    margin: 32px auto;
    text-align: center;
    position: relative;
}

.reason-title {
    margin-bottom: 20px;
}

.reason-section h2 {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 12px;
    font-weight: 700;
}

.reason-section h2 .green {
    color: #739E1E;
}

.reason-section h2 .orange {
    color: #F7931E;
    font-weight: 800;
}

.reason-lead {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.reason-lead .highlight,
.more-message .highlight {
    background: linear-gradient(transparent 0%, #FFF3C4 0%);
    font-weight: 700;
    color: #E6822D;
}

.dym-service-image {
    text-align: center;
    margin: 24px auto;
}

.dym-service-image img {
    max-width: 100%;
    height: auto;
}

.more-message {
    font-size: 19px;
    line-height: 1.9;
    margin: 16px auto;
    text-align: left;
}

.message_open_button04 {
    font-weight: bold;
    margin-top: 16px;
    display: inline-block;
    background-color: #ffffff;
    color: #739E1E;
    border: 2px solid;
    border-color: #739E1E;
}

.message_close_button04 {
    font-weight: bold;
    margin-top: 16px;
    display: inline-block;
    background-color: #ffffff;
    color: #739E1E;
    border: 2px solid;
    border-color: #739E1E;
}

.display_none {
    display: none !important;
}

.schedule {
    background-image: url(../img/lpc08/bg_schedule.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
    margin: 0px 0 !important;
}

.employment_support_content h2 {
    font-weight: 700;
    font-size: 45px !important;
    color: #519636;
    text-align: center;
    margin: 16px 0;
}

/* ───────────────
   Achievers Voices セクション
──────────────── */
.achievers-voices {
    background-color: #91C134;
    padding: 40px 20px;
    text-align: left;
}

.achievers-voices-content {
    max-width: 600px;
    margin: 0 auto;
}

.achievers-card {
    background: #fff;
    border-radius: 16px;
    margin-top: 20px;
    padding: 24px 20px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.info-block {
    margin-bottom: 20px;
}

.info-block .label {
    display: inline-block;
    background: #ffffff;
    border: 2px solid #91C134;
    padding: 4px 12px;
    font-weight: 700;
    font-size: 15px;
    color: #333;
    margin-bottom: 6px;
}

.info-block .text {
    font-size: 16px;
    line-height: 1.7;
    color: #222;
    margin: 0;
}

.note {
    font-size: 10px;
    color: #ffffff;
    text-align: right;
    margin-top: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

/* ===============================
   Program Section（その1〜その3）
=============================== */
.program {
    background-color: #F0FFDC;
    padding: 40px 0;
}

.program_title_img {
    width: 70%;
    margin: 0 auto 30px;
}

.program-content {
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
}

.program-block {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px 17px;
    margin-bottom: 28px;
    position: relative;
}

/* 見出しラップ */
.program-heading-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

/* 左上に重ねる「その〇」画像 */
.program-number-badge {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 100px;
    height: auto;
    z-index: 2;
}

/* 見出しテキスト */
.program-heading {
    font-size: 26px;
    font-weight: 700;
    margin-left: 78px;
    line-height: 1.4;
}

.program-heading {
    color: #509B1F;
}

.program-image {
    text-align: center;
    margin-bottom: 16px;
}

.program-image img {
    width: 100%;
    height: auto;
}

.program-text {
    font-size: 20px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 12px;
}

.program-text-note {
    font-size: 10px;
    text-align: end;
}

.program-text .highlight {
    background: #FFF388;
}

/* スマホ対応 */
@media (max-width: 480px) {
    .program-heading {
        font-size: 23px;
    }
}