:root{--swiper-pagination-bullet-horizontal-gap:$horizontalGap;--swiper-pagination-color:#666666;--swiper-pagination-bullet-inactive-color:#ffffff;--swiper-pagination-bullet-inactive-opacity:1;--swiper-pagination-bullet-size:1rem;--swiper-pagination-bullet-width:1rem;--swiper-pagination-bullet-height:1rem;}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 0.5em;}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.swiper-pagination-bullet{width:1rem;height:1rem;background:#ffffff;opacity:1;}.swiper-pagination-bullet-active{opacity:1;background:#666666;}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 1rem;}}

@charset "UTF-8";.newsItemList{display:block;}@media only screen and (min-width:768px){.newsItemList{width:100%;margin-left:auto;margin-right:auto;}}.newsItem{display:grid;width:100%;font-size:1.2rem;line-height:2.1em;margin:0.25em 0;max-width:41rem;margin:0 auto;}@media only screen and (min-width:768px){.newsItem{grid-template-columns:20rem calc(100% - 20rem);overflow:hidden;font-size:1.4rem;margin:0.5em 0;max-width:none;}}@media only screen and (max-width:1279px) and (min-width:768px){.newsItem{font-size:1.09375vw;}}.newsItem .newsThumbnail{display:block;width:100%;}.newsItem .newsThumbnail>img{display:block;width:100%;max-width:100%;height:auto;}.newsItemContent{display:block;margin:0.5em 0 1.2em;}@media only screen and (min-width:768px){.newsItemContent{margin:0 0 0 1em;}}.newsItemContent .newsCategoryAndDate{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1em;}.newsItemContent .newsCategoryAndDate .newsCategory{display:inline-block;text-align:center;font-size:1.4rem;line-height:1.5em;color:#ffffff;min-width:10rem;}@media only screen and (min-width:768px){.newsItemContent .newsCategoryAndDate .newsCategory{min-width:10rem;}}.newsItemContent .newsCategoryAndDate .newsDate{line-height:1.2em;}@media only screen and (min-width:768px){.newsItemContent .newsCategoryAndDate .newsDate{line-height:inherit;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}.newsItemContent .newsTitle{margin:0.33em 0 0 !important;padding:0 !important;font-size:1.6rem;line-height:1.6em;font-weight:500;}@media only screen and (min-width:768px){.newsItemContent .newsTitle{font-size:1.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}}.newsItemContent .newsText{font-size:1.4rem;line-height:1.5;}@media only screen and (min-width:768px){.full .newsItemList{width:100%;}}.full .newsItemList .newsItem{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0 auto;padding:0;}@media only screen and (min-width:768px){.full .newsItemList .newsItem{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0.8em 0;margin:0;}}.full .newsItemList .newsItem picture{display:block;width:100%;}.full .newsItemList .newsItem::before{font-size:1.2rem;height:2em;min-width:7.5em;padding:0 0.75em;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}@media only screen and (min-width:768px){.full .newsItemList .newsItem::before{min-width:8em;font-size:1em;padding:0 1em;}}.full .newsItemList .newsItem .newsItemContent{display:block;margin:0.5em 0 1.2em;line-height:1.4em;font-family:"Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","游ゴシック","YuGothic","メイリオ","Meiryo",sans-serif;}@media only screen and (min-width:768px){.full .newsItemList .newsItem .newsItemContent{margin:0 0 0 1em;}}.full .newsItemList .newsItem .newsItemContent .newsDate{display:inline-block;padding-right:0.8em;margin-right:0.5em;font-family:inherit;}@media only screen and (min-width:768px){.full .newsItemList .newsItem .newsItemContent .newsDate{margin:0;border:none;padding:0;}.full .newsItemList .newsItem .newsItemContent .newsDate::after{margin:0 1em;}}.full .newsItemList .newsItem .newsItemContent .newsText{margin:0;font-size:1.4rem;line-height:1.5;font-family:inherit;}@media only screen and (min-width:768px){.full .newsItemList .newsItem .newsItemContent .newsText{border:none;}}.newsDetailWrapper .newsDetailTitle{display:grid;grid-template-areas:"Category newsDetailDate" "newsDetailTitleText newsDetailTitleText";grid-template-columns:max-content 1fr;grid-template-rows:max-content;gap:0.75em;font-weight:500;line-height:1.2em;margin:0.5em 0;}@media only screen and (min-width:768px){.newsDetailWrapper .newsDetailTitle{font-size:2.4rem;}}.newsDetailWrapper .newsDetailTitleCategory{display:inline-block;grid-area:Category;color:#ffffff;min-width:7.3684210526em;text-align:center;}@media only screen and (min-width:768px){.newsDetailWrapper .newsDetailTitleCategory{font-size:1.9rem;line-height:1.7894736842em;}}.newsDetailWrapper .newsDetailTitle .newsDetailDate{grid-area:newsDetailDate;width:100%;display:grid;grid-template-columns:1fr;gap:0.7em;}.newsDetailWrapper .newsDetailTitle .newsDetailDate .newsDetailDateText{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;gap:0.7em;line-height:1.2em;}@media only screen and (min-width:768px){.newsDetailWrapper .newsDetailTitle .newsDetailDate .newsDetailDateText{line-height:inherit;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}.newsDetailWrapper .newsDetailTitle .newsDetailTitleText{grid-area:newsDetailTitleText;display:block;width:100%;line-height:1.4em;}.newsDetailWrapper .newsDetailContent{border-top:1px solid #ccc;}.newsDetailWrapper .newsDetailContent .newsDetailInner{display:block;width:100%;}.newsDetailWrapper .newsDetailContent .newsDetailContainer{display:grid;margin:0;gap:1.8em;grid-template-areas:"image" "text";grid-template-columns:1fr;}@media only screen and (min-width:768px){.newsDetailWrapper .newsDetailContent .newsDetailContainer.left,.newsDetailWrapper .newsDetailContent .newsDetailContainer.right{margin-top:1.8em;}.newsDetailWrapper .newsDetailContent .newsDetailContainer.left{grid-template-areas:"image text";grid-template-columns:repeat(2,1fr);}.newsDetailWrapper .newsDetailContent .newsDetailContainer.right{grid-template-areas:"text image";grid-template-columns:repeat(2,1fr);}}.newsDetailWrapper .newsDetailContent .newsDetailImage picture{display:block;width:100%;max-width:100%;}.newsDetailWrapper .newsDetailContent .newsDetailImage picture>img{max-width:100%;height:auto;}.newsDetailWrapper .newsDetailContent .newsDetailYoutubeWrapper{display:block;width:100%;height:0;padding-top:56.25%;position:relative;z-index:0;}.newsDetailWrapper .newsDetailContent .newsDetailYoutubeWrapper .newsDetailYoutubeBlock{width:100%;height:100%;position:absolute;z-index:1;left:0;top:0;}.newsDetailWrapper .newsDetailContent .newsDetailYoutubeWrapper .newsDetailYoutubeBlock>iframe{width:100%;height:100%;border:none;}.newsDetailWrapper .newsDetailContent .newsDetailBlock{grid-area:text;}.newsDetailWrapper .newsDetailContent .newsDetailBlock .newsDetailTextarea{line-height:1.8611111111em;}@media only screen and (min-width:768px){.newsDetailWrapper .newsDetailContent .newsDetailBlock .newsDetailTextarea{font-size:1.6rem;}}.newsDetailWrapper .newsDetailContent .newsDetailBlock .newsDetailLinkWrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}.newsDetailWrapper .newsDetailContent .newsDetailBlock .newsDetailLinkWrapper .newsDetailLink{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;gap:0.5em;background-color:#0071bc;color:#ffffff;line-height:1.8em;padding:0 0.5em 0 1em;}@media only screen and (min-width:768px){.newsDetailWrapper .newsDetailContent .newsDetailBlock .newsDetailLinkWrapper .newsDetailLink{font-size:1.5rem;}}.newsDetailWrapper .newsDetailContent .newsDetailBlock .newsDetailLinkWrapper .newsDetailLink svg{display:block;width:0.8em;height:0.8em;fill:none;stroke:#ffffff;stroke-linecap:round;stroke-miterlimit:10;}.newsDetailLink{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:4em 0 2em;}.newsDetailLink a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #333333;padding:0.5em;font-size:1.2rem;line-height:1.3333333333em;}@media only screen and (min-width:768px){.newsDetailLink a{font-size:1.6rem;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;opacity:1;}.newsDetailLink a:hover{opacity:0.6;}}@media only screen and (max-width:1279px) and (min-width:768px){@includevars .font-size-vw (16);}.newsDetailLink a::before{content:"";display:block;font-size:inherit;width:1.6em;height:1.6em;background-size:1.4em auto;background-position:left center;background-repeat:no-repeat;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0px' y='0px' viewBox='0 0 28 28'%3E%3Cpath fill='none' stroke='%23333' stroke-miterlimit='10' stroke-width='1.5' d='M17.9 25.7 6.1 14 17.9 2.3'/%3E%3C/svg%3E");}

@import url("https://p.typekit.net/p.css?s=1&k=zzc1rhy&ht=tk&f=36602.36604&a=650366&app=typekit&e=css");@font-face{font-family:"urw-din";src:url("https://use.typekit.net/af/f1d51b/00000000000000007735a83d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/f1d51b/00000000000000007735a83d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/f1d51b/00000000000000007735a83d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:400;font-stretch:normal}@font-face{font-family:"urw-din";src:url("https://use.typekit.net/af/d96df7/00000000000000007735a843/30/l?subset_id=2&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/d96df7/00000000000000007735a843/30/d?subset_id=2&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/d96df7/00000000000000007735a843/30/a?subset_id=2&fvd=n5&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:500;font-stretch:normal}.tk-urw-din{font-family:"urw-din",sans-serif}