{"id":20852,"date":"2020-08-10T11:07:38","date_gmt":"2020-08-10T11:07:38","guid":{"rendered":"https:\/\/kdc1000.wpengine.com\/?post_type=program&#038;p=20852"},"modified":"2024-08-29T10:39:29","modified_gmt":"2024-08-29T15:39:29","slug":"state-of-kansas-senior-employment-services","status":"publish","type":"program","link":"https:\/\/www.kansascommerce.gov\/ja\/program\/workforce-services\/state-of-kansas-senior-employment-services\/","title":{"rendered":"\u30ab\u30f3\u30b6\u30b9\u5dde\u9ad8\u9f62\u8005\u96c7\u7528\u30b5\u30fc\u30d3\u30b9"},"content":{"rendered":"                <div class=\"hero-block hero-block--simple  \" >\n\n        <div class=\"breadcrumb_wrapper\">\n                                                <a href=\"https:\/\/www.kansascommerce.gov\">Home<\/a> \/\n                                                                <a href=\"https:\/\/www.kansascommerce.gov\/ja\/programs-services\/\">Programs &#038; Services<\/a> \/\n                                                                <a href=\"https:\/\/www.kansascommerce.gov\/ja\/program\/workforce-services\/\">Workforce Services<\/a> \/\n                                                                <span>State of Kansas Senior Employment Services<\/span>\n                                    <\/div>\n\n        <div class=\"container h-100\">\n            <div class=\"row align-items-center h-100\">\n                <div class=\"col-12 content\">\n                    <div>\n\n<h1 class=\"wp-block-heading\">Senior Employment Services<\/h1>\n\n\n\n<h5 class=\"wp-block-heading light\">Providing older Kansans the opportunity to gain key work skills<\/h5>\n\n<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n    <div class=\"container \">            <div class=\"wrapper-block  \" style=\"\n                                                                                                                                    \">\n        \n\n<p>The following programs and resources are offered to assist mature workers in fulfilling their desired employment needs.<\/p>\n\n\n\n<p><strong>Older Kansans Employment Program (OKEP)<\/strong><\/p>\n\n\n\n<p>OKEP is funded by the Kansas Legislature and is designed to provide employment placement services to Kansans 55 years of age and older with emphasis on employment in the private sector.<\/p>\n\n\n        <div class=\"clearfix\"><\/div>\n    <\/div>\n    <\/div>\n\n    <div class=\"container \">                <div class=\"custom-cover-block d-flex justify-content-center    cropped\" style=\"\n                                                        background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/87.1.jpg');\n                                                                                        padding: 20px;\n                        \" id=\"coverblock-28135913\">\n        <div class=\"inner-content col-12\" style=\"\n                                        color: #333333 !important;\n                                                                            \">\n            <div class=\"content\">\n\n<h3 class=\"wp-block-heading has-text-align-center\">Find an OKEP provider in your area<\/h3>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.kansascommerce.gov\/program\/older-kansans-employment-program-providers\/\">Click Here<\/a><\/div>\n<\/div>\n\n<\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"video-lightbox-28135913\" class=\"video-lightbox-overlay\" style=\"display: none;\">\n        <div class=\"video-lightbox-container\">\n            <button class=\"video-lightbox-close\">&times;<\/button>\n            <div class=\"video-lightbox-content\">\n                <iframe id=\"video-frame-28135913\" src=\"\" frameborder=\"0\" allowfullscreen><\/iframe>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <style>\n        #coverblock-28135913 .inner-content:before {background-color: #eeeeee;}                \n        .video-lightbox-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.9);\n            z-index: 9999;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-container {\n            position: relative;\n            width: 90%;\n            max-width: 800px;\n            max-height: 90%;\n        }\n        \n        .video-lightbox-content {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n        }\n        \n        .video-lightbox-content iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n        \n        .video-lightbox-close {\n            position: absolute;\n            top: -40px;\n            right: 0;\n            background: none;\n            border: none;\n            color: white;\n            font-size: 30px;\n            cursor: pointer;\n            z-index: 10001;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-close:hover {\n            opacity: 0.7;\n        }\n        \n        .video-link {\n            position: relative;\n            display: inline-block;\n            cursor: pointer;\n        }\n    <\/style>\n\n    <script>\n        jQuery(document).ready(function(){\n            jQuery('#coverblock-28135913 .wp-block-button__link').addClass('btn');\n            \n            const coverBlock = jQuery('#coverblock-28135913');\n            const lightbox = jQuery('#video-lightbox-28135913');\n            const videoFrame = jQuery('#video-frame-28135913');\n            const closeBtn = jQuery('#video-lightbox-28135913 .video-lightbox-close');\n            \n            function getVideoEmbedUrl(url) {\n                const youtubeRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:youtube\\.com\\\/(?:[^\\\/\\n\\s]+\\\/\\S+\\\/|(?:v|e(?:mbed)?)\\\/|\\S*?[?&]v=)|youtu\\.be\\\/)([a-zA-Z0-9_-]{11})\/;\n                const youtubeMatch = url.match(youtubeRegex);\n                \n                if (youtubeMatch) {\n                    return `https:\/\/www.youtube.com\/embed\/${youtubeMatch[1]}?autoplay=1`;\n                }\n                \n                const vimeoRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:vimeo\\.com\\\/)(\\d+)\/;\n                const vimeoMatch = url.match(vimeoRegex);\n                \n                if (vimeoMatch) {\n                    return `https:\/\/player.vimeo.com\/video\/${vimeoMatch[1]}?autoplay=1`;\n                }\n                \n                return null;\n            }\n            \n            function isVideoUrl(url) {\n                return \/(?:youtube\\.com|youtu\\.be|vimeo\\.com)\/i.test(url);\n            }\n            \n            coverBlock.find('a').each(function() {\n                const link = jQuery(this);\n                const href = link.attr('href');\n                \n                if (href && isVideoUrl(href)) {\n                    link.addClass('video-link');\n                    \n                    link.on('click', function(e) {\n                        e.preventDefault();\n                        const embedUrl = getVideoEmbedUrl(href);\n                        \n                        if (embedUrl) {\n                            videoFrame.attr('src', embedUrl);\n                            lightbox.fadeIn(300);\n                            jQuery('body').addClass('lightbox-open');\n                        }\n                    });\n                }\n            });\n            \n            function closeLightbox() {\n                lightbox.fadeOut(300);\n                videoFrame.attr('src', ''); \/\/ Stop video\n                jQuery('body').removeClass('lightbox-open');\n            }\n            \n            closeBtn.on('click', closeLightbox);\n            \n            lightbox.on('click', function(e) {\n                if (e.target === this) {\n                    closeLightbox();\n                }\n            });\n            \n            jQuery(document).on('keydown', function(e) {\n                if (e.keyCode === 27 && lightbox.is(':visible')) {\n                    closeLightbox();\n                }\n            });\n        });\n    <\/script>\n    <\/div>\n\n    <div class=\"container \">            <div class=\"wrapper-block  \" style=\"\n                                                                                                                                    \">\n        \n\n<p><strong>Senior Community Service Employment Program (SCSEP)<\/strong><\/p>\n\n\n\n<p>SCSEP is a federally funded, work-based training program providing economically disadvantaged older persons the opportunity to gain key work skills necessary for viable employment.&nbsp;<\/p>\n\n\n\n<p>To access SCSEP, contact the <a href=\"https:\/\/workforce-ks.com\/\">Wichita Workforce Center<\/a> or <a href=\"https:\/\/ser-national.org\/scsep-2\/\" target=\"_blank\" rel=\"noreferrer noopener\">Jobs for Progress National<\/a>.&nbsp;<\/p>\n\n\n\n<p>Wichita Workforce Center<br>2021 N. Amidon, #1100<br>Wichita, KS 67203<br>(316) 771-6750<\/p>\n\n\n\n<p><strong>AARP Back to Work 50+<\/strong><\/p>\n\n\n\n<p>AARP Foundation\u2019s <a href=\"https:\/\/www.aarp.org\/aarp-foundation\/our-work\/income\/back-to-work-50-plus\/\">BACK TO WORK 50+<\/a> connects 50+ workers with the information; training, support, work experience, and employer access they need to get back into the workforce and sustain their income through employment.&nbsp;<br><a href=\"https:\/\/learn.aarp.org\/\">Learn@50+<\/a> is AARP\u2019s no-cost, online educational programs including job search skills, family caregiving and new technology. delivers career development and job search content through interactive videos and infographics, online games, social quizzes, online workshops and interactive webinars. The content can be consumed in small pieces on the learner\u2019s schedule.<\/p>\n\n\n        <div class=\"clearfix\"><\/div>\n    <\/div>\n    <\/div>\n\n    <div class=\"container \">            <div class=\"resource_listing\" id=\"resource_1097753421\"><div class=\"row\"><div class=\"d-flex justify-content-between align-items-center col-12 simple\"><a href=\"https:\/\/www.kansasworks.com\/\" class=\"cover_link\"\n                               title=\"\n                                Visit Site\n                                                            \"                                            target=\"_blank\"><\/a><div><h5 class=\"remove-margin\">Kansasworks.com<\/h5><div class=\"wp-content\"><\/div><\/div><a href=\"https:\/\/www.kansasworks.com\/\"\n                               class=\"btn plain_btn  external_btn \"\n                               title=\"Kansasworks.com\"\n                                                                         target=\"_blank\">\n\n                                Visit Site\n                                                            <\/a><\/div><div class=\"d-flex justify-content-between align-items-center col-12 simple\"><a href=\"https:\/\/admin.ks.gov\/services\/state-employment-center\/\" class=\"cover_link\"\n                               title=\"\n                                Visit Site\n                                                            \"                                            target=\"_blank\"><\/a><div><h5 class=\"remove-margin\">State of Kansas Jobs<\/h5><div class=\"wp-content\"><\/div><\/div><a href=\"https:\/\/admin.ks.gov\/services\/state-employment-center\/\"\n                               class=\"btn plain_btn  external_btn \"\n                               title=\"State of Kansas Jobs\"\n                                                                         target=\"_blank\">\n\n                                Visit Site\n                                                            <\/a><\/div><div class=\"d-flex justify-content-between align-items-center col-12 simple\"><a href=\"https:\/\/themuse.com\" class=\"cover_link\"\n                               title=\"\n                                Visit Site\n                                                            \"                                            target=\"_blank\"><\/a><div><h5 class=\"remove-margin\">TheMuse.com<\/h5><div class=\"wp-content\"><\/div><\/div><a href=\"https:\/\/themuse.com\"\n                               class=\"btn plain_btn  external_btn \"\n                               title=\"TheMuse.com\"\n                                                                         target=\"_blank\">\n\n                                Visit Site\n                                                            <\/a><\/div><div class=\"d-flex justify-content-between align-items-center col-12 simple\"><a href=\"https:\/\/www.monster.com\/\" class=\"cover_link\"\n                               title=\"\n                                Visit Site\n                                                            \"                                            target=\"_blank\"><\/a><div><h5 class=\"remove-margin\">Monster.com<\/h5><div class=\"wp-content\"><\/div><\/div><a href=\"https:\/\/www.monster.com\/\"\n                               class=\"btn plain_btn  external_btn \"\n                               title=\"Monster.com\"\n                                                                         target=\"_blank\">\n\n                                Visit Site\n                                                            <\/a><\/div><div class=\"d-flex justify-content-between align-items-center col-12 simple\"><a href=\"https:\/\/www.indeed.com\/\" class=\"cover_link\"\n                               title=\"\n                                Visit Site\n                                                            \"                                            target=\"_blank\"><\/a><div><h5 class=\"remove-margin\">Indeed.com<\/h5><div class=\"wp-content\"><\/div><\/div><a href=\"https:\/\/www.indeed.com\/\"\n                               class=\"btn plain_btn  external_btn \"\n                               title=\"Indeed.com\"\n                                                                         target=\"_blank\">\n\n                                Visit Site\n                                                            <\/a><\/div><div class=\"d-flex justify-content-between align-items-center col-12 simple\"><a href=\"https:\/\/www.workforce50.com\/\" class=\"cover_link\"\n                               title=\"\n                                Visit Site\n                                                            \"                                            target=\"_blank\"><\/a><div><h5 class=\"remove-margin\">Workforce50.com<\/h5><div class=\"wp-content\"><\/div><\/div><a href=\"https:\/\/www.workforce50.com\/\"\n                               class=\"btn plain_btn  external_btn \"\n                               title=\"Workforce50.com\"\n                                                                         target=\"_blank\">\n\n                                Visit Site\n                                                            <\/a><\/div><div class=\"d-flex justify-content-between align-items-center col-12 simple\"><a href=\"https:\/\/www.careerbuilder.com\/\" class=\"cover_link\"\n                               title=\"\n                                Visit Site\n                                                            \"                                            target=\"_blank\"><\/a><div><h5 class=\"remove-margin\">CareerBuilder.com<\/h5><div class=\"wp-content\"><\/div><\/div><a href=\"https:\/\/www.careerbuilder.com\/\"\n                               class=\"btn plain_btn  external_btn \"\n                               title=\"CareerBuilder.com\"\n                                                                         target=\"_blank\">\n\n                                Visit Site\n                                                            <\/a><\/div><div class=\"d-flex justify-content-between align-items-center col-12 simple\"><a href=\"http:\/\/www.retirementjobs.com\/\" class=\"cover_link\"\n                               title=\"\n                                Visit Site\n                                                            \"                                            target=\"_blank\"><\/a><div><h5 class=\"remove-margin\">RetirementJobs.com<\/h5><div class=\"wp-content\"><\/div><\/div><a href=\"http:\/\/www.retirementjobs.com\/\"\n                               class=\"btn plain_btn  external_btn \"\n                               title=\"RetirementJobs.com\"\n                                                                         target=\"_blank\">\n\n                                Visit Site\n                                                            <\/a><\/div><\/div><\/div>    <\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-medium\"><img decoding=\"async\" width=\"300\" height=\"44\" src=\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/American-Job-Center_Logo-300x44.jpg\" alt=\"\" class=\"wp-image-23746\" srcset=\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/American-Job-Center_Logo-300x44.jpg 300w, https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/American-Job-Center_Logo-1024x149.jpg 1024w, https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/American-Job-Center_Logo-768x112.jpg 768w, https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/American-Job-Center_Logo-1536x224.jpg 1536w, https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/American-Job-Center_Logo-2048x299.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><figcaption class=\"wp-element-caption\"><br><\/figcaption><\/figure>\n<\/div>\n\n                <div class=\"banner_wrap relative btn_trigger \" style=\"margin: 20px 20px;\">\n        <a href=\"https:\/\/www.kansascommerce.gov\/contact\/contact-workforce\/\" class=\"cover_link\" title=\"FIND YOUR CENTER NOW\"><\/a>\n        <div class=\"banner-cta-block  d-md-flex justify-content-between align-items-center\" style=\"background: #3d3984; \">\n            <style>\n                                .banner-cta-block a.btn.plain_btn{color: !important;}\n                .banner-cta-block a.btn.plain_btn:hover {color: white !important;}\n                            <\/style>\n            <div class=\"content\">\n            \n\n<h4 class=\"wp-block-heading\">For more information on Kansas senior employment services, contact your local KANSASWORKS Workforce Center.<\/h4>\n\n\n\n<p><\/p>\n\n\n            <\/div>\n            <a\n                class=\"btn\n                                 plain_btn                                                 white_btn\"\n                                href=\"https:\/\/www.kansascommerce.gov\/contact\/contact-workforce\/\"\n                                title=\"FIND YOUR CENTER NOW\"\n            >\n                                FIND YOUR CENTER NOW\n\n                                            <\/a>\n        <\/div>\n    <\/div>\n    \n\n                    <div class=\"custom-cover-block d-flex justify-content-center   \" style=\"\n                                                        background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/75.1.jpg');\n                                                                                    \" id=\"coverblock-4516520\">\n        <div class=\"inner-content col-12 col-md-10 col-lg-9\" style=\"\n                                        color: #333333 !important;\n                                                                            \">\n            <div class=\"content\">\n\n<h3 class=\"wp-block-heading has-text-align-center\">Want more information on Workforce Services?<\/h3>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/\">Click Here<\/a><\/div>\n<\/div>\n\n\n\n<p><\/p>\n\n<\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"video-lightbox-4516520\" class=\"video-lightbox-overlay\" style=\"display: none;\">\n        <div class=\"video-lightbox-container\">\n            <button class=\"video-lightbox-close\">&times;<\/button>\n            <div class=\"video-lightbox-content\">\n                <iframe id=\"video-frame-4516520\" src=\"\" frameborder=\"0\" allowfullscreen><\/iframe>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <style>\n        #coverblock-4516520 .inner-content:before {background-color: #ffffff;}                \n        .video-lightbox-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.9);\n            z-index: 9999;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-container {\n            position: relative;\n            width: 90%;\n            max-width: 800px;\n            max-height: 90%;\n        }\n        \n        .video-lightbox-content {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n        }\n        \n        .video-lightbox-content iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n        \n        .video-lightbox-close {\n            position: absolute;\n            top: -40px;\n            right: 0;\n            background: none;\n            border: none;\n            color: white;\n            font-size: 30px;\n            cursor: pointer;\n            z-index: 10001;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-close:hover {\n            opacity: 0.7;\n        }\n        \n        .video-link {\n            position: relative;\n            display: inline-block;\n            cursor: pointer;\n        }\n    <\/style>\n\n    <script>\n        jQuery(document).ready(function(){\n            jQuery('#coverblock-4516520 .wp-block-button__link').addClass('');\n            \n            const coverBlock = jQuery('#coverblock-4516520');\n            const lightbox = jQuery('#video-lightbox-4516520');\n            const videoFrame = jQuery('#video-frame-4516520');\n            const closeBtn = jQuery('#video-lightbox-4516520 .video-lightbox-close');\n            \n            function getVideoEmbedUrl(url) {\n                const youtubeRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:youtube\\.com\\\/(?:[^\\\/\\n\\s]+\\\/\\S+\\\/|(?:v|e(?:mbed)?)\\\/|\\S*?[?&]v=)|youtu\\.be\\\/)([a-zA-Z0-9_-]{11})\/;\n                const youtubeMatch = url.match(youtubeRegex);\n                \n                if (youtubeMatch) {\n                    return `https:\/\/www.youtube.com\/embed\/${youtubeMatch[1]}?autoplay=1`;\n                }\n                \n                const vimeoRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:vimeo\\.com\\\/)(\\d+)\/;\n                const vimeoMatch = url.match(vimeoRegex);\n                \n                if (vimeoMatch) {\n                    return `https:\/\/player.vimeo.com\/video\/${vimeoMatch[1]}?autoplay=1`;\n                }\n                \n                return null;\n            }\n            \n            function isVideoUrl(url) {\n                return \/(?:youtube\\.com|youtu\\.be|vimeo\\.com)\/i.test(url);\n            }\n            \n            coverBlock.find('a').each(function() {\n                const link = jQuery(this);\n                const href = link.attr('href');\n                \n                if (href && isVideoUrl(href)) {\n                    link.addClass('video-link');\n                    \n                    link.on('click', function(e) {\n                        e.preventDefault();\n                        const embedUrl = getVideoEmbedUrl(href);\n                        \n                        if (embedUrl) {\n                            videoFrame.attr('src', embedUrl);\n                            lightbox.fadeIn(300);\n                            jQuery('body').addClass('lightbox-open');\n                        }\n                    });\n                }\n            });\n            \n            function closeLightbox() {\n                lightbox.fadeOut(300);\n                videoFrame.attr('src', ''); \/\/ Stop video\n                jQuery('body').removeClass('lightbox-open');\n            }\n            \n            closeBtn.on('click', closeLightbox);\n            \n            lightbox.on('click', function(e) {\n                if (e.target === this) {\n                    closeLightbox();\n                }\n            });\n            \n            jQuery(document).on('keydown', function(e) {\n                if (e.keyCode === 27 && lightbox.is(':visible')) {\n                    closeLightbox();\n                }\n            });\n        });\n    <\/script>\n    ","protected":false},"excerpt":{"rendered":"<p>\u30ab\u30f3\u30b6\u30b9\u5dde\u306e\u9ad8\u9f62\u8005\u96c7\u7528\u30b5\u30fc\u30d3\u30b9\u306f\u3001\u9ad8\u9f62\u8005\u304c\u5b9f\u884c\u53ef\u80fd\u306a\u96c7\u7528\u306b\u5fc5\u8981\u306a\u4e3b\u8981\u306a\u4f5c\u696d\u30b9\u30ad\u30eb\u3092\u8eab\u306b\u3064\u3051\u308b\u6a5f\u4f1a\u3092\u63d0\u4f9b\u3059\u308b\u3002<\/p>","protected":false},"featured_media":0,"parent":20840,"menu_order":181,"template":"","class_list":["post-20852","program","type-program","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v19.5 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>State of Kansas Senior Employment Services - Kansas Department of Commerce<\/title>\n<meta name=\"description\" content=\"Kansas senior employment services provide older persons with opportunities to gain key work skills necessary for viable employment\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.kansascommerce.gov\/ja\/program\/workforce-services\/state-of-kansas-senior-employment-services\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"State of Kansas Senior Employment Services\" \/>\n<meta property=\"og:description\" content=\"Kansas senior employment services provide older persons with opportunities to gain key work skills necessary for viable employment\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.kansascommerce.gov\/ja\/program\/workforce-services\/state-of-kansas-senior-employment-services\/\" \/>\n<meta property=\"og:site_name\" content=\"Kansas Department of Commerce\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/KansasCommerce\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-29T15:39:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/American-Job-Center_Logo-300x44.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@KansasCommerce\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/state-of-kansas-senior-employment-services\/\",\"url\":\"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/state-of-kansas-senior-employment-services\/\",\"name\":\"State of Kansas Senior Employment Services - Kansas Department of Commerce\",\"isPartOf\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/state-of-kansas-senior-employment-services\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/state-of-kansas-senior-employment-services\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/American-Job-Center_Logo-300x44.jpg\",\"datePublished\":\"2020-08-10T11:07:38+00:00\",\"dateModified\":\"2024-08-29T15:39:29+00:00\",\"description\":\"Kansas senior employment services provide older persons with opportunities to gain key work skills necessary for viable employment\",\"breadcrumb\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/state-of-kansas-senior-employment-services\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/state-of-kansas-senior-employment-services\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/state-of-kansas-senior-employment-services\/#primaryimage\",\"url\":\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/American-Job-Center_Logo-300x44.jpg\",\"contentUrl\":\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/American-Job-Center_Logo-300x44.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/state-of-kansas-senior-employment-services\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.kansascommerce.gov\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Programs\",\"item\":\"https:\/\/www.kansascommerce.gov\/program\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Workforce Services\",\"item\":\"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"State of Kansas Senior Employment Services\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.kansascommerce.gov\/#website\",\"url\":\"https:\/\/www.kansascommerce.gov\/\",\"name\":\"Kansas Department of Commerce\",\"description\":\"Empowering Prosperity\",\"publisher\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.kansascommerce.gov\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.kansascommerce.gov\/#organization\",\"name\":\"Kansas Department of Commerce\",\"url\":\"https:\/\/www.kansascommerce.gov\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/www.kansascommerce.gov\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/07\/kdc_logo.png\",\"contentUrl\":\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/07\/kdc_logo.png\",\"width\":600,\"height\":347,\"caption\":\"Kansas Department of Commerce\"},\"image\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/KansasCommerce\/\",\"https:\/\/x.com\/KansasCommerce\",\"https:\/\/www.linkedin.com\/company\/kansas-department-of-commerce\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"State of Kansas Senior Employment Services - Kansas Department of Commerce","description":"\u30ab\u30f3\u30b6\u30b9\u5dde\u306e\u9ad8\u9f62\u8005\u96c7\u7528\u30b5\u30fc\u30d3\u30b9\u306f\u3001\u9ad8\u9f62\u8005\u304c\u5b9f\u884c\u53ef\u80fd\u306a\u96c7\u7528\u306b\u5fc5\u8981\u306a\u4e3b\u8981\u306a\u4f5c\u696d\u30b9\u30ad\u30eb\u3092\u8eab\u306b\u3064\u3051\u308b\u6a5f\u4f1a\u3092\u63d0\u4f9b\u3059\u308b\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.kansascommerce.gov\/ja\/program\/workforce-services\/state-of-kansas-senior-employment-services\/","og_locale":"ja_JP","og_type":"article","og_title":"State of Kansas Senior Employment Services","og_description":"Kansas senior employment services provide older persons with opportunities to gain key work skills necessary for viable employment","og_url":"https:\/\/www.kansascommerce.gov\/ja\/program\/workforce-services\/state-of-kansas-senior-employment-services\/","og_site_name":"Kansas Department of Commerce","article_publisher":"https:\/\/www.facebook.com\/KansasCommerce\/","article_modified_time":"2024-08-29T15:39:29+00:00","og_image":[{"url":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/American-Job-Center_Logo-300x44.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@KansasCommerce","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/state-of-kansas-senior-employment-services\/","url":"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/state-of-kansas-senior-employment-services\/","name":"State of Kansas Senior Employment Services - Kansas Department of Commerce","isPartOf":{"@id":"https:\/\/www.kansascommerce.gov\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/state-of-kansas-senior-employment-services\/#primaryimage"},"image":{"@id":"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/state-of-kansas-senior-employment-services\/#primaryimage"},"thumbnailUrl":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/American-Job-Center_Logo-300x44.jpg","datePublished":"2020-08-10T11:07:38+00:00","dateModified":"2024-08-29T15:39:29+00:00","description":"\u30ab\u30f3\u30b6\u30b9\u5dde\u306e\u9ad8\u9f62\u8005\u96c7\u7528\u30b5\u30fc\u30d3\u30b9\u306f\u3001\u9ad8\u9f62\u8005\u304c\u5b9f\u884c\u53ef\u80fd\u306a\u96c7\u7528\u306b\u5fc5\u8981\u306a\u4e3b\u8981\u306a\u4f5c\u696d\u30b9\u30ad\u30eb\u3092\u8eab\u306b\u3064\u3051\u308b\u6a5f\u4f1a\u3092\u63d0\u4f9b\u3059\u308b\u3002","breadcrumb":{"@id":"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/state-of-kansas-senior-employment-services\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.kansascommerce.gov\/program\/workforce-services\/state-of-kansas-senior-employment-services\/"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/state-of-kansas-senior-employment-services\/#primaryimage","url":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/American-Job-Center_Logo-300x44.jpg","contentUrl":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/08\/American-Job-Center_Logo-300x44.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/state-of-kansas-senior-employment-services\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.kansascommerce.gov\/"},{"@type":"ListItem","position":2,"name":"Programs","item":"https:\/\/www.kansascommerce.gov\/program\/"},{"@type":"ListItem","position":3,"name":"Workforce Services","item":"https:\/\/www.kansascommerce.gov\/program\/workforce-services\/"},{"@type":"ListItem","position":4,"name":"State of Kansas Senior Employment Services"}]},{"@type":"WebSite","@id":"https:\/\/www.kansascommerce.gov\/#website","url":"https:\/\/www.kansascommerce.gov\/","name":"\u30ab\u30f3\u30b6\u30b9\u5dde\u5546\u52d9\u7701","description":"\u7e41\u6804\u3078\u306e\u30a8\u30f3\u30d1\u30ef\u30fc\u30e1\u30f3\u30c8","publisher":{"@id":"https:\/\/www.kansascommerce.gov\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.kansascommerce.gov\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/www.kansascommerce.gov\/#organization","name":"\u30ab\u30f3\u30b6\u30b9\u5dde\u5546\u52d9\u7701","url":"https:\/\/www.kansascommerce.gov\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.kansascommerce.gov\/#\/schema\/logo\/image\/","url":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/07\/kdc_logo.png","contentUrl":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/07\/kdc_logo.png","width":600,"height":347,"caption":"Kansas Department of Commerce"},"image":{"@id":"https:\/\/www.kansascommerce.gov\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/KansasCommerce\/","https:\/\/x.com\/KansasCommerce","https:\/\/www.linkedin.com\/company\/kansas-department-of-commerce\/"]}]}},"publishpress_future_action":{"enabled":false,"date":"2026-04-15 11:09:21","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/program\/20852","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/program"}],"about":[{"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/types\/program"}],"up":[{"embeddable":true,"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/program\/20840"}],"wp:attachment":[{"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/media?parent=20852"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}