<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://r.goope.jp/srp-41/feed.rss">
        <title>佐賀県商工会連合会</title>
        <description></description>
        <link>https://r.goope.jp/srp-41</link>
       <dc:date>2026-08-13T09:26:17+09:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6876196"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6875855"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6870801"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6868079"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6865987"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6861585"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6859152"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6857800"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6338103"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6847478"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6843036"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6818827"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6827071"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6827064"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6826904"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6825045"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6821148"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6819215"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6815170"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6813801"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6809740"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6803695"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6798586"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6798050"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6797992"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6796423"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6796415"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6773982"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6773260"/>
                <rdf:li rdf:resource="https://r.goope.jp/srp-41/info/6773229"/>
            </rdf:Seq>
        </items>
    </channel>
    <item rdf:about="https://r.goope.jp/srp-41/info/6876196">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-12T13:00:00+09:00</dc:date>
        <title>「ストレスチェック制度に関する研修会」のお知らせ</title>
        <link>https://r.goope.jp/srp-41/info/6876196</link>
        <description>&lt;!doctype html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
  &lt;meta charset=&quot;utf-8&quot; /&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot; /&gt;
  &lt;style&gt;
    :root {
      --bg-color: #fdf7ed;       /* ホームページ背景色 */
      --accent-color: #e4a682;   /* 囲み線・アクセント */
      --accent-dark: #c58661;    /* アクセントの濃い色（ホバー時） */
      --text-color: #333333;     /* 文字基本色 */
      --card-bg: #ffffff;        /* カード背景（白） */
    }
    
    * {
      box-sizing: border-box;
    }
    
    .sanpo-container {
      max-width: 800px;
      margin: 0 auto;
      padding: 16px;
      background-color: var(--bg-color);
      color: var(--text-color);
      font-family: system-ui, -apple-system, sans-serif;
      line-height: 1.8;
    }

    /* 本文・リード文 */
    .sanpo-intro {
      font-size: 15px;
      margin-bottom: 24px;
    }

    .sanpo-intro p {
      margin: 0 0 16px 0;
    }

    .sanpo-intro p:last-child {
      margin-bottom: 0;
    }

    /* 開催概要エリア（囲み線デザイン） */
    .sanpo-card {
      background-color: var(--card-bg);
      border: 2px solid var(--accent-color);
      border-radius: 12px;
      padding: 24px;
      margin-bottom: 24px;
      box-shadow: 0 4px 10px rgba(228, 166, 130, 0.15);
    }

    .sanpo-card h3 {
      font-size: 18px;
      color: #333;
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 8px;
      border-bottom: 1px solid var(--accent-color);
    }

    /* 開催概要の項目リスト */
    .sanpo-list {
      list-style: none;
      padding: 0;
      margin: 0 0 24px 0;
    }

    .sanpo-item {
      display: flex;
      padding: 12px 0;
      border-bottom: 1px dashed rgba(228, 166, 130, 0.4);
    }

    .sanpo-item:last-child {
      border-bottom: none;
    }

    .sanpo-label {
      flex: 0 0 100px;
      font-weight: bold;
      color: #333;
    }

    .sanpo-value {
      flex: 1;
    }

    /* 申込アクションボタン */
    .sanpo-btn-container {
      text-align: center;
      margin-top: 8px;
    }

    .sanpo-btn {
      display: inline-block;
      background-color: var(--accent-color);
      color: #ffffff !important;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      padding: 14px 32px;
      border-radius: 8px;
      transition: background-color 0.2s ease, transform 0.1s ease;
      box-shadow: 0 4px 6px rgba(228, 166, 130, 0.2);
    }

    .sanpo-btn:hover {
      background-color: var(--accent-dark);
      transform: translateY(-1px);
    }

    .sanpo-btn:active {
      transform: translateY(1px);
    }

    /* サポート・関連案内エリア */
    .sanpo-support {
      background: rgba(228, 166, 130, 0.08);
      border-radius: 8px;
      padding: 18px;
      font-size: 14px;
    }

    .sanpo-support p {
      margin: 0 0 12px 0;
      font-weight: bold;
    }

    .sanpo-links {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .sanpo-link-item {
      display: inline-flex;
      align-items: center;
      background-color: var(--card-bg);
      border: 1px solid var(--accent-color);
      color: var(--text-color) !important;
      text-decoration: none;
      padding: 8px 16px;
      border-radius: 6px;
      font-size: 13px;
      font-weight: 500;
      transition: all 0.2s ease;
    }

    .sanpo-link-item:hover {
      background-color: var(--accent-color);
      color: #ffffff !important;
    }

    /* レスポンシブ対応 */
    @media (max-width: 480px) {
      .sanpo-item {
        flex-direction: column;
      }
      .sanpo-label {
        margin-bottom: 4px;
      }
      .sanpo-links {
        flex-direction: column;
      }
      .sanpo-link-item {
        justify-content: center;
      }
    }
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

  &lt;div class=&quot;sanpo-container&quot;&gt;
    
    &lt;!-- 紹介テキスト --&gt;
    &lt;section class=&quot;sanpo-intro&quot;&gt;
      &lt;p&gt;
        佐賀産業保健総合支援センター（通称：さんぽセンター）では、「何から始めればよいのか分からない」「実施の具体的な流れを知りたい」とお考えの事業主や人事・労務ご担当者の皆さまを対象に、実務に役立つ研修会を開催いたします。
      &lt;/p&gt;
      &lt;p&gt;
        本研修では、厚生労働省が作成した「小規模事業場向けストレスチェック実施マニュアル」を用い、制度の概要からスムーズな導入・実施までの流れを分かりやすく解説します。
      &lt;/p&gt;
      &lt;p&gt;
        50人未満の小規模事業場におけるメンタルヘルス対策や、今後の体制づくりにぜひお役立てください。
      &lt;/p&gt;
    &lt;/section&gt;

    &lt;!-- 開催概要カード --&gt;
    &lt;section class=&quot;sanpo-card&quot;&gt;
      &lt;h3&gt;開催概要&lt;/h3&gt;
      
      &lt;dl class=&quot;sanpo-list&quot;&gt;
        &lt;div class=&quot;sanpo-item&quot;&gt;
          &lt;dt class=&quot;sanpo-label&quot;&gt;研修テーマ&lt;/dt&gt;
          &lt;dd class=&quot;sanpo-value&quot;&gt;&lt;strong&gt;「事業主が知っておきたい小規模事業場のストレスチェックの実施について」&lt;/strong&gt;&lt;/dd&gt;
        &lt;/div&gt;
        
        &lt;div class=&quot;sanpo-item&quot;&gt;
          &lt;dt class=&quot;sanpo-label&quot;&gt;日時&lt;/dt&gt;
          &lt;dd class=&quot;sanpo-value&quot;&gt;&lt;strong&gt;令和8年8月26日（水曜日） 14:00～16:00&lt;/strong&gt;&lt;/dd&gt;
        &lt;/div&gt;
        
        &lt;div class=&quot;sanpo-item&quot;&gt;
          &lt;dt class=&quot;sanpo-label&quot;&gt;場所&lt;/dt&gt;
          &lt;dd class=&quot;sanpo-value&quot;&gt;
            &lt;strong&gt;メートプラザ佐賀 2F大会議室&lt;/strong&gt;&lt;br&gt;
            &lt;span style=&quot;font-size:13px; color:#555;&quot;&gt;（佐賀市兵庫北3丁目1-1）&lt;/span&gt;
          &lt;/dd&gt;
        &lt;/div&gt;
      &lt;/dl&gt;

      &lt;!-- 申込ボタン --&gt;
      &lt;div class=&quot;sanpo-btn-container&quot;&gt;
        &lt;a href=&quot;https://www.sagas.johas.go.jp/publics/index/111/#block551&quot; class=&quot;sanpo-btn&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
          研修会への参加を申し込む（無料）
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/section&gt;

    &lt;!-- その他の案内・サポート制度 --&gt;
    &lt;section class=&quot;sanpo-support&quot;&gt;
      &lt;p&gt;さんぽセンターの無料支援・お役立ち情報&lt;/p&gt;
      &lt;span style=&quot;display:block; font-size:13px; margin-bottom:12px; color:#555; line-height:1.6;&quot;&gt;
        当センターでは、ストレスチェック制度の導入支援をはじめ、産業保健に関する様々な無料個別支援を行っています。ぜひご活用ください。
      &lt;/span&gt;
      &lt;div class=&quot;sanpo-links&quot;&gt;
        &lt;a href=&quot;https://www.sagas.johas.go.jp/publics/index/22/&quot; class=&quot;sanpo-link-item&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
          &lt;span&gt;その他の研修会一覧&lt;/span&gt;
        &lt;/a&gt;
        &lt;a href=&quot;https://www.sagas.johas.go.jp/publics/index/44/&quot; class=&quot;sanpo-link-item&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
          &lt;span&gt;メールマガジン登録&lt;/span&gt;
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/section&gt;

  &lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6875855">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-12T11:24:00+09:00</dc:date>
        <title>中小企業のための脱炭素経営セミナー＆産学官交流会のお知らせ</title>
        <link>https://r.goope.jp/srp-41/info/6875855</link>
        <description>&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: #339966;&quot;&gt;佐賀県と佐賀大学の主催により、標記セミナー＆交流会が9月4日１３時３０分からホテルニューオータニ佐賀で開催されます。&amp;ldquo;明日からの経営に役に立つヒント&amp;rdquo;として、「経営戦略としてのGX」、「県内企業の実践事例」、「活用できる支援制度」の説明が予定されています。&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: #339966;&quot;&gt;また、セミナー後には、県と佐賀大との共同企画として、企業や支援機関によるPRパネル展示や名刺交換などを通じた「産学官交流会」が開催されます。参加費は無料です。&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #339966;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;strong&gt;「脱炭素経営は、何から始めればよいか分からない」、「省エネやコスト削減につながる支援制度を知りたい」、「新しい取引先や大学とのつながりを増やしたい」などに当てはまる方はお気軽にご参加ください&lt;/strong&gt;&lt;/span&gt;。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #339966;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;【申込先】&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;a href=&quot;https://saganetzero.com/r8seminar02/&quot; target=&quot;_blank&quot; title=&quot;脱炭素経営セミナー＆交流会&quot;&gt;https://saganetzero.com/r8seminar02/&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://saganetzero.com/r8seminar02/&quot; target=&quot;_blank&quot; title=&quot;脱炭素経営セミナー＆交流会&quot;&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 12pt; font-family: 游明朝, serif;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;strong&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/92487/260812112605-6a7bd9bd92a30.pdf&quot; target=&quot;_blank&quot;&gt;9.4脱炭素経営セミナー＆CIREn交流会.pdf&lt;/a&gt; (1MB)&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260812113427-6a7bdbb36f4e3_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6870801">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-07T14:00:00+09:00</dc:date>
        <title>【令和９年４月１日付採用】職員採用試験の受験申込を開始しました！</title>
        <link>https://r.goope.jp/srp-41/info/6870801</link>
        <description>&lt;p&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;○採用職種・人員・受験資格&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　経営指導員または経営指導員研修生：５名程度&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　　※受験資格の詳細は、本会ＨＰ採用情報ページ（&lt;a href=&quot;https://r.goope.jp/sr-41-410021s0021/&quot;&gt;https://r.goope.jp/sr-41-410021s0021/&lt;/a&gt;）の「採用試験申込要領」でご確認ください&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;○申込期間：令和８年８月７日（金）～令和８年９月８日（火）【１７時必着】&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　※直接持参される場合は、平日９：００～１７：００の間にご持参ください&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　※郵送・メールの場合は、９月８日（火）必着&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;○申込方法&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　採用試験受験申込書・職務経歴書（経験がある場合）をご記入の上、所定の方法でお申し込みください。&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;※その他詳細は本会採用情報ページにてご確認ください&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;○試験日程&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　１次試験　&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　　【試験日程】令和８年９月２６日（土）&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　　【場　　所】佐賀市「佐賀商工ビル」　※対象者へは別途通知&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　　【試験内容】筆記試験（基礎教養・事務処理能力・適性検査）、小論文　　　&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　２次試験 　&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　　【試験日程】令和８年１０月２４日（土）　&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　　【場　　所】佐賀市内　※対象者へは別途通知　&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　　【試験内容】面接　&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;○お問合せ先&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　佐賀県商工会連合会　総務課：真子（まなご）・兼子（かねこ）&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　TEL：0952-26-6101（平日8：30～17：00）&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　Mail：saiyou@sashoren.or.jp&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260807130852-6a755a54d7393_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6868079">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T10:41:00+09:00</dc:date>
        <title>令和８年度SAGAゼロカーボン加速化事業（事業者向け）補助金のお知らせ</title>
        <link>https://r.goope.jp/srp-41/info/6868079</link>
        <description>&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #008080;&quot;&gt;カーボンニュートラルに向けて再エネ設備・省エネ設備の導入を支援する&lt;span lang=&quot;EN-US&quot;&gt;SAGA&lt;/span&gt;ゼロカーボン加速化事業（事業者向け）補助金の受付が始まっております。是非ご活用ください。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #008080;&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260805104407-6a7295674ac79.pdf&quot; target=&quot;_blank&quot; style=&quot;color: #008080;&quot;&gt;SAGAゼロカーボン加速化事業補助金チラシ.pdf&lt;/a&gt; (2MB)&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #008080;&quot;&gt;〇補助対象設備・補助率（補助上限）&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #008080;&quot;&gt;　自家消費型太陽光発電設備　５万円&lt;span lang=&quot;EN-US&quot;&gt;/KW&lt;/span&gt;（上限&lt;span lang=&quot;EN-US&quot;&gt;250&lt;/span&gt;万円）&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-indent: 11.0pt; mso-char-indent-count: 1.0;&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #008080;&quot;&gt;蓄電池　　　　　　対象経費の&lt;span lang=&quot;EN-US&quot;&gt;1/3&lt;/span&gt;以内（上限&lt;span lang=&quot;EN-US&quot;&gt;265&lt;/span&gt;万円）&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-indent: 11.0pt; mso-char-indent-count: 1.0;&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #008080;&quot;&gt;地中熱利用設備　　対象経費の&lt;span lang=&quot;EN-US&quot;&gt;2/3&lt;/span&gt;（上限&lt;span lang=&quot;EN-US&quot;&gt;2,000&lt;/span&gt;万円）&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #008080;&quot;&gt;　高効率空調機器　　対象経費の&lt;span lang=&quot;EN-US&quot;&gt;1/2&lt;/span&gt;（上限&lt;span lang=&quot;EN-US&quot;&gt;150&lt;/span&gt;万円）&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-indent: 11.0pt; mso-char-indent-count: 1.0;&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #008080;&quot;&gt;高効率照明機器　　対象経費の&lt;span lang=&quot;EN-US&quot;&gt;1/2&lt;/span&gt;（上限&lt;span lang=&quot;EN-US&quot;&gt;150&lt;/span&gt;万円）&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-indent: 11.0pt; mso-char-indent-count: 1.0;&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #008080;&quot;&gt;高効率給湯器　　　対象経費の&lt;span lang=&quot;EN-US&quot;&gt;1/2&lt;/span&gt;（上限&lt;span lang=&quot;EN-US&quot;&gt;150&lt;/span&gt;万円）&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #008080;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&amp;nbsp;〇&lt;/span&gt;募集期間&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #008080;&quot;&gt;　令和&lt;span lang=&quot;EN-US&quot;&gt;8&lt;/span&gt;年&lt;span lang=&quot;EN-US&quot;&gt;5&lt;/span&gt;月&lt;span lang=&quot;EN-US&quot;&gt;11&lt;/span&gt;日（月曜日）～&lt;span lang=&quot;EN-US&quot;&gt;10&lt;/span&gt;月&lt;span lang=&quot;EN-US&quot;&gt;30&lt;/span&gt;日（金曜日）&lt;span lang=&quot;EN-US&quot;&gt;17&lt;/span&gt;時まで&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #008080;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;　※ &lt;/span&gt;先着順&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #008080;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&amp;nbsp;〇&lt;/span&gt;リンク先&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-family: 游明朝, serif; color: #008080;&quot;&gt; 【補助金事務局ＨＰ】&lt;span lang=&quot;EN-US&quot;&gt;&lt;a href=&quot;https://ondanka-boushi.net/zc-hojo&quot; target=&quot;_blank&quot; style=&quot;color: #008080;&quot;&gt;https://ondanka-boushi.net/zc-hojo&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260805105154-6a72973ad6b01_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6865987">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-03T15:30:00+09:00</dc:date>
        <title>佐賀県警からのお知らせ～『令和８年熊本地震に伴うインターネット上の偽・誤情報や災害に乗じた詐欺関連投稿等に注意！』</title>
        <link>https://r.goope.jp/srp-41/info/6865987</link>
        <description>&lt;p&gt;&lt;span style=&quot;font-size: 14pt; color: #ff0000;&quot;&gt;&lt;strong&gt;災害が発生すると・・・&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 14pt; color: #ff0000;&quot;&gt;&lt;strong&gt;■被害状況や救助に関する偽・誤情報が拡散され、迅速な救助や復旧・復興の妨げに。&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 14pt; color: #ff0000;&quot;&gt;&lt;strong&gt;■災害に乗じた詐欺関連の投稿やメールに惑わされ、詐欺サイトに誘導され、被害に遭う可能性も。&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 14pt; color: #3366ff;&quot;&gt;&lt;strong&gt;安易に不確かな情報を信用しないようにご注意ください！&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260803170609-6a704bf11f3fb.pdf&quot; target=&quot;_blank&quot;&gt;サイバーニュース第１５号　災害に乗じた詐欺関連投稿等に注意！.pdf&lt;/a&gt; (0.6MB)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260803170810-6a704c6aa9036_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6861585">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-30T16:00:00+09:00</dc:date>
        <title>「佐賀県高校生ＤＩ選手権大会」開催のお知らせ</title>
        <link>https://r.goope.jp/srp-41/info/6861585</link>
        <description>&lt;!doctype html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
  &lt;meta charset=&quot;utf-8&quot; /&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot; /&gt;
  &lt;title&gt;佐賀県高校生ＤＩ選手権大会 開催のお知らせ&lt;/title&gt;
  &lt;style&gt;
    :root {
      --bg-color: #fdf7ed;       /* ホームページ背景色 */
      --accent-color: #e4a682;   /* 囲み線・アクセント */
      --text-color: #333333;     /* 文字基本色 */
      --card-bg: #ffffff;        /* 読みやすさのためのカード背景（白） */
      --header-color: #d4703a;   /* 組織の基調カラー（ヘッダー用） */
    }
    
    * {
      box-sizing: border-box;
    }
    
    body {
      margin: 0;
      padding: 0;
      background-color: var(--bg-color);
      color: var(--text-color);
      font-family: system-ui, -apple-system, sans-serif;
      line-height: 1.8;
    }

    .container {
      max-width: 800px;
      margin: 0 auto;
      padding: 24px 16px;
    }

    /* お知らせ・ニュースらしいヘッダー */
    .news-header {
      border-bottom: 3px double var(--accent-color);
      padding-bottom: 12px;
      margin-bottom: 24px;
    }

    .category-badge {
      display: inline-block;
      background-color: var(--accent-color);
      color: #ffffff;
      font-size: 13px;
      font-weight: bold;
      padding: 4px 12px;
      border-radius: 4px;
      margin-bottom: 8px;
    }

    h1 {
      font-size: 24px;
      color: #333;
      margin: 0 0 8px 0;
      line-height: 1.4;
    }

    /* 本文・リード文 */
    .intro-text {
      font-size: 15px;
      margin-bottom: 24px;
    }

    /* 開催概要エリア（囲み線デザイン） */
    .info-card {
      background-color: var(--card-bg);
      border: 2px solid var(--accent-color);
      border-radius: 12px;
      padding: 24px;
      margin-bottom: 24px;
      box-shadow: 0 4px 10px rgba(228, 166, 130, 0.15);
    }

    .info-card h2 {
      font-size: 18px;
      color: #333;
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 8px;
      border-bottom: 1px solid var(--accent-color);
      display: flex;
      align-items: center;
    }

    /* 開催概要の項目リスト */
    .info-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .info-item {
      display: flex;
      padding: 12px 0;
      border-bottom: 1px dashed rgba(228, 166, 130, 0.4);
    }

    .info-item:last-child {
      border-bottom: none;
    }

    .info-label {
      flex: 0 0 100px;
      font-weight: bold;
      color: #333;
    }

    .info-value {
      flex: 1;
    }

    /* 地図やアクセスに関する補足 */
    .map-note {
      font-size: 13px;
      color: #666;
      margin-top: 4px;
    }

    /* レスポンシブ対応（スマホ表示時） */
    @media (max-width: 480px) {
      h1 {
        font-size: 20px;
      }
      .info-item {
        flex-direction: column;
      }
      .info-label {
        margin-bottom: 4px;
      }
    }
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

  &lt;div class=&quot;container&quot;&gt;
    &lt;article&gt;
      &lt;!-- ヘッダー部分 --&gt;
      &lt;header class=&quot;news-header&quot;&gt;
        &lt;span class=&quot;category-badge&quot;&gt;イベント情報&lt;/span&gt;
        &lt;h1&gt;「佐賀県高校生ＤＩ選手権大会」開催のお知らせ&lt;/h1&gt;
      &lt;/header&gt;

      &lt;!-- 紹介テキスト --&gt;
      &lt;section class=&quot;intro-text&quot;&gt;
        &lt;p&gt;
          佐賀県では、独自の教育プログラムを通じてデジタルイノベーション（DI）人材を育成し、「地元の若者が佐賀で活躍する」循環モデルの構築を目指すプロジェクト「DI SCHOOL SEIRENKATA（せいれんかた）」に取り組んでいます。
        &lt;/p&gt;
        &lt;p&gt;
          このたび、その一環として、受講生たちによる成果発表の場&lt;strong&gt;「佐賀県高校生ＤＩ選手権大会」&lt;/strong&gt;が開催されます。
        &lt;/p&gt;
        &lt;p&gt;
          本大会は、今年10月24日・25日に開催される「第36回全国産業教育フェア佐賀大会」において、新規に実施される全国大会「全国高校生DI選手権大会」への選考会を兼ねています。デジタル技術と地域課題解決を融合させた、これまでにない新しい競技に挑む高校生たちの熱いプレゼンテーションを、ぜひ会場でご覧ください。
        &lt;/p&gt;
      &lt;/section&gt;

      &lt;!-- 開催概要カード（囲み枠） --&gt;
      &lt;section class=&quot;info-card&quot;&gt;
        &lt;h2&gt;開催概要&lt;/h2&gt;
        
        &lt;dl class=&quot;info-list&quot;&gt;
          &lt;div class=&quot;info-item&quot;&gt;
            &lt;dt class=&quot;info-label&quot;&gt;日時&lt;/dt&gt;
            &lt;dd class=&quot;info-value&quot;&gt;&lt;strong&gt;令和8年8月2日（日曜日） 10:00～15:00&lt;/strong&gt;&lt;/dd&gt;
          &lt;/div&gt;
          
          &lt;div class=&quot;info-item&quot;&gt;
            &lt;dt class=&quot;info-label&quot;&gt;会場&lt;/dt&gt;
            &lt;dd class=&quot;info-value&quot;&gt;
              &lt;strong&gt;ミズウェルビーホール　イベントホール&lt;/strong&gt;&lt;br&gt;
              &lt;span style=&quot;font-size:14px; color:#555;&quot;&gt;（佐賀市日の出1丁目21-10）&lt;/span&gt;
            &lt;/dd&gt;
          &lt;/div&gt;
          
          &lt;div class=&quot;info-item&quot;&gt;
            &lt;dt class=&quot;info-label&quot;&gt;参加者&lt;/dt&gt;
            &lt;dd class=&quot;info-value&quot;&gt;SEIRENKATA 1期生・2期生（高校3年生・2年生）&lt;/dd&gt;
          &lt;/div&gt;
          
          &lt;div class=&quot;info-item&quot;&gt;
            &lt;dt class=&quot;info-label&quot;&gt;主催&lt;/dt&gt;
            &lt;dd class=&quot;info-value&quot;&gt;佐賀県教育委員会&lt;/dd&gt;
          &lt;/div&gt;
        &lt;/dl&gt;
      &lt;/section&gt;

    &lt;/article&gt;
  &lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260731171617-6a6c59d14986d_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6859152">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-30T15:20:00+09:00</dc:date>
        <title>「SAGA Bloom Lab女性のためのはじめての創業ワークショップ」 開催について</title>
        <link>https://r.goope.jp/srp-41/info/6859152</link>
        <description>&lt;p&gt;&lt;span style=&quot;font-size: 12pt; font-family: &#039;BIZ UDPゴシック&#039;;&quot;&gt;近年、ライフスタイルの多様化や副業・フリーランス市場の拡大により、女性の創業ニーズが高まっていることから、&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt; font-family: &#039;BIZ UDPゴシック&#039;;&quot;&gt;女性の創業意欲を高め、実際の事業化に向けた第一歩を支援することを目的に本ワークショップを開催いたします。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;起業に興味がある女性や副業を始めたい女性、自宅サロン・教室・ハンドメイド販売などを検討している女性など、&lt;/span&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;是非ご参加ください。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11.0pt; font-family: &#039;BIZ UDPゴシック&#039;;&quot;&gt;１．日　　時　　令和８年９月１５日（火）１４：００～１６：３０&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11.0pt; font-family: &#039;BIZ UDPゴシック&#039;;&quot;&gt;２．場　　所　　佐賀市「&lt;span lang=&quot;EN-US&quot;&gt;i&lt;/span&gt;スクエアビル５階　セミナールーム（小）」　&lt;span lang=&quot;EN-US&quot; style=&quot;color: red;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 11.0pt; font-family: &#039;BIZ UDPゴシック&#039;;&quot;&gt;佐賀市駅前中央１－８－３２&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11.0pt; font-family: &#039;BIZ UDPゴシック&#039;;&quot;&gt;３．&lt;/span&gt;&lt;span style=&quot;font-size: 11.0pt; font-family: &#039;BIZ UDPゴシック&#039;; mso-font-kerning: 0pt;&quot;&gt;テ ー マ　　&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11.0pt; font-family: &#039;BIZ UDPゴシック&#039;;&quot;&gt;SAGA Bloom Lab&lt;/span&gt;&lt;span style=&quot;font-size: 11.0pt; font-family: &#039;BIZ UDPゴシック&#039;;&quot;&gt;女性のためのはじめての創業ワークショップ&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11.0pt; font-family: &#039;BIZ UDPゴシック&#039;;&quot;&gt;４．内　　容　　別添チラシをご確認ください。&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260730152329-6a6aede185ec2.pdf&quot; target=&quot;_blank&quot;&gt;創業ワークショップ（A4チラシ）.pdf&lt;/a&gt; &lt;span&gt;(3.16MB)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11.0pt; font-family: &#039;BIZ UDPゴシック&#039;;&quot;&gt;５&lt;a name=&quot;_Hlk150526905&quot;&gt;&lt;/a&gt;．申込み&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;　別添チラシのＱＲコード若しくは以下のＵＲＬからお申し込みください。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span face=&quot;BIZ UDPゴシック&quot; style=&quot;font-family: &#039;BIZ UDPゴシック&#039;;&quot;&gt;&lt;span style=&quot;font-size: 14.6667px;&quot;&gt;　　　　　　　　　&lt;a href=&quot;https://forms.gle/uzDqVyHmYYeZo9DH9&quot;&gt;https://forms.gle/uzDqVyHmYYeZo9DH9&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;６．対　象　　原則商工会地区にお住まいの方や、商工会地区で起業を検討されている方を対象とさせていただきます。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;【お問い合わせ先】&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;佐賀県商工会連合会　経営支援課　山下&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;〒840-0826　佐賀県佐賀市白山2丁目1-12&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;TEL：0952-26-6101&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260730152514-6a6aee4acbc03_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6857800">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-29T18:14:00+09:00</dc:date>
        <title>【ご案内】商談会ブースづくりワークショップを開催します</title>
        <link>https://r.goope.jp/srp-41/info/6857800</link>
        <description>&lt;p&gt;　佐賀県商工会連合会では、販路開拓支援の一環としてバイヤーが思わず立ち寄りたくなるブースづくりを支援するため、&lt;/p&gt;
&lt;p&gt;ブースづくりのために必要な基礎知識について学ぶミニセミナーや実際にブースづくりを行い、専門家からアドバイスを&lt;/p&gt;
&lt;p&gt;いただくワークショップを開催します。&lt;/p&gt;
&lt;p&gt;　この機会に、ブースづくりに対する理解を深め自社製品あったブースづくりなどを専門家に直接聞いてみませんか。&lt;/p&gt;
&lt;p&gt;１、概要&lt;/p&gt;
&lt;p&gt;　日程：10月７日（水）、８日&lt;/p&gt;
&lt;p&gt;　時間：150分&amp;times;３回（１回あたり３事業者を想定）&lt;/p&gt;
&lt;p&gt;　　　　①10月７日（水）　14：00　～　16：40&lt;/p&gt;
&lt;p&gt;　　　　②10月８日（木）　 ９：00　～　11：40&lt;/p&gt;
&lt;p&gt;　　　　③10月８日（木）　13：30　～　16：10&lt;/p&gt;
&lt;p&gt;　場所：商工会、事業所、会議室（※参加者決定後調整いたします）&lt;/p&gt;
&lt;p&gt;　人数：９社限定&lt;/p&gt;
&lt;p&gt;　　　　※応募者多数の場合は、バイヤーズゲートSAGA出展者及びFOOD STYLE Kyushu共同ブース出展者などを優先に採択をいたします。&lt;/p&gt;
&lt;p&gt;　カリキュラム案：ミニセミナー（30分）、ブースづくりワークショップ（120分）&lt;/p&gt;
&lt;p&gt;　申込方法：チラシ裏面のQRコードからお申込みいただくか以下のURLからお申込みいただきますようお願いします&lt;/p&gt;
&lt;p&gt;　　　　　　チラシ：&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260729185904-6a69cee811597.pdf&quot; target=&quot;_blank&quot;&gt;チラシ（ブースづくりワークショップ）.pdf&lt;/a&gt; (1.21MB)&lt;/p&gt;
&lt;p&gt;　　　　　　URL：&lt;a href=&quot;https://forms.gle/N68LVNHAswnqNcKBA&quot;&gt;https://forms.gle/N68LVNHAswnqNcKBA&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;　申込期限：令和８年８月21日（金）&lt;/p&gt;
&lt;p&gt;　注意事項　　・このワークショップは、３社１組のグループに分かれて行います。&lt;/p&gt;
&lt;p&gt;　　　　　　　・事前にブースディスプレイプランニングシートのご提出を頂く予定としております。&lt;/p&gt;
&lt;p&gt;　　　　　　　・参会者はアンケートの回答にご協力をお願いいたします。&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6338103">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-29T09:00:00+09:00</dc:date>
        <title>【出展受付開始！】「SAGA AI WORLD～第10回生産性向上のためのITフェア」</title>
        <link>https://r.goope.jp/srp-41/info/6338103</link>
        <description>&lt;h5 style=&quot;color-scheme: unset; forced-color-adjust: unset; math-depth: unset; position: unset; position-anchor: unset; text-size-adjust: unset; appearance: unset; font-feature-settings: unset; font-kerning: unset; font-language-override: unset; font-optical-sizing: unset; font-palette: unset; font-size-adjust: unset; font-stretch: unset; font-synthesis: unset; font-variant-alternates: unset; font-variant-east-asian: unset; font-variant-emoji: unset; font-variant-numeric: unset; font-variant-position: unset; font-variation-settings: unset; position-area: unset; text-orientation: unset; text-rendering: unset; text-spacing-trim: unset; -webkit-font-smoothing: unset; -webkit-locale: unset; -webkit-text-orientation: unset; -webkit-writing-mode: unset; writing-mode: unset; zoom: unset; accent-color: unset; place-content: unset; place-items: unset; place-self: unset; alignment-baseline: unset; anchor-name: unset; anchor-scope: unset; animation-composition: unset; animation: unset; animation-trigger: unset; app-region: unset; aspect-ratio: unset; backdrop-filter: unset; backface-visibility: unset; background-attachment: unset; background-blend-mode: unset; background-clip: unset; background-image: unset; background-origin: unset; background-position: unset; background-repeat: unset; background-size: unset; baseline-shift: unset; baseline-source: unset; block-size: unset; border-block: unset; border: unset; border-radius: unset; border-collapse: unset; border-end-end-radius: unset; border-end-start-radius: unset; border-inline: unset; border-shape: unset; border-start-end-radius: unset; border-start-start-radius: unset; inset: unset; box-decoration-break: unset; box-shadow: unset; break-after: unset; break-before: unset; break-inside: unset; buffered-rendering: unset; caption-side: unset; caret-animation: unset; caret-color: unset; caret-shape: unset; clear: unset; clip: unset; clip-path: unset; clip-rule: unset; color-interpolation: unset; color-interpolation-filters: unset; color-rendering: unset; columns: unset; column-fill: unset; gap: unset; rule-break: unset; rule: unset; rule-inset: unset; rule-visibility-items: unset; column-span: unset; contain: unset; contain-intrinsic-block-size: unset; contain-intrinsic-size: unset; contain-intrinsic-inline-size: unset; container: unset; content: unset; content-visibility: unset; corner-shape: unset; corner-block-end-shape: unset; corner-block-start-shape: unset; counter-increment: unset; counter-reset: unset; counter-set: unset; cursor: unset; cx: unset; cy: unset; d: unset; dominant-baseline: unset; dynamic-range-limit: unset; empty-cells: unset; field-sizing: unset; fill: unset; fill-opacity: unset; fill-rule: unset; filter: unset; flex: unset; flex-flow: unset; flex-line-count: unset; float: unset; flood-color: unset; flood-opacity: unset; grid: unset; grid-area: unset; height: unset; hyphenate-character: unset; hyphenate-limit-chars: unset; hyphens: unset; image-orientation: unset; image-rendering: unset; initial-letter: unset; inline-size: unset; inset-block: unset; inset-inline: unset; interactivity: unset; interest-delay: unset; interpolate-size: unset; isolation: unset; lighting-color: unset; line-break: unset; list-style: unset; margin-block: unset; margin-inline: unset; marker: unset; mask: unset; mask-type: unset; math-shift: unset; math-style: unset; max-block-size: unset; max-height: unset; max-inline-size: unset; max-width: unset; min-block-size: unset; min-height: unset; min-inline-size: unset; min-width: unset; mix-blend-mode: unset; object-fit: unset; object-position: unset; object-view-box: unset; offset: unset; opacity: unset; order: unset; outline: unset; outline-offset: unset; overflow-anchor: unset; overflow-block: unset; overflow-clip-margin: unset; overflow-inline: unset; overflow-wrap: unset; overflow: unset; overlay: unset; overscroll-behavior-block: unset; overscroll-behavior-inline: unset; overscroll-behavior: unset; padding-block: unset; padding: unset; padding-inline: unset; page: unset; page-margin-safety: unset; page-orientation: unset; paint-order: unset; perspective: unset; perspective-origin: unset; pointer-events: unset; position-try: unset; position-visibility: unset; print-color-adjust: unset; quotes: unset; r: unset; reading-flow: unset; reading-order: unset; resize: unset; rotate: unset; ruby-align: unset; ruby-position: unset; rule-overlap: unset; rx: unset; ry: unset; scale: unset; scroll-behavior: unset; scroll-initial-target: unset; scroll-margin-block: unset; scroll-margin: unset; scroll-margin-inline: unset; scroll-marker-group: unset; scroll-padding-block: unset; scroll-padding: unset; scroll-padding-inline: unset; scroll-snap-align: unset; scroll-snap-stop: unset; scroll-snap-type: unset; scroll-target-group: unset; scroll-timeline: unset; scrollbar-color: unset; scrollbar-gutter: unset; scrollbar-width: unset; shape-image-threshold: unset; shape-margin: unset; shape-outside: unset; shape-rendering: unset; size: unset; speak: unset; stop-color: unset; stop-opacity: unset; stroke: unset; stroke-dasharray: unset; stroke-dashoffset: unset; stroke-linecap: unset; stroke-linejoin: unset; stroke-miterlimit: unset; stroke-opacity: unset; stroke-width: unset; tab-size: unset; table-layout: unset; text-align-last: unset; text-anchor: unset; text-autospace: unset; text-box: unset; text-combine-upright: unset; text-decoration-skip-ink: unset; text-emphasis: unset; text-emphasis-position: unset; text-fit: unset; text-justify: unset; text-overflow: unset; text-shadow: unset; text-underline-offset: unset; text-underline-position: unset; text-wrap-style: unset; timeline-scope: unset; timeline-trigger: unset; touch-action: unset; transform: unset; transform-box: unset; transform-origin: unset; transform-style: unset; transition: unset; translate: unset; trigger-scope: unset; user-select: unset; vector-effect: unset; vertical-align: unset; view-timeline: unset; view-transition-class: unset; view-transition-group: unset; view-transition-name: unset; view-transition-scope: unset; visibility: unset; border-spacing: unset; -webkit-box-align: unset; -webkit-box-decoration-break: unset; -webkit-box-direction: unset; -webkit-box-flex: unset; -webkit-box-ordinal-group: unset; -webkit-box-orient: unset; -webkit-box-pack: unset; -webkit-box-reflect: unset; -webkit-line-break: unset; -webkit-line-clamp: unset; -webkit-mask-box-image: unset; -webkit-rtl-ordering: unset; -webkit-ruby-position: unset; -webkit-tap-highlight-color: unset; -webkit-text-combine: unset; -webkit-text-decorations-in-effect: unset; -webkit-text-fill-color: unset; -webkit-text-security: unset; -webkit-text-stroke-color: unset; -webkit-user-drag: unset; width: unset; will-change: unset; word-break: unset; x: unset; y: unset; z-index: unset; display: revert; box-sizing: border-box; font-family: &#039;Noto Sans JP&#039;, Helvetica, 游ゴシック, YuGothic, &#039;ヒラギノ角ゴ ProN W3&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, メイリオ, Meiryo, sans-serif; line-height: 1.25; color: #00709d; font-size: 1rem;&quot;&gt;&lt;span style=&quot;color-scheme: unset; forced-color-adjust: unset; math-depth: unset; position: unset; position-anchor: unset; text-size-adjust: unset; appearance: unset; color: #ff6600; font-style: unset; font-variant: unset; font-weight: unset; font-stretch: unset; font-size: 14pt; line-height: unset; font-family: unset; font-optical-sizing: unset; font-size-adjust: unset; font-kerning: unset; font-feature-settings: unset; font-variation-settings: unset; font-language-override: unset; font-palette: unset; font-synthesis: unset; position-area: unset; text-orientation: unset; text-rendering: unset; text-spacing-trim: unset; -webkit-font-smoothing: unset; -webkit-locale: unset; -webkit-text-orientation: unset; -webkit-writing-mode: unset; writing-mode: unset; zoom: unset; accent-color: unset; place-content: unset; place-items: unset; place-self: unset; alignment-baseline: unset; anchor-name: unset; anchor-scope: unset; animation-composition: unset; animation: unset; animation-trigger: unset; app-region: unset; aspect-ratio: unset; backdrop-filter: unset; backface-visibility: unset; background: unset; background-blend-mode: unset; baseline-shift: unset; baseline-source: unset; block-size: unset; border-block: unset; border: unset; border-radius: unset; border-collapse: unset; border-end-end-radius: unset; border-end-start-radius: unset; border-inline: unset; border-shape: unset; border-start-end-radius: unset; border-start-start-radius: unset; inset: unset; box-decoration-break: unset; box-shadow: unset; break-after: unset; break-before: unset; break-inside: unset; buffered-rendering: unset; caption-side: unset; caret-animation: unset; caret-color: unset; caret-shape: unset; clear: unset; clip: unset; clip-path: unset; clip-rule: unset; color-interpolation: unset; color-interpolation-filters: unset; color-rendering: unset; columns: unset; column-fill: unset; gap: unset; rule-break: unset; rule: unset; rule-inset: unset; rule-visibility-items: unset; column-span: unset; contain: unset; contain-intrinsic-block-size: unset; contain-intrinsic-size: unset; contain-intrinsic-inline-size: unset; container: unset; content: unset; content-visibility: unset; corner-shape: unset; corner-block-end-shape: unset; corner-block-start-shape: unset; counter-increment: unset; counter-reset: unset; counter-set: unset; cursor: unset; cx: unset; cy: unset; d: unset; dominant-baseline: unset; dynamic-range-limit: unset; empty-cells: unset; field-sizing: unset; fill: unset; fill-opacity: unset; fill-rule: unset; filter: unset; flex: unset; flex-flow: unset; flex-line-count: unset; float: unset; flood-color: unset; flood-opacity: unset; grid: unset; grid-area: unset; height: unset; hyphenate-character: unset; hyphenate-limit-chars: unset; hyphens: unset; image-orientation: unset; image-rendering: unset; initial-letter: unset; inline-size: unset; inset-block: unset; inset-inline: unset; interactivity: unset; interest-delay: unset; interpolate-size: unset; isolation: unset; letter-spacing: unset; lighting-color: unset; line-break: unset; list-style: unset; margin-block: unset; margin: unset; margin-inline: unset; marker: unset; mask: unset; mask-type: unset; math-shift: unset; math-style: unset; max-block-size: unset; max-height: unset; max-inline-size: unset; max-width: unset; min-block-size: unset; min-height: unset; min-inline-size: unset; min-width: unset; mix-blend-mode: unset; object-fit: unset; object-position: unset; object-view-box: unset; offset: unset; opacity: unset; order: unset; orphans: unset; outline: unset; outline-offset: unset; overflow-anchor: unset; overflow-block: unset; overflow-clip-margin: unset; overflow-inline: unset; overflow-wrap: unset; overflow: unset; overlay: unset; overscroll-behavior-block: unset; overscroll-behavior-inline: unset; overscroll-behavior: unset; padding-block: unset; padding: unset; padding-inline: unset; page: unset; page-margin-safety: unset; page-orientation: unset; paint-order: unset; perspective: unset; perspective-origin: unset; pointer-events: unset; position-try: unset; position-visibility: unset; print-color-adjust: unset; quotes: unset; r: unset; reading-flow: unset; reading-order: unset; resize: unset; rotate: unset; ruby-align: unset; ruby-position: unset; rule-overlap: unset; rx: unset; ry: unset; scale: unset; scroll-behavior: unset; scroll-initial-target: unset; scroll-margin-block: unset; scroll-margin: unset; scroll-margin-inline: unset; scroll-marker-group: unset; scroll-padding-block: unset; scroll-padding: unset; scroll-padding-inline: unset; scroll-snap-align: unset; scroll-snap-stop: unset; scroll-snap-type: unset; scroll-target-group: unset; scroll-timeline: unset; scrollbar-color: unset; scrollbar-gutter: unset; scrollbar-width: unset; shape-image-threshold: unset; shape-margin: unset; shape-outside: unset; shape-rendering: unset; size: unset; speak: unset; stop-color: unset; stop-opacity: unset; stroke: unset; stroke-dasharray: unset; stroke-dashoffset: unset; stroke-linecap: unset; stroke-linejoin: unset; stroke-miterlimit: unset; stroke-opacity: unset; stroke-width: unset; tab-size: unset; table-layout: unset; text-align: unset; text-align-last: unset; text-anchor: unset; text-autospace: unset; text-box: unset; text-combine-upright: unset; text-decoration: unset; text-decoration-skip-ink: unset; text-emphasis: unset; text-emphasis-position: unset; text-fit: unset; text-indent: unset; text-justify: unset; text-overflow: unset; text-shadow: unset; text-transform: unset; text-underline-offset: unset; text-underline-position: unset; text-wrap: unset; timeline-scope: unset; timeline-trigger: unset; touch-action: unset; transform: unset; transform-box: unset; transform-origin: unset; transform-style: unset; transition: unset; translate: unset; trigger-scope: unset; user-select: unset; vector-effect: unset; vertical-align: unset; view-timeline: unset; view-transition-class: unset; view-transition-group: unset; view-transition-name: unset; view-transition-scope: unset; visibility: unset; border-spacing: unset; -webkit-box-align: unset; -webkit-box-decoration-break: unset; -webkit-box-direction: unset; -webkit-box-flex: unset; -webkit-box-ordinal-group: unset; -webkit-box-orient: unset; -webkit-box-pack: unset; -webkit-box-reflect: unset; -webkit-line-break: unset; -webkit-line-clamp: unset; -webkit-mask-box-image: unset; -webkit-rtl-ordering: unset; -webkit-ruby-position: unset; -webkit-tap-highlight-color: unset; -webkit-text-combine: unset; -webkit-text-decorations-in-effect: unset; -webkit-text-fill-color: unset; -webkit-text-security: unset; -webkit-text-stroke: unset; -webkit-user-drag: unset; white-space-collapse: unset; widows: unset; width: unset; will-change: unset; word-break: unset; word-spacing: unset; x: unset; y: unset; z-index: unset; display: revert; box-sizing: border-box;&quot;&gt;SAGA AI WORLD（第10回生産性向上のためのITフェア）を12月9日（水）ハイブリット開催にて実施いたします！&lt;/span&gt;&lt;/h5&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span color=&quot;#ff6600&quot; style=&quot;color: #ff6600;&quot;&gt;&lt;span style=&quot;font-size: 18.6667px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span color=&quot;#ff6600&quot;&gt;&lt;span style=&quot;font-size: 18.6667px;&quot;&gt;最新の生成AIやAIを活用した商材・サービスに触れ、生成AIやAI導入を促進する機会を設けることで、地場企業における人材育成、DX支援のきっかけとなる機会を創出し、企業が抱える経営課題の解決を図ることを目的として開催します。&lt;/span&gt;&lt;/span&gt;&lt;span color=&quot;#ff6600&quot;&gt;&lt;span style=&quot;font-size: 18.6667px;&quot;&gt;第9回はリアル＋オンラインのハイブリット形式の開催で約400名のご参加があり、ご好評をいただきました。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span color=&quot;#ff6600&quot;&gt;&lt;span style=&quot;font-size: 18.6667px;&quot;&gt;今回も より多くの方にご参加いただけるよう、「社内のAI人材不足」や「AIT活用イメージの具体化」、「DXへの取り組み」を身近に感じていただくとともに、生成AIなどを上手に活用することで、将来的なビジョンを掴み取り、経営者をはじめ従業員の方々のやる気を後押しできるイベントとします。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span color=&quot;#ff6600&quot;&gt;&lt;span style=&quot;font-size: 18.6667px;&quot;&gt;なお、出展企業によるセミナーも開催し、理解を深める取り組みも行います。&lt;/span&gt;&lt;/span&gt;&lt;span color=&quot;#ff6600&quot;&gt;&lt;span style=&quot;font-size: 18.6667px;&quot;&gt;詳細は、別紙及び動画にてご確認ください。&lt;/span&gt;&lt;/span&gt;&lt;span color=&quot;#ff6600&quot;&gt;&lt;span style=&quot;font-size: 18.6667px;&quot;&gt;皆様の出展エントリーを心よりお待ち申し上げます。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span color=&quot;#ff6600&quot; style=&quot;color: #ff0000;&quot;&gt;&lt;span style=&quot;font-size: 18.6667px;&quot;&gt;★出展エントリー&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&lt;span color=&quot;#ff6600&quot;&gt;&lt;span style=&quot;font-size: 18.6667px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;span color=&quot;#ff6600&quot;&gt;&lt;span style=&quot;font-size: 18.6667px;&quot;&gt;　エントリーフォーム：&lt;a href=&quot;https://forms.gle/MtgLnoysAZTw6FhU7&quot; target=&quot;_blank&quot; title=&quot;ＩＴフェア出展エントリーフォーム&quot;&gt;https://forms.gle/MtgLnoysAZTw6FhU7&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;color-scheme: unset; forced-color-adjust: unset; math-depth: unset; position: unset; position-anchor: unset; text-size-adjust: unset; appearance: unset; font-feature-settings: unset; font-kerning: unset; font-language-override: unset; font-optical-sizing: unset; font-palette: unset; font-size-adjust: unset; font-stretch: unset; font-synthesis: unset; font-variant-alternates: unset; font-variant-east-asian: unset; font-variant-emoji: unset; font-variant-numeric: unset; font-variant-position: unset; font-variation-settings: unset; position-area: unset; text-orientation: unset; text-rendering: unset; text-spacing-trim: unset; -webkit-font-smoothing: unset; -webkit-locale: unset; -webkit-text-orientation: unset; -webkit-writing-mode: unset; writing-mode: unset; zoom: unset; accent-color: unset; place-content: unset; place-items: unset; place-self: unset; alignment-baseline: unset; anchor-name: unset; anchor-scope: unset; animation-composition: unset; animation: unset; animation-trigger: unset; app-region: unset; aspect-ratio: unset; backdrop-filter: unset; backface-visibility: unset; background-attachment: unset; background-blend-mode: unset; background-clip: unset; background-image: unset; background-origin: unset; background-position: unset; background-repeat: unset; background-size: unset; baseline-shift: unset; baseline-source: unset; block-size: unset; border-block: unset; border: unset; border-radius: unset; border-collapse: unset; border-end-end-radius: unset; border-end-start-radius: unset; border-inline: unset; border-shape: unset; border-start-end-radius: unset; border-start-start-radius: unset; inset: unset; box-decoration-break: unset; box-shadow: unset; break-after: unset; break-before: unset; break-inside: unset; buffered-rendering: unset; caption-side: unset; caret-animation: unset; caret-color: unset; caret-shape: unset; clear: unset; clip: unset; clip-path: unset; clip-rule: unset; color-interpolation: unset; color-interpolation-filters: unset; color-rendering: unset; columns: unset; column-fill: unset; gap: unset; rule-break: unset; rule: unset; rule-inset: unset; rule-visibility-items: unset; column-span: unset; contain: unset; contain-intrinsic-block-size: unset; contain-intrinsic-size: unset; contain-intrinsic-inline-size: unset; container: unset; content: unset; content-visibility: unset; corner-shape: unset; corner-block-end-shape: unset; corner-block-start-shape: unset; counter-increment: unset; counter-reset: unset; counter-set: unset; cursor: unset; cx: unset; cy: unset; d: unset; dominant-baseline: unset; dynamic-range-limit: unset; empty-cells: unset; field-sizing: unset; fill: unset; fill-opacity: unset; fill-rule: unset; filter: unset; flex: unset; flex-flow: unset; flex-line-count: unset; float: unset; flood-color: unset; flood-opacity: unset; grid: unset; grid-area: unset; height: unset; hyphenate-character: unset; hyphenate-limit-chars: unset; hyphens: unset; image-orientation: unset; image-rendering: unset; initial-letter: unset; inline-size: unset; inset-block: unset; inset-inline: unset; interactivity: unset; interest-delay: unset; interpolate-size: unset; isolation: unset; lighting-color: unset; line-break: unset; list-style: unset; margin-block: unset; margin-inline: unset; marker: unset; mask: unset; mask-type: unset; math-shift: unset; math-style: unset; max-block-size: unset; max-height: unset; max-inline-size: unset; max-width: unset; min-block-size: unset; min-height: unset; min-inline-size: unset; min-width: unset; mix-blend-mode: unset; object-fit: unset; object-position: unset; object-view-box: unset; offset: unset; opacity: unset; order: unset; outline: unset; outline-offset: unset; overflow-anchor: unset; overflow-block: unset; overflow-clip-margin: unset; overflow-inline: unset; overflow-wrap: unset; overflow: unset; overlay: unset; overscroll-behavior-block: unset; overscroll-behavior-inline: unset; overscroll-behavior: unset; padding-block: unset; padding: unset; padding-inline: unset; page: unset; page-margin-safety: unset; page-orientation: unset; paint-order: unset; perspective: unset; perspective-origin: unset; pointer-events: unset; position-try: unset; position-visibility: unset; print-color-adjust: unset; quotes: unset; r: unset; reading-flow: unset; reading-order: unset; resize: unset; rotate: unset; ruby-align: unset; ruby-position: unset; rule-overlap: unset; rx: unset; ry: unset; scale: unset; scroll-behavior: unset; scroll-initial-target: unset; scroll-margin-block: unset; scroll-margin: unset; scroll-margin-inline: unset; scroll-marker-group: unset; scroll-padding-block: unset; scroll-padding: unset; scroll-padding-inline: unset; scroll-snap-align: unset; scroll-snap-stop: unset; scroll-snap-type: unset; scroll-target-group: unset; scroll-timeline: unset; scrollbar-color: unset; scrollbar-gutter: unset; scrollbar-width: unset; shape-image-threshold: unset; shape-margin: unset; shape-outside: unset; shape-rendering: unset; size: unset; speak: unset; stop-color: unset; stop-opacity: unset; stroke: unset; stroke-dasharray: unset; stroke-dashoffset: unset; stroke-linecap: unset; stroke-linejoin: unset; stroke-miterlimit: unset; stroke-opacity: unset; stroke-width: unset; tab-size: unset; table-layout: unset; text-align-last: unset; text-anchor: unset; text-autospace: unset; text-box: unset; text-combine-upright: unset; text-decoration-skip-ink: unset; text-emphasis: unset; text-emphasis-position: unset; text-fit: unset; text-justify: unset; text-overflow: unset; text-shadow: unset; text-underline-offset: unset; text-underline-position: unset; text-wrap-style: unset; timeline-scope: unset; timeline-trigger: unset; touch-action: unset; transform: unset; transform-box: unset; transform-origin: unset; transform-style: unset; transition: unset; translate: unset; trigger-scope: unset; user-select: unset; vector-effect: unset; vertical-align: unset; view-timeline: unset; view-transition-class: unset; view-transition-group: unset; view-transition-name: unset; view-transition-scope: unset; visibility: unset; border-spacing: unset; -webkit-box-align: unset; -webkit-box-decoration-break: unset; -webkit-box-direction: unset; -webkit-box-flex: unset; -webkit-box-ordinal-group: unset; -webkit-box-orient: unset; -webkit-box-pack: unset; -webkit-box-reflect: unset; -webkit-line-break: unset; -webkit-line-clamp: unset; -webkit-mask-box-image: unset; -webkit-rtl-ordering: unset; -webkit-ruby-position: unset; -webkit-tap-highlight-color: unset; -webkit-text-combine: unset; -webkit-text-decorations-in-effect: unset; -webkit-text-fill-color: unset; -webkit-text-security: unset; -webkit-text-stroke-color: unset; -webkit-user-drag: unset; width: unset; will-change: unset; word-break: unset; x: unset; y: unset; z-index: unset; display: revert; box-sizing: border-box; margin: 1.1875rem 0px 0px; font-size: 16px; line-height: 1.88; color: #222222; font-family: &#039;Noto Sans JP&#039;, Helvetica, 游ゴシック, YuGothic, &#039;ヒラギノ角ゴ ProN W3&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, メイリオ, Meiryo, sans-serif;&quot;&gt;&amp;nbsp;&lt;span color=&quot;#222222&quot; face=&quot;Noto Sans JP, Helvetica, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif&quot; style=&quot;color: #222222; font-family: &#039;Noto Sans JP&#039;, Helvetica, 游ゴシック, YuGothic, &#039;ヒラギノ角ゴ ProN W3&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, メイリオ, Meiryo, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 18.6667px;&quot;&gt;◎実施要領：&lt;/span&gt;&lt;/span&gt;&lt;strong&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/92487/260706152916-6a4b4b3c04b99.pdf&quot; target=&quot;_blank&quot;&gt;SAGA-AI-WORLD（第10回ITフェア）実施要領.pdf&lt;/a&gt; (0.83MB)&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;color-scheme: unset; forced-color-adjust: unset; math-depth: unset; position: unset; position-anchor: unset; text-size-adjust: unset; appearance: unset; font-feature-settings: unset; font-kerning: unset; font-language-override: unset; font-optical-sizing: unset; font-palette: unset; font-size-adjust: unset; font-stretch: unset; font-synthesis: unset; font-variant-alternates: unset; font-variant-east-asian: unset; font-variant-emoji: unset; font-variant-numeric: unset; font-variant-position: unset; font-variation-settings: unset; position-area: unset; text-orientation: unset; text-rendering: unset; text-spacing-trim: unset; -webkit-font-smoothing: unset; -webkit-locale: unset; -webkit-text-orientation: unset; -webkit-writing-mode: unset; writing-mode: unset; zoom: unset; accent-color: unset; place-content: unset; place-items: unset; place-self: unset; alignment-baseline: unset; anchor-name: unset; anchor-scope: unset; animation-composition: unset; animation: unset; animation-trigger: unset; app-region: unset; aspect-ratio: unset; backdrop-filter: unset; backface-visibility: unset; background-attachment: unset; background-blend-mode: unset; background-clip: unset; background-image: unset; background-origin: unset; background-position: unset; background-repeat: unset; background-size: unset; baseline-shift: unset; baseline-source: unset; block-size: unset; border-block: unset; border: unset; border-radius: unset; border-collapse: unset; border-end-end-radius: unset; border-end-start-radius: unset; border-inline: unset; border-shape: unset; border-start-end-radius: unset; border-start-start-radius: unset; inset: unset; box-decoration-break: unset; box-shadow: unset; break-after: unset; break-before: unset; break-inside: unset; buffered-rendering: unset; caption-side: unset; caret-animation: unset; caret-color: unset; caret-shape: unset; clear: unset; clip: unset; clip-path: unset; clip-rule: unset; color-interpolation: unset; color-interpolation-filters: unset; color-rendering: unset; columns: unset; column-fill: unset; gap: unset; rule-break: unset; rule: unset; rule-inset: unset; rule-visibility-items: unset; column-span: unset; contain: unset; contain-intrinsic-block-size: unset; contain-intrinsic-size: unset; contain-intrinsic-inline-size: unset; container: unset; content: unset; content-visibility: unset; corner-shape: unset; corner-block-end-shape: unset; corner-block-start-shape: unset; counter-increment: unset; counter-reset: unset; counter-set: unset; cursor: unset; cx: unset; cy: unset; d: unset; dominant-baseline: unset; dynamic-range-limit: unset; empty-cells: unset; field-sizing: unset; fill: unset; fill-opacity: unset; fill-rule: unset; filter: unset; flex: unset; flex-flow: unset; flex-line-count: unset; float: unset; flood-color: unset; flood-opacity: unset; grid: unset; grid-area: unset; height: unset; hyphenate-character: unset; hyphenate-limit-chars: unset; hyphens: unset; image-orientation: unset; image-rendering: unset; initial-letter: unset; inline-size: unset; inset-block: unset; inset-inline: unset; interactivity: unset; interest-delay: unset; interpolate-size: unset; isolation: unset; lighting-color: unset; line-break: unset; list-style: unset; margin-block: unset; margin-inline: unset; marker: unset; mask: unset; mask-type: unset; math-shift: unset; math-style: unset; max-block-size: unset; max-height: unset; max-inline-size: unset; max-width: unset; min-block-size: unset; min-height: unset; min-inline-size: unset; min-width: unset; mix-blend-mode: unset; object-fit: unset; object-position: unset; object-view-box: unset; offset: unset; opacity: unset; order: unset; outline: unset; outline-offset: unset; overflow-anchor: unset; overflow-block: unset; overflow-clip-margin: unset; overflow-inline: unset; overflow-wrap: unset; overflow: unset; overlay: unset; overscroll-behavior-block: unset; overscroll-behavior-inline: unset; overscroll-behavior: unset; padding-block: unset; padding: unset; padding-inline: unset; page: unset; page-margin-safety: unset; page-orientation: unset; paint-order: unset; perspective: unset; perspective-origin: unset; pointer-events: unset; position-try: unset; position-visibility: unset; print-color-adjust: unset; quotes: unset; r: unset; reading-flow: unset; reading-order: unset; resize: unset; rotate: unset; ruby-align: unset; ruby-position: unset; rule-overlap: unset; rx: unset; ry: unset; scale: unset; scroll-behavior: unset; scroll-initial-target: unset; scroll-margin-block: unset; scroll-margin: unset; scroll-margin-inline: unset; scroll-marker-group: unset; scroll-padding-block: unset; scroll-padding: unset; scroll-padding-inline: unset; scroll-snap-align: unset; scroll-snap-stop: unset; scroll-snap-type: unset; scroll-target-group: unset; scroll-timeline: unset; scrollbar-color: unset; scrollbar-gutter: unset; scrollbar-width: unset; shape-image-threshold: unset; shape-margin: unset; shape-outside: unset; shape-rendering: unset; size: unset; speak: unset; stop-color: unset; stop-opacity: unset; stroke: unset; stroke-dasharray: unset; stroke-dashoffset: unset; stroke-linecap: unset; stroke-linejoin: unset; stroke-miterlimit: unset; stroke-opacity: unset; stroke-width: unset; tab-size: unset; table-layout: unset; text-align-last: unset; text-anchor: unset; text-autospace: unset; text-box: unset; text-combine-upright: unset; text-decoration-skip-ink: unset; text-emphasis: unset; text-emphasis-position: unset; text-fit: unset; text-justify: unset; text-overflow: unset; text-shadow: unset; text-underline-offset: unset; text-underline-position: unset; text-wrap-style: unset; timeline-scope: unset; timeline-trigger: unset; touch-action: unset; transform: unset; transform-box: unset; transform-origin: unset; transform-style: unset; transition: unset; translate: unset; trigger-scope: unset; user-select: unset; vector-effect: unset; vertical-align: unset; view-timeline: unset; view-transition-class: unset; view-transition-group: unset; view-transition-name: unset; view-transition-scope: unset; visibility: unset; border-spacing: unset; -webkit-box-align: unset; -webkit-box-decoration-break: unset; -webkit-box-direction: unset; -webkit-box-flex: unset; -webkit-box-ordinal-group: unset; -webkit-box-orient: unset; -webkit-box-pack: unset; -webkit-box-reflect: unset; -webkit-line-break: unset; -webkit-line-clamp: unset; -webkit-mask-box-image: unset; -webkit-rtl-ordering: unset; -webkit-ruby-position: unset; -webkit-tap-highlight-color: unset; -webkit-text-combine: unset; -webkit-text-decorations-in-effect: unset; -webkit-text-fill-color: unset; -webkit-text-security: unset; -webkit-text-stroke-color: unset; -webkit-user-drag: unset; width: unset; will-change: unset; word-break: unset; x: unset; y: unset; z-index: unset; display: revert; box-sizing: border-box; margin: 1.125rem 0px 0px; font-size: 16px; line-height: 1.88; color: #222222; font-family: &#039;Noto Sans JP&#039;, Helvetica, 游ゴシック, YuGothic, &#039;ヒラギノ角ゴ ProN W3&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, メイリオ, Meiryo, sans-serif;&quot;&gt;&amp;nbsp;&lt;span color=&quot;#222222&quot; face=&quot;Noto Sans JP, Helvetica, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif&quot; style=&quot;color: #222222; font-family: &#039;Noto Sans JP&#039;, Helvetica, 游ゴシック, YuGothic, &#039;ヒラギノ角ゴ ProN W3&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, メイリオ, Meiryo, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 18.6667px;&quot;&gt;◎別紙：&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;strong&gt;&lt;a href=&quot;https://cdn.goope.jp/92487/260706153041-6a4b4b91b598f.pdf&quot; target=&quot;_blank&quot;&gt;出展に関するご案内(別紙).pdf&lt;/a&gt; (1.17MB)&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;color-scheme: unset; forced-color-adjust: unset; math-depth: unset; position: unset; position-anchor: unset; text-size-adjust: unset; appearance: unset; font-feature-settings: unset; font-kerning: unset; font-language-override: unset; font-optical-sizing: unset; font-palette: unset; font-size-adjust: unset; font-stretch: unset; font-synthesis: unset; font-variant-alternates: unset; font-variant-east-asian: unset; font-variant-emoji: unset; font-variant-numeric: unset; font-variant-position: unset; font-variation-settings: unset; position-area: unset; text-orientation: unset; text-rendering: unset; text-spacing-trim: unset; -webkit-font-smoothing: unset; -webkit-locale: unset; -webkit-text-orientation: unset; -webkit-writing-mode: unset; writing-mode: unset; zoom: unset; accent-color: unset; place-content: unset; place-items: unset; place-self: unset; alignment-baseline: unset; anchor-name: unset; anchor-scope: unset; animation-composition: unset; animation: unset; animation-trigger: unset; app-region: unset; aspect-ratio: unset; backdrop-filter: unset; backface-visibility: unset; background-attachment: unset; background-blend-mode: unset; background-clip: unset; background-image: unset; background-origin: unset; background-position: unset; background-repeat: unset; background-size: unset; baseline-shift: unset; baseline-source: unset; block-size: unset; border-block: unset; border: unset; border-radius: unset; border-collapse: unset; border-end-end-radius: unset; border-end-start-radius: unset; border-inline: unset; border-shape: unset; border-start-end-radius: unset; border-start-start-radius: unset; inset: unset; box-decoration-break: unset; box-shadow: unset; break-after: unset; break-before: unset; break-inside: unset; buffered-rendering: unset; caption-side: unset; caret-animation: unset; caret-color: unset; caret-shape: unset; clear: unset; clip: unset; clip-path: unset; clip-rule: unset; color-interpolation: unset; color-interpolation-filters: unset; color-rendering: unset; columns: unset; column-fill: unset; gap: unset; rule-break: unset; rule: unset; rule-inset: unset; rule-visibility-items: unset; column-span: unset; contain: unset; contain-intrinsic-block-size: unset; contain-intrinsic-size: unset; contain-intrinsic-inline-size: unset; container: unset; content: unset; content-visibility: unset; corner-shape: unset; corner-block-end-shape: unset; corner-block-start-shape: unset; counter-increment: unset; counter-reset: unset; counter-set: unset; cursor: unset; cx: unset; cy: unset; d: unset; dominant-baseline: unset; dynamic-range-limit: unset; empty-cells: unset; field-sizing: unset; fill: unset; fill-opacity: unset; fill-rule: unset; filter: unset; flex: unset; flex-flow: unset; flex-line-count: unset; float: unset; flood-color: unset; flood-opacity: unset; grid: unset; grid-area: unset; height: unset; hyphenate-character: unset; hyphenate-limit-chars: unset; hyphens: unset; image-orientation: unset; image-rendering: unset; initial-letter: unset; inline-size: unset; inset-block: unset; inset-inline: unset; interactivity: unset; interest-delay: unset; interpolate-size: unset; isolation: unset; lighting-color: unset; line-break: unset; list-style: unset; margin-block: unset; margin-inline: unset; marker: unset; mask: unset; mask-type: unset; math-shift: unset; math-style: unset; max-block-size: unset; max-height: unset; max-inline-size: unset; max-width: unset; min-block-size: unset; min-height: unset; min-inline-size: unset; min-width: unset; mix-blend-mode: unset; object-fit: unset; object-position: unset; object-view-box: unset; offset: unset; opacity: unset; order: unset; outline: unset; outline-offset: unset; overflow-anchor: unset; overflow-block: unset; overflow-clip-margin: unset; overflow-inline: unset; overflow-wrap: unset; overflow: unset; overlay: unset; overscroll-behavior-block: unset; overscroll-behavior-inline: unset; overscroll-behavior: unset; padding-block: unset; padding: unset; padding-inline: unset; page: unset; page-margin-safety: unset; page-orientation: unset; paint-order: unset; perspective: unset; perspective-origin: unset; pointer-events: unset; position-try: unset; position-visibility: unset; print-color-adjust: unset; quotes: unset; r: unset; reading-flow: unset; reading-order: unset; resize: unset; rotate: unset; ruby-align: unset; ruby-position: unset; rule-overlap: unset; rx: unset; ry: unset; scale: unset; scroll-behavior: unset; scroll-initial-target: unset; scroll-margin-block: unset; scroll-margin: unset; scroll-margin-inline: unset; scroll-marker-group: unset; scroll-padding-block: unset; scroll-padding: unset; scroll-padding-inline: unset; scroll-snap-align: unset; scroll-snap-stop: unset; scroll-snap-type: unset; scroll-target-group: unset; scroll-timeline: unset; scrollbar-color: unset; scrollbar-gutter: unset; scrollbar-width: unset; shape-image-threshold: unset; shape-margin: unset; shape-outside: unset; shape-rendering: unset; size: unset; speak: unset; stop-color: unset; stop-opacity: unset; stroke: unset; stroke-dasharray: unset; stroke-dashoffset: unset; stroke-linecap: unset; stroke-linejoin: unset; stroke-miterlimit: unset; stroke-opacity: unset; stroke-width: unset; tab-size: unset; table-layout: unset; text-align-last: unset; text-anchor: unset; text-autospace: unset; text-box: unset; text-combine-upright: unset; text-decoration-skip-ink: unset; text-emphasis: unset; text-emphasis-position: unset; text-fit: unset; text-justify: unset; text-overflow: unset; text-shadow: unset; text-underline-offset: unset; text-underline-position: unset; text-wrap-style: unset; timeline-scope: unset; timeline-trigger: unset; touch-action: unset; transform: unset; transform-box: unset; transform-origin: unset; transform-style: unset; transition: unset; translate: unset; trigger-scope: unset; user-select: unset; vector-effect: unset; vertical-align: unset; view-timeline: unset; view-transition-class: unset; view-transition-group: unset; view-transition-name: unset; view-transition-scope: unset; visibility: unset; border-spacing: unset; -webkit-box-align: unset; -webkit-box-decoration-break: unset; -webkit-box-direction: unset; -webkit-box-flex: unset; -webkit-box-ordinal-group: unset; -webkit-box-orient: unset; -webkit-box-pack: unset; -webkit-box-reflect: unset; -webkit-line-break: unset; -webkit-line-clamp: unset; -webkit-mask-box-image: unset; -webkit-rtl-ordering: unset; -webkit-ruby-position: unset; -webkit-tap-highlight-color: unset; -webkit-text-combine: unset; -webkit-text-fill-color: unset; -webkit-text-security: unset; -webkit-text-stroke-color: unset; -webkit-user-drag: unset; width: unset; will-change: unset; word-break: unset; x: unset; y: unset; z-index: unset; display: revert; box-sizing: border-box; margin: 1.125rem 0px 0px; line-height: 1.88;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt; color: #3366ff;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Meiryo, sans-serif;&quot;&gt;＜出展に関するお問い合わせ＞&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;font-size: 12pt; color: #3366ff;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Meiryo, sans-serif;&quot;&gt;　佐賀県商工会連合会&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;font-size: 12pt; color: #3366ff;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Meiryo, sans-serif;&quot;&gt;　　横町・真子&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;font-size: 12pt; color: #3366ff;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Meiryo, sans-serif;&quot;&gt;　　電話：0952-26-6101&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260706153244-6a4b4c0c513e6_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6847478">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-21T18:14:00+09:00</dc:date>
        <title>お土産のアワード「S-1 AWARDS 2026お土産体験会」を開催します！</title>
        <link>https://r.goope.jp/srp-41/info/6847478</link>
        <description>&lt;p&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 12pt;&quot;&gt;佐賀県では、県内の素晴らしいお土産に焦点をあてPRすることで、経済効果を生み出すことを目的として、&lt;/span&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 12pt;&quot;&gt;佐賀県商工会連合会と連携し、お土産のアワード「S※-1 AWARDS」を実施しています。&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 12pt;&quot;&gt;県内各地から238品の魅力あふれるお土産が集まり、現在Web投票を受け付けているところですが、&lt;/span&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 12pt;&quot;&gt;県民の皆さまにエントリー商品についてより詳しく知っていただくため、&lt;/span&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 12pt;&quot;&gt;エントリー商品の一部を実際に体験（展示や試食）できる「S-1 AWARDS 2026お土産体験会」を以下のとおり開催します。&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;※S-1 AWARDS(S-1アワード)の「S」は、Saga Saiko Souvenir（お土産）の頭文字です。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 12pt;&quot;&gt;〇「S-1 AWARDS 2026お土産体験会」の概要&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 12pt;&quot;&gt;日時　令和8年8月9日（日曜日）　10時～16時&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 12pt;&quot;&gt;場所　モラージュ佐賀内「モラージュプラザ」&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 12pt;&quot;&gt;内容　S-1 AWARDS 2026エントリー商品の体験（試食や展示）及び投票受付&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 12pt;&quot;&gt;S-1 AWARDS公式サイト（投票はこちらhttps://s1awards.com/&lt;/span&gt;&lt;span style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 12pt;&quot;&gt;から）&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260721181501-6a5f3895de109_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6843036">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-17T14:00:00+09:00</dc:date>
        <title>S-1 AWARDS 2026のWEB投票を開始しました！</title>
        <link>https://r.goope.jp/srp-41/info/6843036</link>
        <description>&lt;p class=&quot;MsoNormal&quot;&gt;今年も「&lt;span lang=&quot;EN-US&quot;&gt;S-1 AWARDS 2026&lt;/span&gt;」の県民の皆さんによる&lt;span lang=&quot;EN-US&quot;&gt;WEB&lt;/span&gt;投票を開始しました。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;2024&lt;/span&gt;年から実施している本事業では、佐賀県内の魅力あふれるお土産を紹介し、佐賀県の皆さんが全国の皆さんにおすすめしたい佐賀のお土産への投票を行っております。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;本年度の&lt;span lang=&quot;EN-US&quot;&gt;S-1 AWARDS&lt;/span&gt;では、過去最多となる&lt;span lang=&quot;EN-US&quot;&gt;238&lt;/span&gt;品のお土産がエントリーされております。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;「あの人に贈ったら喜ばれた、あの一品」「あなただけが知っている、地元の隠れた逸品」など、あなたが全国におすすめしたいお土産に投票しませんか？&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;また、投票された方の中から抽選で&lt;span lang=&quot;EN-US&quot;&gt;50&lt;/span&gt;名様に豪華賞品が当たります。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;皆様の投票をお待ちしております。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;〇　&lt;span lang=&quot;EN-US&quot;&gt;WEB&lt;/span&gt;投票期間　　令和８年７月１７日（金曜日）～令和８年８月３１日（月曜日）&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;〇　投票フォーム　　&lt;span lang=&quot;EN-US&quot;&gt;&lt;a href=&quot;https://s1awards.com/entry/&quot;&gt;https://s1awards.com/entry/&lt;/a&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;〇　投　票　数　　１人１回最大３品&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;〇　その他　　・投票期間中にエントリーされたお土産の一部を実際に手に取ってみることができるイベントを開催予定です。&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ・公式&lt;span lang=&quot;EN-US&quot;&gt;Instagram&lt;/span&gt;（&lt;span lang=&quot;EN-US&quot;&gt;&lt;a href=&quot;https://www.instagram.com/saga.s1awards/&quot;&gt;https://www.instagram.com/saga.s1awards/&lt;/a&gt;&lt;/span&gt;）にて全エントリー商品を紹介していますので、&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;フォロー、いいねをお願いします。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260717134519-6a59b35fa4d06_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6818827">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-06T10:00:00+09:00</dc:date>
        <title>『ＡＩ時代に自分の可能性を広げるセミナー』開催のお知らせ</title>
        <link>https://r.goope.jp/srp-41/info/6818827</link>
        <description>&lt;p&gt;&lt;span style=&quot;color: #339966;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;～「このままでいいのかな」を考え始めた人へ～&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #339966; font-size: 18pt;&quot;&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&lt;span color=&quot;#3366ff&quot;&gt;&lt;b&gt;お申し込みは&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style=&quot;color: #ff0000; font-size: 18pt;&quot;&gt;こちら 　&lt;a href=&quot;https://hi-zen.jp/&quot; target=&quot;_blank&quot; title=&quot;セミナー申し込み&quot;&gt;https://hi-zen.jp/&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #3366ff;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;ＡＩの進化によって、働き方やキャリアの考え方が大きく変わり始めています。&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #3366ff;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;セミナーを受講して、ＡＩ時代に求められる考え方や、&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #3366ff;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&amp;rdquo;自分の可能性を広げる&amp;rdquo;ヒントを見つけませんか？&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #3366ff;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260629101338-6a41c6c28d0a8.pdf&quot; target=&quot;_blank&quot; style=&quot;color: #3366ff;&quot;&gt;テックチラシ(RGB)特別セミナー.pdf&lt;/a&gt; (0.5MB)&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;span style=&quot;color: #3366ff;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;開催日時：2026年7月17日（金）16：00～17：30&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;span style=&quot;color: #3366ff;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;開催形式：オンライン　※ＱＲコードからもお申し込みいただけます&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260629101723-6a41c7a30e2a0_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6827071">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-03T13:27:00+09:00</dc:date>
        <title>佐賀型賃金UPプロジェクト「価格転嫁交渉スキルアップセミナー」のお知らせ</title>
        <link>https://r.goope.jp/srp-41/info/6827071</link>
        <description>&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;佐賀型賃金UPプロジェクトによる「価格転嫁交渉スキルアップセミナー」が開催されます。是非ご参加ください。&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260703132858-6a473a8a8ff8a.pdf&quot; target=&quot;_blank&quot;&gt;チラシ（価格転嫁・価格交渉スキルアップセミナー）.pdf&lt;/a&gt; (1.5MB)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260703133027-6a473ae3e1fa9_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6827064">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-03T13:22:00+09:00</dc:date>
        <title>佐賀型賃金UPプロジェクト『生産性向上セミナー』のお知らせ</title>
        <link>https://r.goope.jp/srp-41/info/6827064</link>
        <description>&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;佐賀型賃金UPプロジェクト主催による「生産性向上セミナー」が開催されます。是非ご参加ください。&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260703132446-6a47398e7580a.pdf&quot; target=&quot;_blank&quot;&gt;チラシ（生産性向上セミナー）.pdf&lt;/a&gt; (1.64MB)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260703132656-6a473a1051ac4_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6826904">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-03T11:20:00+09:00</dc:date>
        <title>SAGA航空宇宙産業シンポジウムのご案内</title>
        <link>https://r.goope.jp/srp-41/info/6826904</link>
        <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;佐賀県では、成長産業である航空宇宙産業の魅力・展望を発信するとともに、&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;航空宇&lt;/span&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;宙産業への参入に関心をもつ企業を創出することを目的として、&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;下記のとおりシンポ&lt;/span&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;ジウムを開催されます。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;Courier New&#039;; mso-ascii-font-family: 游ゴシック;&quot;&gt;■&lt;/span&gt;日時：令和８年７月２７日（月）　&lt;span lang=&quot;EN-US&quot;&gt;14&lt;/span&gt;時～&lt;span lang=&quot;EN-US&quot;&gt;17&lt;/span&gt;時&lt;span lang=&quot;EN-US&quot;&gt;10&lt;/span&gt;分&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;Courier New&#039;; mso-ascii-font-family: 游ゴシック;&quot;&gt;■&lt;/span&gt;場所：ガーデンテラス佐賀（佐賀市新栄東３丁目７－８）&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;Courier New&#039;; mso-ascii-font-family: 游ゴシック;&quot;&gt;■&lt;/span&gt;対象者：佐賀県内の企業、団体、支援機関など&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;Courier New&#039;; mso-ascii-font-family: 游ゴシック;&quot;&gt;■&lt;/span&gt;参加費：無料&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;Courier New&#039;; mso-ascii-font-family: 游ゴシック;&quot;&gt;■&lt;/span&gt;内容&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;　　　&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;Courier New&#039;; mso-ascii-font-family: 游ゴシック;&quot;&gt;○&lt;/span&gt;基調講演&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;Cambria Math&#039;,serif; mso-bidi-font-family: &#039;Cambria Math&#039;;&quot;&gt;①&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;　　　　「宇宙ビジネスマーケットの急速な拡大と宇宙開発の多様化」&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;　　　　　&lt;span lang=&quot;EN-US&quot;&gt;JAXA &lt;/span&gt;宇宙探査イノベーションハブ　技術主幹　上野宗孝　氏&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;　　　&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;Courier New&#039;; mso-ascii-font-family: 游ゴシック;&quot;&gt;○&lt;/span&gt;基調講演&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;Cambria Math&#039;,serif; mso-bidi-font-family: &#039;Cambria Math&#039;;&quot;&gt;②&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;　　　　「世界最小・最軽量の変形型月面ロボット&lt;span lang=&quot;EN-US&quot;&gt;SORA-Q&lt;/span&gt;の開発について」&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;　　　　　同志社大学　生命医科学部　医工学科　教授　渡辺公貴　氏&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;　　　&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;Courier New&#039;; mso-ascii-font-family: 游ゴシック;&quot;&gt;○&lt;/span&gt;交流会（名刺交換会）&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;Courier New&#039;; mso-ascii-font-family: 游ゴシック;&quot;&gt;■&lt;/span&gt;参加申込フォーム：&lt;span lang=&quot;EN-US&quot;&gt;&lt;a href=&quot;https://logoform.jp/form/jbBd/1592814&quot;&gt;https://logoform.jp/form/jbBd/1592814&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ 明朝&#039;,serif; mso-bidi-font-family: &#039;ＭＳ 明朝&#039;;&quot;&gt;※&lt;/span&gt;詳細は添付のチラシをご確認ください。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260703112230-6a471ce64c19f.pdf&quot; target=&quot;_blank&quot;&gt;チラシ（令和８年度SAGA航空宇宙産業シンポジウム）.pdf&lt;/a&gt; &lt;span&gt;(0.83MB)&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;span&gt;&lt;a href=&quot;https://cdn.goope.jp/92487/260703112315-6a471d137d301.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/92487/260703112315-6a471d137d301_l.png&quot; alt=&quot;スクリーンショット 2026-07-03 112255.png&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6825045">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-02T08:50:00+09:00</dc:date>
        <title>商工会報№417（令和８年７月号）発行！！</title>
        <link>https://r.goope.jp/srp-41/info/6825045</link>
        <description>&lt;p&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260702090249-6a45aaa9b59b9.pdf&quot; target=&quot;_blank&quot;&gt;商工会さが７月号.pdf&lt;/a&gt; (7.27MB)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;今回の表紙は、唐津市呼子町の「呼子イカの天日干し」🦑&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;題字は小城高校２年の石橋綾乃さんに書いていただきました🖌&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;♪会員事業所のこだわりの逸品を読者の皆様へプレゼント♪&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;・ドライ黒イチジク（上瀧農園・小城市商工会）&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;・佐賀県産純粋はちみつ（宮本養蜂・多久市商工会）&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;応募方法等はp.16をご覧ください♪&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;＜今回の会員事業所紹介＞&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;◇上瀧農園（小城市商工会）&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;◇宮本養蜂（多久市商工会）&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;◇Caf&amp;eacute;＆Snack Kuma Jin（唐津東商工会）&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;◇やきとり薫（白石町商工会）&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;７月～９月の県内イベント情報も掲載しております。夏のお出かけの参考にされてください🌞&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260702085059-6a45a7e31da28_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6821148">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-30T13:22:00+09:00</dc:date>
        <title>中山間地域農業・農村を応援していただける企業を募集しています</title>
        <link>https://r.goope.jp/srp-41/info/6821148</link>
        <description>&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;佐賀県において、豊かな自然と伝統が息づく中山間地域の農業・農村を応援する活動にご協力いただける企業様を募集されております。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;中山間地域は、米やみかんなどの果樹、佐賀牛といった県を代表する農産物の生産地であり、棚田をはじめとする美しい景観が広がる、心癒される風光明媚な地域です。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;一方で、高齢化や人口減少により、農業の担い手不足が深刻化しています。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 12pt;&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;そこで、企業の皆様には、&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;・現地での農作業ボランティア&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;・中山間地域産の農産物の消費促進&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;などを通じて、地域を支える力となっていただきたいと考えております。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 12pt;&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;こうした取り組みは、&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;「地域貢献による企業価値の向上」や「従業員同士のコミュニケーション機会の創出」にもつながり、企業様にとっても大きなメリットとなります。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;ぜひ、中山間地域の応援活動にご協力ください。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 12pt;&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;活動をご希望の場合は、「さが農業&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;Courier New&#039;; mso-ascii-font-family: 游ゴシック;&quot;&gt;&amp;times;&lt;/span&gt;企業・団体・大学マッチングサイト」にご登録いただくことで、ご希望に沿った中山間地域の皆様を佐賀県がご紹介いたします。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;また、ご登録いただいた企業メッセージや活動状況は、県の&lt;span lang=&quot;EN-US&quot;&gt;HP&lt;/span&gt;等で発信いたします。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;この機会に、佐賀の中山間地域を支える一員として、ぜひご登録をお願いいたします。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260630133147-6a4346b32f91e.pdf&quot; target=&quot;_blank&quot;&gt;【企業用】農山村課チラシ.pdf&lt;/a&gt; &lt;span&gt;(0.98MB)&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6819215">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-29T13:00:00+09:00</dc:date>
        <title>ＳＡＧＡプレミアムＰａｙ【電子版】、ＳＡＧＡプレミアム商品券【紙版】の購入申込受付を７月１日（水）から開始します！</title>
        <link>https://r.goope.jp/srp-41/info/6819215</link>
        <description>&lt;p&gt;&lt;span style=&quot;color: #111111; font-family: &#039;Noto Sans JP&#039;, sans-serif; font-size: 16px;&quot;&gt;ＳＡＧＡプレミアムＰａｙ【電子版】、ＳＡＧＡプレミアム商品券【紙版】の購入申込受付を７月１日（水）から開始します。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #111111; font-family: &#039;Noto Sans JP&#039;, sans-serif; font-size: 16px;&quot;&gt;詳細は公式ホームページをご覧ください！&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #111111; font-family: &#039;Noto Sans JP&#039;, sans-serif; font-size: 16px;&quot;&gt;公式HP：&lt;a href=&quot;https://www.saga-premium.com/frmDefault.aspx&quot;&gt;https://www.saga-premium.com/frmDefault.aspx&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span color=&quot;#111111&quot; face=&quot;Noto Sans JP, sans-serif&quot; style=&quot;color: #111111; font-family: &#039;Noto Sans JP&#039;, sans-serif;&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/92487/260629130509-6a41eef565ed3.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/92487/260629130509-6a41eef565ed3.jpg&quot; alt=&quot;260629_佐賀県プレミアム付き商品券.jpg&quot; width=&quot;1351&quot; height=&quot;612&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6815170">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-26T10:41:00+09:00</dc:date>
        <title>佐賀県『令和８年度 事業多角化支援事業費補助金』のお知らせ</title>
        <link>https://r.goope.jp/srp-41/info/6815170</link>
        <description>&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;佐賀県では中東情勢の悪化等による原材料・エネルギーの高騰や原油由来製品の入手難等による不安定な経営環境にある中、外的要因に左右されにくい企業となるため、&lt;strong&gt;事業の多角化にチャレンジする県内企業に対し、取組に要する経費の一部を補助&lt;/strong&gt;します。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;　応募期間： 令和８年６月２５日（木）～７月３１日（金）&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;　補助金額： ２００万～１,０００万円（補助率２／３）&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;　応募方法： 応募書類を佐賀県産業政策課にご提出ください。&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;　主な要件：&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;　　① 佐賀県内において店舗や事業所を有する中小事業者等であること&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;　　② 既存の事業が中東情勢の悪化等による原材料・エネルギーの高騰や原油由来製品の入手難等の影響を受けていること&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;　　③ 佐賀県内において、新たな事業を行うこと&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;　&lt;/span&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;応募書類や補助対象者の要件などの詳細は、佐賀県ホームページをご覧ください。&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;　&lt;strong&gt;●県ホームページ①：&lt;a href=&quot;https://www.pref.saga.lg.jp/kiji003119839/index.html&quot; target=&quot;_blank&quot;&gt;https://www.pref.saga.lg.jp/kiji003119839/index.html&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;　●県ホームページ②：&lt;a href=&quot;https://www.pref.saga.lg.jp/kiji003119763/index.html&quot; target=&quot;_blank&quot;&gt;https://www.pref.saga.lg.jp/kiji003119763/index.html&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;　※公募要領や様式はこちらにございます。&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;※本事業は、令和8年6月議会での予算の議決をもって実施することとします。&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;予算が成立しない場合は事業を中止し、ホームページによりお知らせします。&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260626105136-6a3ddb28e4775_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6813801">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-25T10:46:00+09:00</dc:date>
        <title>令和８年度 佐賀県脱炭素経営ワークショップのお知らせ</title>
        <link>https://r.goope.jp/srp-41/info/6813801</link>
        <description>&lt;p class=&quot;MsoNormal&quot;&gt;本ワークショップでは、温室効果ガス排出量の算定から削減目標の設定までを実践的に学ぶことで、脱炭素経営の基礎を自社で実行する力を習得することができます。 取引先からの脱炭素対応要請に備える絶好の機会です！&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260625104910-6a3c891644420.pdf&quot; target=&quot;_blank&quot;&gt;佐賀県脱炭素経営実践ワークショップ2026.pdf&lt;/a&gt; &lt;span&gt;(1.59MB)&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;■日程・会場&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　第１回 入門編&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　　・7/21(火) 13：30～16：30 ゆめぷらっと小城　1階 研修室&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　　・7/22(水) 13：30～16：30 鳥栖市役所 南別館 ２階 会議室&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　　・7/27(月) 13：30～16：30 うれしの市民センター １階 会議室&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　　・7/28(火) 13：30～16：30 鹿島市役所 ５階 大会議室&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ・7/29(水) 13：30～16：30 伊万里市民センター　2階 情報化教室&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ・8/5(水) 13：30～16：30 唐津市役所本庁舎 4階 会議室&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　　・8/6(木) 13：30～16：30 北多久公民館 大広間&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ・8/7(金) 13：30～16：30 武雄商工会議所 会議室&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　第２回 実践編&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　　・10/7(水) 13：30～16：30 ゆめぷらっと小城　1階 研修室&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　　・10/8(木) 13：30～16：30 北多久公民館 大広間&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　　・10/9(金) 13：30～16：30 伊万里市民センター　2階 情報化教室&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　　・10/15(木) 13：30～16：30 鳥栖市役所 南別館 ２階 会議室&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　　・11/4(水) 13：30～16：30うれしの市民センター １階 会議室&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　　・11/5(木) 13：30～16：30鹿島市役所 ５階 大会議室&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　　・11/6(金) 13：30～16：30武雄商工会議所 会議室&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　　・11/10(火) 13：30～16：30唐津市役所本庁舎 4階 会議室&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　※入門編と実践編の両方へご参加ください。&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　※県内のどの会場でもお申し込み可能です。ご都合の良い日程をお選びください。&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;■対象：佐賀県内の中小企業（すでに先進的な取組を行っている企業は除く。）&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;■参加費：無料&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;■申込方法：下記サイト内の申込フォームからお申し込みください。（申込期限：各会場の１回目開催日の1週間前）&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　＜ワークショップ参加募集ページ＞&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　　　　　　　&lt;a href=&quot;https://saganetzero.com/r8-ws/&quot; target=&quot;_blank&quot; title=&quot;ワークショップ参加募集ページ&quot;&gt;https://saganetzero.com/r8-ws/&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;■講師：東京海上スマートGX株式会社&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;■内容&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　第１回：「脱炭素経営入門～GHG算定と削減目標設定の基礎演習～」&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　第２回：「脱炭素経営の実践～GHG排出量算定と削減目標設定～」&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;■持参物：以下の条件を満たすパソコンをご持参ください。&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　　　　・Excel がインストール済みであること&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　　　　・メール受信ができること&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;■ 主催・共催・運営&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　主催：佐賀県 産業労働部 産業グリーン化推進グループ&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　共催：SAGAネットゼロ・コンソーシアム&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　運営・お問い合わせ：特定非営利活動法人 温暖化防止ネット（佐賀県地球温暖化防止活動推進センター）&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　TEL：0952-37-9192／FAX：0952-37-9445&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;　E-mail：info@ondanka-boushi.net&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260625110053-6a3c8bd569954_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6809740">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-22T11:41:00+09:00</dc:date>
        <title>佐賀型カーボンニュートラルチャレンジ設備投資促進事業費補助金（第2次募集）のお知らせ</title>
        <link>https://r.goope.jp/srp-41/info/6809740</link>
        <description>&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;温室効果ガスの排出量削減が見込まれる省エネ設備等を対象とした佐賀型カーボンニュートラルチャレンジ設備投資促進事業費補助金（第2次募集）の公募が始まっております。是非ご活用ください。&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260622114309-6a38a13d05539.pdf&quot; target=&quot;_blank&quot;&gt;02_公募要領(本文）_2次募集.pdf&lt;/a&gt; &lt;span&gt;(0.68MB)&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ ゴシック&#039;; font-size: 12pt;&quot;&gt;≪補助金の活用例≫&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ ゴシック&#039;; font-size: 12pt;&quot;&gt;　高効率ボイラ、産業ヒートポンプ、高効率空調、業務用給湯器、冷凍冷蔵設備、産業用モータ、変圧器、コジェネ、電気式フライヤー、プラスチック加工機、遮熱・断熱塗料&lt;span lang=&quot;EN-US&quot;&gt;/&lt;/span&gt;シート、コンプレッサ、高効率熱交換器、高効率空気清浄機、集塵機、&lt;span lang=&quot;EN-US&quot;&gt;BEMS(&lt;/span&gt;エネルギー管理システム&lt;span lang=&quot;EN-US&quot;&gt;)&lt;/span&gt;、&lt;span lang=&quot;EN-US&quot;&gt;LED&lt;/span&gt;照明　など&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ ゴシック&#039;; font-size: 12pt;&quot;&gt;　　 　&lt;span lang=&quot;EN-US&quot;&gt;&amp;nbsp; &lt;/span&gt;　&lt;span lang=&quot;EN-US&quot;&gt;※ &lt;/span&gt;新規導入、既存設備の改良や見直しを含みます。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ ゴシック&#039;; font-size: 12pt;&quot;&gt;　　　　　　（既存設備の撤去費、当初機能の回復や修理費等は対象外です。）　&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ ゴシック&#039;; font-size: 12pt;&quot;&gt;　　　　　&lt;span lang=&quot;EN-US&quot;&gt;※ &lt;/span&gt;太陽光発電設備、蓄電池、地中熱空調設備、車両は補助対象外です。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;ＭＳ ゴシック&#039;; font-size: 12pt;&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ ゴシック&#039;; font-size: 12pt;&quot;&gt;○補助率等&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ ゴシック&#039;; font-size: 12pt;&quot;&gt;　　　補助対象経費（税抜）の&lt;span lang=&quot;EN-US&quot;&gt;&amp;nbsp;3&lt;/span&gt;分の&lt;span lang=&quot;EN-US&quot;&gt;2&lt;/span&gt;以内&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ ゴシック&#039;; font-size: 12pt;&quot;&gt;　　　補助額　上限&lt;span lang=&quot;EN-US&quot;&gt; 1,000&lt;/span&gt;万円&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ ゴシック&#039;; font-size: 12pt;&quot;&gt;　　　　　　　下限&lt;span lang=&quot;EN-US&quot;&gt; 200&lt;/span&gt;万円&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ ゴシック&#039;; font-size: 12pt;&quot;&gt;　　　&lt;span lang=&quot;EN-US&quot;&gt;※ &lt;/span&gt;事業費（補助対象経費（税抜））が&lt;span lang=&quot;EN-US&quot;&gt;300&lt;/span&gt;万円以上であること&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;ＭＳ ゴシック&#039;; font-size: 12pt;&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ ゴシック&#039;; font-size: 12pt;&quot;&gt;○募集期間&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ ゴシック&#039;; font-size: 12pt;&quot;&gt;　令和&lt;span lang=&quot;EN-US&quot;&gt;8&lt;/span&gt;年&lt;span lang=&quot;EN-US&quot;&gt;6&lt;/span&gt;月&lt;span lang=&quot;EN-US&quot;&gt;16&lt;/span&gt;日（火曜日）～&lt;span lang=&quot;EN-US&quot;&gt; 7&lt;/span&gt;月&lt;span lang=&quot;EN-US&quot;&gt;6&lt;/span&gt;日（月曜日）&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;ＭＳ ゴシック&#039;;&quot;&gt;※ &lt;/span&gt;&lt;span style=&quot;font-family: &#039;ＭＳ ゴシック&#039;;&quot;&gt;先着順ではありません。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;ＭＳ ゴシック&#039;; font-size: 12pt;&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ ゴシック&#039;; font-size: 12pt;&quot;&gt;○リンク先&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ ゴシック&#039;;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;【県ＨＰ】&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ ゴシック&#039;;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;　&lt;a href=&quot;https://www.pref.saga.lg.jp/kiji003118427/index.html&quot; target=&quot;_blank&quot; title=&quot;佐賀型カーボンニュートラルチャレンジ設備投資促進事業費補助金&quot;&gt;https://www.pref.saga.lg.jp/kiji003118427/index.html&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6803695">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-16T18:42:00+09:00</dc:date>
        <title>「35歳からの正社員就職フェア」開催について</title>
        <link>https://r.goope.jp/srp-41/info/6803695</link>
        <description>&lt;p&gt;厚生労働省佐賀労働局主催により、&lt;/p&gt;
&lt;p&gt;35歳以上で、かつ、転職を検討されている方を対象とした標記フェアが開催されます。&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;当日の会場内イベントとして、&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;　・自分に合った職種や働き方を見つけるための適職診断コーナー&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;　・就職活動や求人情報の相談ができるハローワーク相談ブース&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;　・無料で履歴書用の写真をプロのカメラマンに撮影してもらえる証明写真撮影ブース&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;などの企画が予定されています。&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;参加登録の方法等、詳細につきましては添付のチラシをご確認ください。&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/92487/260616185256-6a311cf8bcab0.pdf&quot; target=&quot;_blank&quot; style=&quot;color: #ff0000;&quot;&gt;35歳からの正社員就職フェアチラシ.pdf&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6798586">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-12T10:08:00+09:00</dc:date>
        <title>佐賀県における産福連携プロジェクトの実施について</title>
        <link>https://r.goope.jp/srp-41/info/6798586</link>
        <description>&lt;p&gt;　佐賀県では、企業の人手不足解消と障害のある方の工賃向上・活躍の場の拡大を目指す「産福連携（さんふくれんけい）」が推進されています。&lt;/p&gt;
&lt;p&gt;　専門のコーディネーターから、企業の業務切り出しから障害福祉施設とのマッチング、取引開始後のサポートまで、双方に寄り添いながらの円滑な連携を受けることができます。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;１．支援の対象となる方&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;　　&lt;span lang=&quot;EN-US&quot;&gt;○&lt;/span&gt;企業&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;　　　佐賀県内に事業所を有し、軽作業・補助業務・バックヤード業務などの外注や障害福祉施設との連携に関心のある企業・団体&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;　　　（製造業、食品加工業、物流業、建設業、サービス業、事務作業を抱える事業者など）&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;　　&lt;span lang=&quot;EN-US&quot;&gt;○&lt;/span&gt;障害福祉施設&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;　　　佐賀県内の障害福祉施設等で、企業との連携、受注拡大、工賃向上に意欲のある事業所&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;　　　　・就労継続支援事業所（&lt;span lang=&quot;EN-US&quot;&gt;A&lt;/span&gt;型・&lt;span lang=&quot;EN-US&quot;&gt;B&lt;/span&gt;型）&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;　　　　・生活介護事業所・地域活動支援センターのうち、工賃向上計画を作成している事業所&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;２．支援内容&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;　　以下の内容について、専門コーディネーターが伴走支援します。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;　　　&lt;span lang=&quot;EN-US&quot;&gt;○&lt;/span&gt;企業向け&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;　　　　・業務の棚卸し・切り出し支援　　　・障害福祉施設のマッチング　　　・トライアル発注のサポート&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;　　　　・発注仕様・単価設定の相談　　　　・定着支援・発注後のフォロー&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;　　　&lt;/p&gt;
&lt;p&gt;&lt;span lang=&quot;EN-US&quot;&gt;　　　○&lt;/span&gt;障害福祉施設向け&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;　　　・受注可能業務の整理・提案　　　　・企業のニーズに合わせた提案支援　　　・作業手順書の作成サポート&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;　　　・受注内容・見積作成の相談　　　　・マッチング・受注後のフォロー&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;　相談申込方法等の詳細につきましては、添付のチラシをご確認ください。&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260612101829-6a2b5e657d0e8.pdf&quot; target=&quot;_blank&quot;&gt;令和８年度佐賀県産福連携プロジェクトチラシ.pdf&lt;/a&gt; &lt;span&gt;(1.27MB)&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6798050">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-11T16:46:00+09:00</dc:date>
        <title>AIインパクトがもたらす企業の存在意義と危機～【SAGA DX SUMMIT Vol.6】開催のご案内</title>
        <link>https://r.goope.jp/srp-41/info/6798050</link>
        <description>&lt;p&gt;&lt;span style=&quot;color: #3366ff;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;span style=&quot;font-family: &#039;ＭＳ Ｐゴシック&#039;;&quot;&gt;佐賀県産業スマート化センターでは、&lt;/span&gt;&lt;span style=&quot;font-family: &#039;ＭＳ Ｐゴシック&#039;;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;AI&lt;/span&gt;時代の&lt;/span&gt;&lt;span style=&quot;font-family: &#039;ＭＳ Ｐゴシック&#039;;&quot;&gt;企業の未来について皆様と一緒に考える『SAGA DX SUMMIT Vol.6』を、&lt;/span&gt;&lt;span style=&quot;font-family: &#039;ＭＳ Ｐゴシック&#039;;&quot;&gt;特別ゲストに&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;ＭＳ Ｐゴシック&#039;;&quot;&gt;ORENDA WORLD&lt;/span&gt;&lt;span style=&quot;font-family: &#039;ＭＳ Ｐゴシック&#039;;&quot;&gt;代表取締役 澁谷様を迎えて開催されます。&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &#039;ＭＳ Ｐゴシック&#039;;&quot;&gt;AI&lt;/span&gt;&lt;span style=&quot;font-family: &#039;ＭＳ Ｐゴシック&#039;;&quot;&gt;時代の今、私たちはどこに向かい、何を獲得するのか、そしてテクノロジーの進化は企業や社会に何を与えるのか～是非、この機会に「体感」してみませんか？&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #3366ff;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 14pt; font-family: &#039;ＭＳ Ｐゴシック&#039;;&quot;&gt;【詳細・お申込み】&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #3366ff;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 14pt; font-family: &#039;ＭＳ Ｐゴシック&#039;;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;a href=&quot;https://www.saga-smart.jp/event/2026/20260508-2.html&quot; target=&quot;_blank&quot; style=&quot;color: #3366ff;&quot;&gt;https://www.saga-smart.jp/event/2026/20260508-2.html&lt;/a&gt;&lt;br /&gt; ※&lt;/span&gt;申込締切：&lt;span lang=&quot;EN-US&quot;&gt;2026/7/10&lt;/span&gt;（金）&lt;span lang=&quot;EN-US&quot;&gt;16&lt;/span&gt;時まで&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260611170952-6a2a6d5037f20.pdf&quot; target=&quot;_blank&quot;&gt;online-260713-SAGADXSUMMIT-vol6.pdf&lt;/a&gt; &lt;span&gt;(2.31MB)&lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt; font-family: &#039;ＭＳ Ｐゴシック&#039;; mso-bidi-font-family: &#039;ＭＳ Ｐゴシック&#039;; mso-font-kerning: 0pt; mso-ligatures: none; mso-ansi-language: EN-US; mso-fareast-language: JA; mso-bidi-language: AR-SA;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;font-size: 10.5pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt; &lt;!--[endif]--&gt;&lt;/span&gt;&lt;/span&gt; &lt;!--[endif]--&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260611171411-6a2a6e53cd753_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6797992">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-11T16:41:00+09:00</dc:date>
        <title>令和８年度外国人雇用管理セミナーの開催について</title>
        <link>https://r.goope.jp/srp-41/info/6797992</link>
        <description>&lt;p class=&quot;MsoNormal&quot; style=&quot;text-indent: 10.5pt; mso-char-indent-count: 1.0;&quot;&gt;厚生労働省佐賀労働局では、外国人労働者に係る雇用管理の改善を促進するとともに、&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-indent: 10.5pt; mso-char-indent-count: 1.0;&quot;&gt;適正な労働条件の確保等を推進することを目的としたセミナーが開催されます。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;本セミナーでは、&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;　・外国人労働者をめぐる最近の動向と制度のポイント&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;　・外国人雇用における労務管理・安全衛生上の注意点&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;　・出入国在留管理上、特に注意すべき事項&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;　・外国人従業員と共に働く職場づくりのヒント&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;が説明される予定です。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;　参加申込方法等の詳細につきましては、添付のチラシをご確認ください。&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260611164409-6a2a6749026bf.pdf&quot; target=&quot;_blank&quot;&gt;外国人雇用管理セミナー（チラシ）.pdf&lt;/a&gt; &lt;span&gt;(0.52MB)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260611171620-6a2a6ed4c66ee_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6796423">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-10T13:56:00+09:00</dc:date>
        <title>未来を拓く企業変革と成長戦略セミナーの開催について</title>
        <link>https://r.goope.jp/srp-41/info/6796423</link>
        <description>&lt;p class=&quot;pdf&quot;&gt;&amp;nbsp;　公益財団法人佐賀県産業振興機構 佐賀県産業イノベーションセンターでは、&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;旧佐賀県地域産業支援センターの統合・設立から３０周年を迎えるにあたり、&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;これまでの県内中小企業に対する経営革新支援や経営基盤強化に係る取組を振り返るとともに、&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;県内企業の成長や地域産業の発展に向けて先進企業の講演や当センターと共にプロジェクトに取り組んだ企業の発表が行われます。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;　事業者の方だけでなく、もちろん支援機関の方も出席できますので、ご興味のある方は、ぜひお申込みをご検討ください。&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;　参加申込方法等の詳細につきましては、添付ファイルをご確認ください。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260610135749-6a28eecd3f4af.pdf&quot; target=&quot;_blank&quot;&gt;未来を拓く企業変革と成長戦略セミナーチラシ.pdf&lt;/a&gt; &lt;span&gt;(1.26MB)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260610172000-6a291e3047f9a_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6796415">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-10T13:14:00+09:00</dc:date>
        <title>今日からできる！中小企業のためのセキュリティ対策セミナーの開催について</title>
        <link>https://r.goope.jp/srp-41/info/6796415</link>
        <description>&lt;p class=&quot;MsoNormal&quot;&gt;　公益財団法人佐賀県産業振興機構 佐賀県産業イノベーションセンター（佐賀県よろず支援拠点）では、&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;サイバー攻撃や経済安全保障等で企業が直面している「現実のリスク」と「具体的な対応策」を、&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;専門家が分かりやすく解説する標記セミナーが開催されます。&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;　ご興味のある方は、ぜひお申込みをご検討ください。&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;　参加申込方法等の詳細につきましては、添付ファイルをご確認ください。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260610134736-6a28ec685f5cf.pdf&quot; target=&quot;_blank&quot;&gt;今日からできる！中小企業のためのセキュリティ対策セミナーチラシ.pdf&lt;/a&gt; &lt;span&gt;(2.63MB)&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6773982">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-25T15:36:00+09:00</dc:date>
        <title>佐賀県プレミアム付商品券「ＳＡＧＡプレミアムＰａｙ」、「ＳＡＧＡプレミアム商品券」取扱店の募集を開始しました</title>
        <link>https://r.goope.jp/srp-41/info/6773982</link>
        <description>&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　佐賀県商工会連合会は、近年の物価高騰により県民生活に影響が生じている中、県民の暮らしを支えるとともに、地域での消費を後押しすることで県内事業者の支援にもつなげるため、「ＳＡＧＡプレミアムＰａｙ」、「ＳＡＧＡプレミアム商品券」を国の重点支援地方交付金を活用した佐賀県の補助により発行する予定です。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　商品券の発行に先立ち、県内に事業所又は店舗がある事業者の方を対象に、下記のとおり５月２２日（金曜日）から商品券を使用できる取扱店の募集を開始しました。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　　　　　　　　　　&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　　　　　　　　　　　　　　　　　　　　　　記&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;１．事業概要&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;（１）商品券名称&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　電子版：ＳＡＧＡプレミアムＰａｙ&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　紙　版：ＳＡＧＡプレミアム商品券&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;（２）発行主体&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　佐賀県商工会連合会&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;（３）発行額&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　26億円&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;（４）発行数&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　520,000セット（冊）&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;（５）プレミアム率&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　25％&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;（６）額面&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　１セット（冊）あたり5,000円&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;（７）販売価格&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　１セット（冊）あたり4,000円&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;（８）商品券発行エリア&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　①唐津・玄海エリア、②伊万里・有田エリア、③武雄・大町エリア、④鹿島・嬉野・太良エリア、&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　⑤江北・白石エリア、⑥多久・小城エリア、⑦佐賀エリア、⑧神埼・吉野ヶ里・上峰・みやき&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　エリア、⑨鳥栖エリア、⑩基山エリア&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;（９）券種【１セット（冊）あたり】&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　ＳＡＧＡプレミアムＰａｙ（共通券：2,500円、専用券：2,500円）&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　ＳＡＧＡプレミアム商品券（共通券：500円&amp;times;5枚、専用券：500円&amp;times;5枚）&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　※共通券はエリア内の全ての取扱店において、専用券はエリア内の県内に本社・本店の登記がある　&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　　法人の店舗及び県内に在住する個人事業主の店舗において使用可能です。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;（10）購入対象者&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;佐賀県内在住者&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp;（11）購入限度&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;購入エリアごとに電子・紙いずれか1人あたり6セット（冊）まで&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp;（12）使用期間&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;ＳＡＧＡプレミアムＰａｙ　&amp;nbsp; 令和8年7月27日（月曜日）から令和8年11月30日（月曜日）まで&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ＳＡＧＡプレミアム商品券&amp;nbsp; &amp;nbsp; &amp;nbsp;令和8年9月1日（火曜日）から令和8年11月30日（月曜日）まで&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　※発行額、発行数、使用期間等は変更となる場合があります。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;※商品券はエリアごとに販売、使用ができます。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp;2．応募資格&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　佐賀県内に事業所又は店舗があり、個人消費者向けに商品の販売やサービスの提供等を行っている&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　こと。ただし、麻雀店、パチンコ店等、性風俗営業者、特定の宗教・政治団体と関わるもの、暴力&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　団及び商品券の使用対象にならないもののみを取り扱う者を除きます。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;３．応募方法&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;（１）登録申込期間&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　令和8年5月22日（金曜日）から6月19日（金曜日）まで&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　※6 月19日以降も随時受け付けますが、商品券の購入申込開始時に事業ホームページに公開する&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　「取扱店一覧」の他、販売時に配布する取扱店一覧 チラシには掲載されません。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　【最終締切：令和8年10月30日（金）】&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;（２）応募方法&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　事業ホームページ内の申込フォームから申請（WEB 申請)していただくか、 最寄りの商工会議&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　所、商工会の窓口等で配布する登録申込書兼誓約書に事業所情報や入金先口座情報等の必要事項を&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　記入のうえご提出ください。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　URL：&lt;a target=&quot;_blank&quot; rel=&quot;nofollow ugc noopener&quot; class=&quot;pr-link&quot; data-link-id=&quot;a8801e5b-d1eb-4bf2-95ba-f51ab2a38ec9&quot; href=&quot;https://saga-premium.com/&quot; style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; color: #428ac9;&quot;&gt;https://saga-premium.com/&amp;nbsp;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　　※本事業の詳細については、事業ホームページをご覧ください。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp;&lt;span style=&quot;font-size: 18px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;&quot;&gt;＜お問合せ先＞&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;　佐賀県プレミアム付商品券発行事業事務局&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&lt;span face=&quot;Hiragino Kaku Gothic ProN, Meiryo, sans-serif&quot; style=&quot;font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, sans-serif;&quot;&gt;　〒840-0815　佐賀市天神3丁目2-23〈㈱佐賀広告センター内〉&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&lt;span face=&quot;Hiragino Kaku Gothic ProN, Meiryo, sans-serif&quot; style=&quot;font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, sans-serif;&quot;&gt;（取扱店コールセンター）050-3207-4567　&lt;/span&gt;&lt;span face=&quot;Hiragino Kaku Gothic ProN, Meiryo, sans-serif&quot; style=&quot;font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, sans-serif;&quot;&gt;平日9&lt;/span&gt;&lt;span face=&quot;Hiragino Kaku Gothic ProN, Meiryo, sans-serif&quot; style=&quot;font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, sans-serif;&quot;&gt;：00&lt;/span&gt;&lt;span face=&quot;Hiragino Kaku Gothic ProN, Meiryo, sans-serif&quot; style=&quot;font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, sans-serif;&quot;&gt;～17&lt;/span&gt;&lt;span face=&quot;Hiragino Kaku Gothic ProN, Meiryo, sans-serif&quot; style=&quot;font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, sans-serif;&quot;&gt;：00&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&lt;span face=&quot;Hiragino Kaku Gothic ProN, Meiryo, sans-serif&quot; style=&quot;font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, sans-serif;&quot;&gt;（使用者コールセンター）050-3207-4572　&lt;/span&gt;&lt;span face=&quot;Hiragino Kaku Gothic ProN, Meiryo, sans-serif&quot; style=&quot;font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, sans-serif;&quot;&gt;平日9&lt;/span&gt;&lt;span face=&quot;Hiragino Kaku Gothic ProN, Meiryo, sans-serif&quot; style=&quot;font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, sans-serif;&quot;&gt;：00&lt;/span&gt;&lt;span face=&quot;Hiragino Kaku Gothic ProN, Meiryo, sans-serif&quot; style=&quot;font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, sans-serif;&quot;&gt;～17&lt;/span&gt;&lt;span face=&quot;Hiragino Kaku Gothic ProN, Meiryo, sans-serif&quot; style=&quot;font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, sans-serif;&quot;&gt;：00&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 31.5pt; mso-para-margin-left: 2.0gd; text-align: justify; text-justify: inter-ideograph; text-indent: -10.5pt; mso-char-indent-count: -1.0; line-height: 16.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-family: メイリオ; font-size: 12pt;&quot;&gt;【商品券は次のものにはご使用できません】&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 31.5pt; mso-para-margin-left: 2.0gd; text-align: justify; text-justify: inter-ideograph; text-indent: -10.5pt; mso-char-indent-count: -1.0; line-height: 16.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-family: メイリオ; font-size: 12pt;&quot;&gt;①換金性の高いもの（商品券、ビール券、図書カード、切手、印紙、プリペイドカード、定期券、回数券等）&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 31.5pt; mso-para-margin-left: 2.0gd; text-align: justify; text-justify: inter-ideograph; text-indent: -10.5pt; mso-char-indent-count: -1.0; line-height: 16.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-family: メイリオ; font-size: 12pt;&quot;&gt;②不動産に係る支払（土地購入、家屋購入、家賃の支払い等）&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 31.5pt; mso-para-margin-left: 2.0gd; text-align: justify; text-justify: inter-ideograph; text-indent: -10.5pt; mso-char-indent-count: -1.0; line-height: 16.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-family: メイリオ; font-size: 12pt;&quot;&gt;③風俗営業等の規制及び業務の適正化等に関する法律（昭和２３年法律第１２２号）第２条第１項第４号に規定する「麻雀、パチンコ等」、同法第２条第５項に規定する「性風俗関連特殊営業」に係る支払&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 31.5pt; mso-para-margin-left: 2.0gd; text-align: justify; text-justify: inter-ideograph; text-indent: -10.5pt; mso-char-indent-count: -1.0; line-height: 16.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-family: メイリオ; font-size: 12pt;&quot;&gt;④国又は地方公共団体への支払（自治体指定ごみ袋含む）&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 31.5pt; mso-para-margin-left: 2.0gd; text-align: justify; text-justify: inter-ideograph; text-indent: -10.5pt; mso-char-indent-count: -1.0; line-height: 16.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-family: メイリオ; font-size: 12pt;&quot;&gt;⑤事業上取引（商品仕入れ等）に係る支払&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 31.5pt; mso-para-margin-left: 2.0gd; text-align: justify; text-justify: inter-ideograph; text-indent: -10.5pt; mso-char-indent-count: -1.0; line-height: 16.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-family: メイリオ; font-size: 12pt;&quot;&gt;⑥参加店舗自身での購入を偽る換金行為&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 31.5pt; mso-para-margin-left: 2.0gd; text-align: justify; text-justify: inter-ideograph; text-indent: -10.5pt; mso-char-indent-count: -1.0; line-height: 16.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-family: メイリオ; font-size: 12pt;&quot;&gt;⑦たばこ事業法（昭和５９年法律第６８号）第２条第１項第３号に規定する製造たばこの購入&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 31.5pt; mso-para-margin-left: 2.0gd; text-align: justify; text-justify: inter-ideograph; text-indent: -10.5pt; mso-char-indent-count: -1.0; line-height: 16.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-family: メイリオ; font-size: 12pt;&quot;&gt;⑧保険診療に係る自己負担分の支払&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 31.5pt; mso-para-margin-left: 2.0gd; text-align: justify; text-justify: inter-ideograph; text-indent: -10.5pt; mso-char-indent-count: -1.0; line-height: 16.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-family: メイリオ; font-size: 12pt;&quot;&gt;⑨金融・保険業（金融機関、貸金業、保険会社、証券会社など）への支払い&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 31.5pt; mso-para-margin-left: 2.0gd; text-align: justify; text-justify: inter-ideograph; text-indent: -10.5pt; mso-char-indent-count: -1.0; line-height: 16.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-family: メイリオ; font-size: 12pt;&quot;&gt;⑩参加店舗が特に指定するもの&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 31.5pt; mso-para-margin-left: 2.0gd; text-align: justify; text-justify: inter-ideograph; text-indent: -10.5pt; mso-char-indent-count: -1.0; line-height: 16.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-family: メイリオ; font-size: 12pt;&quot;&gt;⑪その他、&lt;/span&gt;&lt;span style=&quot;font-family: メイリオ;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;佐賀県商工会連合会が社会通念上、不適当と認めるもの&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div class=&quot;pr-distributor&quot; style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; gap: 20px; display: grid; margin-bottom: 16px; margin-top: 16px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;
&lt;p class=&quot;pr-distributor__name&quot; style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; font-size: 18px; font-weight: bold; line-height: 1.5;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; border: 0px solid #e5e7eb; --tw-border-opacity: 1; margin: 0px; min-height: 28.8px; font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, &#039;sans-serif&#039;; font-size: 16px;&quot;&gt;&lt;span face=&quot;Hiragino Kaku Gothic ProN, Meiryo, sans-serif&quot; style=&quot;font-family: &#039;Hiragino Kaku Gothic ProN&#039;, Meiryo, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;https://cdn.goope.jp/92487/260525172643-6a1407c356eb6.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/92487/260525172643-6a1407c356eb6_l.jpg&quot; alt=&quot;タイトルなし.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;span style=&quot;font-family: メイリオ;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6773260">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-25T10:37:00+09:00</dc:date>
        <title>令和８年度さがすたいるバリアフリー化補助金のお知らせ</title>
        <link>https://r.goope.jp/srp-41/info/6773260</link>
        <description>&lt;p&gt;&lt;span style=&quot;color: #000000; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;日常的な外出先となる飲食店等の店舗・施設を対象に、人にやさしいまちづくりにつながる環境整備を支援する、&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span style=&quot;font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;令和８年度「さがすたいるバリアフリー化補助金」の公募が始まっております&lt;/span&gt;&lt;span style=&quot;font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;。是非ご活用ください。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;strong&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/92487/260525104124-6a13a8c49691e.pdf&quot; target=&quot;_blank&quot;&gt;チラシ（令和８年度さがすたいるバリアフリー化補助金）.pdf&lt;/a&gt; (0.31MB)&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Meiryo, sans-serif;&quot;&gt;≪補助金の活用例≫&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Meiryo, sans-serif;&quot;&gt;　トイレの洋式化、トイレのバリアフリー化、出入口のスロープ整備、屋内の段差の解消、子供用のいす・食器の購入&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #000000; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;○補助額&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #000000; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　補助対象経費の２分の1、1店舗・施設につき上限100万円&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #000000; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　&lt;span style=&quot;color: #ff0000;&quot;&gt;※昨年度に比べて、補助率・補助上限ともに引き上げられています。&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #000000; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;○募集期間&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #000000; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　令和８年７月31日（金曜日）まで&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #000000; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　※募集期間終了後に審査を行い、補助対象事業者を採択します。&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #000000; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　　審査の結果、予算に余裕がある場合は、追加募集を行うことがあります。&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #000000; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;○リンク先&lt;/span&gt;&lt;br style=&quot;color: #595757; font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot; /&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span style=&quot;font-family: Meiryo, sans-serif; font-size: 13.3333px;&quot;&gt;　&lt;/span&gt;&lt;a href=&quot;https://saga-style.jp/subsidy/&quot; target=&quot;_blank&quot; style=&quot;color: #000000; font-size: 13.3333px; font-family: Meiryo, sans-serif;&quot;&gt;さがすたいるバリアフリー化補助金&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260525104258-6a13a9225b4a8_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://r.goope.jp/srp-41/info/6773229">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-25T10:12:00+09:00</dc:date>
        <title>佐賀県産業スマート化センター主催『中小企業の販路開拓大作戦』のお知らせ</title>
        <link>https://r.goope.jp/srp-41/info/6773229</link>
        <description>&lt;p&gt;佐賀県産業スマート化センター主催による、&lt;span lang=&quot;EN-US&quot;&gt;BtoB&lt;/span&gt;営業に悩んでいる方・展示会出展して新規獲得したいが具体的にどうしたらいいかわからないといったお悩みを解決するセミナーとして、販路開拓・成果につながる展示会セミナー「中小企業の販路開拓大作戦」～営業の基本から展示会活用まで～が開催されます。是非ご参加ください。&lt;/p&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/92487/260525101856-6a13a38016b7b.pdf&quot; target=&quot;_blank&quot;&gt;チラシ（販路開拓・成果につながる展示会セミナー）.pdf&lt;/a&gt; &lt;span&gt;(0.51MB)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;-------------------------------------------------------------------------------------------------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoPlainText&quot;&gt;日時：令和８年６月２２日（月）　１４：００～１６：００&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;場所：佐賀県産業イノベーションセンター　２階　第１研修室（佐賀市鍋島町八戸溝１１４）&lt;/p&gt;
&lt;p&gt;対象：佐賀県内事業者&lt;/p&gt;
&lt;p&gt;参加費：無料&lt;/p&gt;
&lt;p&gt;定員：２０名　&lt;span style=&quot;font-family: &#039;ＭＳ 明朝&#039;, serif;&quot;&gt;※&lt;/span&gt;先着順となります&lt;/p&gt;
&lt;p&gt;講師：オフィス・キートス　代表　新開　潤子氏&lt;/p&gt;
&lt;p&gt;問い合わせ先：〒&lt;span lang=&quot;EN-US&quot;&gt;849-0932 &lt;/span&gt;佐賀市鍋島町八戸溝&lt;span lang=&quot;EN-US&quot;&gt;114　&lt;/span&gt;佐賀県産業イノベーションセンター　ものづくり振興課&lt;/p&gt;
&lt;p&gt;　　　　　　　&lt;span lang=&quot;EN-US&quot;&gt;TEL&lt;/span&gt;：&lt;span lang=&quot;EN-US&quot;&gt;0952-34-4416、&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;E-MAIL&lt;/span&gt;：&lt;span lang=&quot;EN-US&quot;&gt;&lt;a href=&quot;mailto:monodukuri@sagaperch.jp&quot;&gt;monodukuri@sagaperch.jp&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/92487/260525102004-6a13a3c422001_m.jpg&#039; /&gt;</description>
    </item>
</rdf:RDF>
