<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.page {
  background-color: #fff;
}
.container {
max-width: 100%;
padding: 0;
}
.contents {
max-width: 1200px;
margin: 0 auto;
}
.notion-full-width .contents {
max-width: 100%;
}

/*tp:トップのセクション用のスタイル */
.pageMap__top #section-first {
  padding: 0;
}

.pageMap__top #section-first .separatedSection__contentsWrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.pageMap__top #section-first .notion-asset-wrapper-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  overflow: hidden;
}

/* 他のセクションのスタイル */
.titleSection__contentsWrapper,
.separatedSection__contentsWrapper,
.contentsFooterSection__contentsWrapper  {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}

.notion-full-width .titleSection__contentsWrapper,
.notion-full-width .separatedSection__contentsWrapper,
.notion-full-width .contentsFooterSection__contentsWrapper  {
  max-width: 1080px;
  margin: 0 auto;
}

/*ft:フッターの設定 */
.footer {
    background-color: #fff;
    padding: 1em;
}
#block-d0080d89eab243258c367220caabf201 {
    border-top: 1px solid #e6e6e6;  
}
#block-15e9f9d1755280dca568ebb87f226ab6{
    text-align: center;
}

.footer__contentsWrapper {
  max-width: 1080px;
  margin: 0 auto;
}

.footer__contentsWrapper .notion-page-icon{
    display: none;
}

.footer__contentsWrapper .notion-callout{
    background-color: white;
    padding: 1.5em 1em;
    border-radius:5px;
}
/*ft:フッターのコピーライトを小さめで表示*/
#block-d652f24ea38b4088b702e269346a82ee {
    text-align:center;
   font-size: 0.8em;
   font-weight: 300;
}

/*all:画像のキャプションを非表示*/
.notion-asset-caption {
  display: none;
}

/*he:ヘッダー*/
.header {
  height: 60px;
}
.header__logoArea {
    height: 40px;
}
.header__img {
    height: 40px;
}

@media (max-width: 640px) {
    .header__img {
    height: 32px;
    }
}
/*al:フォントのウェイト*/
.header__btn {
  font-weight: 300; /* フォントの太さを設定 */
  text-decoration: none; /* リンクの下線を削除 */
}
/*al:フォント種類 */
.page {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/*al:フォントサイズとカラー */
.notion-h1 {
    font-size: 2.5em;
}
.notion-h2 {
    font-size: 2em;
}
.notion-h3 {
    font-size: 1.5em;
}
.notion-text {
    font-weight: normal;
    font-size: 1em;
}

/*sp:スマホ表示用のフォントサイズ*/
@media (max-width: 640px) {
    .notion-h1 {
    font-size: 2em; 
  }
    .notion-h2 {
    font-size: 1.5em; 
  }
}

/*tp:カバー・タイトル・日付・アイコンを表示しない*/
.pageMap__top .titleSection {
    display: none;
}
.pageMap__top .pageIconSpacer {
    display: none;
}
.pageMap__top .contents{
  padding-top: 0em;
}
.pageMap__top .coverImage {
    display: none;
}

/*al:ボタンの設定*/
.wraptas-button-nocolor, .wraptas-button-default {
    border: solid 1px #000;
    color: #000;
    background-color: #fff;
}

.wraptas-button {
    display: inline-block;
    padding: 12px 24px;
    margin: 24px auto;
    text-decoration: none;
    text-align: center;
    border-radius: 6px;
    line-height: 1.2em;
    font-size: 1rem;
    font-weight: 400;
}

.wraptas-button:hover {
   background-color: #000;
   color: #fff;
   transition: all 0.1s ease-in-out;
}

/*al:黄色のマーカー*/
.notion-yellow_background{
    background: linear-gradient(transparent 60%, #ff6 60%);
}

/*al:h1の上のアルファベット*/
.notion-h1 .notion-gray {
    display: block;
    font-size: 0.4em;
}

/*tp:ファーストビュー*/
/*親要素にposition: relativeを設定 */
.pageMap__top #section-first .separatedSection__contentsWrapper {
  position: relative;
}

/* 特定のnotion-h1をカバーイメージに重ねて表示 */
.pageMap__top #section-first .notion-h1 {
  position: absolute;
  bottom: 8%; /* 親要素の下から10pxの位置に配置 */
  left: 0%; /* 親要素の左から2%の位置に配置 */
  transform: translate(0%, 7%); 
  color: #fff;
  font-weight: bold; 
  text-align: left; 
  z-index: 1;
  padding: 1rem;
  box-sizing: border-box; 
}

.pageMap__top #section-first .notion-text {
  position: absolute;
  bottom: 35%;
  left: 0%;
  transform: translate(0%, -10%); 
  color: #eee; 
  text-align: left; 
  z-index: 1; 
  padding: 1rem; 
  box-sizing: border-box; 
}

/* グラデーションを追加するための擬似要素 */
.pageMap__top #section-first .notion-asset-wrapper-image::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 100%; /* グラデーションの高さを調整 */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none; 
}

#block-65a975b91a36443dae794067a2f6d899 .notion-h3 {
    text-align: center;
    margin:6px;
}

/*トップページのグラフの幅*/
.pageMap__top section:not(#section-first):not(:last-of-type) figure {
  text-align: center;
}

.pageMap__top section:not(#section-first):not(:last-of-type) img {
  max-width: 800px;
  max-height: 800px;
  width: 100%;
  height: auto;
}

/*pj:プロジェクトの目標額*/
.notion-callout-text .notion-purple{
    color: #323434;
    font-size: 2em;
    font-weight: bold;
}

/*pj:プロジェクトページの写真の幅*/
.page[class*="_projects__"] section:not(#section-first):not(:last-of-type) figure {
  text-align: center;
}

.page[class*="_projects__"] section:not(#section-first):not(:last-of-type) img {
  max-width: 600px;
  max-height: 600px;
  width: 100%;
  height: auto;
}

/*pa:自治体ページの写真の幅*/
/*.page[class*="_partnership__"] section:not(#section-first):not(:last-of-type) figure {
  text-align: center;
}

.page[class*="_partnership__"] section:not(#section-first):not(:last-of-type) img {
  max-width: 600px;
  max-height: 600px;
  width: 100%;
  height: auto;
}


/*al:トップページ以外のタイトル前後の余白調整*/
.titleSection .title {
    margin: 0px;
}
.titleSection .titleSection__contentsWrapper {
    padding:  0px 32px;
}

/*al:notionページのアイコンを非表示*/
.notion-page-title-icon {
    display: none;
}

/*me:メディアページ　カードビューのタイトルなし*/
/*.pageMap__top_media .notion-collection .notion-collection-card-body {
   display: none;
 }
 .pageMap__top_media .notion-collection .notion-collection-header {
     display: none;
 }
 */

/*tp:トップページ配下のページブロックを非表示*/
#block-ce4e9f0332434dfba47125d1974061a5 {
    display: none;
}

/*me:メディアトップページだけ幅広く*/
.pageMap__top_media .titleSection__contentsWrapper {
    max-width: 1166px; !important
    margin: 0px 100px;
    padding: 32px;
}
.pageMap__top_media .separatedSection__contentsWrapper {
    max-width: 1166px; !important
    margin: 0px 100px;
    padding: 32px;
}

/*me:コールアウト緑をグラデーションに*/
.notion-teal_background_co {
    background-image: linear-gradient(270deg, rgba(29, 163, 137, 0.7), rgba(247, 209, 55, 0.7) 90%);
}
.notion-callout .notion-page-icon {
    display: none;
}
/*me:緑の字はフォント大きめ&amp;緑のバー*/
.notion-teal{
    font-size: 1.5em;
    color:#323434;
    border-bottom:4px solid #1DA389;
}

/*pj:コールアウト青はプロジェクトの意義*/
.notion-blue_background_co{
	padding:2em;/*内側余白*/
	position: relative;
	text-align: center;
    background-color: #E7F30E5;
}
/*me:記事個別ページについて*/
.page[class*="_media__"] .title{
    font-size: 2em;
}
.page[class*="_media__"] .separatedSection__contentsWrapper{
    padding: 10px 32px 32px;
    display: flex;
    flex-direction: column; /* 縦方向に並べる */
}
.page[class*="_media__"] .notion-collection-row-wrapper {
    margin-top:2em;
    order: 1; /* この要素の順序を一番下に設定 */
}

.page[class*="_media__"] .notion-collection .notion-collection-header {
    display: none;
}
.page[class*="_media__"] .coverImage {
    display: none;
}
.page[class*="_media__"] .contents {
    padding-top: 1em;
}
.page[class*="_media__"] .pageIcon-cover{
    position: relative;
    top: 0;
}
.page[class*="_media__"] .notion-h2 {
    padding: 0.8rem 1rem;
    margin: 1em 0 0.3em;
    border-left: 10px solid #1DA389;
}
.page[class*="_media__"] .notion-h3{
  border-bottom: 3px solid #1DA389;
}
.page[class*="_media__"] .notion-table-of-contents {
    padding: 1rem 2rem;
    border: 3px solid #E6E6E6;
}
/*dc:ページについて*/
.page[class*="_dictionary__"] .separatedSection__contentsWrapper{
    padding: 10px 32px 32px;
    display: flex;
    flex-direction: column; /* 縦方向に並べる */
}
.page[class*="_dictionary__"] .notion-collection-row-wrapper {
    margin-top:2em;
    order: 1; /* この要素の順序を一番下に設定 */
}
.page[class*="_dictionary__"] .notion-collection-card-body {
    display: none;
}
.page[class*="_dictionary__"] .notion-collection .notion-collection-header {
    display: none;
}
.page[class*="_dictionary__"] .coverImage {
    display: none;
}
.page[class*="_dictionary__"] .contents {
    padding-top: 1em;
}
.page[class*="_dictionary__"] .pageIcon-cover{
    position: relative;
    top: 0;
}
.page[class*="_dictionary__"] .notion-h2 {
    padding: 0.8rem 1rem;
    margin: 1em 0 0.3em;
    border-left: 10px solid #1DA389;
}
.page[class*="_dictionary__"] .notion-h3{
  border-bottom: 3px solid #1DA389;
}
.page[class*="_dictionary__"] .notion-table-of-contents {
    padding: 1rem 2rem;
    border: 3px solid #E6E6E6;
}

/*th:ページ配下について*/
.page[class*="_theme__"] .title{
    font-size: 0.8em;
    font-weight: 200;
    color: #a9a9a9;
}
.page[class*="_theme__"] .separatedSection__contentsWrapper{
    padding: 10px 32px 32px;
}

/*newsページ検索バーを非表示*/
.page[class*="_news__"] .notion-collection-header {
    display: none;
}

/*tp:記事部分7こ目以降を非表示 */
.pageMap__top #block-6621be3819a24e4da7f6fc22122d2b11 .notion-collection-card:nth-child(n+7) {
    display: none;
}
/*tp:自治体部分7こ目以降を非表示 */
.pageMap__top #block-e5501b4867ff4f18bfc805cb428a3fd1 .notion-collection-card:nth-child(n+7) {
    display: none;
}

/*tp:プロジェクト部分13こ目以降を非表示 */
.pageMap__top #block-eebb779c976c41968bb91f71b2e5cbe1 .notion-collection-card:nth-child(n+13) {
    display: none;
}

/*tp:お知らせ部分６こ目以降を非表示*/
.pageMap__top #block-a7bb7ca215cd420a92b1a994d79b4439 .notion-list-item:nth-child(n+6) {
    display: none;
}
.notion-db-more-button {
    display:none;
}

/*tp:テストセクション*/
#section-block-12d9f9d1755280509ae8ff1fefb07b69{
    display: noe;
}
/*tp:ピックアップ*/
#section-block-12d9f9d1755280509ae8ff1fefb07b69 .separatedSection__contentsWrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 10%;
    padding: 0;
}
/*tp:検索欄を非表示*/
.pageMap__top .notion-collection-header{
    display: none;
}
/*tp:画面幅が小さい場合（4つ表示） */
@media (max-width: 672px) {
    #block-eebb779c976c41968bb91f71b2e5cbe1 .notion-collection-card:nth-child(n+4) {
        display: none;
    }
}
/*tp:画面幅が中小の場合（5つ表示） */
@media (min-width: 673px) and (max-width: 1017px) {
    #section-block-12d9f9d1755280509ae8ff1fefb07b69 .notion-collection-card:nth-child(n+5) {
        display: none;
    }
}
/*tp:画面幅が中くらいの場合（4つ表示） */
@media (min-width: 1018px) and (max-width: 1362px) {
    #section-block-12d9f9d1755280509ae8ff1fefb07b69 .notion-collection-card:nth-child(n+4) {
        display: none;
    }
}
/*tp:画面幅が大きめの場合（5つ表示） */
@media (min-width: 1363px) and (max-width: 1707px) {
    #section-block-12d9f9d1755280509ae8ff1fefb07b69 .notion-collection-card:nth-child(n+5) {
        display: none;
    }
}
/*tp:画面幅が大きい場合（6つ表示） */
@media (min-width: 1708px) and (max-width: 2052px) {
    #section-block-12d9f9d1755280509ae8ff1fefb07b69 .notion-collection-card:nth-child(n+6) {
        display: none;
    }
}
/*tp:非常に広い画面幅の場合（7つ表示） */
@media (min-width: 2053px) and (max-width: 2397px) {
    #section-block-12d9f9d1755280509ae8ff1fefb07b69 .notion-collection-card:nth-child(n+7) {
        display: none;
    }
}

/*tp:テストゾーン*/
#section-block-b9c442c2362b4423ac965e94cea99357{
    display:none;
}</pre></body></html>