@charset "UTF-8";@layer components{.infolist:not(:has(.infolist__item--no-data)){--infolist-row-gap:0.9375rem;display:grid;gap:var(--infolist-row-gap) 1.25rem;grid-template-columns:repeat(2,auto) 1fr;height:calc(1em*var(--font-lineheight)*5 + var(--infolist-row-gap)*4);overflow-y:scroll;padding-right:1.25rem;scroll-snap-type:y proximity;scrollbar-color:var(--sdgs-gray) var(--sdgs-base);scrollbar-width:thin}:is(.infolist__item,.infolist__link){display:grid;grid-column:1/-1;grid-template-columns:subgrid}:is(.infolist__date,.infolist__text){font-size:1rem;font-weight:500}.infolist__item{scroll-snap-align:start}.infolist__link{transition:.2s color var(--ease-in-sine)}@media (hover:hover){.infolist__link:hover:has(.infolist__badge--info){color:var(--sdgs-primary)}.infolist__link:hover:has(.infolist__badge--event){color:var(--sdgs-secondary)}}.infolist__badge{align-self:center;border:.125rem solid;border-radius:6.1875rem;display:grid;font-size:.875rem;font-weight:700;height:calc(1em*var(--font-lineheight));line-height:1;place-content:center;text-align:center;width:6.25rem}.infolist__badge--info{color:var(--sdgs-primary)}.infolist__badge--event{color:var(--sdgs-secondary)}.infolist__date{font-variant-numeric:tabular-nums}.infolist__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:699.99px){.infolist:not(:has(.infolist__item--no-data)){grid-template-columns:6.25rem auto;padding-right:0}.infolist__text{grid-column:-1/1;margin-top:.625rem;overflow:visible;white-space:normal}}}@layer components{.text-content :where(p,q,blockquote,ul,table,.flex-content,.buttons)+:where(p,q,blockquote,ul,table,.flex-content,.buttons){margin-top:1.25rem}.text-content :where(figure,img,video)+:where(p,q,blockquote,ul,table,.flex-content,.buttons){margin-top:1.875rem}.text-content :where(p,q,blockquote,ul,table,.flex-content,.buttons)+:where(figure,img,video){margin-top:1.875rem}.text-content :where(figure,img,video)+:where(figure,img,video){margin-top:.625rem}.text-content :where(ul) li{padding-left:1em;text-indent:-1em}.text-content :where(ul) li+li{margin-top:.375rem}.text-content :where(ul) li:before{content:"・"}.text-content :where(strong){font-weight:700}.text-content :where(u){background:linear-gradient(0deg,currentColor,currentColor .0625rem,#0000 0)}.text-content :where(hr){background-color:var(--sdgs-gray);border:none;height:.0625rem;margin-block:3rem}.text-content a:not([class]){color:var(--sdgs-primary)}@media (hover:hover){.text-content a:not([class]):hover{background:linear-gradient(0deg,currentColor,currentColor .0625rem,#0000 0)}}@media only screen and (max-width:699.99px){.text-content :where(p,q,blockquote,ul,table,.flex-content,.buttons)+:where(p,q,blockquote,ul,table,.flex-content,.buttons){margin-top:.625rem}}}@layer specific{.matching__items{display:grid;grid-template-columns:13.5em 1fr;row-gap:1.25rem}:is(.matching__item,.matching__item-link){column-gap:1.25rem;display:grid;grid-column:span 2;grid-template-columns:subgrid}.matching__item{font-size:1rem;font-weight:500;position:relative}.matching__item:not(:last-child):after{background:var(--sdgs-lightgray);bottom:-.625rem;content:"";display:block;height:.0625rem;position:absolute;width:100%}.matching__item--ended .matching__item-link span:after{border:.125rem solid;border-radius:1.25rem;color:var(--sdgs-mediumgray);content:"開催終了";display:inline-grid;font-size:.6875rem;font-weight:700;line-height:1;margin-left:.625rem;padding:.125rem .375rem;place-content:center;position:relative;top:-.125rem}.matching__item-link{font-variant-numeric:tabular-nums;transition:color .15s var(--ease-in-sine)}.matching__item-link span{font-weight:700}.matching__item-link:not(:has(time)) span{grid-column:span 2}@media (hover:hover){.matching__item-link:hover{color:var(--sdgs-primary)}}@media only screen and (max-width:699.99px){.matching__items{grid-template-columns:1fr}:is(.matching__item,.matching__item-link){grid-column:span 1}.matching__item-link{row-gap:.3125rem}}}