<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>自社主催 &#8211; 物流コンサルなら船井総研サプライチェーン コンサルティング</title>
	<atom:link href="https://sc.funaisoken.co.jp/butsuryu_seminar_cat/%e8%87%aa%e7%a4%be%e4%b8%bb%e5%82%ac/feed/" rel="self" type="application/rss+xml" />
	<link>https://sc.funaisoken.co.jp</link>
	<description>物流コンサルティングなら業界最大級の株式会社船井総研サプライチェーン コンサルティング。物流効率化などの戦略策定から倉庫での現場改善、コスト削減など成果実現のために支援・コンサルティング致します。幅広いご要望に対応してきた実績を基にお客様の課題に合致する解決策を提供します。</description>
	<lastBuildDate>Mon, 06 Apr 2026 07:41:44 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
		<item>
		<title>370社が集うロジスティクスプロバイダー経営研究会説明会</title>
		<link>https://sc.funaisoken.co.jp/butsuryu/seminar/lps-setumeikai-2026/</link>
		
		<dc:creator><![CDATA[永井 稜]]></dc:creator>
		<pubDate>Tue, 31 Mar 2026 05:46:36 +0000</pubDate>
				<guid isPermaLink="false">https://sc.funaisoken.co.jp/?post_type=butsuryu_seminar&#038;p=18773</guid>


		<method>オンライン</method>

        <exlink>https://lp.sc.funaisoken.co.jp/butsuryu/lps/seminar.html</exlink>
    
        <thumbnail>https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/26f353ce5d57a68c0062d8b3daef8089.jpg</thumbnail>
    
        <acceptance>受付中</acceptance>
    
		<method>オンライン</method>

		<cat>自社主催</cat>

		<expense>無料</expense>

		<info>2026年4月28日（火）</info>

					<description><![CDATA[ロジスティクスプロバイダー経営研究会(LPS) 無料オンライン説明会 「気合いと [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p></p>



<!DOCTYPE html>
<html lang="ja">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>ロジスティクスプロバイダー経営研究会(LPS) 無料オンライン説明会</title>
    <style>
        /* =========================================
           基本設定・カラー
        ========================================= */
        :root {
            --primary-color: #0b1a30; /* ネイビー */
            --accent-color: #d4af37; /* ゴールド */
            --plum-color: #6a4c62; /* 会員の声などに使う紫系カラー */
            --text-main: #333;
            --bg-light: #f9f9f9;
        }

        body {
            font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
            line-height: 1.6;
            color: var(--text-main);
            margin: 0;
            padding: 0;
            background-color: #fff;
        }

        img {
            width: 100%;
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        /* =========================================
           レイアウト
        ========================================= */
        .main-visual {
            width: 100%;
        }

        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0;
            text-align: left;
        }

        section {
            padding: 60px 20px;
        }

        .bg-light {
            background-color: var(--bg-light);
        }

        .text-center {
            text-align: center;
        }

        /* =========================================
           テキスト・タイポグラフィ
        ========================================= */
        h2 {
            font-size: 2.2rem;
            font-weight: 900;
            color: var(--primary-color);
            margin-bottom: 40px;
            line-height: 1.4;
        }

        p {
            font-size: 1.1rem;
            margin-bottom: 15px;
            line-height: 1.8;
        }

        .highlight-text {
            font-weight: bold;
            color: #c00;
            font-size: 1.4rem;
        }

        .font-large { font-size: 1.5rem; }
        .font-medium { font-size: 1.2rem; }
        .font-normal { font-weight: normal; }

        .mt-20 { margin-top: 20px; }
        .mb-30 { margin-bottom: 30px; }

        /* =========================================
           各コンポーネント
        ========================================= */
        /* 動画プレイヤー */
        .video-player {
            width: 100%;
            max-width: 800px;
            display: block;
            margin: 0 auto;
            border: 2px solid var(--primary-color);
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
            border-radius: 8px;
            background-color: #000;
        }

        /* CTA（お申し込みエリア） */
        .cta-section {
            margin: 60px 0;
            text-align: center;
        }

        .cta-img-link {
            display: inline-block;
            text-decoration: none !important;
            border: none !important;
            background: transparent !important;
        }
        .cta-img-link::before,
        .cta-img-link::after {
            display: none !important; 
            content: none !important;
        }

        .cta-image {
            width: auto;
            max-width: 600px;
            transition: transform 0.2s;
            margin: 0 auto;
        }
        
        .cta-image:hover {
            transform: scale(1.03); 
        }

        .cta-bottom-text {
            margin-top: 15px;
            text-align: center;
        }

        .cta-link-text {
            display: inline-block;
            font-size: 1.6rem; 
            color: var(--primary-color);
            text-decoration: none;
            font-weight: bold;
            border-bottom: 2px solid var(--primary-color);
        }

        /* =========================================
           会員の声（カードレイアウト）
        ========================================= */
        .voices-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-top: 30px;
        }

        .voice-card {
            background: #fff;
            padding: 20px;
            display: flex;
            gap: 20px;
        }

        .voice-profile {
            width: 120px;
            flex-shrink: 0;
            text-align: center;
        }

        .voice-profile img {
            width: 100%;
            height: auto;
            object-fit: cover;
            margin-bottom: 10px;
        }

        .voice-profile .name {
            font-size: 0.8rem;
            font-weight: bold;
            line-height: 1.4;
            color: #333;
        }

        .voice-content {
            flex-grow: 1;
        }

        .voice-content h3 {
            color: var(--plum-color);
            font-size: 1.05rem;
            margin-top: 0;
            margin-bottom: 10px;
            line-height: 1.4;
            font-weight: bold;
        }

        .voice-content p {
            font-size: 0.95rem;
            margin-bottom: 15px;
            line-height: 1.6;
        }

        .voice-company {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 1px solid var(--plum-color);
            padding: 8px 12px;
            font-size: 0.9rem;
        }

        .voice-company .location {
            background: var(--plum-color);
            color: #fff;
            padding: 3px 10px;
            font-size: 0.85rem;
        }

        /* =========================================
           LPSの特徴（機能・メリット）
        ========================================= */
        .features-intro {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .features-intro p {
            font-size: 1.2rem;
            font-weight: bold;
            color: var(--text-main);
        }

        .features-grid {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .feature-row {
            display: flex;
            align-items: center;
            gap: 30px;
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            border-left: 8px solid var(--primary-color);
        }

        .feature-row:nth-child(even) {
            flex-direction: row-reverse;
            border-left: none;
            border-right: 8px solid var(--accent-color);
        }

        .feature-img {
            flex: 0 0 40%; 
        }

        .feature-img img {
            border-radius: 8px;
            width: 100%;
            height: 250px; 
            object-fit: cover;
        }

        .feature-content {
            flex: 1;
        }

        .feature-content .feature-num {
            display: inline-block;
            background-color: var(--primary-color);
            color: #fff;
            padding: 5px 15px;
            font-weight: bold;
            font-size: 1rem;
            border-radius: 20px;
            margin-bottom: 15px;
        }

        .feature-row:nth-child(even) .feature-num {
            background-color: var(--accent-color);
            color: var(--primary-color);
        }

        .feature-content h3 {
            color: var(--primary-color);
            font-size: 1.6rem;
            margin-top: 0;
            margin-bottom: 15px;
            line-height: 1.4;
        }

        .feature-content p {
            font-size: 1.05rem;
            margin-bottom: 15px;
            line-height: 1.7;
        }

        .feature-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .feature-tags span {
            background-color: #eef2f6;
            color: var(--primary-color);
            padding: 5px 12px;
            font-size: 0.9rem;
            border-radius: 4px;
            font-weight: bold;
        }

        /* =========================================
           無料大公開講座（ノウハウカード）
        ========================================= */
        .nouhau-wrapper {
            background-color: #fff;
            border: 4px solid var(--accent-color);
            padding: 50px 30px 40px;
            border-radius: 15px;
            margin-top: 40px;
            margin-bottom: 40px;
            box-shadow: 0 15px 30px rgba(0,0,0,0.08);
            position: relative;
        }

        .nouhau-wrapper::before {
            content: "今回限定の特別コンテンツ！";
            position: absolute;
            top: -22px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #c00;
            color: #fff;
            padding: 10px 40px;
            font-size: 1.3rem;
            font-weight: bold;
            border-radius: 30px;
            box-shadow: 0 4px 10px rgba(204, 0, 0, 0.3);
            white-space: nowrap;
            letter-spacing: 2px;
        }

        .nouhau-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        .nouhau-card {
            background: #fcfcfc;
            border: 1px solid #e0e0e0;
            border-top: 6px solid var(--primary-color);
            border-radius: 8px;
            padding: 30px 25px;
            display: flex;
            flex-direction: column;
            color: var(--text-main);
            box-shadow: 0 5px 15px rgba(0,0,0,0.03);
            transition: transform 0.3s ease;
        }

        .nouhau-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        }

        .nouhau-catch {
            color: var(--primary-color);
            font-size: 1.05rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: 15px;
            line-height: 1.6;
        }

        .nouhau-catch span {
            font-size: 1.4rem;
            color: #c00; 
        }

        .nouhau-line {
            border-top: 2px dashed #ddd;
            margin-bottom: 20px;
        }

        .nouhau-tag {
            display: inline-block;
            background-color: var(--primary-color);
            color: #fff;
            font-size: 0.85rem;
            padding: 5px 15px;
            border-radius: 4px;
            margin-bottom: 15px;
            font-weight: bold;
        }

        .nouhau-title {
            font-size: 1.3rem;
            font-weight: bold;
            line-height: 1.5;
            margin-bottom: 25px;
            color: var(--text-main);
        }

        .nouhau-title span {
            color: var(--primary-color);
            font-size: 1.6rem;
            display: block;
            margin-top: 5px;
        }

        .nouhau-flex {
            display: flex;
            gap: 20px;
            align-items: center;
            margin-top: auto;
            background-color: var(--bg-light);
            padding: 15px 20px;
            border-radius: 8px;
        }

        .nouhau-author {
            flex: 1;
            text-align: left;
        }

        .nouhau-author .company {
            font-size: 0.85rem;
            color: #666;
            margin-bottom: 3px;
            font-weight: bold;
        }

        .nouhau-author .name {
            font-size: 1.1rem;
            font-weight: bold;
            color: var(--primary-color);
        }

        .nouhau-img {
            width: 80px;
            height: 80px;
            flex-shrink: 0;
            border-radius: 50%;
            overflow: hidden;
            border: 3px solid #fff;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }

        .nouhau-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* =========================================
           ターゲット条件セクション
        ========================================= */
        .target-section {
            background-color: #fcfaf2; 
            padding: 60px 20px;
        }

        .target-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .target-header p {
            font-weight: bold;
            margin-bottom: 5px;
            font-size: 1.1rem;
        }

        .target-header h3 {
            color: #6a0d16; 
            font-size: 2rem;
            margin: 10px 0;
            line-height: 1.4;
            letter-spacing: 1px;
        }

        .target-header .accent-red {
            color: #6a0d16;
            font-size: 2.2rem;
        }

        .target-box {
            background-color: #fff;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            max-width: 700px;
            margin: 0 auto 30px auto;
            padding: 40px;
        }

        .target-box ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .target-box li {
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
        }

        .target-box li:last-child {
            margin-bottom: 0;
        }

        .icon-cross {
            color: #1a528e; 
            font-size: 2rem;
            font-weight: bold;
            margin-right: 15px;
            line-height: 1;
            flex-shrink: 0;
        }

        .icon-circle {
            color: #db8a22; 
            font-size: 2rem;
            font-weight: bold;
            margin-right: 15px;
            line-height: 1;
            flex-shrink: 0;
        }

        .marker-yellow {
            background: linear-gradient(transparent 60%, #ffff66 60%);
        }

        .target-footer {
            max-width: 800px;
            margin: 40px auto 0 auto;
            font-size: 0.95rem;
            line-height: 1.8;
            font-weight: bold;
        }

        /* =========================================
           講師紹介・主催者情報セクション
        ========================================= */
        .speaker-card {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 30px;
            display: flex;
            gap: 40px;
            max-width: 800px;
            margin: 0 auto;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }

        .speaker-photo {
            flex-shrink: 0;
            width: 220px;
        }

        .speaker-photo img {
            width: 100%;
            height: auto;
            border-radius: 4px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .speaker-info {
            flex-grow: 1;
        }

        .speaker-info .title {
            font-size: 1rem;
            color: var(--primary-color);
            font-weight: bold;
            margin-bottom: 10px;
            line-height: 1.5;
        }

        .speaker-info .name-area {
            display: flex;
            align-items: center; 
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 20px;
            border-bottom: 2px solid var(--accent-color);
            padding-bottom: 10px;
        }

        .speaker-info .name {
            font-size: 1.8rem;
            color: #333; 
            font-weight: bold;
            margin: 0;
        }

        .speaker-info .name span {
            font-size: 1rem;
            font-weight: normal;
            color: #666;
            margin-left: 5px;
        }

        .label-blue {
            background-color: #004098; 
            color: #fff;
            padding: 3px 12px;
            font-size: 0.9rem;
            font-weight: bold;
        }

        .career-list {
            display: table;
            width: 100%;
            margin-bottom: 25px;
            font-size: 1rem;
            line-height: 1.7;
        }
        .career-item {
            display: table-row;
        }
        .career-year {
            display: table-cell;
            width: 75px; 
            padding-bottom: 8px;
            white-space: nowrap; 
        }
        .career-desc {
            display: table-cell;
            padding-bottom: 8px;
        }

        .label-heading {
            display: inline-block;
            background-color: #004098;
            color: #fff;
            padding: 6px 15px;
            font-size: 1rem;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .speaker-info p {
            font-size: 1rem;
            line-height: 1.7;
            margin-bottom: 15px;
        }

        /* 会社概要テーブル */
        .company-profile-wrapper {
            max-width: 800px;
            margin: 0 auto;
            background: #fff;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            border: 1px solid #eee;
        }

        .company-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 30px;
            font-size: 0.95rem;
        }

        .company-table th, .company-table td {
            padding: 15px;
            border: 1px solid #ddd;
            line-height: 1.6;
        }

        .company-table th {
            background-color: #f4f6f9;
            color: var(--primary-color);
            width: 25%;
            text-align: left;
            font-weight: bold;
        }

        /* =========================================
           スケジュールテーブルとボタンエフェクト
        ========================================= */
        .schedule-table {
            width: 100%;
            max-width: 1000px; 
            margin: 30px auto;
            border-collapse: collapse;
            font-size: 1.1rem;
        }

        .schedule-table th, 
        .schedule-table td {
            border: 1px solid #ddd;
            padding: 20px 15px;
            text-align: center; 
        }

        .schedule-table th {
            background-color: var(--primary-color);
            color: white;
            font-size: 1.2rem;
        }

        .btn-small {
            background-color: var(--accent-color);
            color: var(--primary-color);
            padding: 15px 30px;
            text-decoration: none;
            font-weight: bold;
            border-radius: 5px;
            display: inline-block;
            transition: opacity 0.2s;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .btn-small:hover {
            opacity: 0.8;
        }

        /* ふわふわ浮くエフェクトの共通クラス */
        @keyframes floating {
            0% { transform: translateY(0); }
            50% { transform: translateY(-8px); }
            100% { transform: translateY(0); }
        }

        .floating-effect {
            animation: floating 2s ease-in-out infinite;
        }

        /* =========================================
           レスポンシブ（スマホ用調整）
        ========================================= */
        @media (max-width: 768px) {
            h2 { font-size: 1.6rem; }
            p { font-size: 1rem; line-height: 1.6; }
            .highlight-text { font-size: 1.1rem; }
            
            .cta-image { max-width: 90%; }

            .voices-grid { grid-template-columns: 1fr; }
            .voice-card { flex-direction: column; align-items: center; border: 1px solid #eee; border-radius: 8px; }
            .voice-content { text-align: left; }

            .features-grid { gap: 30px; }
            .feature-row, .feature-row:nth-child(even) {
                flex-direction: column;
                padding: 20px;
                border-left: none;
                border-right: none;
                border-top: 6px solid var(--primary-color);
            }
            .feature-row:nth-child(even) {
                border-top: 6px solid var(--accent-color);
            }
            .feature-img { width: 100%; }
            .feature-img img { height: 200px; }
            .feature-content h3 { font-size: 1.3rem; }

            .nouhau-wrapper { padding: 40px 15px 25px; margin-top: 40px; }
            .nouhau-wrapper::before { font-size: 1.1rem; padding: 8px 25px; }
            .nouhau-grid { grid-template-columns: 1fr; gap: 20px; }
            .nouhau-title { font-size: 1.2rem; }
            .nouhau-title span { font-size: 1.4rem; }
            .nouhau-flex { flex-direction: column; text-align: center; }
            .nouhau-author { text-align: center; }

            .target-header h3 { font-size: 1.6rem; }
            .target-header .accent-red { font-size: 1.5rem; }
            .target-box { padding: 25px 20px; }
            .target-box li { font-size: 1rem; align-items: flex-start; }
            .icon-cross, .icon-circle { font-size: 1.5rem; margin-top: -2px; }
            .target-footer { font-size: 0.85rem; }

            .speaker-card {
                flex-direction: column;
                align-items: center;
                padding: 20px;
                gap: 20px;
            }
            .speaker-photo {
                width: 180px;
            }
            .speaker-info {
                width: 100%;
                text-align: left;
            }
            .speaker-info .name-area {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }

            .company-profile-wrapper { padding: 20px; }
            .company-table th, .company-table td { display: block; width: 100%; }
            .company-table th { border-bottom: none; padding-bottom: 5px; }
            .company-table td { border-top: none; padding-top: 5px; margin-bottom: 10px; }
        }
    </style>
</head>
<body>

    <header class="main-visual">
        <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/Gemini_Generated_Image_jyaum4jyaum4jyau.jpg" alt="物流経営を、次のステージへ。">
    </header>

    <div class="container">

        <section class="bg-light">
            <h2>「気合いと根性」の経営は、<br>もう限界に来ていませんか？</h2>
            <p class="highlight-text mb-30">
                荷主からの理不尽な要求、終わらないドライバー不足。<br>
                そして、年商5億〜10億円でピタリと止まった成長の壁。
            </p>
            <p>「創業から必死に汗をかき、ここまで会社を大きくしてきた。<br>
            だが、正直言って今の延長線上に『次の10年の成長』は描けていない…」</p>
            <p>もし今、あなたがそう感じているなら、それは危険信号です。<br>
            2024年問題は単なる序章に過ぎず、2026年以降は過去の成功体験が全く通用しない「大淘汰時代」に突入します。</p>

            <h2 style="margin-top: 60px;">だからこそ、今「LPS」が必要なのです。</h2>
            <p>現状のジリ貧から本気で抜け出し、会社を次のステージへ引き上げるためには、戦略的に「攻めと守り」をアップデートするしかありません。</p>
            <p>ロジスティクスプロバイダー経営研究会（LPS）は、机上の空論を語る場でも、傷を舐め合う場でもありません。<br>
            <strong>同じ壁を乗り越えようとする全国の同志と、業績アップに直結する「生きたノウハウ」を共有し、最速で課題を解決するための実践の場</strong>です。</p>
        </section>

        <section>
            <h2>熱気あふれるロジスティクスプロバイダーの<br>様子をご覧ください</h2>
            <video id="promo-video" controls playsinline muted class="video-player">
                <source src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/69e0eb4032c15ea0cd9a3cf314a49754.mp4" type="video/mp4">
                お使いのブラウザは動画の再生に対応していません。
            </video>
            <p class="text-center" style="font-size: 0.9rem; color: #666; margin-top: 10px;">※音声をオンにしてご覧ください。</p>
        </section>

        <div class="cta-section">
            <a href="#schedule" class="cta-img-link floating-effect">
                <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/5e4896966c9944fcf00890f4502605bf.png" alt="無料オンライン説明会に申し込む" class="cta-image">
            </a>
        </div>

        <section class="bg-light">
            <h2>成長し続ける会員企業様の生の声</h2>
            
            <div class="voices-grid">
                <div class="voice-card">
                    <div class="voice-profile">
                        <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/ceo1.png" alt="赤城 義隆 氏">
                        <div class="name">代表取締役<br>赤城 義隆 氏</div>
                    </div>
                    <div class="voice-content">
                        <h3>研究会は、学びと刺激の宝庫 自社で活用できる事例が満載！</h3>
                        <p>自社をより良くしたいという熱い信念を持つ社長が多く、驚きました。そんな方々に囲まれているだけで非常に刺激になりますし、当社でも使えそうな事例もたくさん！</p>
                        <div class="voice-company">
                            <span>有限会社 新郷運輸</span>
                            <span class="location">埼玉県</span>
                        </div>
                    </div>
                </div>

                <div class="voice-card">
                    <div class="voice-profile">
                        <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/ceo2.png" alt="杉山 貴富 氏">
                        <div class="name">代表取締役<br>杉山 貴富 氏</div>
                    </div>
                    <div class="voice-content">
                        <h3>全国規模の物流企業と幅広く情報交換ができる場</h3>
                        <p>これだけ物流業界の最新情報を学べる場は他にありません！会員同士で教えあったり隠さず発信しあい、どんどん新しい情報を得たいという方には最適な場です。</p>
                        <div class="voice-company">
                            <span>山城運送 株式会社</span>
                            <span class="location">京都府</span>
                        </div>
                    </div>
                </div>

                <div class="voice-card">
                    <div class="voice-profile">
                        <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/ceo3.jpg" alt="白間 宏将 氏">
                        <div class="name">代表取締役社長<br>白間 宏将 氏</div>
                    </div>
                    <div class="voice-content">
                        <h3>「絶対無理」から「やってみよう！」に最新情報を取り入れ、新しい会社へ</h3>
                        <p>よくあるセミナーで紹介される事例などは自社で落とし込めないようなものが多いんですが、会員さんの話を聞く中で「自分もできるんだ」と思いました。</p>
                        <div class="voice-company">
                            <span>株式会社 共和貨物自動車</span>
                            <span class="location">北海道</span>
                        </div>
                    </div>
                </div>

                <div class="voice-card">
                    <div class="voice-profile">
                        <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/ceo4.jpg" alt="伴 文夫 氏">
                        <div class="name">代表取締役<br>伴 文夫 氏</div>
                    </div>
                    <div class="voice-content">
                        <h3>「生の情報」が聞ける！事例を知り、業界の「今」を把握して、業績アップ！</h3>
                        <p>同じ業界の経営者が集まるため、1日で何十人の方々とも情報交換ができます。講座も魅力的で、会費以上の価値があると感じています。</p>
                        <div class="voice-company">
                            <span>株式会社 聖菱運輸</span>
                            <span class="location">栃木県</span>
                        </div>
                    </div>
                </div>

                <div class="voice-card">
                    <div class="voice-profile">
                        <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/ceo5.jpg" alt="小河原 延浩 氏">
                        <div class="name">代表取締役社長<br>小河原 延浩 氏</div>
                    </div>
                    <div class="voice-content">
                        <h3>着実に成長している会社が集まる環境で自社の成長意欲が格段にアップ</h3>
                        <p>目指すべき次の売上規模の会社がどのような取り組みをしているのか、どのようにして売上の壁を破ってきたのかなど、ここでしか聞けない生の情報が満載です。</p>
                        <div class="voice-company">
                            <span>株式会社 白河運輸</span>
                            <span class="location">茨城県</span>
                        </div>
                    </div>
                </div>

                <div class="voice-card">
                    <div class="voice-profile">
                        <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/ceo6.jpg" alt="平田 優宇 氏">
                        <div class="name">代表取締役<br>平田 優宇 氏</div>
                    </div>
                    <div class="voice-content">
                        <h3>研究会の情報を活かし、3年間ドライバー採用コスト&#8221;0円&#8221;</h3>
                        <p>同じ企業規模の話が聞けるのはもちろん、規模が上の企業の取り組みや成長するまでの話が聞ける。現状と今後の二つの視点で情報を仕入れることができる会は貴重です。</p>
                        <div class="voice-company">
                            <span>平田運輸 株式会社</span>
                            <span class="location">兵庫県</span>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <div class="cta-section">
            <a href="#schedule" class="cta-img-link floating-effect">
                <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/5e4896966c9944fcf00890f4502605bf.png" alt="無料オンライン説明会に申し込む" class="cta-image">
            </a>
        </div>

        <section>
            <div class="text-center" style="color: #c00; font-size: 1.8rem; font-weight: 900; margin-bottom: 20px; line-height: 1.4;">なぜ、LPS会員は成果を出し続けることができるのか？</div>
            <p class="text-center font-medium mt-20" style="line-height: 1.8;">
                「同業の集まりなんて、どうせ傷の舐め合いか自慢話だろう」<br>
                そう思われる方もいらっしゃるかもしれません。<br><br>
                しかし、LPSは単なる情報収集のための「お勉強会」や、馴れ合いの場ではありません。<br>
                本気で会社を変えたい経営者が集い、確実に業績を上げるための環境がここにはあります。
            </p>
        </section>

        <section class="bg-light">
            <h2 class="text-center">LPSの３つの特徴</h2>
            <div class="features-intro">
                <p>LPSは運輸・物流企業の経営を全方面から支援する業績アッププラットフォームです。</p>
            </div>
            
            <div class="features-grid">
                <div class="feature-row">
                    <div class="feature-img">
                        <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/feature1.jpg" alt="全国370社以上の成功と失敗の生事例">
                    </div>
                    <div class="feature-content">
                        <span class="feature-num">特徴 01</span>
                        <h3>全国370社以上の<br>「成功と失敗の生事例」が集結</h3>
                        <p>ネットには絶対に出ない、会員企業が実際に直面した課題とその解決策（実際の求人原稿や評価制度のフォーマットなど）を共有。他社の成功を自社に転用し、失敗から学ぶことで、無駄な回り道をせず最短ルートで業績アップが可能です。</p>
                        <div class="feature-tags">
                            <span>#即時業績アップ</span>
                            <span>#生きたノウハウ</span>
                            <span>#事例共有シート</span>
                        </div>
                    </div>
                </div>

                <div class="feature-row">
                    <div class="feature-img">
                        <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/feature2.jpg" alt="経営の孤独を解消する師と友づくり">
                    </div>
                    <div class="feature-content">
                        <span class="feature-num">特徴 02</span>
                        <h3>孤独な経営判断を支え合う<br>「一生モノの師と友」づくり</h3>
                        <p>経営の悩みは、社内の人間には相談しづらいもの。LPSには、同じ志を持ち、利害関係のない全国の物流経営者が集まっています。本音で語り合えるコミュニティが、孤独になりがちな決断を支え、次の一手への強力な後押しとなります。</p>
                        <div class="feature-tags">
                            <span>#経営者ネットワーク</span>
                            <span>#情報交換会</span>
                            <span>#先進企業視察</span>
                        </div>
                    </div>
                </div>

                <div class="feature-row">
                    <div class="feature-img">
                        <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/feature3.jpg" alt="物流専門コンサルタントによる最新時流予測">
                    </div>
                    <div class="feature-content">
                        <span class="feature-num">特徴 03</span>
                        <h3>物流専門コンサルタントによる<br>最新時流の「かきおろし」ネタ</h3>
                        <p>船井総研サプライチェーンコンサルティングの精鋭コンサルタント陣が、全国の現場で得た「一次情報」を分析。法改正の裏側や今後の業界動向など、2026年以降の物流業界を勝ち抜くための戦略と戦術を惜しみなく提供します。</p>
                        <div class="feature-tags">
                            <span>#時流予測</span>
                            <span>#テーマ別例会</span>
                            <span>#無料個別相談</span>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <section>
            <div class="text-center" style="color: #c00; font-size: 1.8rem; font-weight: 900; margin-bottom: 20px; line-height: 1.4;">「とは言っても、いきなり参加するのは不安ですよね…」</div>
            <p class="text-center mb-30">ご安心ください。まずはLPSの雰囲気や、どんな情報が得られるのかを知っていただくために、<br>
            オンラインでの無料説明会をご用意しております。</p>
            
            <div class="text-center" style="color: #c00; font-size: 2.2rem; font-weight: 900; margin-top: 50px; margin-bottom: 20px; line-height: 1.4;">オンライン無料説明会を開催します！</div>
            <p class="text-center">LPSにてご講演いただいた会員企業様が、実際に業績を改善させた<br>
            「2つの超・実践的ノウハウ」の内容を、今回特別に無料で大公開します。</p>

            <div class="nouhau-wrapper">
                <div class="nouhau-grid">
                    <div class="nouhau-card">
                        <div class="nouhau-catch text-center">年間運賃<span>3,600万円</span>アップに成功！<br>特定の荷主への依存度13%の経営戦略を大公開</div>
                        <div class="nouhau-line"></div>
                        <div class="text-center"><span class="nouhau-tag">営業・マーケティング</span></div>
                        <div class="nouhau-title text-center">『言われた運賃で仕事はしない！』<br><span>主導権を握る荷主交渉戦略</span></div>
                        
                        <div class="nouhau-flex">
                            <div class="nouhau-img">
                                <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/guest1.jpg" alt="新村 千成 氏">
                            </div>
                            <div class="nouhau-author">
                                <div class="company">ロジフォワード株式会社</div>
                                <div class="name">代表取締役社長 新村 千成 氏</div>
                            </div>
                        </div>
                    </div>

                    <div class="nouhau-card">
                        <div class="nouhau-catch text-center">年間応募<span>300名</span>以上、応募コスト<span>6,620円</span>！<br>ドライバー採用の成功ノウハウを大公開</div>
                        <div class="nouhau-line"></div>
                        <div class="text-center"><span class="nouhau-tag">中途採用</span></div>
                        <div class="nouhau-title text-center" style="margin-bottom: 5px;"><span>毎月2桁の応募を</span>確実に集める採用活動</div>
                        
                        <div class="nouhau-flex">
                            <div class="nouhau-img">
                                <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/guest2.jpg" alt="上野 養平 氏">
                            </div>
                            <div class="nouhau-author">
                                <div class="company">迫トラック株式会社</div>
                                <div class="name">専務取締役 上野 養平 氏</div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <div class="bg-light" style="padding: 40px; border-radius: 10px; margin-top: 50px;">
                <p class="highlight-text font-large text-center">全国の成長意欲あふれる370社が実践する、本気の業績アップ研究会<br>
                「ロジスティクスプロバイダー経営研究会(LPS)」</p>
                <p class="font-medium mb-30 text-center">「このままでは絶対にマズイ」――その危機感を、今すぐ行動に変えてください。<br>
                本気のあなたからのご参加をお待ちしています！</p>
                
                <div class="cta-section" style="margin-top: 30px; margin-bottom: 0;">
                    <a href="#schedule" class="cta-img-link floating-effect">
                        <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/695e432aa0b80e914efae12cd0be2a70.png" alt="無料オンライン説明会に申し込む" class="cta-image">
                    </a>
                </div>
            </div>
        </section>

        <section class="target-section">
            <div class="target-header">
                <p>この研究会は</p>
                <h3>「本気で物流経営を変えたい方」</h3>
                <p>のためのものです。<br>下記のような方は向きませんので、ご注意ください。</p>
            </div>
            
            <div class="target-box">
                <ul>
                    <li><span class="icon-cross">×</span> 現状に危機感を持たず、変化を望まない方</li>
                    <li><span class="icon-cross">×</span> 自社の物流をコストとしか捉えていない方</li>
                    <li><span class="icon-cross">×</span> 経営者自身の学びと成長を放棄している方</li>
                </ul>
            </div>

            <div class="target-header" style="margin-top: 50px;">
                <p>以下に該当する方は</p>
                <h3 class="accent-red">＼ぜひご参加をご検討ください／</h3>
            </div>

            <div class="target-box">
                <ul>
                    <li><span class="icon-circle">〇</span> <span class="marker-yellow">2024年問題を機に、経営を抜本的に改革したい方</span></li>
                    <li><span class="icon-circle">〇</span> <span class="marker-yellow">荷主と対等なパートナーシップを築きたい方</span></li>
                    <li><span class="icon-circle">〇</span> <span class="marker-yellow">全国で同じ志を持つ物流経営者の仲間が欲しい方</span></li>
                </ul>
            </div>

            <div class="target-footer">
                <p>ロジスティクスプロバイダー経営研究会（LPS）は、物流を「コスト」から「競争力」へと変革し、持続可能な成長を目指す経営者のためのクローズドコミュニティです。<br>現場で培った知見、最新の時流予測、成功・失敗の生事例を総動員し、最短ルートで成長するための戦略を惜しみなくお伝えします。<br>本気で現状を変えたい、という覚悟ある物流経営者の方、ぜひご活用ください。</p>
            </div>
        </section>

        <section class="bg-light">
            <h2 class="text-center">講師プロフィール</h2>
            
            <div class="speaker-card">
                <div class="speaker-photo">
                    <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/2025.jpg" alt="白石 哲郎">
                </div>
                <div class="speaker-info">
                    <div class="title">株式会社船井総研サプライチェーンコンサルティング<br>物流ビジネス支援部 シニアコンサルタント</div>
                    
                    <div class="name-area">
                        <div class="name">白石 哲郎 <span>（しらいし てつろう）</span></div>
                        <div class="label-blue">経歴</div>
                    </div>
                    
                    <div class="career-list">
                        <div class="career-item">
                            <div class="career-year">2018年</div>
                            <div class="career-desc">船井総研ロジ株式会社入社</div>
                        </div>
                        <div class="career-item">
                            <div class="career-year">2022年</div>
                            <div class="career-desc">チーフコンサルタント</div>
                        </div>
                        <div class="career-item">
                            <div class="career-year">2023年</div>
                            <div class="career-desc">シニアコンサルタント</div>
                        </div>
                    </div>
                    
                    <div class="label-heading">コンサルティング内容・専門分野</div>
                    <p>入社以来一貫して、中小・中堅物流企業のコンサルティングを実施。特に中堅企業の業績アップマーケティングコンサルを得意としている。<br>
                    また倉庫・物流センター作業員に特化した採用コンサルティングにも実績があり、多くの企業を採用成功に導いている。<br>
                    さらに、自社主催の勉強会会員370社のデータをもとに時流を分析し、改善提案を行っているなど、数多くのコンサルティング実績を持つ。</p>
                </div>
            </div>
        </section>

        <section id="schedule">
            <h2>開催日程</h2>
            
            <div style="overflow-x: auto;">
                <table class="schedule-table">
                    <thead>
                        <tr>
                            <th>日程・形式</th>
                            <th>時間</th>
                            <th>お申し込み</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr>
                            <td>4月28日(火)<br>Zoom</td>
                            <td>13:00〜14:00</td>
                            <td><a href="#" class="btn-small floating-effect">今すぐ参加枠を確保する</a></td>
                        </tr>
                    </tbody>
                </table>
            </div>
        </section>

        <section class="bg-light">
            <h2 class="text-center">主催者情報</h2>
            <div class="company-profile-wrapper">
                <h3 style="color: var(--primary-color); border-bottom: 2px solid var(--accent-color); padding-bottom: 10px; margin-bottom: 20px; font-size: 1.4rem;">株式会社船井総研サプライチェーンコンサルティング</h3>
                <p style="font-weight: bold; margin-bottom: 20px;">〈グループパーパス〉 サステナグロースカンパニーをもっと。</p>
                
                <table class="company-table">
                    <tbody>
                        <tr>
                            <th>担当部署</th>
                            <td>物流ビジネス支援部</td>
                        </tr>
                        <tr>
                            <th>事業内容</th>
                            <td>物流企業向け経営コンサルティング<br>荷主企業向けロジスティクスコンサルティング<br>サプライチェーン最適化コンサルティング<br>3PLマネジメント・オペレーション など</td>
                        </tr>
                        <tr>
                            <th>所在地</th>
                            <td>【東京本社】東京都中央区八重洲2-2-1<br>【大阪本社】大阪府大阪市北区梅田3-2-123</td>
                        </tr>
                        <tr>
                            <th>資本金</th>
                            <td>9,800万円</td>
                        </tr>
                        <tr>
                            <th>親会社</th>
                            <td>株式会社船井総研ホールディングス<br>東証プライム(証券コード: 9757)</td>
                        </tr>
                    </tbody>
                </table>

                <h4 style="background-color: var(--primary-color); color: #fff !important; padding: 10px 15px; margin-bottom: 15px; font-size: 1.1rem; display: inline-block;">【物流ビジネス支援部について】</h4>
                <p style="font-size: 0.95rem; line-height: 1.8; margin-bottom: 10px;">「社員が誇れる物流企業を創る」というミッションのもと、物流企業様の業績アップのための、競争戦略・戦術の立案から実行支援までの現場密着型の活動を行なう、業種専門コンサルティング部門です。</p>
                <p style="font-size: 0.95rem; line-height: 1.8;">近年では、「ドライバー採用・定着・育成」「営業強化」「収支改善」「WEBマーケティング」「デジタル化」「安全・事故対策」「人事制度・評価制度」などを主なテーマとして活動しています。<br>
                物流企業経営研究会「ロジスティクスプロバイダー経営研究会(LPS/会員数約370社)」を主宰しており、全国から、志の高い経営トップ・幹部を集めて、先進物流企業づくりを推進しています。</p>
            </div>
        </section>

    </div>

    <script>
        document.addEventListener("DOMContentLoaded", function() {
            var video = document.getElementById("promo-video");

            if ('IntersectionObserver' in window) {
                var observer = new IntersectionObserver(function(entries) {
                    entries.forEach(function(entry) {
                        if (entry.isIntersecting) {
                            video.play();
                        } else {
                            video.pause();
                        }
                    });
                }, { threshold: 0.5 }); 

                observer.observe(video);
            }
        });
    </script>
</body>
</html>



<p></p>
]]></content:encoded>
					
		
		
			</item>
				<item>
		<title>トラックを「直す」から「壊さない」へ！15年間で年商規模8倍を支えた「自社整備部門強化・整備工場立ち上げ」ノウハウ大公開セミナー</title>
		<link>https://sc.funaisoken.co.jp/butsuryu/seminar/2604_seibi/</link>
		
		<dc:creator><![CDATA[matsushita]]></dc:creator>
		<pubDate>Thu, 19 Mar 2026 08:58:24 +0000</pubDate>
				<guid isPermaLink="false">https://sc.funaisoken.co.jp/?post_type=butsuryu_seminar&#038;p=18758</guid>


		<method>会場</method>

    
        <thumbnail>https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/2604_seibi_seminar_Funaisokensupplychainconsulting-4.jpg</thumbnail>
    
        <acceptance>受付中</acceptance>
    
		<method>会場</method>

		<cat>自社主催</cat>

		<expense></expense>

		<info>2026年4月22日・28日</info>

					<description><![CDATA[特別ゲスト フジ流 車両整備の考え方・ノウハウを本邦初公開！ 直近15年間で年商 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<style>
/* WPテーマの干渉を遮断するためのリセットと詳細度強化 */
#lp-guest-wrap.lp-guest-wrap {
    all: revert !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 80px auto !important;
    padding: 80px 60px !important; /* 左右の余白を少し広げてゆったりと */
    background-color: #ffffff !important;
    border: 5px solid #1a1a1a !important;
    position: relative !important;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
    color: #333333 !important;
    line-height: 1.8 !important;
    text-align: left !important;
    box-shadow: 15px 15px 0px rgba(0,0,0,0.08) !important;
}

#lp-guest-wrap.lp-guest-wrap * {
    all: revert !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

/* 特別ゲストバッジ */
#lp-guest-wrap.lp-guest-wrap .g-badge {
    position: absolute !important;
    top: -60px !important;
    left: -75px !important;
    background: linear-gradient(135deg, #ffe066 0%, #b8860b 100%) !important;
    color: #ffffff !important;
    width: 160px !important;
    height: 160px !important;
    border-radius: 50% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 1.1 !important;
    z-index: 10 !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.3), 0 0 20px rgba(184, 134, 11, 0.5) !important;
    border: 6px solid #ffffff !important;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6) !important;
}

#lp-guest-wrap.lp-guest-wrap .g-badge span {
    display: block !important;
}

#lp-guest-wrap.lp-guest-wrap .g-badge span:first-child {
    font-size: 20px !important;
    letter-spacing: 0.15em !important;
    margin-bottom: 5px !important;
}

/* メインキャッチ（最上部に独立配置） */
#lp-guest-wrap.lp-guest-wrap .g-main-catch {
    font-size: 42px !important;
    color: #0070c0 !important;
    font-weight: bold !important;
    margin-bottom: 40px !important; /* 下のコンテンツとの間隔 */
    padding-bottom: 15px !important;
    border-bottom: 5px solid #0070c0 !important;
    line-height: 1.4 !important;
    display: block !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1) !important;
}

/* 2カラムレイアウト用コンテナ */
#lp-guest-wrap.lp-guest-wrap .g-flex {
    display: flex !important;
    gap: 60px !important;
    margin-bottom: 50px !important; /* グラフ画像との間隔 */
    align-items: flex-start !important; /* 上揃えに戻す */
}

/* 左側：写真・ロゴエリア */
#lp-guest-wrap.lp-guest-wrap .g-left {
    flex: 0 0 300px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; /* 写真とロゴを中央揃えに */
}

#lp-guest-wrap.lp-guest-wrap .g-ceo-img {
    width: 100% !important;
    height: auto !important;
    border: 2px solid #e0e0e0 !important;
    margin-bottom: 25px !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15) !important;
}

#lp-guest-wrap.lp-guest-wrap .g-logo-img {
    width: 85% !important;
    height: auto !important;
}

/* 右側：テキスト・プロフィールエリア */
#lp-guest-wrap.lp-guest-wrap .g-right {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

#lp-guest-wrap.lp-guest-wrap .g-sub-catch {
    font-size: 22px !important;
    font-weight: bold !important;
    color: #1a1a1a !important;
    margin-bottom: 25px !important;
    display: block !important;
    line-height: 1.6 !important;
}

#lp-guest-wrap.lp-guest-wrap .g-text {
    font-size: 18px !important;
    margin-bottom: 40px !important; /* プロフィールとの間隔 */
    display: block !important;
}

/* プロフィールボックス（右カラム下部へ移動） */
#lp-guest-wrap.lp-guest-wrap .g-profile-box {
    margin-top: auto !important; /* 余白があれば下に押しやる */
}

#lp-guest-wrap.lp-guest-wrap .g-corp-name {
    font-size: 20px !important;
    font-weight: bold !important;
    display: block !important;
    color: #1a1a1a !important;
    margin-bottom: 8px !important;
}

#lp-guest-wrap.lp-guest-wrap .g-ceo-name {
    font-size: 34px !important;
    font-weight: bold !important;
    display: block !important;
    color: #333 !important;
    line-height: 1.4 !important;
}


/* 紹介画像スタイル - 1カラムで大きく表示 */
#lp-guest-wrap.lp-guest-wrap .g-content-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    border-radius: 6px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}


/* レスポンシブ対応 */
@media (max-width: 768px) {
    #lp-guest-wrap.lp-guest-wrap {
        padding: 60px 25px 40px !important;
        margin: 60px 20px !important;
    }
    #lp-guest-wrap.lp-guest-wrap .g-main-catch {
        font-size: 28px !important;
        margin-bottom: 30px !important;
    }
    #lp-guest-wrap.lp-guest-wrap .g-flex {
        flex-direction: column !important;
        gap: 40px !important;
    }
    #lp-guest-wrap.lp-guest-wrap .g-left {
        width: 100% !important;
        flex: auto !important;
    }
    #lp-guest-wrap.lp-guest-wrap .g-ceo-img {
        width: 280px !important;
    }
    #lp-guest-wrap.lp-guest-wrap .g-sub-catch {
        font-size: 18px !important;
    }
    #lp-guest-wrap.lp-guest-wrap .g-text {
        font-size: 16px !important;
        margin-bottom: 30px !important;
    }
    #lp-guest-wrap.lp-guest-wrap .g-corp-name {
        font-size: 18px !important;
    }
    #lp-guest-wrap.lp-guest-wrap .g-ceo-name {
        font-size: 28px !important;
    }
    #lp-guest-wrap.lp-guest-wrap .g-badge {
        width: 130px !important;
        height: 130px !important;
        font-size: 24px !important;
        top: -40px !important;
        left: -15px !important;
        border-width: 5px !important;
    }
    #lp-guest-wrap.lp-guest-wrap .g-badge span:first-child {
        font-size: 16px !important;
    }
}
</style>

<div id="lp-guest-wrap" class="lp-guest-wrap">
    <div class="g-badge">
        <span>特別</span><span>ゲスト</span>
    </div>
    
    <strong class="g-main-catch">
        フジ流 車両整備の考え方・ノウハウを本邦初公開！
    </strong>

    <div class="g-flex">
        <div class="g-left">
            <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/713bd86a4ff031e7dc378e19b875c05d-e1773883574497.jpg" alt="フジトランスポート株式会社 代表取締役社長 松岡 弘晃 氏" class="g-ceo-img">
            <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/fujilogo.png" alt="フジトランスポート株式会社 ロゴ" class="g-logo-img">
        </div>

        <div class="g-right">
            <span class="g-sub-catch">
                直近15年間で年商規模8倍と急成長を続けるフジトランスポートはなぜこれほどまでに「自社整備」にこだわるのか？
            </span>
            <span class="g-text">
                約3,500台と日本屈指の車両保有数を誇る、運送業界のリーディングカンパニー。圧倒的な成長を続けている同社の強さは、運送業の心臓部である「車両」に対する徹底した経営戦略にあります。<br><br>
                整備機能の強化による修繕費の抑制と高稼働率を両立させる秘訣について、本セミナーで初めてお話しいただきます。
            </span>
            
            <div class="g-profile-box">
                <span class="g-corp-name">フジトランスポート株式会社</span>
                <span class="g-ceo-name">代表取締役社長<br>松岡 弘晃 氏</span>
            </div>
       </div>
    </div>

    <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/04/seminar2604_seibi_img01.png" alt="フジトランスポート セミナーイメージ" class="g-content-img">
</div>



<style>
.single-butsuryu_seminar .section-content .content h2::before{
background: none !important;
}
/* --- 全体コンテナ（WP干渉を完全に遮断） --- */
#lp-trouble-section.lp-trouble-section {
    all: revert !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 80px auto !important; 
    padding: 70px 40px !important;
    background-color: #f4f6f9 !important; 
    border-radius: 12px !important;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
    color: #333333 !important;
    line-height: 1.6 !important;
    position: relative !important;
}

#lp-trouble-section.lp-trouble-section * {
    all: revert !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* タイトル部分 */
#lp-trouble-section.lp-trouble-section .t-title {
    display: block !important;
    text-align: center !important;
    font-size: 36px !important; 
    font-weight: bold !important;
    color: #1a1a1a !important;
    margin-bottom: 50px !important;
    letter-spacing: 0.05em !important;
}

#lp-trouble-section.lp-trouble-section .t-title span {
    color: #d32f2f !important; 
    font-size: 110% !important; 
    display: inline-block !important;
    margin: 0 5px !important;
}

/* リストレイアウト：1カラムにして中央寄せ */
#lp-trouble-section.lp-trouble-section .t-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
    max-width: 900px !important; 
    margin: 0 auto !important;
}

/* 各アイテム（カード風装飾） */
#lp-trouble-section.lp-trouble-section .t-item {
    display: flex !important;
    align-items: center !important; 
    background-color: #ffffff !important;
    padding: 25px 35px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important; 
    font-size: 22px !important; 
    font-weight: bold !important;
    border-left: 6px solid #2b5797 !important; 
    transition: transform 0.2s ease !important;
}

#lp-trouble-section.lp-trouble-section .t-item:hover {
    transform: translateY(-2px) !important; 
}

/* チェックアイコン */
#lp-trouble-section.lp-trouble-section .t-check {
    flex: 0 0 30px !important;
    margin-right: 20px !important;
    color: #1a1a1a !important;
    font-size: 28px !important; 
    line-height: 1 !important;
}

#lp-trouble-section.lp-trouble-section .t-text {
    flex: 1 !important;
    line-height: 1.5 !important;
}

/* イエローマーカー装飾 */
#lp-trouble-section.lp-trouble-section mark {
    background: linear-gradient(transparent 60%, #ffff00 60%) !important;
    font-weight: bold !important;
    color: inherit !important;
}

/* スマホ対応 */
@media (max-width: 768px) {
    #lp-trouble-section.lp-trouble-section {
        padding: 50px 20px !important;
        margin: 50px 15px !important;
    }
    #lp-trouble-section.lp-trouble-section .t-title {
        font-size: 26px !important;
        line-height: 1.4 !important;
        margin-bottom: 35px !important;
    }
    #lp-trouble-section.lp-trouble-section .t-item {
        padding: 20px 25px !important;
        font-size: 18px !important; 
        align-items: flex-start !important; 
    }
    #lp-trouble-section.lp-trouble-section .t-check {
        font-size: 24px !important;
        margin-right: 15px !important;
        margin-top: 2px !important; 
    }
}
</style>

<div id="lp-trouble-section" class="lp-trouble-section">
    <h2 class="t-title">整備に関する<span>このようなお悩み</span>はございませんか？</h2>

    <div class="t-list">
        <div class="t-item">
            <span class="t-check"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>
            <p class="t-text">整備部門の内製化で人件費や設備投資がかさむが、<mark>本当に費用対効果（採算）が見込めるのか</mark>不安…</p>
        </div>
        <div class="t-item">
            <span class="t-check"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>
            <p class="t-text">自社工場を設立すべき<mark>「最適な車両台数」や「投資判断の基準」</mark>がわからない…</p>
        </div>
        <div class="t-item">
            <span class="t-check"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>
            <p class="t-text">ドライバー以上に<mark>整備士の採用・定着が難しく</mark>、人材確保の目処が立たず困っている…</p>
        </div>
        <div class="t-item">
            <span class="t-check"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>
            <p class="t-text">本格的な工場は考えていないが、修繕費削減のために<mark>まずはタイヤ交換や定期点検から自社で行いたい</mark>…</p>
        </div>
        <div class="t-item">
            <span class="t-check"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>
            <p class="t-text">既存の整備部門がコストセンター化しており、<mark>より会社の利益に貢献する組織へと改革</mark>したい…</p>
        </div>
    </div>
</div>



<style>
/* --- 全体コンテナ（WP干渉遮断） --- */
#lp-resolve-block.lp-resolve-block {
    all: revert !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
    text-align: center !important;
    background-color: #ffffff !important;
}

#lp-resolve-block.lp-resolve-block * {
    all: revert !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* --- コンパクトな逆三角形エリア --- */
#lp-resolve-block.lp-resolve-block .m-triangle-accent {
    position: relative !important;
    height: 60px !important; /* 三角形を表示するための最小限の高さ */
    overflow: hidden !important;
    background: #ffffff !important;
}

/* 逆三角形を大幅に小型化 */
#lp-resolve-block.lp-resolve-block .m-triangle-accent::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 0 !important;
    height: 0 !important;
    /* 幅を狭く、高さを低く調整 */
    border-style: solid !important;
    border-width: 60px 200px 0 200px !important; 
    border-color: #fff9c4 transparent transparent transparent !important;
    z-index: 1 !important;
}

/* --- 解決宣言の見出しエリア --- */
#lp-resolve-block.lp-resolve-block .m-resolve-head {
    padding: 10px 20px 40px !important; /* 上の余白を詰めて三角形に近づける */
    background-color: #ffffff !important;
    position: relative !important;
    z-index: 10 !important;
}

#lp-resolve-block.lp-resolve-block .m-resolve-title {
    display: inline-block !important;
    font-size: 36px !important;
    font-weight: 900 !important;
    color: #000000 !important;
    letter-spacing: 0.02em !important;
    line-height: 1.3 !important;
    /* 資料に合わせた太いアンダーバー */
    border-bottom: 6px solid #1a1a1a !important;
    padding-bottom: 8px !important;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
    #lp-resolve-block.lp-resolve-block .m-triangle-accent {
        height: 40px !important;
    }
    #lp-resolve-block.lp-resolve-block .m-triangle-accent::before {
        border-width: 40px 150px 0 150px !important;
    }
    #lp-resolve-block.lp-resolve-block .m-resolve-title {
        font-size: 22px !important;
        border-bottom-width: 4px !important;
    }
}
</style>

<div id="lp-resolve-block" class="lp-resolve-block">
    <div class="m-triangle-accent"></div>

    <div class="m-resolve-head">
        <h3 class="m-resolve-title">
            本セミナーでこのような疑問・不安を解消します！
        </h3>
    </div>
</div>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">自社整備を強化するための方法や押さえておくべきポイントを徹底解説！</span></span><p></p></strong></div><p></p>



<style>
/* --- 全体コンテナ（WP干渉遮断） --- */
#lp-seminar-points.lp-seminar-points {
    all: revert !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 60px auto !important;
    padding: 20px !important;
    background-color: #ffffff !important;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
    color: #333333 !important;
    text-align: left !important;
}

#lp-seminar-points.lp-seminar-points * {
    all: revert !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

/* グリッドレイアウト（PC2列 / スマホ1列） */
#lp-seminar-points.lp-seminar-points .p-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px 30px !important;
}

/* 各カード */
#lp-seminar-points.lp-seminar-points .p-card {
    display: block !important;
}

/* ヘッダー部分（数字とタイトル） */
#lp-seminar-points.lp-seminar-points .p-header {
    display: flex !important;
    align-items: stretch !important;
    border-bottom: 2px solid #000080 !important; /* ネイビーのライン */
    margin-bottom: 20px !important;
    height: 64px !important;
}

/* ネイビーの数字ボックス */
#lp-seminar-points.lp-seminar-points .p-num {
    background-color: #000080 !important;
    color: #ffffff !important;
    font-size: 32px !important;
    font-weight: bold !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 20px !important;
    position: relative !important;
    min-width: 80px !important;
}

/* ボックス右側の矢印形状 */
#lp-seminar-points.lp-seminar-points .p-num::after {
    content: "" !important;
    position: absolute !important;
    right: -20px !important;
    top: 0 !important;
    border-style: solid !important;
    border-width: 32px 0 32px 20px !important;
    border-color: transparent transparent transparent #000080 !important;
}

/* タイトルテキスト */
#lp-seminar-points.lp-seminar-points .p-title {
    flex: 1 !important;
    font-size: 21px !important;
    font-weight: bold !important;
    color: #1a1a1a !important;
    padding: 0 0 0 35px !important;
    display: flex !important;
    align-items: center !important;
    line-height: 1.3 !important;
}

/* ボディ部分（リストのみ） */
#lp-seminar-points.lp-seminar-points .p-body {
    display: block !important;
}

/* 箇条書きリスト */
#lp-seminar-points.lp-seminar-points .p-list {
    list-style: none !important;
}

#lp-seminar-points.lp-seminar-points .p-list-item {
    position: relative !important;
    padding-left: 20px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1.6 !important;
    margin-bottom: 12px !important;
    display: block !important;
}

/* リストの「●」印 */
#lp-seminar-points.lp-seminar-points .p-list-item::before {
    content: "●" !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    color: #333 !important;
    font-size: 12px !important;
}

/* レスポンシブ */
@media (max-width: 768px) {
    #lp-seminar-points.lp-seminar-points .p-grid {
        grid-template-columns: 1fr !important;
    }
    #lp-seminar-points.lp-seminar-points .p-header {
        height: auto !important;
        min-height: 60px !important;
    }
    #lp-seminar-points.lp-seminar-points .p-num::after {
        display: none !important;
    }
    #lp-seminar-points.lp-seminar-points .p-title {
        padding-left: 15px !important;
        font-size: 18px !important;
    }
}
</style>

<div id="lp-seminar-points" class="lp-seminar-points">
    <div class="p-grid">
        
        <div class="p-card">
            <div class="p-header">
                <div class="p-num">1</div>
                <h4 class="p-title">車両台数規模別の<br>トラック整備体制のあり方</h4>
            </div>
            <div class="p-body">
                <div class="p-list">
                    <span class="p-list-item">30台・50台・100台と規模別の内製化すべき整備項目</span>
                    <span class="p-list-item">自社整備領域の拡大ステップ</span>
                    <span class="p-list-item">必要整備人員数と組織体制</span>
                </div>
            </div>
        </div>

        <div class="p-card">
            <div class="p-header">
                <div class="p-num">2</div>
                <h4 class="p-title">整備工場立ち上げに<br>必要な準備とは</h4>
            </div>
            <div class="p-body">
                <div class="p-list">
                    <span class="p-list-item">初期投資費用と立ち上げスケジュール</span>
                    <span class="p-list-item">必要機材・工具と仕入れルート</span>
                    <span class="p-list-item">出張整備を可能にするサービスカーの導入</span>
                </div>
            </div>
        </div>

        <div class="p-card">
            <div class="p-header">
                <div class="p-num">3</div>
                <h4 class="p-title">効果的な予防整備を実現するためのデータ管理方法</h4>
            </div>
            <div class="p-body">
                <div class="p-list">
                    <span class="p-list-item">車両管理、修繕履歴管理のデータ化による最適な予防整備</span>
                    <span class="p-list-item">整備士だけでなく、ドライバーも含め会社全体で車を大切にする風土づくり</span>
                </div>
            </div>
        </div>

        <div class="p-card">
            <div class="p-header">
                <div class="p-num">4</div>
                <h4 class="p-title">整備士が集まる<br>採用手法と職場環境のつくり方</h4>
            </div>
            <div class="p-body">
                <div class="p-list">
                    <span class="p-list-item">SNSでの情報発信のポイントと整備士を集める方法</span>
                    <span class="p-list-item">整備士としてはブランクのある資格保有者をノーリスクで集める方法</span>
                    <span class="p-list-item">整備士ファーストで定着率を高める取り組み</span>
                </div>
            </div>
        </div>

    </div>
</div>



<style>
/* --- 全体コンテナ（WP干渉を排除しつつ余白をタイトに調整） --- */
#lp-gold-impact.lp-gold-impact {
    all: revert !important; 
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    /* 上下余白を大幅に削減 */
    margin: 20px 0 !important;
    padding: 40px 20px !important;
    background-color: #28A9E0 !important; 
    text-align: center !important;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", serif !important;
    overflow: hidden !important;
}

#lp-gold-impact.lp-gold-impact * {
    all: revert !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

/* --- 1行目：キャッチコピー --- */
#lp-gold-impact.lp-gold-impact .gold-sub-line {
    display: block !important;
    color: #ffffff !important;
    font-size: 26px !important; /* 少しだけサイズを整え */
    font-weight: 500 !important;
    letter-spacing: 0.15em !important;
    margin-bottom: 20px !important; /* 下との間隔を詰め */
    line-height: 1.2 !important;
    opacity: 0.9 !important;
}

/* --- 2行目以降：メインタイトル（ゴールドグラデーション） --- */
#lp-gold-impact.lp-gold-impact .gold-main-line {
    display: block !important;
    background: linear-gradient(
        to bottom,
        #cfaf5d 22%, 
        #fcf6ba 45%, 
        #b38728 50%, 
        #fcf6ba 65%, 
        #bf953f 100%
    ) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    
    font-size: 52px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em !important;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.5)) !important;
}

/* 括弧部分の微調整 */
#lp-gold-impact.lp-gold-impact .brackets {
    font-family: "Hiragino Sans", "Meiryo", sans-serif !important;
    margin: 0 5px !important;
}

/* --- レスポンシブ対応（スマホでも余白を最小化） --- */
@media (max-width: 768px) {
    #lp-gold-impact.lp-gold-impact {
        margin: 10px 0 !important;
        padding: 30px 15px !important;
    }
    #lp-gold-impact.lp-gold-impact .gold-sub-line {
        font-size: 18px !important;
        margin-bottom: 15px !important;
        letter-spacing: 0.1em !important;
    }
    #lp-gold-impact.lp-gold-impact .gold-main-line {
        font-size: 26px !important;
        line-height: 1.4 !important;
    }
}
</style>

<div id="lp-gold-impact" class="lp-gold-impact">
    <span class="gold-sub-line">運送業の利益は<span class="brackets">「</span>整備力<span class="brackets">」</span>で決まる！</span>
    
    <h3 class="gold-main-line">
        3500台を走らせるフジトランスポートの整備体制と<br>
        自社整備強化のポイント
    </h3>
</div>



<style>
/* --- 全体コンテナ（WP干渉を鉄壁ガード） --- */
#lp-strategy-profile.lp-strategy-profile {
    all: revert !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 60px auto !important;
    padding: 20px !important;
    background-color: #ffffff !important;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
    color: #1a1a1a !important;
    text-align: left !important;
}

#lp-strategy-profile.lp-strategy-profile * {
    all: revert !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* --- 1. セミナー戦略7項目（上部リスト） --- */
#lp-strategy-profile.lp-strategy-profile .s-list-container {
    margin-bottom: 60px !important;
}

#lp-strategy-profile.lp-strategy-profile .s-item {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 18px !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 12px !important;
}

#lp-strategy-profile.lp-strategy-profile .s-num {
    background-color: #000080 !important; /* ネイビー */
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 18px !important;
    min-width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
}

#lp-strategy-profile.lp-strategy-profile .s-text {
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    color: #1a1a1a !important;
}

/* --- 2. 企業プロフィール（下部） --- */
#lp-strategy-profile.lp-strategy-profile .profile-section {
    display: flex !important;
    gap: 30px !important;
    align-items: stretch !important;
}

/* 右側：プロフィールボックス（左画像削除に伴い幅を100%へ） */
#lp-strategy-profile.lp-strategy-profile .profile-right-card {
    flex: 1 !important;
    width: 100% !important;
    border: 2px solid #0070c0 !important; /* テーマブルーの枠 */
    border-radius: 20px !important;
    padding: 30px !important;
    display: flex !important;
    gap: 30px !important;
    background-color: #ffffff !important;
    align-items: center !important;
}

#lp-strategy-profile.lp-strategy-profile .p-content {
    flex: 1 !important;
}

#lp-strategy-profile.lp-strategy-profile .p-title {
    font-size: 24px !important;
    color: #0070c0 !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    display: block !important;
}

#lp-strategy-profile.lp-strategy-profile .p-desc {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #333 !important;
}

/* 右端：会社建物写真 */
#lp-strategy-profile.lp-strategy-profile .profile-building-img {
    flex: 0 0 240px !important; /* 少しサイズを調整 */
    display: flex !important;
    align-items: center !important;
}

#lp-strategy-profile.lp-strategy-profile .profile-building-img img {
    width: 100% !important;
    height: auto !important;
    border-radius: 5px !important;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
    #lp-strategy-profile.lp-strategy-profile .s-text {
        font-size: 15px !important;
    }
    #lp-strategy-profile.lp-strategy-profile .profile-right-card {
        flex-direction: column-reverse !important; /* スマホ時は画像が下、テキストが上 */
        padding: 20px !important;
        gap: 20px !important;
    }
    #lp-strategy-profile.lp-strategy-profile .profile-building-img {
        width: 100% !important;
        flex: auto !important;
    }
}
</style>

<div id="lp-strategy-profile" class="lp-strategy-profile">
    
    <div class="s-list-container">
        <div class="s-item">
            <span class="s-num">1</span>
            <p class="s-text">「直す」から「壊さない」へ。予防整備の徹底と入庫待ちをゼロにし車両稼働率を最大化させる内製化戦略</p>
        </div>
        <div class="s-item">
            <span class="s-num">2</span>
            <p class="s-text">全国28拠点の整備ネットワークとサービスカーによる、場所を選ばないメンテナンス体制の構築</p>
        </div>
        <div class="s-item">
            <span class="s-num">3</span>
            <p class="s-text">整備効率と整備士の熟練度を最速で高める車両購入の考え方</p>
        </div>
        <div class="s-item">
            <span class="s-num">4</span>
            <p class="s-text">全車両のデータを一元管理。「いつ、どこで、誰が、何を」修理したか、デジタルが変える整備体制</p>
        </div>
        <div class="s-item">
            <span class="s-num">5</span>
            <p class="s-text">「車を大切にする」組織文化のつくり方。整備側からアプローチする、ドライバーへの日常点検教育と愛車精神の醸成</p>
        </div>
        <div class="s-item">
            <span class="s-num">6</span>
            <p class="s-text">大手ディーラーとどう差別化するか。圧倒的な働きやすさと情報発信力で応募を獲得する採用戦略</p>
        </div>
        <div class="s-item">
            <span class="s-num">7</span>
            <p class="s-text">2030年50拠点体制への挑戦。「物流のインフラ」として整備事業を拡大し続ける経営判断の裏側</p>
        </div>
    </div>

    <div class="profile-section">
        <div class="profile-right-card">
            <div class="p-content">
                <span class="p-title">企業プロフィール</span>
                <p class="p-desc">
                    奈良県奈良市に本社を置き、グループ合計で年商900億円(2025年度)、車両台数約3,500台、国内150以上の拠点を展開。<br>
                    その躍進を支えてきた整備工場は全国に28拠点を構え、徹底した車両整備により圧倒的な稼働率とコスト管理を実現。<br>
                    2030年までに整備工場の50拠点化を掲げ、さらなる成長を目指す。
                </p>
            </div>
            <div class="profile-building-img">
                <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/03/fujiseibi.jpg" alt="フジトランスポート 整備工場外観">
            </div>
        </div>
    </div>

</div>



<style>
/* --- 全体コンテナ（WP干渉遮断） --- */
#lp-resolve-block.lp-resolve-block {
    all: revert !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 1100px !important; /* 少し絞って中央寄せを強調 */
    margin: 0 auto !important;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
    text-align: center !important;
    background-color: #ffffff !important;
}

#lp-resolve-block.lp-resolve-block * {
    all: revert !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* --- コンパクトな逆三角形エリア --- */
#lp-resolve-block.lp-resolve-block .m-triangle-accent {
    position: relative !important;
    height: 50px !important; /* さらに少し低く */
    overflow: hidden !important;
    background: #ffffff !important;
}

#lp-resolve-block.lp-resolve-block .m-triangle-accent::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 50px 180px 0 180px !important; /* 横幅に合わせて微調整 */
    border-color: #fff9c4 transparent transparent transparent !important;
    z-index: 1 !important;
}

/* --- 解決宣言の見出しエリア --- */
#lp-resolve-block.lp-resolve-block .m-resolve-head {
    padding: 0 30px 40px !important; /* 上の余白をさらに詰め */
    background-color: #ffffff !important;
    position: relative !important;
    z-index: 10 !important;
}

#lp-resolve-block.lp-resolve-block .m-resolve-title {
    display: inline-block !important;
    /* フォントサイズを小さく調整 */
    font-size: 28px !important; 
    font-weight: 800 !important;
    color: #1a1a1a !important;
    letter-spacing: 0.01em !important;
    line-height: 1.5 !important;
    /* 太いアンダーバー */
    border-bottom: 5px solid #1a1a1a !important;
    padding-bottom: 12px !important;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
    #lp-resolve-block.lp-resolve-block .m-triangle-accent {
        height: 35px !important;
    }
    #lp-resolve-block.lp-resolve-block .m-triangle-accent::before {
        border-width: 35px 120px 0 120px !important;
    }
    #lp-resolve-block.lp-resolve-block .m-resolve-head {
        padding: 0 15px 30px !important;
    }
    #lp-resolve-block.lp-resolve-block .m-resolve-title {
        font-size: 19px !important; /* スマホで3〜4行に収まるサイズ */
        border-bottom-width: 3px !important;
        padding-bottom: 8px !important;
        text-align: left !important; /* スマホでは左寄せが見やすい場合が多い */
    }
}
</style>

<div id="lp-resolve-block" class="lp-resolve-block">
    <div class="m-triangle-accent"></div>

    <div class="m-resolve-head">
        <h3 class="m-resolve-title">
            どのような順番で整備体制を構築してきたのか！？<br>
            歴史を紐解き、整備への投資判断の基準と<br>
            整備部門を強化するステップについてお話しいただきます！
        </h3>
    </div>
</div>



<p></p>
]]></content:encoded>
					
		
		
			</item>
				<item>
		<title>物流新時代を勝ち抜く「自走型」管理職の育て方セミナー</title>
		<link>https://sc.funaisoken.co.jp/butsuryu/seminar/%e7%89%a9%e6%b5%81%e6%96%b0%e6%99%82%e4%bb%a3%e3%82%92%e5%8b%9d%e3%81%a1%e6%8a%9c%e3%81%8f%e3%80%8c%e8%87%aa%e8%b5%b0%e5%9e%8b%e3%80%8d%e7%ae%a1%e7%90%86%e8%81%b7%e3%81%ae%e8%82%b2%e3%81%a6%e6%96%b9-3/</link>
		
		<dc:creator><![CDATA[永井 稜]]></dc:creator>
		<pubDate>Mon, 02 Mar 2026 09:29:30 +0000</pubDate>
				<guid isPermaLink="false">https://sc.funaisoken.co.jp/?post_type=butsuryu_seminar&#038;p=18651</guid>


		<method>オンライン</method>

    
        <thumbnail>https://sc.funaisoken.co.jp/wp-content/uploads/2026/02/MV_butsuryu_seminar_2026-management-development.jpg</thumbnail>
    
        <acceptance>受付終了</acceptance>
    
		<method>オンライン</method>

		<cat>自社主催</cat>

		<expense></expense>

		<info>2026年3月4日</info>

					<description><![CDATA[人材不足・コスト増… 厳しい経営環境を打破する鍵とは？ 2024年問題（時間外労 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">人材不足・コスト増… 厳しい経営環境を打破する鍵とは？</span></span><p></p></strong></div><p></p>



<p><span style="font-size: 18pt;"><span style="color: #ff0000;"><strong>2024年問題（時間外労働の上限規制適用）</strong></span>から２年近くが経とうとしています。</span></p>
<p><span style="font-size: 18pt;">労働集約型産業である運送業界において、働き⽅改⾰関連法案が経営に与えている影響は甚⼤で、加えて、物価高による内需の低迷を背景に物量が低下しています。人手不足を背景に運賃値上げ・条件改善など進んではいるものの、<strong><span style="color: #ff0000;">運送業の倒産は過去最多を更新</span></strong>しており、依然として経営状態が厳しい会社は多いのではないでしょうか。</span></p>
<p><span style="font-size: 18pt;">今後は人材採用・育成・定着率UP、営業強化、協力会社・輸送ネットワーク強化などの対外業務、デジタル化推進に加え、トラック新法に対応した労務・運行管理など取り組むべきことは山積で、<strong><span style="color: #ff0000;">社長1人の力で解決することは難しく、管理者の育成・社内体制の強化は避けては通れません。</span></strong></span></p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">以下のようなことでお悩みの経営者にオススメのセミナーです</span></span><p></p></strong></div><p></p>



<div class="problem-list">
  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">肩書は「管理職」なのに、やっていることは「監督職」程度。
これといった提案がなく、「一般職」とあまり変わらない</div>
  </div>
  
  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">もっとリーダーシップを発揮し、部下のモチベーションを上げて業務推進していってほしい</div>
  </div>
  
  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">「管理職」には、「経営者」としての考えや想いを伝えているが、一方通行になっている</div>
  </div>

 <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">部下とのコミュニケーションが上手く取って、「経営者」とのパイプ役になって欲しい</div>
  </div>

 <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">デジタル化や、労務コンプライアンス・ハラスメントなど、今の時代にあった管理職になって欲しい</div>
  </div>
</div>




<style>
/* リスト全体の枠組み */
.problem-list {
    max-width: 1200px;
    margin: 20px auto;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* 各行のレイアウト */
.problem-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px; /* 行間の余白 */
}

/* 黄色い丸と赤いチェックのアイコン */
.check-icon {
    position: relative;
    min-width: 40px;
    height: 40px;
    background-color: #ffda00; /* 黄色 */
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
}

/* 赤いチェックマークの作成 */
.check-icon::after {
    content: '';
    position: absolute;
    left: 14px;
    top: 6px;
    width: 10px;
    height: 18px;
    border-right: 4px solid #f00; /* 赤いチェック */
    border-bottom: 4px solid #f00;
    transform: rotate(45deg);
}

/* テキスト部分と下点線 */
.problem-text {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.6;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 2px dotted #f39800; /* オレンジ色の点線 */
    width: 100%;
}

/* スマホ対応：文字サイズ調整 */
@media (max-width: 600px) {
    .problem-text {
        font-size: 0.95rem;
    }
    .check-icon {
        min-width: 32px;
        height: 32px;
        margin-right: 12px;
    }
    .check-icon::after {
        left: 11px;
        top: 5px;
        width: 8px;
        height: 14px;
    }
}
</style>



<p class="has-text-align-center"></p>
]]></content:encoded>
					
		
		
			</item>
								<item>
		<title>第3回「評価制度」 シリーズ：運送業界ルール最前線2026</title>
		<link>https://sc.funaisoken.co.jp/butsuryu/seminar/performance-appraisal-system/</link>
		
		<dc:creator><![CDATA[永井 稜]]></dc:creator>
		<pubDate>Fri, 27 Feb 2026 04:59:17 +0000</pubDate>
				<guid isPermaLink="false">https://sc.funaisoken.co.jp/?post_type=butsuryu_seminar&#038;p=18618</guid>


		<method>オンライン</method>

    
        <thumbnail>https://sc.funaisoken.co.jp/wp-content/uploads/2026/02/03-2_Performance-Appraisal-System_seminar_Funaisokensupplychainconsulting.jpg</thumbnail>
    
        <acceptance>受付中</acceptance>
    
		<method>オンライン</method>

		<cat>自社主催</cat>

		<expense>無料</expense>

		<info>2026年3月24日、4月10日、4月30日</info>

					<description><![CDATA[無料セミナーに参加する（60分） お申込み締切り：各開催日の前日17:00まで  [&#8230;]]]></description>
										<content:encoded><![CDATA[
<style>
/* ボタン設置エリアの調整 */
.btn-cta-wrapper {
    text-align: center;
    margin: 2em auto;
    padding: 10px;
}

/* 3Dオレンジボタンの本体 */
.btn-3d-orange {
    display: inline-block;
    width: 100%;
    max-width: 550px; /* ボタンの最大幅 */
    padding: 18px 10px;
    background: linear-gradient(to bottom, #ff9e42 0%, #f37d22 100%); /* オレンジのグラデーション */
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 1.4em;
    font-weight: bold;
    border-radius: 15px; /* 角丸 */
    /* 立体感を作る影の設定：
       1. 内側の白い光（inset）
       2. 下側の濃いオレンジ（ボタンの厚み）
       3. 外側のドロップシャドウ
    */
    box-shadow: 
        inset 0 2px 3px rgba(255, 255, 255, 0.6),
        0 6px 0 #c2611a, 
        0 10px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.1s;
    cursor: pointer;
    border: none;
    position: relative;
}

/* ボタンをクリックした（押した）時の動き */
.btn-3d-orange:active {
    transform: translateY(4px); /* 下に沈む */
    box-shadow: 
        inset 0 2px 3px rgba(255, 255, 255, 0.6),
        0 2px 0 #c2611a, 
        0 4px 6px rgba(0, 0, 0, 0.2);
}

/* ホバー時に少し明るくする */
.btn-3d-orange:hover {
    opacity: 0.95;
    background: linear-gradient(to bottom, #ffa952 0%, #f8862d 100%);
}

/* スマホ表示でのフォントサイズ調整 */
@media screen and (max-width: 600px) {
    .btn-3d-orange {
        font-size: 1.1em;
        padding: 15px 5px;
        border-radius: 12px;
    }
}
</style>

<div class="btn-cta-wrapper">
    <a href="#form" class="btn-3d-orange">
        無料セミナーに参加する（60分）
    </a>
</div>



<p class="has-text-align-center">お申込み締切り：各開催日の前日17:00まで</p>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">トラック新法（適正化二法）で「公正な評価に基づく適正な賃金の支払」が法的義務に</span></span><p></p></strong></div><p></p>



<p style="font-size:18px">2025年6月「トラック新法（トラック適正化二法）」が公布されました。</p>



<p style="font-size:18px">「実運送体制管理簿の義務」や「5年ごとの事業許可更新制」などの内容が盛り込まれているほか、「労働者の適切な処遇確保のために必要な措置」が明記されています。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="has-cyan-bluish-gray-background-color has-background" style="font-size:18px">一般貨物自動車運送事業者は、その事業用自動車の運転者その他の労働者が有する知識、技能その他の能力についての公正な評価に基づく適正な賃金の支払その他の労働者の適切な処遇を確保するために必要な措置を実施するものとする。</p>
</blockquote>



<p></p>



<p style="font-size:18px">これによって、<span style="color:#ff0000; font-weight:bold">ドライバーの能力に応じた「公正な評価」と「適正な賃金」の支払い</span>は、努力目標ではなく明確な<span style="color:#ff0000; font-weight:bold">「法的義務」、5年ごとの事業許可更新の要件</span>になります。売上や距離などの<span style="color:#ff0000; font-weight:bold">歩合だけに基づく賃金では要件をクリアすることは難しくなる</span>でしょう。</p>



<p style="font-size:18px">この機会に評価制度を導入すれば、事業許可を守ることに加えて、<span style="color:#ff0000; font-weight:bold">経営課題を解決するきっかけ</span>にもなります。例えば、会社には次のような良い変化が起こります。</p>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">評価制度を導入することで会社が変わります！</span></span><p></p></strong></div><p></p>



<div class="problem-list">
  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">
      成果や頑張りが処遇に反映されるので社員のモチベーションが上がり、<br>
      社員一人ひとりが目標意識・利益意識を持って主体的に行動するようになる
    </div>
  </div>
  
  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">賞与の支給・昇給ルールなど、客観的な基準で評価することで、離職防止や定着率UPにつながる</div>
  </div>
  
  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">社員の「成長の道筋」が可視化され、育成効果が高まる。また、社員が自身の将来像を描きやすくなる</div>
  </div>

  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">会社のビジョンや、社長がやって欲しいことを評価に組み込むことで、社員のベクトルを統一し、組織力が上がる</div>
  </div>
</div>

<style>
/* リスト全体の枠組み */
.problem-list {
    max-width: 900px;
    margin: 40px auto;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* 各行のレイアウト */
.problem-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px; /* 行間の余白 */
}

/* 黄色い丸と赤いチェックのアイコン */
.check-icon {
    position: relative;
    min-width: 38px;
    height: 38px;
    background-color: #ffda00; /* 黄色 */
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

/* 赤いチェックマークの作成 */
.check-icon::after {
    content: '';
    position: absolute;
    left: 13px;
    top: 6px;
    width: 9px;
    height: 17px;
    border-right: 4px solid #f00; /* 赤色 */
    border-bottom: 4px solid #f00;
    transform: rotate(45deg);
}

/* テキスト部分と下点線 */
.problem-text {
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    padding-bottom: 2px;
    border-bottom: 2px dotted #f39800; /* オレンジ色の下点線 */
    width: 100%;
}

/* スマホ対応 */
@media (max-width: 600px) {
    .problem-text {
        font-size: 0.95rem;
    }
    .check-icon {
        min-width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .check-icon::after {
        left: 10px;
        top: 5px;
        width: 7px;
        height: 13px;
    }
}
</style>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="has-medium-font-size">　　　　とはいえ・・・</p>



<p class="has-text-align-center" style="font-size:24px"><strong>・評価制度をどうやって作ればいいかわからない<br>・それが自社にあっているのか、運用できるのかが不安</strong></p>



<p class="has-text-align-right has-medium-font-size">　　　　　　　　　　　　　　　　　　と感じておられる方は多いのではないでしょうか？</p>



<p class="has-text-align-center" style="font-size:26px">
  今回のセミナーでは、これらの不安や疑問を解消するために、<br>
  <span style="color:#ff0000; font-weight:bold">運送会社の社長・経営者</span>が押さえておくべき<br>
  <span style="color:#ff0000; font-weight:bold">評価制度の基本的な考え方・ポイント</span>をお伝えします。
</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:20%"><div class="wp-block-image is-style-default">
<figure class="aligncenter size-full is-resized"><img fetchpriority="high" decoding="async" width="324" height="300" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/02/acb09d6ba6a99127f3849feade7f4911.png" alt="" class="wp-image-14012" style="width:158px;height:auto"/></figure>
</div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p class="has-medium-font-size" style="margin-bottom: 5px;"><strong><span style="text-decoration: underline;">トラック新法に対応できる「能力に応じた公正な評価方法」とは？ </span></strong></p>
<p style="font-size: 1.0em; margin-top: 0; line-height: 1.6;">管理職・ドライバー・作業員・配車担当者・事務員など、職種ごとに異なる役割をいかに数値化・言語化して評価するか。トラック新法が求める『能力に応じた公正な評価』に対応した社員の納得感が高い評価制度を解説します。</p>
</div>
</div>



<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:20%"><div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="304" height="289" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/02/15f19998f9e364b540ba9b7804dd2508.png" alt="" class="wp-image-14013" style="width:157px;height:auto"/></figure>
</div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p class="has-medium-font-size" style="margin-bottom: 5px;">
  <strong><span style="text-decoration: underline;">社長の想い・やってほしいことを反映して、さらなる成長を目指す物流企業が自走型組織へと生まれ変わるための制度事例</span></strong>
</p>
<p style="font-size: 1.0em; margin-top: 0; line-height: 1.6;">
  社長の想い・やってほしいことをもとに、社員のレベルに応じた役割を定義・明確化します。社員の自律的な行動を促し、物流企業が自走型組織となるための仕組みを他社事例を公開します。
</p>
</div>
</div>



<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:20%"><div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="313" height="280" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/02/462284fb7838527ba3dee886c4c80f5e.png" alt="" class="wp-image-14014" style="width:159px;height:auto"/></figure>
</div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p class="has-medium-font-size" style="margin-bottom: 5px;"><strong><span style="text-decoration: underline;">自社のリアルな経営資源に基いた、あなたの会社が本当に構築すべき「評価制度」とは？</span></strong></p>
<p style="font-size: 1.0em; margin-top: 0; line-height: 1.6;">拠点数や従業員数など会社規模に合わせた、「身の丈」に合った、無理なく運用し続けられ、組織に深く根付く制度設計のポイントをお伝えします。</p>
</div>
</div>



<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>



<style>
/* ボタン設置エリアの調整 */
.btn-cta-wrapper {
    text-align: center;
    margin: 2em auto;
    padding: 10px;
}

/* 3Dオレンジボタンの本体 */
.btn-3d-orange {
    display: inline-block;
    width: 100%;
    max-width: 550px; /* ボタンの最大幅 */
    padding: 18px 10px;
    background: linear-gradient(to bottom, #ff9e42 0%, #f37d22 100%); /* オレンジのグラデーション */
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 1.4em;
    font-weight: bold;
    border-radius: 15px; /* 角丸 */
    /* 立体感を作る影の設定：
       1. 内側の白い光（inset）
       2. 下側の濃いオレンジ（ボタンの厚み）
       3. 外側のドロップシャドウ
    */
    box-shadow: 
        inset 0 2px 3px rgba(255, 255, 255, 0.6),
        0 6px 0 #c2611a, 
        0 10px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.1s;
    cursor: pointer;
    border: none;
    position: relative;
}

/* ボタンをクリックした（押した）時の動き */
.btn-3d-orange:active {
    transform: translateY(4px); /* 下に沈む */
    box-shadow: 
        inset 0 2px 3px rgba(255, 255, 255, 0.6),
        0 2px 0 #c2611a, 
        0 4px 6px rgba(0, 0, 0, 0.2);
}

/* ホバー時に少し明るくする */
.btn-3d-orange:hover {
    opacity: 0.95;
    background: linear-gradient(to bottom, #ffa952 0%, #f8862d 100%);
}

/* スマホ表示でのフォントサイズ調整 */
@media screen and (max-width: 600px) {
    .btn-3d-orange {
        font-size: 1.1em;
        padding: 15px 5px;
        border-radius: 12px;
    }
}
</style>

<div class="btn-cta-wrapper">
    <a href="#form" class="btn-3d-orange">
        無料セミナーに参加する（60分）
    </a>
</div>



<p class="has-text-align-center">お申込み締切り：各開催日の前日17:00まで</p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
				<item>
		<title>未払賃金訴訟と乗務員の連鎖離職を回避する賃金制度構築セミナー2026</title>
		<link>https://sc.funaisoken.co.jp/butsuryu/seminar/%e6%9c%aa%e6%89%95%e8%b3%83%e9%87%91%e8%a8%b4%e8%a8%9f%e3%81%a8%e4%b9%97%e5%8b%99%e5%93%a1%e3%81%ae%e9%80%a3%e9%8e%96%e9%9b%a2%e8%81%b7%e3%82%92%e5%9b%9e%e9%81%bf%e3%81%99%e3%82%8b%e8%b3%83%e9%87%91-3/</link>
		
		<dc:creator><![CDATA[永井 稜]]></dc:creator>
		<pubDate>Wed, 25 Feb 2026 06:50:34 +0000</pubDate>
				<guid isPermaLink="false">https://sc.funaisoken.co.jp/?post_type=butsuryu_seminar&#038;p=18597</guid>


		<method>オンライン</method>

        <exlink>https://sc.funaisoken.co.jp/butsuryu/seminar/wagesystem2026/</exlink>
    
        <thumbnail>https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/wagesystem2026.jpg</thumbnail>
    
        <acceptance>受付終了</acceptance>
    
		<method>オンライン</method>

		<cat>自社主催</cat>

		<expense></expense>

		<info>2026年2月26日</info>

					<description><![CDATA[歩合給(賃金の出来高払い)が認められず、サカイ引越センターが敗訴 皆さんは、残業 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div class="case-study-box">
  <div class="case-header">
    歩合給(賃金の出来高払い)が認められず、サカイ引越センターが敗訴
  </div>

  <div class="case-content">
    <p>皆さんは、残業代が不当に安く抑えられているとして、サカイ引越センターの元引越し作業員兼ドライバー3名が未払い賃金の支払いなどを求めている訴訟をご存じでしょうか。</p>
    
    <p>同社は、「基本給」と「出来高給（売上、件数、作業などを考慮）」などを併用する賃金体系を導入しており、給与の大部分を「出来高給」が占めていました。</p>
    
    <p><span class="text-red">「出来高給」</span>は「固定給（基本給や月単位の手当など）」とは残業代の計算方法が異なり、同じ労働時間数、同じ賃金額でも、固定（割増率1.25）より出来高払（割増率0.25）の方が<span class="text-red">残業代が低くなる仕組み</span>になっています。</p>
    
    <p>裁判では、<span class="text-red">「法的な意味での出来高払制に該当するか否か」、「出来高払制に当たらないのに出来高払制と称して残業代を低く計算しているのではないか」</span>が争われ、サカイ側が一審（東京地裁、2023年8月9日）・二審（東京高裁、2024年5月15日）共に敗訴しました。</p>
  </div>
</div>

<style>
/* 全体のコンテナ */
.case-study-box {
    max-width: 900px;
    margin: 40px auto;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    border: 1px solid #ddd; /* 全体を軽く囲む枠線（お好みで消せます） */
    background-color: #fff;
}

/* 青い見出しバー */
.case-header {
    background-color: #1e3a9e; /* 濃い青色 */
    color: #ffffff;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
}

/* 本文エリアの余白とスタイル */
.case-content {
    padding: 30px 25px;
    line-height: 1.8;
    color: #333;
}

/* 段落間の余白 */
.case-content p {
    margin-bottom: 25px;
}

.case-content p:last-child {
    margin-bottom: 0;
}

/* 赤字の強調 */
.text-red {
    color: #ff0000;
    font-weight: bold;
}

/* スマホ対応 */
@media (max-width: 600px) {
    .case-header {
        font-size: 1.1rem;
        padding: 10px 15px;
    }
    .case-content {
        padding: 20px 15px;
        font-size: 0.95rem;
    }
}
</style>



<div class="case-study-box">
  <div class="case-header">
    出来高払いとして扱っていた部分の全てについて、出来高払制賃金に該当しないと判断された
  </div>

  <div class="case-content">
    <p>裁判では、</p>
    
    <ul class="case-list">
      <li>売上給は、営業担当と顧客の交渉で決まっており、作業員は会社から指示された作業をしているだけで、自助努力が反映されているとは言い難い</li>
      <li>現業職としては、売上の多寡にかかわらず、配車係の裁量によって指示する案件の割り当てに従って決められた作業をするほかなかった</li>
      <li>作業量が見込みより多くなっても賃金に反映される仕組みになっていない</li>
    </ul>
    
    <p>として、一審では同社に約1,570万円の支払いを命じ、二審では一審を支持し、控訴を棄却しました。</p>
  </div>
</div>

<style>
/* 全体のコンテナ */
.case-study-box {
    max-width: 900px;
    margin: 40px auto;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: left; /* 左揃え */
}

/* 青い見出しバー */
.case-header {
    background-color: #1e3a9e; /* 濃い青色 */
    color: #ffffff;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
}

/* 本文エリア */
.case-content {
    padding: 30px 25px;
    line-height: 1.8;
    color: #333;
}

/* 箇条書きのスタイル */
.case-list {
    list-style: none; /* デフォルトの点を消す */
    padding: 0;
    margin: 20px 0;
}

.case-list li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 15px;
}

/* 行頭の「・」を再現 */
.case-list li::before {
    content: "・";
    position: absolute;
    left: 0;
}

/* スマホ対応 */
@media (max-width: 600px) {
    .case-header {
        font-size: 1.05rem;
        padding: 12px 15px;
    }
    .case-content {
        padding: 20px 15px;
        font-size: 0.95rem;
    }
}
</style>



<div class="case-study-box">
  <div class="case-header">
    第二陣訴訟が7都道府県10名（現役、退職者含む）に拡大
  </div>

  <div class="case-content">
    <p>
      また、2024年8月27日には、作業員兼ドライバー6名が、適切な未払い残業代を求めて、大阪地裁に第二陣訴訟（一次提訴）の提起をしました。さらに、2024年12月13日付で、新たに4名を追加して二次提訴をするに至っており、サカイ側への請求額は約6,655万円（未払い残業代計3,471万円、付加金3,183万円）になっています。
    </p>
    
    <p>
      本セミナーでは、よく運送会社からご相談をいただく、下記のような課題の対応策についてお伝えいたします。
    </p>
  </div>
</div>

<style>
/* 全体のコンテナ */
.case-study-box {
    max-width: 900px;
    margin: 40px auto;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: left;
}

/* 青い見出しバー */
.case-header {
    background-color: #1e3a9e; /* 濃い青色 */
    color: #ffffff;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
}

/* 本文エリア */
.case-content {
    padding: 30px 25px;
    line-height: 1.8;
    color: #333;
}

/* 段落の余白 */
.case-content p {
    margin-bottom: 25px;
}

.case-content p:last-child {
    margin-bottom: 0;
}

/* スマホ対応 */
@media (max-width: 600px) {
    .case-header {
        font-size: 1.05rem;
        padding: 12px 15px;
    }
    .case-content {
        padding: 20px 15px;
        font-size: 0.95rem;
    }
}
</style>



<div class="problem-list">
  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">歩合給が認められなくなった場合、人件費の上昇を避けたいが、対応方法がわからない</div>
  </div>
  
  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">残業代割増賃金の未払いリスク（歩合給に割増賃金含む、いくら残業しても給料が同じなど）を抱えている</div>
  </div>
  
  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">時間通りに給与を払っているが、仕事が遅く、ダラダラ残業する社員の給料が高くなっている</div>
  </div>

  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">売上歩合を導入しており、荷主によって運賃格差がある。乗務員から不満の声が出ているが、他にいい方法がない</div>
  </div>

  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">固定残業代が多く、誰が働いても同じ制度になっている</div>
  </div>
</div>

<style>
/* リスト全体の枠組み */
.problem-list {
    max-width: 900px;
    margin: 40px auto;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* 各行のレイアウト */
.problem-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px; /* 行間の余白 */
}

/* 黄色い丸と赤いチェックのアイコン */
.check-icon {
    position: relative;
    min-width: 38px;
    height: 38px;
    background-color: #ffda00; /* 黄色 */
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

/* 赤いチェックマークの作成 */
.check-icon::after {
    content: '';
    position: absolute;
    left: 13px;
    top: 6px;
    width: 9px;
    height: 17px;
    border-right: 4px solid #f00; /* 赤色 */
    border-bottom: 4px solid #f00;
    transform: rotate(45deg);
}

/* テキスト部分と下点線 */
.problem-text {
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    padding-bottom: 2px;
    border-bottom: 2px dotted #f39800; /* オレンジ色の下点線 */
    width: 100%;
}

/* スマホ対応 */
@media (max-width: 600px) {
    .problem-text {
        font-size: 0.95rem;
    }
    .check-icon {
        min-width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .check-icon::after {
        left: 10px;
        top: 5px;
        width: 7px;
        height: 13px;
    }
}
</style>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="768" height="239" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/01/image-1.png" alt="" class="wp-image-13706" style="width:235px;height:auto"/></figure>
</div>


<p class="has-text-align-center" style="font-size: 22px;"><span style="font-size: 24pt;"><strong><span style="color: #ff0000;">・未払い賃金がなく、トラック新法への対応ができる<br />・労働時間だけを対価（賃金）にしない<br />・給料が上がる働き方が明確で納得性、定着率が高い<br />人事制度</span>をお伝えします</strong></span></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
								<item>
		<title>未払賃金訴訟と乗務員の連鎖離職を回避する賃金制度構築セミナー2026</title>
		<link>https://sc.funaisoken.co.jp/butsuryu/seminar/wagesystem2026/</link>
		
		<dc:creator><![CDATA[永井 稜]]></dc:creator>
		<pubDate>Tue, 24 Feb 2026 06:27:48 +0000</pubDate>
				<guid isPermaLink="false">https://sc.funaisoken.co.jp/?post_type=butsuryu_seminar&#038;p=18303</guid>


		<method>オンライン</method>

    
        <thumbnail>https://sc.funaisoken.co.jp/wp-content/uploads/2026/02/20260422_seminar_Funaisokensupplychainconsulting.jpg</thumbnail>
    
        <acceptance>受付中</acceptance>
    
		<method>オンライン</method>

		<cat>自社主催</cat>

		<expense></expense>

		<info>2026年4月22日・6月11日</info>

					<description><![CDATA[歩合給(賃金の出来高払い)が認められず、サカイ引越センターが敗訴 皆さんは、残業 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div class="case-study-box">
  <div class="case-header">
    歩合給(賃金の出来高払い)が認められず、サカイ引越センターが敗訴
  </div>

  <div class="case-content">
    <p>皆さんは、残業代が不当に安く抑えられているとして、サカイ引越センターの元引越し作業員兼ドライバー3名が未払い賃金の支払いなどを求めている訴訟をご存じでしょうか。</p>
    
    <p>同社は、「基本給」と「出来高給（売上、件数、作業などを考慮）」などを併用する賃金体系を導入しており、給与の大部分を「出来高給」が占めていました。</p>
    
    <p><span class="text-red">「出来高給」</span>は「固定給（基本給や月単位の手当など）」とは残業代の計算方法が異なり、同じ労働時間数、同じ賃金額でも、固定（割増率1.25）より出来高払（割増率0.25）の方が<span class="text-red">残業代が低くなる仕組み</span>になっています。</p>
    
    <p>裁判では、<span class="text-red">「法的な意味での出来高払制に該当するか否か」、「出来高払制に当たらないのに出来高払制と称して残業代を低く計算しているのではないか」</span>が争われ、サカイ側が一審（東京地裁、2023年8月9日）・二審（東京高裁、2024年5月15日）共に敗訴しました。</p>
  </div>
</div>

<style>
/* 全体のコンテナ */
.case-study-box {
    max-width: 900px;
    margin: 40px auto;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    border: 1px solid #ddd; /* 全体を軽く囲む枠線（お好みで消せます） */
    background-color: #fff;
}

/* 青い見出しバー */
.case-header {
    background-color: #1e3a9e; /* 濃い青色 */
    color: #ffffff;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
}

/* 本文エリアの余白とスタイル */
.case-content {
    padding: 30px 25px;
    line-height: 1.8;
    color: #333;
}

/* 段落間の余白 */
.case-content p {
    margin-bottom: 25px;
}

.case-content p:last-child {
    margin-bottom: 0;
}

/* 赤字の強調 */
.text-red {
    color: #ff0000;
    font-weight: bold;
}

/* スマホ対応 */
@media (max-width: 600px) {
    .case-header {
        font-size: 1.1rem;
        padding: 10px 15px;
    }
    .case-content {
        padding: 20px 15px;
        font-size: 0.95rem;
    }
}
</style>



<div class="case-study-box">
  <div class="case-header">
    出来高払いとして扱っていた部分の全てについて、出来高払制賃金に該当しないと判断された
  </div>

  <div class="case-content">
    <p>裁判では、</p>
    
    <ul class="case-list">
      <li>売上給は、営業担当と顧客の交渉で決まっており、作業員は会社から指示された作業をしているだけで、自助努力が反映されているとは言い難い</li>
      <li>現業職としては、売上の多寡にかかわらず、配車係の裁量によって指示する案件の割り当てに従って決められた作業をするほかなかった</li>
      <li>作業量が見込みより多くなっても賃金に反映される仕組みになっていない</li>
    </ul>
    
    <p>として、一審では同社に約1,570万円の支払いを命じ、二審では一審を支持し、控訴を棄却しました。</p>
  </div>
</div>

<style>
/* 全体のコンテナ */
.case-study-box {
    max-width: 900px;
    margin: 40px auto;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: left; /* 左揃え */
}

/* 青い見出しバー */
.case-header {
    background-color: #1e3a9e; /* 濃い青色 */
    color: #ffffff;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
}

/* 本文エリア */
.case-content {
    padding: 30px 25px;
    line-height: 1.8;
    color: #333;
}

/* 箇条書きのスタイル */
.case-list {
    list-style: none; /* デフォルトの点を消す */
    padding: 0;
    margin: 20px 0;
}

.case-list li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 15px;
}

/* 行頭の「・」を再現 */
.case-list li::before {
    content: "・";
    position: absolute;
    left: 0;
}

/* スマホ対応 */
@media (max-width: 600px) {
    .case-header {
        font-size: 1.05rem;
        padding: 12px 15px;
    }
    .case-content {
        padding: 20px 15px;
        font-size: 0.95rem;
    }
}
</style>



<div class="case-study-box">
  <div class="case-header">
    第二陣訴訟が7都道府県10名（現役、退職者含む）に拡大
  </div>

  <div class="case-content">
    <p>
      また、2024年8月27日には、作業員兼ドライバー6名が、適切な未払い残業代を求めて、大阪地裁に第二陣訴訟（一次提訴）の提起をしました。さらに、2024年12月13日付で、新たに4名を追加して二次提訴をするに至っており、サカイ側への請求額は約6,655万円（未払い残業代計3,471万円、付加金3,183万円）になっています。
    </p>
    
    <p>
      本セミナーでは、よく運送会社からご相談をいただく、下記のような課題の対応策についてお伝えいたします。
    </p>
  </div>
</div>

<style>
/* 全体のコンテナ */
.case-study-box {
    max-width: 900px;
    margin: 40px auto;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: left;
}

/* 青い見出しバー */
.case-header {
    background-color: #1e3a9e; /* 濃い青色 */
    color: #ffffff;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
}

/* 本文エリア */
.case-content {
    padding: 30px 25px;
    line-height: 1.8;
    color: #333;
}

/* 段落の余白 */
.case-content p {
    margin-bottom: 25px;
}

.case-content p:last-child {
    margin-bottom: 0;
}

/* スマホ対応 */
@media (max-width: 600px) {
    .case-header {
        font-size: 1.05rem;
        padding: 12px 15px;
    }
    .case-content {
        padding: 20px 15px;
        font-size: 0.95rem;
    }
}
</style>



<div class="problem-list">
  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">歩合給が認められなくなった場合、人件費の上昇を避けたいが、対応方法がわからない</div>
  </div>
  
  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">残業代割増賃金の未払いリスク（歩合給に割増賃金含む、いくら残業しても給料が同じなど）を抱えている</div>
  </div>
  
  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">時間通りに給与を払っているが、仕事が遅く、ダラダラ残業する社員の給料が高くなっている</div>
  </div>

  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">売上歩合を導入しており、荷主によって運賃格差がある。乗務員から不満の声が出ているが、他にいい方法がない</div>
  </div>

  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">固定残業代が多く、誰が働いても同じ制度になっている</div>
  </div>
</div>

<style>
/* リスト全体の枠組み */
.problem-list {
    max-width: 900px;
    margin: 40px auto;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* 各行のレイアウト */
.problem-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px; /* 行間の余白 */
}

/* 黄色い丸と赤いチェックのアイコン */
.check-icon {
    position: relative;
    min-width: 38px;
    height: 38px;
    background-color: #ffda00; /* 黄色 */
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

/* 赤いチェックマークの作成 */
.check-icon::after {
    content: '';
    position: absolute;
    left: 13px;
    top: 6px;
    width: 9px;
    height: 17px;
    border-right: 4px solid #f00; /* 赤色 */
    border-bottom: 4px solid #f00;
    transform: rotate(45deg);
}

/* テキスト部分と下点線 */
.problem-text {
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    padding-bottom: 2px;
    border-bottom: 2px dotted #f39800; /* オレンジ色の下点線 */
    width: 100%;
}

/* スマホ対応 */
@media (max-width: 600px) {
    .problem-text {
        font-size: 0.95rem;
    }
    .check-icon {
        min-width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .check-icon::after {
        left: 10px;
        top: 5px;
        width: 7px;
        height: 13px;
    }
}
</style>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="768" height="239" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/01/image-1.png" alt="" class="wp-image-13706" style="width:235px;height:auto"/></figure>
</div>


<p class="has-text-align-center" style="font-size: 22px;"><span style="font-size: 24pt;"><strong><span style="color: #ff0000;">・未払い賃金がなく、トラック新法への対応ができる<br />・労働時間だけを対価（賃金）にしない<br />・給料が上がる働き方が明確で納得性、定着率が高い<br />人事制度</span>をお伝えします</strong></span></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
				<item>
		<title>トラックドライバー採用アップデート説明会2026春</title>
		<link>https://sc.funaisoken.co.jp/butsuryu/seminar/truckdriver-recruit-2026/</link>
		
		<dc:creator><![CDATA[永井 稜]]></dc:creator>
		<pubDate>Mon, 23 Feb 2026 05:55:55 +0000</pubDate>
				<guid isPermaLink="false">https://sc.funaisoken.co.jp/?post_type=butsuryu_seminar&#038;p=18179</guid>


		<method>オンライン</method>

    
        <thumbnail>https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/Gemini_Generated_Image_rajdktrajdktrajd.jpg</thumbnail>
    
        <acceptance>受付終了</acceptance>
    
		<method>オンライン</method>

		<cat>自社主催</cat>

		<expense>無料</expense>

		<info>2026年3月11日（水）</info>

					<description><![CDATA[【オンライン開催・参加無料】 開催日時：3月11日（水）13:30～14:30  [&#8230;]]]></description>
										<content:encoded><![CDATA[
<style>
    /* 共通スタイル */
    .seminar-lp-wrapper {
        font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        box-sizing: border-box;
        max-width: 1000px;
        margin: 0 auto;
    }
    
    .seminar-lp-wrapper * {
        box-sizing: border-box;
    }

    .seminar-lp-wrapper img {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
        border-radius: 4px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    /* リンクスタイル */
    .seminar-lp-wrapper a {
        color: #003366;
        text-decoration: underline;
        transition: opacity 0.3s;
    }
    .seminar-lp-wrapper a:hover {
        opacity: 0.7;
    }

    /* 開催日バッジ（トップ） */
    .slp-top-date-area {
        text-align: center;
        margin-top: 40px;
    }
    .slp-date-badge {
        font-size: 1.8rem;
        color: #fff;
        background: #cc0000;
        display: inline-block;
        padding: 15px 40px;
        border-radius: 8px; /* 角丸を少しシャープに */
        font-weight: bold;
        box-shadow: 0 4px 10px rgba(204, 0, 0, 0.3);
        line-height: 1.4;
    }
    .slp-highlight-text {
        color: #ffeb3b; /* 目立つ黄色 */
        font-size: 1.5rem;
        display: block;
        margin-bottom: 5px;
    }

    /* 権威付け・導入 */
    .slp-authority {
        background-color: #f9f9f9;
        padding: 30px 20px;
        text-align: center;
        border: 1px solid #eee;
        margin-bottom: 50px;
        border-radius: 8px;
        margin-top: 30px; 
    }

    .slp-authority-badge {
        font-size: 1.2rem;
        color: #003366;
        font-weight: bold;
        padding: 10px 20px;
        border: 2px solid #003366;
        display: inline-block;
        margin: 5px;
        background: #fff;
    }

    /* 課題提起 */
    .slp-problem-banner {
        text-align: center;
        margin-bottom: 60px;
        width: 100%;
    }
    
    .slp-problem-banner img {
        width: 100%;
        display: block;
        border-radius: 8px;
        box-shadow: none; 
    }

    /* メインコンテンツエリア */
    .slp-main-section {
        background-color: #f4f7f6;
        padding: 60px 30px;
        border-radius: 8px;
        margin-bottom: 50px;
    }

    .slp-section-header {
        text-align: center;
        margin-bottom: 70px;
    }
    
    .slp-section-header h2 {
        font-size: 3.2rem;
        line-height: 1.3;
        color: #003366;
        margin-bottom: 30px;
        font-weight: 900;
        letter-spacing: -0.02em;
        text-shadow: 1px 1px 0px #fff, 2px 2px 0px #ccc;
    }
    
    .slp-section-header p {
        font-size: 2.8rem;
        font-weight: bold;
        color: #cc0000;
        background: none;
        padding: 0;
        display: block;
        line-height: 1.3;
    }

    /* カテゴリラベル */
    .slp-category-label {
        font-size: 1.4rem;
        color: #fff;
        background-color: #003366;
        padding: 10px 20px;
        margin: 60px 0 30px;
        font-weight: bold;
        border-radius: 4px;
        text-align: center;
    }

    /* ポイント項目 */
    .slp-point-item {
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px dashed #ccc;
        background: #fff;
        padding: 30px;
        border-radius: 8px;
    }
    .slp-point-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    .slp-point-title {
        font-size: 1.4rem;
        color: #003366;
        margin-bottom: 20px;
        font-weight: bold;
        display: flex;
        align-items: flex-start;
        line-height: 1.4;
    }
    .slp-point-num {
        background-color: #e6a500;
        color: white;
        min-width: 38px;
        height: 38px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        flex-shrink: 0;
        font-size: 1.2rem;
        font-weight: bold;
        margin-top: -3px;
    }
    .slp-point-desc {
        font-size: 1.1rem;
        color: #444;
        margin-bottom: 20px;
        padding-left: 53px;
    }

    /* アコーディオン用スタイル */
    .slp-accordion-btn {
        background-color: #eee;
        color: #003366;
        cursor: pointer;
        padding: 12px;
        width: 100%;
        border: none;
        text-align: center;
        outline: none;
        font-size: 1rem;
        font-weight: bold;
        border-radius: 4px;
        transition: 0.3s;
        margin-left: 0;
        position: relative;
        z-index: 2;
    }

    .slp-accordion-btn:hover {
        background-color: #e0e0e0;
    }

    .slp-accordion-content {
        height: 120px;
        overflow: hidden;
        position: relative;
        transition: height 0.4s ease-out;
        margin-top: 10px;
    }
    
    .slp-accordion-content::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
        pointer-events: none;
        transition: opacity 0.4s ease-out;
    }

    .slp-accordion-content.slp-open::after {
        opacity: 0;
    }

    .slp-point-image {
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .slp-point-image img {
        width: 100%;
        max-width: 800px;
        height: auto;
        border: 1px solid #eee;
    }

    /* クロージングエリア */
    .slp-closing-area {
        background: #fffaf0;
        border: 4px solid #cc0000;
        padding: 40px 30px;
        text-align: center;
        margin-bottom: 60px;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    .slp-closing-title {
        font-size: 2.2rem;
        color: #cc0000;
        font-weight: 900;
        margin-bottom: 30px;
        line-height: 1.4;
    }
    .slp-closing-text {
        font-size: 1.2rem;
        line-height: 1.8;
        color: #333;
    }

    .slp-closing-date {
        font-size: 1.6rem;
        color: #fff;
        background-color: #003366;
        display: inline-block;
        padding: 15px 30px;
        border-radius: 8px;
        font-weight: bold;
        margin-top: 25px;
        line-height: 1.4;
    }

    /* 講師紹介セクション */
    .slp-lecturer-section {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 40px;
        margin-bottom: 30px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
    
    .slp-lecturer-header {
        border-bottom: 2px solid #003366;
        padding-bottom: 10px;
        margin-bottom: 25px;
        color: #003366;
        font-size: 1.4rem;
        font-weight: bold;
    }

    .slp-lecturer-content {
        display: flex;
        gap: 30px;
        align-items: flex-start;
    }

    .slp-lecturer-img-box {
        flex-shrink: 0;
        text-align: center;
        width: 180px;
    }

    .slp-lecturer-img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        border-radius: 50%;
        border: 4px solid #f4f7f6;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        margin-bottom: 10px;
    }

    .slp-lecturer-name {
        font-size: 1.2rem;
        font-weight: bold;
        color: #003366;
    }

    .slp-lecturer-desc {
        font-size: 1rem;
        line-height: 1.8;
        color: #333;
    }

    /* スマホ対応 */
    @media (max-width: 768px) {
        .slp-section-header h2 { font-size: 2.2rem; }
        .slp-section-header p { font-size: 1.8rem; }
        
        .slp-date-badge { font-size: 1.4rem; padding: 10px 20px; }
        .slp-highlight-text { font-size: 1.2rem; }
        
        .slp-closing-title { font-size: 1.6rem; }
        .slp-closing-text { font-size: 1rem; text-align: left; }
        .slp-closing-date { font-size: 1.3rem; padding: 10px 15px; }

        .slp-lecturer-content { flex-direction: column; align-items: center; text-align: left; }
        .slp-lecturer-img-box { margin-bottom: 15px; }
        
        .slp-main-section { padding: 40px 15px; }
        .slp-point-item { padding: 20px 10px; }
        .slp-point-title { flex-direction: column; }
        .slp-point-desc { padding-left: 0; margin-left: 0; }
        .slp-point-num { margin-bottom: 10px; }
    }
</style>

<div class="seminar-lp-wrapper">
    
    <div class="slp-top-date-area">
 <a href="#form" >
        <div class="slp-date-badge">
            <span class="slp-highlight-text">【オンライン開催・参加無料】</span>
            開催日時：3月11日（水）13:30～14:30
        </div>
        </a>
    </div>

    <div class="slp-authority">
        <div class="slp-authority-badge">2025年で計11,200名の応募を生んだ</div>
        <div class="slp-authority-badge">運送会社累計400社のコンサルティング実績</div>
    </div>

    <div class="slp-problem-banner">
        <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/aori.jpg" alt="求人の課題についてのイメージ">
    </div>

    <div class="slp-main-section">
        <div class="slp-section-header">
            <h2>採用効率を劇的に変える<br>「Indeed、求人ボックス、およびInstagram・Facebook広告」<br>8つの新常識</h2>
            <p>～これらの機能を「使っていない」だけで、御社は損をしています～</p>
        </div>

        <div class="slp-category-label">Indeed</div>

        <div class="slp-point-item">
            <div class="slp-point-title"><span class="slp-point-num">1</span>“欲しいドライバー”を狙い撃ちするIndeed自動アプローチ機能</div>
            <div class="slp-point-desc">24時間、Indeedが御社の代わりに求職者へ自動アプローチ。若手ドライバー・地場希望者・未経験者など、本当に採りたい人材に求人情報を届ける“ドライバー採用の勝ちパターン設定”を分かりやすく解説します。</div>
            
            <div class="slp-accordion-content">
                <div class="slp-point-image">
                    <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/aba1dd9afd994bc383f5259806be7bb4.jpg" alt="自動アプローチ機能イメージ">
                </div>
            </div>
            <button class="slp-accordion-btn">▼ 詳細を見る</button>
        </div>
        
        <div class="slp-point-item">
            <div class="slp-point-title"><span class="slp-point-num">2</span>検索結果での表示機会を逃さない！掲載設定のポイント</div>
            <div class="slp-point-desc">無料掲載における掲載基準や表示の仕組みは変化しています。設定が不十分な原稿は、求職者の目に留まりにくくなる可能性があります。<br>本セミナーでは、表示回数を最大化させ、求職者に発見されやすくするための最新設定術を公開します。競合他社に埋もれないためにも、効果的な掲載方法についてお伝えします。</div>
            
            <div class="slp-accordion-content">
                <div class="slp-point-image">
                    <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/6ac2397867767a902ce2217f0a58282f-1.jpg" alt="検索ロジック変更イメージ">
                </div>
            </div>
            <button class="slp-accordion-btn">▼ 詳細を見る</button>
        </div>
        
        <div class="slp-point-item">
            <div class="slp-point-title"><span class="slp-point-num">3</span>応募数1.34倍の実績！新登場「Premium Employer」</div>
            <div class="slp-point-desc">
                2026年、Indeedに全く新しい機能「Premium Employer」が登場しました。「表示強化」や「積極採用中ラベル」の付与により、単なる予算増額と比較して応募数が34％増加、獲得単価（CPA）は17％削減という実証データが出ています。他社に先駆けて採用ブランドを確立するための最新活用術を公開します。
                <br><br>
                <small style="font-size: 0.85em; color: #666; line-height: 1.4; display: block;">
                    出典：Indeed調べ（日本）「変更なし」、「予算増」、「予算増＋Premium Employer施策」の3つの求人群の14日間の比較（2025年10月15日〜2025年10月29日のテスト期間）。※効果の保証をするものではありません。
                </small>
            </div>
            
            <div class="slp-accordion-content">
                <div class="slp-point-image">
                    <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/f6f77a1616e27fc34eb1a81aa7dc6262.jpg" alt="Premium Employerイメージ">
                </div>
            </div>
            <button class="slp-accordion-btn">▼ 詳細を見る</button>
        </div>

        <div class="slp-category-label">求人ボックス活用</div>

        <div class="slp-point-item">
            <div class="slp-point-title"><span class="slp-point-num">4</span>「宅配」「軽貨物」の希望者をカットし確実にトラック運転手希望者に広告を見せる設定（配信抑制キーワード設定）</div>
            <div class="slp-point-desc">無関係な層への配信をストップ！応募に繋がらないクリックを徹底的に排除し、予算効率を向上させる除外キーワード設定術。</div>
            
            <div class="slp-accordion-content">
                <div class="slp-point-image">
                    <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/6929b940e4802cf13960acbb172247c2.jpg" alt="クエリ除外設定イメージ">
                </div>
            </div>
            <button class="slp-accordion-btn">▼ 詳細を見る</button>
        </div>
        
        <div class="slp-point-item">
            <div class="slp-point-title"><span class="slp-point-num">5</span>「深夜・早朝・積み待ち」のドライバーを狙いうちの時間帯別配信設定。</div>
            <div class="slp-point-desc">「広告は24時間出し続けるもの」と思っていませんか？実はドライバーがスマホを見る時間だけに予算を集中可能です。無駄を削ぎ落とし応募率を高める設定法を解説します。</div>
            
            <div class="slp-accordion-content">
                <div class="slp-point-image">
                    <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/7adfed136bf50c6b1f5c23f5919c3a0a.jpg" alt="配信タイミング最適化イメージ">
                </div>
            </div>
            <button class="slp-accordion-btn">▼ 詳細を見る</button>
        </div>
        
        <div class="slp-point-item">
            <div class="slp-point-title"><span class="slp-point-num">6</span>「欲しい世代・性別」に求人を届ける！採用ターゲットを狙い撃つ「注力ユーザー設定」</div>
            <div class="slp-point-desc">性別や年齢層を指定し、ターゲットとなる求職者へ集中的に求人を表示させる機能です。「若手を注力採用したい」「女性ドライバーを増やしたい」「シニア層の採用も視野に入れたい」など、自社の採用戦略に合わせた無駄のない配信方法を解説します。</div>
            
            <div class="slp-accordion-content">
                <div class="slp-point-image">
                    <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/ed80de20dfec1bd144442f3c2532b6bb-1.jpg" alt="注力ユーザー設定イメージ">
                </div>
            </div>
            <button class="slp-accordion-btn">▼ 詳細を見る</button>
        </div>

        <div class="slp-category-label">Instagram・Facebook広告活用</div>

        <div class="slp-point-item">
            <div class="slp-point-title"><span class="slp-point-num">7</span>「トラックドライバーに興味がない若手」をAIが発掘！「潜在層獲得術」</div>
            <div class="slp-point-desc">リターゲティング広告が効きにくくなっている今、AIを活用して<strong>競合他社に埋もれていない新規ユーザー（潜在ドライバー）</strong>を獲得する最新の戦略ロジックを公開。</div>
            
            <div class="slp-accordion-content">
                <div class="slp-point-image">
                    <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/695e432aa0b80e914efae12cd0be2a70.jpg" alt="潜在層獲得術イメージ">
                </div>
            </div>
            <button class="slp-accordion-btn">▼ 詳細を見る</button>
        </div>
        
        <div class="slp-point-item">
            <div class="slp-point-title"><span class="slp-point-num">8</span>転職を考えてなかった若手層に「トラックドライバーってかっこいいかも」と思わせる「ビジュアル採用戦略」</div>
            <div class="slp-point-desc">動画と複数の写真を組み合わせ、スマホ画面でカタログのように会社の魅力を伝える広告機能です。文字を読まない若手の視覚に訴え、直感的に「イイね」と思わせます。</div>
            
            <div class="slp-accordion-content">
                <div class="slp-point-image">
                    <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/3c68c2dd13bf243cb21461b7b3c1e119.jpg" alt="ビジュアル採用戦略イメージ">
                </div>
            </div>
            <button class="slp-accordion-btn">▼ 詳細を見る</button>
        </div>
    </div>

    <div class="slp-closing-area">
        <h3 class="slp-closing-title">2026年、運送会社の「採用格差」は<br>決定的なものになります。</h3>
        <div class="slp-closing-text">
            <p>今、この情報を「知っている会社」と「知らない会社」の間で、<br>採用コストと人材の質に驚くほどの差が開き始めています。</p>
            <p>競合他社はすでに動き出しています。<br>「昔ながらのやり方」に固執して、成果の出ない広告費を使い続けますか？<br>それとも、最新のプラットフォームを活用して、効率よく「欲しい人材」を集めますか？</p>
            <p style="margin-top: 25px;">本セミナーは、経営者が「次の手」を打つための判断材料をすべて提供します。</p>
            <p style="font-size: 1.4rem; color: #cc0000; font-weight: bold; margin-top: 15px;">参加費は無料です。リスクはありません。</p>
            <p>変化に乗り遅れる前に、必ずご参加ください。</p>
                
        </div>
    </div>

    <div class="slp-lecturer-section">
        <h3 class="slp-lecturer-header">講師紹介</h3>
        <div class="slp-lecturer-content">
            <div class="slp-lecturer-img-box">
                <img decoding="async" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/2025.jpg" class="slp-lecturer-img" alt="白石 哲郎">
                <div class="slp-lecturer-name">
                    <a href="https://sc.funaisoken.co.jp/company/consultant/t-shiraishi/" target="_blank">白石 哲郎</a>
                </div>
                <div style="font-size:0.9rem; margin-top:5px;">船井総研ロジ株式会社</div>
            </div>
            <div class="slp-lecturer-desc">
                <p>入社以来一貫して、中小・中堅物流企業のコンサルティングを実施。特に中堅企業の業績アップマーケティングコンサルを得意としている。<br>
                また倉庫・物流センター作業員に特化した採用コンサルティングにも実績があり、多くの企業を採用成功に導いている。<br>
                また自社主催の勉強会会員350社のデータをもとに時流を分析し、改善提案を行っている。</p>
            </div>
        </div>
    </div>

</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
    var btns = document.getElementsByClassName("slp-accordion-btn");
    var i;

    for (i = 0; i < btns.length; i++) {
        btns[i].addEventListener("click", function() {
            var panel = this.previousElementSibling;
            panel.classList.toggle("slp-open");
            if (panel.classList.contains("slp-open")) {
                panel.style.height = panel.scrollHeight + "px";
                this.textContent = "▲ 閉じる";
            } else {
                panel.style.height = "120px";
                this.textContent = "▼ 詳細を見る";
            }
        });
    }
});
</script>



<div class="slp-top-date-area">
        <a href="#form" >
            <div class="slp-date-badge">
                <span class="slp-highlight-text">【オンライン開催・参加無料】</span>
                開催日時：3月11日（水）13:30～14:30
            </div>
        </a>
    </div>
]]></content:encoded>
					
		
		
			</item>
				<item>
		<title>&#8220;脱&#8221;社長 兼 ドライバー のためのトラック運転手採用セミナー in 中四国エリア</title>
		<link>https://sc.funaisoken.co.jp/butsuryu/seminar/202603-cyushikoku/</link>
		
		<dc:creator><![CDATA[永井 稜]]></dc:creator>
		<pubDate>Sat, 21 Feb 2026 19:28:34 +0000</pubDate>
				<guid isPermaLink="false">https://sc.funaisoken.co.jp/?post_type=butsuryu_seminar&#038;p=18257</guid>


		<method>会場</method>

    
        <thumbnail>https://sc.funaisoken.co.jp/wp-content/uploads/2026/02/20260319_driver-seminar_Funaisokensupplychainconsulting.jpg</thumbnail>
    
        <acceptance>受付終了</acceptance>
    
		<method>会場</method>

		<cat>自社主催</cat>

		<expense></expense>

		<info>2026年3月19日（木）</info>

					<description><![CDATA[お申込み締切り：2026年3月13日（金）17時まで 社長！もうトラックに乗るの [&#8230;]]]></description>
										<content:encoded><![CDATA[
<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">
<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-background wp-element-button" href="#form" style="background-color:#c81f1f">お申込みはこちら</a></div>
</div>



<p class="has-text-align-center">お申込み締切り：2026年3月13日（金）17時まで</p>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">社長！もうトラックに乗るのは辞めませんか？</span></span><p></p></strong></div><p></p>



<p class="has-medium-font-size">ここ数年、面接する数も減り、新人が増えない。 そんな悩みを抱えている社長へ、お伝えしたいことがあります。</p>



<p class="has-medium-font-size">実は、同じ中四国エリアに、<strong>「トラック運転手から選ばれる会社」へと生まれ変わり、採用の悩みをゼロにした企業</strong>があるのです。</p>



<p class="has-medium-font-size">なぜ、同じエリアでもトラック運転手が集まるのか？ どうして社長がトラックに乗るのをやめると、売上が伸びるのか？<br><br>今回のセミナーでは、<strong>その舞台裏を、広島県広島市に本社を構</strong>える<strong>株式会社ミカワの代表取締役 三川社長ご本人にお話しいただきます。</strong></p>



<div style="height:45px" aria-hidden="true" class="wp-block-spacer"></div>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">特別ゲスト企業の紹介</span></span><p></p></strong></div><p></p>



<figure class="wp-block-image size-full"><img decoding="async" width="1000" height="408" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/image.jpg" alt="" class="wp-image-18259" srcset="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/image.jpg 1000w, https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/image-768x313.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>



<p class="has-medium-font-size">株式会社ミカワは広島県広島市に本拠を置き、重量物輸送に特化した多種多様な特殊車両を自社で多数保有している会社です。熟練運転手の確かな技術と「安全こそ最大のサービス」という強い信念のもと、他社では困難な特殊案件にも柔軟に応える重量物輸送のプロフェッショナル集団として信頼を集めています。</p>



<p class="has-medium-font-size">今回のセミナーでは、同社の三川社長を特別ゲストにお招きし、「8,000円の広告費で1名の応募を獲得し年間100名以上のトラック運転手の応募を獲得！」をテーマにご講演いただきます。</p>



<div class="wp-block-media-text is-stacked-on-mobile" style="grid-template-columns:39% auto"><figure class="wp-block-media-text__media"><img decoding="async" width="350" height="212" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/2167bac67bf3bcf97562f24a4b282b16.png" alt="" class="wp-image-18261 size-full"/></figure><div class="wp-block-media-text__content">
<h4 class="wp-block-heading"><strong>地方・地域密着型企業でも大手企業に負けない採用力</strong></h4>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p>月間の会社名の検索が1,500件を超えています。100億程度の運送会社と同等の社名検索数を確保できているミカワでは地域密着型の採用活動を実施しています。</p>
</div></div>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-media-text has-media-on-the-right is-stacked-on-mobile" style="grid-template-columns:auto 39%"><div class="wp-block-media-text__content">
<h4 class="wp-block-heading">未経験をイチから育てて定着率アップ</h4>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p>経験者よりも未経験者の採用を優先しています。トレーラーに乗りたい。大型トラックに乗りたいという若年層の想いに寄り添って、一人前の運転手へと育て上げる仕組みを会社で整えています。</p>
</div><figure class="wp-block-media-text__media"><img decoding="async" width="270" height="154" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/235a40a7446c9bd6ac655c432e9cc066.png" alt="" class="wp-image-18262 size-full"/></figure></div>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-media-text is-stacked-on-mobile" style="grid-template-columns:39% auto"><figure class="wp-block-media-text__media"><img decoding="async" width="349" height="218" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/89e9d0107c1d04557d70f4781e070d90.png" alt="" class="wp-image-18263 size-full"/></figure><div class="wp-block-media-text__content">
<h4 class="wp-block-heading"><strong>SNS活用で社名検索者が月500名以上</strong></h4>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p>毎月2名以上20代の運転手応募があります。SNSで仕事内容の紹介や会社の雰囲気、イベントの情報発信に力を入れています。実際にYouTubeを見て興味を持ち、入社した20代の運転手がいるなど採用につながっています。</p>
</div></div>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>





<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">そのほか、セミナー当日お伝えする内容を一部ご紹介します！</span></span><p></p></strong></div><p></p>



<figure class="wp-block-image size-full"><img decoding="async" width="918" height="705" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/image-1-1.jpg" alt="" class="wp-image-18337" srcset="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/image-1-1.jpg 918w, https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/image-1-1-768x590.jpg 768w" sizes="(max-width: 918px) 100vw, 918px" /></figure>



<p><strong><span style="font-size: 17pt;"><img decoding="async" class="alignnone size-full wp-image-14262" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/03/276af8e764b68eb2515b2e21a4d20db9.png" alt="" width="62" height="63" /></span></strong><span style="font-size: 18pt;"><strong><b>ドライバーが集まる求人原稿の作り方</b></strong><strong><br /></strong></span> <strong><span style="font-size: 17pt;"><img decoding="async" class="alignnone size-full wp-image-14262" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/03/276af8e764b68eb2515b2e21a4d20db9.png" alt="" width="62" height="63" /></span></strong><span style="font-size: 18pt;"><strong><b>「手積み手降し」の職種でも応募が集まる応募獲得ノウハウ</b><br /></strong></span><strong> <span style="font-size: 17pt;"><img decoding="async" class="alignnone size-full wp-image-14262" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/03/276af8e764b68eb2515b2e21a4d20db9.png" alt="" width="62" height="63" /></span><span style="font-size: 18pt;"><span style="color: #000000;"><b>面接バックレを大幅に削減するノウハウ</b></span></span></strong><strong><span style="font-size: 17pt;"><b><span style="font-size: 18pt;"><br /></span></b></span></strong> <strong><span style="font-size: 17pt;"><img decoding="async" class="alignnone size-full wp-image-14262" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/03/276af8e764b68eb2515b2e21a4d20db9.png" alt="" width="62" height="63" /></span></strong><span style="font-size: 18pt;"><strong><b>自社単独の会社説明会の開催方法</b><br /></strong></span> <strong><span style="font-size: 17pt;"><img decoding="async" class="alignnone size-full wp-image-14262" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/03/276af8e764b68eb2515b2e21a4d20db9.png" alt="" width="62" height="63" /></span></strong><span style="font-size: 18pt;"><strong><b>広告だけでなく、無料で使える求人媒体の活用方法</b><br /></strong></span></p>
]]></content:encoded>
					
		
		
			</item>
				<item>
		<title>シリーズ：運送業界ルール最前線　2026年第2回テーマ「5年許可更新制」</title>
		<link>https://sc.funaisoken.co.jp/butsuryu/seminar/5year-renewal-system/</link>
		
		<dc:creator><![CDATA[永井 稜]]></dc:creator>
		<pubDate>Wed, 18 Feb 2026 01:05:16 +0000</pubDate>
				<guid isPermaLink="false">https://sc.funaisoken.co.jp/?post_type=butsuryu_seminar&#038;p=18206</guid>


		<method>オンライン</method>

    
        <thumbnail>https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/MV_seminar_5year-renewal-system_Funaisoukensupplychainconsulting.jpg</thumbnail>
    
        <acceptance>受付終了</acceptance>
    
		<method>オンライン</method>

		<cat>自社主催</cat>

		<expense>無料</expense>

		<info>2026年2月10日（火）、18日（水）、3月5日（木）</info>

					<description><![CDATA[無料セミナーに参加する（60分） お申込み締切り：各開催日17:00まで 今回皆 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<style>
/* ボタン設置エリアの調整 */
.btn-cta-wrapper {
    text-align: center;
    margin: 2em auto;
    padding: 10px;
}

/* 3Dオレンジボタンの本体 */
.btn-3d-orange {
    display: inline-block;
    width: 100%;
    max-width: 550px; /* ボタンの最大幅 */
    padding: 18px 10px;
    background: linear-gradient(to bottom, #ff9e42 0%, #f37d22 100%); /* オレンジのグラデーション */
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 1.4em;
    font-weight: bold;
    border-radius: 15px; /* 角丸 */
    /* 立体感を作る影の設定：
       1. 内側の白い光（inset）
       2. 下側の濃いオレンジ（ボタンの厚み）
       3. 外側のドロップシャドウ
    */
    box-shadow: 
        inset 0 2px 3px rgba(255, 255, 255, 0.6),
        0 6px 0 #c2611a, 
        0 10px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.1s;
    cursor: pointer;
    border: none;
    position: relative;
}

/* ボタンをクリックした（押した）時の動き */
.btn-3d-orange:active {
    transform: translateY(4px); /* 下に沈む */
    box-shadow: 
        inset 0 2px 3px rgba(255, 255, 255, 0.6),
        0 2px 0 #c2611a, 
        0 4px 6px rgba(0, 0, 0, 0.2);
}

/* ホバー時に少し明るくする */
.btn-3d-orange:hover {
    opacity: 0.95;
    background: linear-gradient(to bottom, #ffa952 0%, #f8862d 100%);
}

/* スマホ表示でのフォントサイズ調整 */
@media screen and (max-width: 600px) {
    .btn-3d-orange {
        font-size: 1.1em;
        padding: 15px 5px;
        border-radius: 12px;
    }
}
</style>

<div class="btn-cta-wrapper">
    <a href="#form" class="btn-3d-orange">
        無料セミナーに参加する（60分）
    </a>
</div>



<p class="has-text-align-center">お申込み締切り：各開催日17:00まで</p>



<figure class="wp-block-image size-full"><img decoding="async" width="895" height="627" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/fec04956ecba240f42c21ca53493d663.png" alt="" class="wp-image-18225" srcset="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/fec04956ecba240f42c21ca53493d663.png 895w, https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/fec04956ecba240f42c21ca53493d663-768x538.png 768w" sizes="(max-width: 895px) 100vw, 895px" /></figure>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">今回皆さんにお伝えする内容</span></span><p></p></strong></div><p></p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%"><div class="wp-block-image is-style-default">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="324" height="300" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/02/acb09d6ba6a99127f3849feade7f4911.png" alt="" class="wp-image-14012" style="width:158px;height:auto"/></figure>
</div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p><span style="font-size: 17pt;"><strong><span style="color: #0000ff;"><span style="color: #000000;"><span style="border-bottom: solid 7px #6495ed;"><b> 5年更新制の概要と今後の施行内容の予測<br><br></b></span></span></span></strong></span></p>
<p>&nbsp;</p>
</div>
</div>



<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%"><div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="304" height="289" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/02/15f19998f9e364b540ba9b7804dd2508.png" alt="" class="wp-image-14013" style="width:157px;height:auto"/></figure>
</div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p><span style="font-size: 17pt;"><strong><span style="color: #0000ff;"><span style="color: #000000;"><span style="border-bottom: solid 7px #6495ed;"><b>5年更新制でうまくいく会社とそうじゃない会社の違い<br><br></b></span></span></span></strong></span><span style="font-size: 17pt;"><strong><span style="color: #0000ff;"><span style="color: #000000;"><span style="border-bottom: solid 7px #6495ed;"><b><br></b></span></span></span></strong></span></p>
</div>
</div>



<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%"><div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="313" height="280" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/02/462284fb7838527ba3dee886c4c80f5e.png" alt="" class="wp-image-14014" style="width:159px;height:auto"/></figure>
</div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p><strong><span style="font-size: 18pt; color: #0000ff;"><span style="font-size: 18pt;"><span style="color: #000000;"><span style="border-bottom: solid 7px #6495ed;"><b> 労務・運行における効果的な管理手法と<br />今、運送会社がすべきこと<br /></b></span></span></span></span></strong></p>
</div>
</div>



<figure class="wp-block-image size-full"><img decoding="async" width="1000" height="347" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/cc2c0773a375a0db260f9aac1932f476.jpg" alt="" class="wp-image-18210" srcset="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/cc2c0773a375a0db260f9aac1932f476.jpg 1000w, https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/cc2c0773a375a0db260f9aac1932f476-768x266.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>



<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">受講後の声</span></span><p></p></strong></div><p></p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="1000" height="147" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/b40c06bb25ebdbed1591dcc6db0becc3.png" alt="" class="wp-image-18211" srcset="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/b40c06bb25ebdbed1591dcc6db0becc3.png 1000w, https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/b40c06bb25ebdbed1591dcc6db0becc3-768x113.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>
</div>


<style>
/* ボタン設置エリアの調整 */
.btn-cta-wrapper {
    text-align: center;
    margin: 2em auto;
    padding: 10px;
}

/* 3Dオレンジボタンの本体 */
.btn-3d-orange {
    display: inline-block;
    width: 100%;
    max-width: 550px; /* ボタンの最大幅 */
    padding: 18px 10px;
    background: linear-gradient(to bottom, #ff9e42 0%, #f37d22 100%); /* オレンジのグラデーション */
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 1.4em;
    font-weight: bold;
    border-radius: 15px; /* 角丸 */
    /* 立体感を作る影の設定：
       1. 内側の白い光（inset）
       2. 下側の濃いオレンジ（ボタンの厚み）
       3. 外側のドロップシャドウ
    */
    box-shadow: 
        inset 0 2px 3px rgba(255, 255, 255, 0.6),
        0 6px 0 #c2611a, 
        0 10px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.1s;
    cursor: pointer;
    border: none;
    position: relative;
}

/* ボタンをクリックした（押した）時の動き */
.btn-3d-orange:active {
    transform: translateY(4px); /* 下に沈む */
    box-shadow: 
        inset 0 2px 3px rgba(255, 255, 255, 0.6),
        0 2px 0 #c2611a, 
        0 4px 6px rgba(0, 0, 0, 0.2);
}

/* ホバー時に少し明るくする */
.btn-3d-orange:hover {
    opacity: 0.95;
    background: linear-gradient(to bottom, #ffa952 0%, #f8862d 100%);
}

/* スマホ表示でのフォントサイズ調整 */
@media screen and (max-width: 600px) {
    .btn-3d-orange {
        font-size: 1.1em;
        padding: 15px 5px;
        border-radius: 12px;
    }
}
</style>

<div class="btn-cta-wrapper">
    <a href="#form" class="btn-3d-orange">
        無料セミナーに参加する（60分）
    </a>
</div>



<p class="has-text-align-center">お申込み締切り：各開催日17:00まで</p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
				<item>
		<title>海外視察セミナーin米国アトランタ・フロリダ</title>
		<link>https://sc.funaisoken.co.jp/butsuryu/seminar/%e6%b5%b7%e5%a4%96%e8%a6%96%e5%af%9f%e3%82%bb%e3%83%9f%e3%83%8a%e3%83%bcin%e7%b1%b3%e5%9b%bd%e3%82%a2%e3%83%88%e3%83%a9%e3%83%b3%e3%82%bf%e3%83%bb%e3%83%95%e3%83%ad%e3%83%aa%e3%83%80/</link>
		
		<dc:creator><![CDATA[永井 稜]]></dc:creator>
		<pubDate>Tue, 17 Feb 2026 02:28:27 +0000</pubDate>
				<guid isPermaLink="false">https://www.f-logi.com/?post_type=butsuryu_seminar&#038;p=17902</guid>


		<method>会場</method>

        <exlink>https://lp.f-logi.com/seminar/overseas-Inspection2026/</exlink>
    
        <thumbnail>https://sc.funaisoken.co.jp/wp-content/uploads/2025/11/29d3bc99193cb0b837fb8cc53f050ae5.jpg</thumbnail>
    
        <acceptance>受付終了</acceptance>
    
		<method>会場</method>

		<cat>自社主催</cat>

		<expense></expense>

		<info>2026年4月12日（日）～4月19日（日）</info>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[]]></content:encoded>
					
		
		
			</item>
				<item>
		<title>物流新時代を勝ち抜く「自走型」管理職の育て方セミナー</title>
		<link>https://sc.funaisoken.co.jp/butsuryu/seminar/2026-management-development/</link>
		
		<dc:creator><![CDATA[永井 稜]]></dc:creator>
		<pubDate>Fri, 06 Feb 2026 05:06:21 +0000</pubDate>
				<guid isPermaLink="false">https://sc.funaisoken.co.jp/?post_type=butsuryu_seminar&#038;p=18348</guid>


		<method>オンライン</method>

    
        <thumbnail>https://sc.funaisoken.co.jp/wp-content/uploads/2026/02/2605_kanri_seminar_Funaisokensupplychainconsulting.jpg</thumbnail>
    
        <acceptance>受付中</acceptance>
    
		<method>オンライン</method>

		<cat>自社主催</cat>

		<expense></expense>

		<info>2026年5月28日（木）</info>

					<description><![CDATA[お申込み締切り：開催日4営業日前の17時まで 人材不足・コスト増… 厳しい経営環 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<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">
<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-background wp-element-button" href="#form" style="background-color:#c81f1f">お申込みはこちら</a></div>
</div>



<p class="has-text-align-center">お申込み締切り：開催日4営業日前の17時まで</p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">人材不足・コスト増… 厳しい経営環境を打破する鍵とは？</span></span><p></p></strong></div><p></p>



<p><span style="font-size: 18pt;"><span style="color: #ff0000;"><strong>2024年問題（時間外労働の上限規制適用）</strong></span>から２年近くが経とうとしています。</span></p>
<p><span style="font-size: 18pt;">労働集約型産業である運送業界において、働き⽅改⾰関連法案が経営に与えている影響は甚⼤で、加えて、物価高による内需の低迷を背景に物量が低下しています。人手不足を背景に運賃値上げ・条件改善など進んではいるものの、<strong><span style="color: #ff0000;">運送業の倒産は過去最多を更新</span></strong>しており、依然として経営状態が厳しい会社は多いのではないでしょうか。</span></p>
<p><span style="font-size: 18pt;">今後は人材採用・育成・定着率UP、営業強化、協力会社・輸送ネットワーク強化などの対外業務、デジタル化推進に加え、トラック新法に対応した労務・運行管理など取り組むべきことは山積で、<strong><span style="color: #ff0000;">社長1人の力で解決することは難しく、管理者の育成・社内体制の強化は避けては通れません。</span></strong></span></p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">以下のようなことでお悩みの経営者にオススメのセミナーです</span></span><p></p></strong></div><p></p>



<div class="problem-list">
  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">肩書は「管理職」なのに、やっていることは「監督職」程度。
これといった提案がなく、「一般職」とあまり変わらない</div>
  </div>
  
  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">もっとリーダーシップを発揮し、部下のモチベーションを上げて業務推進していってほしい</div>
  </div>
  
  <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">「管理職」には、「経営者」としての考えや想いを伝えているが、一方通行になっている</div>
  </div>

 <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">部下とのコミュニケーションが上手く取って、「経営者」とのパイプ役になって欲しい</div>
  </div>

 <div class="problem-item">
    <div class="check-icon"></div>
    <div class="problem-text">デジタル化や、労務コンプライアンス・ハラスメントなど、今の時代にあった管理職になって欲しい</div>
  </div>
</div>




<style>
/* リスト全体の枠組み */
.problem-list {
    max-width: 1200px;
    margin: 20px auto;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* 各行のレイアウト */
.problem-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px; /* 行間の余白 */
}

/* 黄色い丸と赤いチェックのアイコン */
.check-icon {
    position: relative;
    min-width: 40px;
    height: 40px;
    background-color: #ffda00; /* 黄色 */
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
}

/* 赤いチェックマークの作成 */
.check-icon::after {
    content: '';
    position: absolute;
    left: 14px;
    top: 6px;
    width: 10px;
    height: 18px;
    border-right: 4px solid #f00; /* 赤いチェック */
    border-bottom: 4px solid #f00;
    transform: rotate(45deg);
}

/* テキスト部分と下点線 */
.problem-text {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.6;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 2px dotted #f39800; /* オレンジ色の点線 */
    width: 100%;
}

/* スマホ対応：文字サイズ調整 */
@media (max-width: 600px) {
    .problem-text {
        font-size: 0.95rem;
    }
    .check-icon {
        min-width: 32px;
        height: 32px;
        margin-right: 12px;
    }
    .check-icon::after {
        left: 11px;
        top: 5px;
        width: 8px;
        height: 14px;
    }
}
</style>



<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">
<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-background wp-element-button" href="#form" style="background-color:#c81f1f">お申込みはこちら</a></div>
</div>



<p class="has-text-align-center">お申込み締切り：開催日4営業日前の17時まで</p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p></p>
]]></content:encoded>
					
		
		
			</item>
				<item>
		<title>ベテラン事務員さんしか触れないExcelから脱却！中小運送会社向けシステム説明会</title>
		<link>https://sc.funaisoken.co.jp/butsuryu/seminar/untouchable-excel/</link>
		
		<dc:creator><![CDATA[永井 稜]]></dc:creator>
		<pubDate>Sun, 01 Feb 2026 07:52:31 +0000</pubDate>
				<guid isPermaLink="false">https://sc.funaisoken.co.jp/?post_type=butsuryu_seminar&#038;p=18186</guid>


		<method>オンライン</method>

    
        <thumbnail>https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/c236fb4920b8bc4169e370c53fd88510.jpg</thumbnail>
    
        <acceptance>受付終了</acceptance>
    
		<method>オンライン</method>

		<cat>自社主催</cat>

		<expense>無料</expense>

		<info>2026年2月17日（火）・19日（木）・24日（火）</info>

					<description><![CDATA[お申込み締切り：各開催日17:00まで このような特徴の会社は要注意！ 経理・総 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="has-text-align-center">お申込み締切り：各開催日17:00まで</p>



<style>
/* 枠全体のスタイル */
.caution-box-container {
    max-width: 800px;
    margin: 2em auto;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* 黄色のタイトル部分 */
.caution-title {
    background-color: #ffff00;
    color: #ff0000;
    border: 2px solid #000;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 2.0em;
    margin-bottom: 15px;
}

/* 下側の枠線部分 */
.caution-content {
    border: 2px solid #000;
    padding: 25px 20px;
    background-color: #fff;
}

/* リストのスタイル */
.caution-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.caution-list li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
    line-height: 1.6;
    font-weight: bold;
    font-size: 1.1em;
    color: #000;
}

/* リストの先頭の「・」 */
.caution-list li::before {
    content: "・";
    position: absolute;
    left: 0;
    font-weight: bold;
}

.caution-list li:last-child {
    margin-bottom: 0;
}

/* スマホ表示での調整 */
@media screen and (max-width: 600px) {
    .caution-title {
        font-size: 1.1em;
    }
    .caution-list li {
        font-size: 0.95em;
    }
}
</style>

<div class="caution-box-container">
    <div class="caution-title">
        このような特徴の会社は要注意！
    </div>
    <div class="caution-content">
        <ul class="caution-list">
            <li>経理・総務業務・Gマーク申請・監査対策は10年・20年のベテラン事務員に安心して任せている</li>
            <li>紙、エクセルで帳票類を主に管理している</li>
            <li>何か問題が発生しても、管理者や事務員さんが代わりに対応してくれる</li>
        </ul>
    </div>
</div>



<style>
/* 全体のコンテナ（枠線をなくし、影で立体感を出す） */
.status-check-container {
    max-width: 800px;
    margin: 2em auto;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    background-color: #fff;
    overflow: hidden;
    /* 枠線の代わりに薄い影をつけて存在感を出します */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* タイトル部分（枠線をなくし、背景色のみで構成） */
.status-check-title {
    background-color: #ffff00;
    color: #ff0000;
    text-align: center;
    padding: 20px 10px;
    font-weight: 900;
    font-size: 1.8em;
    line-height: 1.3;
}

/* 内容部分（枠線をなくし、左側のアクセント線で強調） */
.status-check-content {
    padding: 30px 25px;
    background-color: #ffffff;
    /* 左側に赤い線を入れてアクセントに */
    border-left: 5px solid #ff0000;
}

/* テキストのスタイル */
.status-check-text {
    margin: 0;
    padding: 0;
    list-style: none;
}

.status-check-text p {
    margin-bottom: 15px;
    line-height: 1.8;
    font-weight: bold;
    font-size: 1.15em;
    color: #333;
}

.status-check-text p:last-child {
    margin-bottom: 0;
}

/* スマホ表示での調整 */
@media screen and (max-width: 600px) {
    .status-check-title {
        font-size: 1.3em;
        padding: 15px 10px;
    }
    .status-check-content {
        padding: 20px 15px;
    }
    .status-check-text p {
        font-size: 1em;
    }
}
</style>

<div class="status-check-container">
    <div class="status-check-title">
        その状況、本当に大丈夫ですか？
    </div>
    <div class="status-check-content">
        <div class="status-check-text">
            <p>とある運送会社では、監査直前にベテラン事務員さんが突然退職。</p>
            <p>社長が大慌てで、どこに保管されているかわからない紙の帳票類を探すことに、、</p>
            <p>トラック新法も可決され、より厳しい監査が実施されます。</p>
            <p>激動の物流業界を生き残るためにも、今のうちから対策をしましょう。</p>
        </div>
    </div>
</div>



<figure class="wp-block-image size-full entry"><a href="#form"><img decoding="async" width="1102" height="352" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/69e1066e059944c49004d4cd3accbea4.png" alt="" class="wp-image-18188" srcset="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/69e1066e059944c49004d4cd3accbea4.png 1102w, https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/69e1066e059944c49004d4cd3accbea4-1000x319.png 1000w, https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/69e1066e059944c49004d4cd3accbea4-768x245.png 768w" sizes="(max-width: 1102px) 100vw, 1102px" /></a></figure>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">説明会で学べるポイント</span></span><p></p></strong></div><p></p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%"><div class="wp-block-image is-style-default">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="324" height="300" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/02/acb09d6ba6a99127f3849feade7f4911.png" alt="" class="wp-image-14012" style="width:158px;height:auto"/></figure>
</div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p><span style="font-size: 17pt;"><strong><span style="color: #0000ff;"><span style="color: #000000;"><span style="border-bottom: solid 7px #6495ed;"><b>総車両台数20台～50台の中小運送会社に特化！<br>運送業に必要な機能がすべて備わっています。</b></span></span></span></strong></span></p>
<p>&nbsp;</p>
</div>
</div>



<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%"><div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="304" height="289" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/02/15f19998f9e364b540ba9b7804dd2508.png" alt="" class="wp-image-14013" style="width:157px;height:auto"/></figure>
</div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p><span style="font-size: 17pt;"><strong><span style="color: #0000ff;"><span style="color: #000000;"><span style="border-bottom: solid 7px #6495ed;"><b>月額7万円でアナログ管理から脱却！<br>ドライバーごとの課金は無いシステムです。<br></b></span></span></span></strong></span><span style="font-size: 17pt;"><strong><span style="color: #0000ff;"><span style="color: #000000;"><span style="border-bottom: solid 7px #6495ed;"><b><br></b></span></span></span></strong></span></p>
</div>
</div>



<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%"><div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="313" height="280" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/02/462284fb7838527ba3dee886c4c80f5e.png" alt="" class="wp-image-14014" style="width:159px;height:auto"/></figure>
</div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p><strong><span style="font-size: 18pt; color: #0000ff;"><span style="font-size: 18pt;"><span style="color: #000000;"><span style="border-bottom: solid 7px #6495ed;"><b>最短1週間で導入可能！<br>導入時には操作方法をレクチャーします。<br></b></span></span></span></span></strong></p>
</div>
</div>



<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%"><div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="444" height="438" src="https://sc.funaisoken.co.jp/wp-content/uploads/2025/08/36ee4b8b020f7859cbe4a2cc93ce7113.jpg" alt="" class="wp-image-17255" style="width:159px;height:auto"/></figure>
</div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p><strong><span style="font-size: 18pt; color: #0000ff;"><span style="font-size: 18pt;"><span style="color: #000000;"><span style="border-bottom: solid 7px #6495ed;"><b>社長はもちろん、ベテラン事務員さん以外<br>の方でも簡単に利用可能！<br></b></span></span></span></span></strong></p>
</div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%"><div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="444" height="438" src="https://sc.funaisoken.co.jp/wp-content/uploads/2025/08/b006f8de3779c21240526d64e887e1f7.jpg" alt="" class="wp-image-17256" style="width:159px;height:auto"/></figure>
</div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p><strong><span style="font-size: 18pt; color: #0000ff;"><span style="font-size: 18pt;"><span style="color: #000000;"><span style="border-bottom: solid 7px #6495ed;"><b>トラック新法に完全対応！<br />実運送体制管理簿の作成も可能です。<br /></b></span></span></span></span></strong></p>
</div>
</div>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">システムイメージ</span></span><p></p></strong></div><p></p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="852" height="687" src="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/be10661f67a7e3720a896ba5a522f060.jpg" alt="" class="wp-image-18189" srcset="https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/be10661f67a7e3720a896ba5a522f060.jpg 852w, https://sc.funaisoken.co.jp/wp-content/uploads/2026/01/be10661f67a7e3720a896ba5a522f060-768x619.jpg 768w" sizes="(max-width: 852px) 100vw, 852px" /></figure>
</div>


<p class="has-text-align-center">お申込み締切り：各開催日17:00まで</p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
				<item>
		<title>【参加無料】 2026年最新版 中小運送会社の成長戦略と経営キーワード（大阪本社移転記念セミナー）</title>
		<link>https://sc.funaisoken.co.jp/butsuryu/seminar/20260115growthstrategy/</link>
		
		<dc:creator><![CDATA[matsushita]]></dc:creator>
		<pubDate>Mon, 17 Nov 2025 06:33:42 +0000</pubDate>
				<guid isPermaLink="false">https://www.f-logi.com/?post_type=butsuryu_seminar&#038;p=17840</guid>


		<method>会場</method>

    
        <thumbnail>https://sc.funaisoken.co.jp/wp-content/uploads/2025/12/888eb236f84eecc9ea3fe7f103b26fec.png</thumbnail>
    
        <acceptance>受付終了</acceptance>
    
		<method>会場</method>

		<cat>自社主催</cat>

		<expense></expense>

		<info>2026年1月15日（木）</info>

					<description><![CDATA[お申込み締切り：2026年1月14日（水）17時まで 運賃交渉、ドライバー不足、 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<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">
<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-background wp-element-button" href="#form" style="background-color:#c81f1f">お申込みはこちら</a></div>
</div>



<p class="has-text-align-center">お申込み締切り：2026年1月14日（水）17時まで</p>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">運賃交渉、ドライバー不足、将来不安… 全てを解決するヒントがここに</span></span><p></p></strong></div><p></p>



<p class="has-medium-font-size">人件費や燃料費、車両費に採用コストと、あらゆる原価が高騰する中で、どうやって利益を出すのか。さらには、労務コンプライアンス面もますます厳しくなり、このままでは経営が行き詰まるのではないか・・・と不安を抱えていませんか？</p>



<p class="has-medium-font-size">実際、2024年以降、中小物流会社の経営者から<br><br><strong>「運賃を上げてもらうしかないが、どのように交渉したら認めてくれるのか・・・」<br>「いくら求人広告を打っても、ドライバーが集まらなくて困っている・・・」<br>「このまま運送業を続けても明るい未来が見えないが、なにから手を付けたらいいのか・・・」</strong><br><br>といった相談が非常に増えています。<br></p>



<p class="has-medium-font-size"><strong>一方で、順風満帆な物流会社もいます。</strong></p>



<p class="has-medium-font-size"><strong>好調企業と苦戦している企業にはどのような違いがあるのでしょうか？</strong></p>



<p class="has-medium-font-size">今回のセミナーでは、ゲスト企業を2社お招きし、人財づくりの取り組みや10年で売上5.6倍(3億→16.8億)に伸ばした成長戦略について、お話しいただきます。</p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">特別ゲストのご紹介</span></span><p></p></strong></div><p></p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="font-size:24px">
<p style="font-size:24px"><strong>株式会社ハンナ<br><strong>取締役 西岡 徳行 氏</strong></strong></p>



<figure class="wp-block-image size-full is-resized"><img decoding="async" width="600" height="600" src="https://sc.funaisoken.co.jp/wp-content/uploads/2025/12/cbfc870b6ec5a56f5e4acd40dd310eea.png" alt="" class="wp-image-18070" style="width:240px" srcset="https://sc.funaisoken.co.jp/wp-content/uploads/2025/12/cbfc870b6ec5a56f5e4acd40dd310eea.png 600w, https://sc.funaisoken.co.jp/wp-content/uploads/2025/12/cbfc870b6ec5a56f5e4acd40dd310eea-300x300.png 300w, https://sc.funaisoken.co.jp/wp-content/uploads/2025/12/cbfc870b6ec5a56f5e4acd40dd310eea-240x240.png 240w" sizes="(max-width: 600px) 100vw, 600px" /></figure>



<h3 class="wp-block-heading" style="font-size:20px">・ 講演テーマ<br><strong>社員ファースト経営で実現する人財づくりと成長戦略</strong></h3>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<p style="font-size:24px"><strong>株式会社ケイ・ティー<br>代表取締役 石津 明弘 氏</strong></p>



<figure class="wp-block-image size-full is-resized"><img decoding="async" width="480" height="520" src="https://sc.funaisoken.co.jp/wp-content/uploads/2025/11/2024-02-27_0048-e1764292587193.jpg" alt="株式会社ケイ・ティー 代表取締役 石津 明弘 氏｜特別ゲスト｜セミナー｜船井総研ロジ ｜船井総研サプライチェーンコンサルティング" class="wp-image-17953" style="width:235px;height:auto"/></figure>



<h3 class="wp-block-heading" style="font-size:20px">・ 講演テーマ<br>増車と業績向上を両立する経営現場を強くする仕組み</h3>
</div>
</div>
</div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<ul class="wp-block-list">
<li class="has-medium-font-size"><strong>1. 定着する会社に生まれ変わるために取り組むべきこと</strong></li>



<li class="has-medium-font-size"><strong>2. 社員の意識変革と企業文化の醸成方法</strong></li>



<li class="has-medium-font-size"><strong>3<strong>. </strong>働きがいと企業成長を両立させるポイント</strong></li>
</ul>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<ul class="wp-block-list">
<li class="has-medium-font-size"><strong>1. <b>未経験から一人前へ導く、ドライバー育成の仕組み</b></strong></li>



<li class="has-medium-font-size"><strong><strong><strong>2. </strong></strong>100台のフリー運行を3名で動かす高効率組織</strong></li>



<li class="has-medium-font-size"><strong>3<strong>. </strong>現場のムダを削減し生産性を上げるデジタル化の実践</strong></li>
</ul>
</div>
</div>



<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<p></p>



<p><strong>・株式会社ハンナのご紹介</strong><br>奈良県奈良市に本社を構え、近畿一円に輸配送を展開。女性活躍や健康経営に力を入れ、社員教育を通じ、お客様の価値向上に貢献する熱血プロ集団として成長を続けている。</p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<p></p>



<p><strong>・株式会社ケイ・ティーのご紹介</strong><br>福岡県古賀市の本社と京都府八幡市の拠点を軸に、大型トラックによる長距離輸送を主力事業として展開。2013年に20台だった車両台数は、毎年の増車を重ねて2024年に100台を突破。現在も業績を伸ばし続けている。</p>
</div>
</div>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div style="height:19px" aria-hidden="true" class="wp-block-spacer"></div>
</div></div>



<h3 class="wp-block-heading has-text-align-center" style="font-size:33px">主催者メッセージ</h3>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex" style="font-size:22px">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p></p>



<p class="has-medium-font-size"><strong>当社は、2026年1月に大阪本社を淀屋橋からイノゲート大阪へ移転します。</strong></p>



<p class="has-medium-font-size"><strong>新しい大阪本社で開催する記念セミナーでは、新春にふさわしい“明るい未来”をテーマに、物流業界の大変革期をどう乗り越えるか、その経営指針をお伝えします。</strong></p>



<p class="has-medium-font-size"><strong>今回は特別に豪華ゲスト2社を迎え、現場の最前線と成功事例を交えた実践的な内容をお届けします。皆さまの2026年の飛躍につながる場として、ぜひご活用ください。当日会場でお会いできますこと、一同楽しみにしております。</strong></p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%"><div class="wp-block-image">
<figure class="alignright size-full"><img decoding="async" width="600" height="600" src="https://sc.funaisoken.co.jp/wp-content/uploads/2025/11/kawachiya_2025.jpg" alt="" class="wp-image-17843" srcset="https://sc.funaisoken.co.jp/wp-content/uploads/2025/11/kawachiya_2025.jpg 600w, https://sc.funaisoken.co.jp/wp-content/uploads/2025/11/kawachiya_2025-300x300.jpg 300w, https://sc.funaisoken.co.jp/wp-content/uploads/2025/11/kawachiya_2025-240x240.jpg 240w" sizes="(max-width: 600px) 100vw, 600px" /></figure>
</div>


<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p class="has-text-align-right has-small-font-size"><strong>株式会社船井総研サプライチェーンコンサルティング</strong><br><strong>執行役員  </strong><br><strong>コンサルティング本部 本部長</strong><br><strong>河内谷 庸高</strong></p>
</div></div>
</div>
</div>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
]]></content:encoded>
					
		
		
			</item>
				<item>
		<title>第18回 物流革新セミナー2026</title>
		<link>https://sc.funaisoken.co.jp/butsuryu/seminar/logistics-rev-2026/</link>
		
		<dc:creator><![CDATA[matsushita]]></dc:creator>
		<pubDate>Tue, 11 Nov 2025 08:28:10 +0000</pubDate>
				<guid isPermaLink="false">https://www.f-logi.com/?post_type=butsuryu_seminar&#038;p=17742</guid>


		<method>会場</method>

    
        <thumbnail>https://sc.funaisoken.co.jp/wp-content/uploads/2025/11/cbf0068516551a3a5d28356ac2ffe6c0.jpg</thumbnail>
    
        <acceptance>受付終了</acceptance>
    
		<method>会場</method>

		<cat>自社主催</cat>

		<expense></expense>

		<info>2026年1月20日（火）</info>

					<description><![CDATA[お申込み締切り：2026年1月14日（水）17時まで ダイセーグループとは？ 1 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<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">
<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-background wp-element-button" href="#form" style="background-color:#c81f1f">お申込みはこちら</a></div>
</div>



<p class="has-text-align-center">お申込み締切り：2026年1月14日（水）17時まで</p>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">ダイセーグループとは？</span></span><p></p></strong></div><p></p>



<p class="has-medium-font-size">1969年に愛知県で創業し、運送・倉庫を基盤とする3PL（サードパーティ・ロジスティクス）事業を展開。特に日配食品や外食産業向けの食品輸送・保管に強みを持っています。 事業は物流に留まらず、化学品輸送、リサイクル、自動車整備・販売、IT（DX）、保険、さらには食品や旅館、アパレル事業まで多角化。<strong>「一隅においてキラリと光る存在になる」</strong>を理念に、国内外に拠点を持ち、人々の食生活や産業活動を支える社会貢献度の高い活動を行っています。</p>



<p class="has-medium-font-size">ダイセーグループの<strong>「連邦経営」</strong>は、多数の事業会社が独立採算制で経営されつつ、ホールディングス体制の下でグループ全体の一体感を保つ経営手法です。各社の自主性を尊重しつつ、横の連携を強化することで相乗効果と多角化のメリットを最大限に引き出し、グループ全体の安定成長を目指します。</p>



<p class="has-medium-font-size"></p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">このようなことを知りたい企業様におすすめ！</span></span><p></p></strong></div><p></p>



<p><strong><span style="font-size: 17pt;"><img decoding="async" class="alignnone size-full wp-image-14262" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/03/276af8e764b68eb2515b2e21a4d20db9.png" alt="" width="62" height="63" /></span></strong><span style="font-size: 18pt;"><strong><b>2026年の時流予測と取るべき具体的実践策を知りたい</b></strong><strong><br /></strong></span><strong><span style="font-size: 17pt;"><img decoding="async" class="alignnone size-full wp-image-14262" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/03/276af8e764b68eb2515b2e21a4d20db9.png" alt="" width="62" height="63" /></span></strong><span style="font-size: 18pt;"><strong><b>本業の「深化」と新規事業の「探索」を 両立させる手法を学びたい</b><br /></strong></span><strong><span style="font-size: 17pt;"><img decoding="async" class="alignnone size-full wp-image-14262" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/03/276af8e764b68eb2515b2e21a4d20db9.png" alt="" width="62" height="63" /></span><span style="font-size: 18pt;"><span style="color: #000000;"><b>社員が誇りを持つ「人を活かす」人財育成を学びたい</b><br /></span></span></strong><span style="font-size: 18pt;"><b><strong><span style="font-size: 17pt;"><img decoding="async" class="alignnone size-full wp-image-14262" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/03/276af8e764b68eb2515b2e21a4d20db9.png" alt="" width="62" height="63" />グループ全体で安定成長を目指す「連邦経営」の全貌を知りたい</span></strong></b><strong><span style="font-size: 17pt;"><span style="font-size: 18pt;"><br /></span></span></strong></span></p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<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">
<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-background wp-element-button" href="#form" style="background-color:#c81f1f">お申込みはこちら</a></div>
</div>



<p class="has-text-align-center">お申込み締切り：2026年1月14日（水）17時まで</p>



<div style="height:45px" aria-hidden="true" class="wp-block-spacer"></div>



<p></p>
]]></content:encoded>
					
		
		
			</item>
				<item>
		<title>【Web配信】『運送業未経験者』だけ 狙って集める！未経験ドライバー採用戦略セミナー</title>
		<link>https://sc.funaisoken.co.jp/butsuryu/seminar/202510mikeikensaiyo/</link>
		
		<dc:creator><![CDATA[matsushita]]></dc:creator>
		<pubDate>Fri, 24 Oct 2025 04:16:57 +0000</pubDate>
				<guid isPermaLink="false">https://www.f-logi.com/?post_type=butsuryu_seminar&#038;p=17676</guid>


		<method>オンライン</method>

    
        <thumbnail>https://sc.funaisoken.co.jp/wp-content/uploads/2025/09/17e3fb47033562809ef060f735a7f302.jpg</thumbnail>
    
        <acceptance>受付終了</acceptance>
    
		<method>オンライン</method>

		<cat>自社主催</cat>

		<expense></expense>

		<info>2025年12月2日（火）</info>

					<description><![CDATA[「未経験者の方が定着する」「もっと若い人が欲しいなぁ」そう思っているのであれば、 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="has-text-align-center">「未経験者の方が定着する」「もっと若い人が欲しいなぁ」そう思っているのであれば、<br>なんとなくじゃなくて、<strong>狙って&#8221;未経験者&#8221;を集めてみませんか？</strong></p>





<p class="has-text-align-center">お申込み締切り：2025年11月26日（水）17:00まで</p>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">本気で&#8221;未経験者の採用を強化したい&#8221;</p>このような方におすすめ</span></span><p></p></strong></div><p></p>



<p style="text-align: left;"><strong><span style="font-size: 17pt;"><img decoding="async" class="size-full wp-image-14262 alignleft" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/03/276af8e764b68eb2515b2e21a4d20db9.png" alt="" width="62" height="63"></span><span style="font-size: 17pt;"><span style="border-bottom: dotted 2px #ffa500;">「手積み・手降しで」の仕事なので、<br></span></span><span style="font-size: 17pt;"><span style="border-bottom: dotted 2px #ffa500;"><span style="color: #ff0000;">地元のドライバーさんから応募が集まらない。</span></span></span></strong></p>
<p><strong><span style="font-size: 17pt;"><span style="border-bottom: dotted 2px #ffa500;"><img decoding="async" class="size-full wp-image-14262 alignleft" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/03/276af8e764b68eb2515b2e21a4d20db9.png" alt="" width="62" height="63">製造業やサービス業が盛んな地域なので、<br><span style="color: #ff0000;">そもそも、ドライバー人口が少ない。</span></span></span></strong></p>
<p><strong><span style="font-size: 17pt;"><span style="border-bottom: dotted 2px #ffa500;"><img decoding="async" class="size-full wp-image-14262 alignleft" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/03/276af8e764b68eb2515b2e21a4d20db9.png" alt="" width="62" height="63">求人にお金をかけても、<br><span style="color: #ff0000;">高齢者の経験者しか応募が来ない。</span></span></span></strong></p>
<p><strong><span style="font-size: 17pt;"><span style="border-bottom: dotted 2px #ffa500;"><b><span style="color: #ff0000;"><img decoding="async" class="size-full wp-image-14262 alignleft" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/03/276af8e764b68eb2515b2e21a4d20db9.png" alt="" width="62" height="63">若手採用強化のために免許取得制度を作ったけど、<span style="color: #000000;"><br>ほとんど効果がなかった。</span></span></b></span></span></strong></p>
<p><strong><span style="font-size: 17pt;"><span style="border-bottom: dotted 2px #ffa500;"><b><span style="color: #ff0000;"><img decoding="async" class="size-full wp-image-14262 alignleft" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/03/276af8e764b68eb2515b2e21a4d20db9.png" alt="" width="62" height="63"></span>ドライバー経験者が入社しても、<br><span style="color: #ff0000;">ウチの会社では、なかなか定着しない&#8230;</span></b></span></span></strong></p>



<p style="text-align: center;"><span style="font-size: 24pt; background-color: #ff0000; color: #ffff00;"><strong><span style="border-bottom: dotted 2px #ffa500;">解決策はここにあります！<br>『運送業界未経験者だけ』を狙って集める！<br>未経験採用の「勝ちパターン」を知ることで、<br></span></strong></span><span style="font-size: 24pt; background-color: #ff0000; color: #ffff00;"><strong><span style="border-bottom: dotted 2px #ffa500;">これらのお悩みを全て解決することができます。</span></strong></span></p>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">本セミナーで学べるポイント</span></span><p></p></strong></div><p></p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%"><div class="wp-block-image is-style-default">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="324" height="300" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/02/acb09d6ba6a99127f3849feade7f4911.png" alt="" class="wp-image-14012" style="width:158px;height:auto"/></figure>
</div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p><span style="font-size: 17pt;"><strong><span style="color: #0000ff;"><span style="color: #000000;"><span style="border-bottom: solid 7px #6495ed;"><b>&nbsp;狙って集める！未経験者採用の「勝ちパターン」</b></span></span></span></strong></span></p>
<p>①応募者の心を掴む！採用特化型ホームページとSNS活用術<br>②業界未経験者の届く・響く！最新のWEB広告戦略<br>③広告だけに頼らない！自社独自の採用手法と会社説明会の作り方</p>
</div>
</div>



<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%"><div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="304" height="289" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/02/15f19998f9e364b540ba9b7804dd2508.png" alt="" class="wp-image-14013" style="width:157px;height:auto"/></figure>
</div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p><span style="font-size: 17pt;"><strong><span style="color: #0000ff;"><span style="color: #000000;"><span style="border-bottom: solid 7px #6495ed;"><b>≪ゲスト講座：奥洲物産運輸（宮城県）</b></span></span></span></strong></span><span style="font-size: 17pt;"><strong><span style="color: #0000ff;"><span style="color: #000000;"><span style="border-bottom: solid 7px #6495ed;"><b>≫<br>年間応募数１０名から１６５名応募獲得へ！<br>人口３.７万都市で実施した採用の取り組み。<br></b></span></span></span></strong></span></p>



<p>①社長・社員が踊らなくてもファンと応募者が増える「運送会社らしいSNS運用」<br>②会社も社員も60万円分&#8221;実質負担0円&#8221;の資格取得制度の裏技<br>③面接前から&#8221;働きたくなる&#8221;未経験者の心をつかむ仕掛け</p>
</div>
</div>



<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%"><div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="313" height="280" src="https://sc.funaisoken.co.jp/wp-content/uploads/2024/02/462284fb7838527ba3dee886c4c80f5e.png" alt="" class="wp-image-14014" style="width:159px;height:auto"/></figure>
</div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p><strong><span style="font-size: 18pt; color: #0000ff;"><span style="font-size: 18pt;"><span style="color: #000000;"><span style="border-bottom: solid 7px #6495ed;"><b>全国各地の未経験採用成功事例を大公開！</b></span></span></span></span></strong></p>



<p>①【愛知県】製造業優位の地域でも未経験採用を強化して160名/年 応募<br>②【青森県】「手積み手降ろし長距離輸送」でも30名/年の入社を実現！<br>③【大阪府】平均応募年齢37歳！重量物輸送でも131名/年応募!<br>④【千葉県】社長自らが実践する独自採用手法で、250名/年応&amp;2,30代を20名採用!</p>
</div>
</div>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">成功事例</span></span><p></p></strong></div><p></p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="1000" height="639" src="https://sc.funaisoken.co.jp/wp-content/uploads/2025/08/d4f6ce5e53e0e3cfa8ec39acf505594e.jpg" alt="" class="wp-image-17341" srcset="https://sc.funaisoken.co.jp/wp-content/uploads/2025/08/d4f6ce5e53e0e3cfa8ec39acf505594e.jpg 1000w, https://sc.funaisoken.co.jp/wp-content/uploads/2025/08/d4f6ce5e53e0e3cfa8ec39acf505594e-768x491.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="1000" height="740" src="https://sc.funaisoken.co.jp/wp-content/uploads/2025/08/63f4bcb24d3dc8ee9d41d7b238ae8e10.jpg" alt="" class="wp-image-17342" srcset="https://sc.funaisoken.co.jp/wp-content/uploads/2025/08/63f4bcb24d3dc8ee9d41d7b238ae8e10.jpg 1000w, https://sc.funaisoken.co.jp/wp-content/uploads/2025/08/63f4bcb24d3dc8ee9d41d7b238ae8e10-768x568.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>
</div>


<p class="has-text-align-center">お申込み締切り：2025年10月23日（木）17:00まで</p>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">このセミナーのパンフレット</p>※クリックすると拡大できます。</span></span><p></p></strong></div><p></p>


<div class="wp-block-image">
<figure data-wp-context="{&quot;imageId&quot;:&quot;69d54e3725bee&quot;}" data-wp-interactive="core/image" data-wp-key="69d54e3725bee" class="aligncenter size-full wp-lightbox-container"><img decoding="async" width="1000" height="707" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on-window--resize="callbacks.setButtonStyles" src="https://sc.funaisoken.co.jp/wp-content/uploads/2025/10/d2c414e6672d36c8a056c75e772c049c.jpg" alt="" class="wp-image-17696" srcset="https://sc.funaisoken.co.jp/wp-content/uploads/2025/10/d2c414e6672d36c8a056c75e772c049c.jpg 1000w, https://sc.funaisoken.co.jp/wp-content/uploads/2025/10/d2c414e6672d36c8a056c75e772c049c-768x543.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			aria-label="拡大する"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.imageButtonRight"
			data-wp-style--top="state.imageButtonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button></figure>
</div>

<div class="wp-block-image">
<figure data-wp-context="{&quot;imageId&quot;:&quot;69d54e3725fbc&quot;}" data-wp-interactive="core/image" data-wp-key="69d54e3725fbc" class="aligncenter size-full wp-lightbox-container"><img decoding="async" width="1000" height="707" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on-window--resize="callbacks.setButtonStyles" src="https://sc.funaisoken.co.jp/wp-content/uploads/2025/08/d362988c4709f82767a6e3fda224d0d7.jpg" alt="" class="wp-image-17344" srcset="https://sc.funaisoken.co.jp/wp-content/uploads/2025/08/d362988c4709f82767a6e3fda224d0d7.jpg 1000w, https://sc.funaisoken.co.jp/wp-content/uploads/2025/08/d362988c4709f82767a6e3fda224d0d7-768x543.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			aria-label="拡大する"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.imageButtonRight"
			data-wp-style--top="state.imageButtonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button></figure>
</div>]]></content:encoded>
					
		
		
			</item>
				<item>
		<title>【参加無料】物流経営者カンファレンス2025東京</title>
		<link>https://sc.funaisoken.co.jp/butsuryu/seminar/logistics-manager-conference2025/</link>
		
		<dc:creator><![CDATA[永井 稜]]></dc:creator>
		<pubDate>Tue, 30 Sep 2025 08:20:43 +0000</pubDate>
				<guid isPermaLink="false">https://www.f-logi.com/?post_type=butsuryu_seminar&#038;p=17400</guid>


		<method>会場</method>

    
        <thumbnail>https://sc.funaisoken.co.jp/wp-content/uploads/2025/09/567d149d6a37e90eaf49b938f65bc1aa.jpg</thumbnail>
    
        <acceptance>受付終了</acceptance>
    
		<method>会場</method>

		<cat>自社主催</cat>

		<expense>無料</expense>

		<info>2025年11月21日（金）</info>

					<description><![CDATA[お申込み締切り：2025年11月20日（木）17時まで ※会場のお席に限りがある [&#8230;]]]></description>
										<content:encoded><![CDATA[
<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">
<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-background wp-element-button" href="#form" style="background-color:#c81f1f">お申込みはこちら</a></div>
</div>



<p class="has-text-align-center">お申込み締切り：2025年11月20日（木）17時まで</p>



<p style="text-align: center;"><span style="font-size: 18pt;"><strong><span style="color: #ff0000;">※会場のお席に限りがあるため、1社につき2名様までとさせていただきます<br />講演：無料　懇親会：5,000円/人（税込み）</span></strong></span></p>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">「物流経営者フォーラム 2025 東京とは？」
</span></span><p></p></strong></div><p></p>



<p class="has-medium-font-size">物流経営者フォーラム2025は、物流会社の経営者・幹部の方に向けた特別な学びと交流の場です。トランコムさんによる配車・営業ノウハウ、国交省・経産省からの最新動向、船井総研ロジによる成功事例を一日で学ぶことができます。</p>



<p class="has-medium-font-size">さらに200社の仲間と率直に語り合い、経営に役立つ気づきを得られる貴重な機会です。東京開催を皮切りに全国へ広がるシリーズ第1回となります。</p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<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">
<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-background wp-element-button" href="#form" style="background-color:#c81f1f">お申込みはこちら</a></div>
</div>



<p class="has-text-align-center">お申込み締切り：2025年11月20日（木）17時まで</p>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">当日のスケジュール</span></span><p></p></strong></div><p></p>



<table style="width: 100%; border-collapse: collapse;">
    <thead>
        <tr style="background-color: #f2f2f2;">
            <th style="border: 1px solid #ddd; padding: 10px; text-align: left; width: 15%;">開始時間</th>
            <th style="border: 1px solid #ddd; padding: 10px; text-align: left; width: 15%;">終了時間</th>
            <th style="border: 1px solid #ddd; padding: 10px; text-align: left; width: 70%;">実施内容・講師</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td style="border: 1px solid #ddd; padding: 10px;">13:30</td>
            <td style="border: 1px solid #ddd; padding: 10px;">14:00</td>
            <td style="border: 1px solid #ddd; padding: 10px;">受付</td>
        </tr>
        <tr>
            <td style="border: 1px solid #ddd; padding: 10px;">14:00</td>
            <td style="border: 1px solid #ddd; padding: 10px;">14:05</td>
            <td style="border: 1px solid #ddd; padding: 10px;">オープニング</td>
        </tr>
        <tr>
            <td style="border: 1px solid #ddd; padding: 10px;">14:05</td>
            <td style="border: 1px solid #ddd; padding: 10px;">14:20</td>
            <td style="border: 1px solid #ddd; padding: 10px;">
                <strong>【主催オープニング講座】経営者が押さえるべき業界時流</strong><br>
                船井総研ロジ株式会社 執行役員 兼 コンサルティング本部 本部長　 河内谷　庸高
            </td>
        </tr>
        <tr>
            <td style="border: 1px solid #ddd; padding: 10px;">14:20</td>
            <td style="border: 1px solid #ddd; padding: 10px;">14:50</td>
            <td style="border: 1px solid #ddd; padding: 10px;">
                <strong>【特別ゲストセッション】帰り荷確保による実車率の向上。<br>
持続可能な物流の実現～物流事業者様との共創～</strong><br>
                トランコム株式会社 上席執行役員 経営企画担当 上林 亮 氏
            </td>
        </tr>
        <tr>
            <td style="border: 1px solid #ddd; padding: 10px;">14:50</td>
            <td style="border: 1px solid #ddd; padding: 10px;">15:00</td>
            <td style="border: 1px solid #ddd; padding: 10px;">休憩</td>
        </tr>
        <tr>
            <td style="border: 1px solid #ddd; padding: 10px;">15:00</td>
            <td style="border: 1px solid #ddd; padding: 10px;">15:45</td>
            <td style="border: 1px solid #ddd; padding: 10px;">
                <strong>【特別ゲストセッション】相次ぐ制度改正を徹底解説！</strong><br>
                <ul>
                    <li><strong>最近のトラック法改正の概要について<br>～改正物流法・トラック適正化二法の概要～</strong><br>国土交通省　物流・自動車局貨物流通事業課 係長 髙橋 昭光 氏</li>
                    <li><strong>経済産業省の物流政策について<br>～物流効率化法の最新の検討状況～</strong><br>経済産業省　商務・サービスグループ　物流企画室　流通専門官 新井 和樹 氏</li>
                </ul>
            </td>
        </tr>
        <tr>
            <td style="border: 1px solid #ddd; padding: 10px;">15:45</td>
            <td style="border: 1px solid #ddd; padding: 10px;">16:00</td>
            <td style="border: 1px solid #ddd; padding: 10px;">
                <strong>Q&#038;A・パネルディスカッション</strong><br>        
                国土交通省　物流・自動車局貨物流通事業課 係長 髙橋 昭光 氏<br>
                経済産業省　商務・サービスグループ　物流企画室　流通専門官 新井 和樹 氏<br>
                トランコム株式会社 執行役員 経営企画担当 上林 亮 氏
            </td>
        </tr>
        <tr>
            <td style="border: 1px solid #ddd; padding: 10px;">16:00</td>
            <td style="border: 1px solid #ddd; padding: 10px;">16:10</td>
            <td style="border: 1px solid #ddd; padding: 10px;">
                休憩<br>
            </td>
        </tr>
        <tr>
            <td style="border: 1px solid #ddd; padding: 10px;">16:10</td>
            <td style="border: 1px solid #ddd; padding: 10px;">16:25</td>
            <td style="border: 1px solid #ddd; padding: 10px;">                <strong>シェアタイム</strong><br>
                <small>※参加者様同士で、&#8221;学び&#8221;や&#8221;取り組み&#8221;のシェアを実施します。</small></td>
        </tr>
        <tr>
            <td style="border: 1px solid #ddd; padding: 10px;">16:25</td>
            <td style="border: 1px solid #ddd; padding: 10px;">16:55</td>
            <td style="border: 1px solid #ddd; padding: 10px;">
                <strong>【コンサルタントセッション】“2025年版”物流会社の成功事例</strong><br>
                船井総研ロジ株式会社 物流ビジネス支援部　グループマネージャー　柴田 純平
            </td>
        </tr>
        <tr>
            <td style="border: 1px solid #ddd; padding: 10px;">16:55</td>
            <td style="border: 1px solid #ddd; padding: 10px;">17:00</td>
            <td style="border: 1px solid #ddd; padding: 10px;">エンディング</td>
        </tr>
        <tr>
            <td style="border: 1px solid #ddd; padding: 10px;">17:00</td>
            <td style="border: 1px solid #ddd; padding: 10px;">18:30</td>
            <td style="border: 1px solid #ddd; padding: 10px;">懇親会</td>
        </tr>
    </tbody>
</table>



<p></p><div style="padding: 10px; margin-bottom: 10px;  background-color: #2227b2; text-align:center;">
<strong><span style="color:#ffffff" class="tadv-color"><span style="font-size: 18pt; line-height: 1em; ">会場アクセス</span></span><p></p></strong></div><p></p>



<style>
    /* 親要素（コンテナ）の基本設定 */
    .map-text-container {
        display: flex; /* Flexboxを有効にする */
        flex-direction: row; /* 基本は横並び（左にマップ、右にテキスト） */
        gap: 30px; /* 要素間の隙間を設定 */
        margin-bottom: 20px; /* 下に余白 */
    }

    /* 各カラム（子要素）の基本設定 */
    .map-column, .text-column {
        width: 50%; /* 基本は50%の幅 */
    }

    /* 埋め込みマップの幅をコンテナに合わせて100%にする */
    .map-column iframe {
        width: 100%;
        height: 450px;
    }

    /* 画面幅が768px以下（一般的なスマホ・タブレットのサイズ）の場合の変更 */
    @media (max-width: 768px) {
        .map-text-container {
            flex-direction: column; /* 縦並び（上から下へ）に変更 */
        }
        
        /* テキストを先に表示するため、テキストカラムの順序を-1に設定 */
        .text-column {
            order: -1; 
        }

        /* カラムの幅を100%にする */
        .map-column, .text-column {
            width: 100%;
        }
    }
</style>

<div class="map-text-container">
    
    <div class="map-column">
        <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d6481.830803627662!2d139.773752!3d35.679085!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x601889162d577e2f%3A0xc6f57ea112c37848!2zVEtQ44Ks44O844OH44Oz44K344OG44KjUFJFTUlVTeadseS6rOmnheaXpeacrOapiw!5e0!3m2!1sja!2sjp!4v1761733443168!5m2!1sja!2sjp" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
    </div>

    <div class="text-column">
        <p>
            <strong>TKPガーデンシティPREMIUM東京駅日本橋</strong><br>
            〒103-0027<br>
            東京都 中央区 日本橋3-11-1 HSBCビルディング<br>
            <br>
            東京メトロ 日本橋駅 B1 徒歩4分<br>
            JR線 東京駅 八重洲地下街23番出口 徒歩3分<br>
            都営浅草線 日本橋駅 D3 徒歩4分<br>
            JR線 東京駅 東京駅八重洲中央口 徒歩7分
        </p>
    </div>
</div>



<div style="height:45px" aria-hidden="true" class="wp-block-spacer"></div>



<div style="height:45px" aria-hidden="true" class="wp-block-spacer"></div>
]]></content:encoded>
					
		
		
			</item>
		</channel>
</rss>
