@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");#news{padding:45px 0}@media (max-width: 991px){#news{padding:20px 0 30px}}#news .listHead{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding-bottom:25px;margin-bottom:50px;border-bottom:1px solid #9fa0a0}@media (max-width: 991px){#news .listHead{padding-bottom:0;margin-bottom:20px;border:none;-webkit-flex-direction:column;flex-direction:column}}#news .listHead .listTtl{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;gap:0 20px}@media (max-width: 991px){#news .listHead .listTtl{-webkit-justify-content:center;justify-content:center;gap:0 10px;width:100%;padding-bottom:8px;margin-bottom:10px;border-bottom:1px solid #9fa0a0}}#news .listHead .listTtl .ttlSvg{width:auto;height:30px}@media (max-width: 991px){#news .listHead .listTtl .ttlSvg{height:20px}}#news .listHead .listTtl .ttl{font-size:2rem;color:#0068b7;font-weight:700}@media (max-width: 991px){#news .listHead .listTtl .ttl{font-size:1.4rem}}#news .listHead .tagList{display:-webkit-flex;display:flex;gap:0 20px}@media (max-width: 991px){#news .listHead .tagList{display:grid;grid-template-columns:repeat(5, minmax(0, 1fr));width:100%;gap:0 8px}}#news .listHead .tagList li{min-width:115px;border:1px solid #0068b7;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}@media (max-width: 991px){#news .listHead .tagList li{min-width:auto;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}}#news .listHead .tagList li a{display:block;text-align:center;line-height:38px;padding:0 5px;color:#0068b7;font-size:1.4rem}@media (max-width: 991px){#news .listHead .tagList li a{line-height:28px;font-size:1.3rem;padding:0}}#news .listHead .tagList li a:hover,#news .listHead .tagList li a.active{background:#0068b7;color:#FFF;filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1}#news .newsList{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:45px;margin-bottom:60px}@media (max-width: 991px){#news .newsList{grid-template-columns:repeat(2, minmax(0, 1fr));gap:15px;margin-bottom:30px}}#news .newsList li>.image{display:block}#news .newsList li>.image,#news .newsList li>.summary{color:inherit;text-decoration:none}#news .newsList .image{width:100%;aspect-ratio:368 / 207;overflow:hidden;background:#c9caca;margin-bottom:15px}#news .newsList .image img{display:block;width:100%;height:100%;transition:transform .5s ease;object-fit:cover;object-position:center}#news .newsList .image img[src=""],#news .newsList .image img:not([src]){display:none}@media (max-width: 991px){#news .newsList .image{width:100%;margin-bottom:5px}}#news .newsList .image:hover img{-moz-transform:scale(1.15);-ms-transform:scale(1.15);-webkit-transform:scale(1.15);transform:scale(1.15)}#news .newsList .head{margin-bottom:10px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;gap:0 8px}@media (max-width: 991px){#news .newsList .head{-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:5px;gap:0 3px}}#news .newsList .head .tag{min-width:120px;background:#0068b7;color:#FFF;font-weight:700;text-align:center;line-height:24px;font-size:1.4rem;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px}@media (max-width: 991px){#news .newsList .head .tag{font-size:1.1rem;font-weight:500;line-height:18px;padding:0 3px;min-width:auto;order:2}}#news .newsList .head time{font-size:1.8rem}@media (max-width: 991px){#news .newsList .head time{font-size:1.4rem;order:1}}#news .newsList .summary{font-size:2rem;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media (max-width: 991px){#news .newsList .summary{font-size:1.4rem}}#news .pager{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}#news .pager ul{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;gap:0 20px}@media (max-width: 991px){#news .pager ul{gap:0 12px}}#news .pager li a,#news .pager li span{color:#9fa0a0;font-size:2rem;display:block;min-width:40px;line-height:38px;height:40px;border:1px solid #0068b7;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px;text-align:center;font-weight:600}@media (max-width: 991px){#news .pager li a,#news .pager li span{min-width:30px;line-height:28px;height:30px;font-size:1.7rem}}#news .pager li span{color:#FFF;background:#0068b7}#news .pager li .prev,#news .pager li .next{position:relative;background:#9fa0a0;border-color:#9fa0a0}#news .pager li .prev:before,#news .pager li .next:before{position:absolute;top:50%;left:50%;-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);content:'';display:block;width:16px;height:20px;background:#FFF;clip-path:polygon(0 0, 20% 0, 100% 50%, 20% 100%, 0 100%, 80% 50%)}@media (max-width: 991px){#news .pager li .prev:before,#news .pager li .next:before{width:12px;height:16px}}#news .pager li .prev:before{clip-path:polygon(100% 0, 80% 0, 0 50%, 80% 100%, 100% 100%, 20% 50%)}#newsDtl{padding:45px 0}@media (max-width: 991px){#newsDtl{padding:20px 0 30px}}#newsDtl .newsHead{padding-bottom:25px;margin-bottom:50px;border-bottom:1px solid #9fa0a0}@media (max-width: 991px){#newsDtl .newsHead{padding-bottom:0;margin-bottom:20px;border:none}}#newsDtl .newsHead .newsTtl{font-size:3.2rem;font-weight:700;margin-bottom:10px}@media (max-width: 991px){#newsDtl .newsHead .newsTtl{font-size:2rem;margin-bottom:5px}}#newsDtl .newsHead .infoList{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;font-size:1.6rem}@media (max-width: 991px){#newsDtl .newsHead .infoList{font-size:1.4rem;gap:5px 0}#newsDtl .newsHead .infoList li:first-child{flex-basis:100%}#newsDtl .newsHead .infoList li:nth-child(2)::before{display:none}}#newsDtl .newsHead .infoList li+li::before{content:"|";display:inline-block;margin:0 15px}#newsDtl .newsHead .infoList a{color:#0068b7;text-decoration:underline}#newsDtl .newsHead .infoList a:hover{text-decoration:none}#newsDtl .contTtl{font-size:2.6rem;font-weight:700;color:#0068b7;margin-bottom:30px}@media (max-width: 991px){#newsDtl .contTtl{font-size:2rem;margin-bottom:15px}}#newsDtl ._detailIn{overflow:hidden;*zoom:1;margin-bottom:20px}#newsDtl .newsShare{margin-bottom:60px}@media (max-width: 991px){#newsDtl .newsShare{margin-bottom:20px}}#newsDtl .newsShare .ttl{font-size:1.8rem;font-weight:700;margin-bottom:15px}@media (max-width: 991px){#newsDtl .newsShare .ttl{font-size:1.6rem;color:#0068b7;margin-bottom:10px}}#newsDtl .newsShare .shareList{display:-webkit-flex;display:flex;gap:0 10px}@media (max-width: 991px){#newsDtl .newsShare .shareList{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));width:100%;gap:0 8px}}#newsDtl .newsShare .shareList li{min-width:115px;border:1px solid #0068b7;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}@media (max-width: 991px){#newsDtl .newsShare .shareList li{min-width:auto;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}}#newsDtl .newsShare .shareList li a{display:block;text-align:center;line-height:38px;padding:0 5px;color:#0068b7;font-size:1.4rem}@media (max-width: 991px){#newsDtl .newsShare .shareList li a{line-height:28px;font-size:1.3rem;padding:0}}#newsDtl .newsShare .shareList li a:hover,#newsDtl .newsShare .shareList li a.active{background:#0068b7;color:#FFF;filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1}#newsDtl .newsList{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:45px;margin-bottom:60px}@media (max-width: 991px){#newsDtl .newsList{grid-template-columns:repeat(2, minmax(0, 1fr));gap:15px;margin-bottom:30px}}#newsDtl .newsList li>.image{display:block}#newsDtl .newsList li>.image,#newsDtl .newsList li>.summary{color:inherit;text-decoration:none}@media (min-width: 992px){#newsDtl .newsList li:nth-child(4){display:none}}#newsDtl .newsList .image{width:100%;aspect-ratio:368 / 207;overflow:hidden;background:#c9caca;margin-bottom:15px}#newsDtl .newsList .image img{display:block;width:100%;height:100%;transition:transform .5s ease;object-fit:cover;object-position:center}#newsDtl .newsList .image img[src=""],#newsDtl .newsList .image img:not([src]){display:none}@media (max-width: 991px){#newsDtl .newsList .image{width:100%;margin-bottom:5px}}#newsDtl .newsList .image:hover img{-moz-transform:scale(1.15);-ms-transform:scale(1.15);-webkit-transform:scale(1.15);transform:scale(1.15)}#newsDtl .newsList .head{margin-bottom:10px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;gap:0 8px}@media (max-width: 991px){#newsDtl .newsList .head{-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:5px}}#newsDtl .newsList .head .tag{min-width:120px;background:#0068b7;color:#FFF;font-weight:700;text-align:center;line-height:24px;font-size:1.4rem;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px}@media (max-width: 991px){#newsDtl .newsList .head .tag{font-size:1.4rem;font-weight:500;color:#0068b7;line-height:1;background:none;min-width:auto;order:2}#newsDtl .newsList .head .tag:before{content:'>'}}#newsDtl .newsList .head time{font-size:1.8rem}@media (max-width: 991px){#newsDtl .newsList .head time{font-size:1.4rem;order:1}}#newsDtl .newsList .summary{font-size:2rem;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media (max-width: 991px){#newsDtl .newsList .summary{font-size:1.4rem}}@media (max-width: 991px){#newsDtl .pager{margin:0 -5px}}#newsDtl .pager ul{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;width:100%;gap:0}#newsDtl .pager li{-webkit-flex:1;flex:1}#newsDtl .pager li:nth-child(2){text-align:center}#newsDtl .pager li:last-child a{-webkit-justify-content:end;justify-content:end}#newsDtl .pager li a{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;gap:0 15px;color:#0068b7;font-size:2rem;font-weight:700;line-height:1.4;white-space:nowrap}@media (max-width: 991px){#newsDtl .pager li a{gap:0 5px;font-size:1.5rem}}#newsDtl .pager li:nth-child(2) a{-webkit-justify-content:center;justify-content:center}#newsDtl .pager .arrow{-webkit-flex:0 0 auto;flex:0 0 auto;position:relative;display:block;min-width:40px;width:40px;height:40px;border:1px solid #9fa0a0;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px;background:#9fa0a0}@media (max-width: 991px){#newsDtl .pager .arrow{min-width:30px;width:30px;height:30px}}#newsDtl .pager .arrow::before{content:"";position:absolute;top:50%;left:50%;width:16px;height:20px;background:#FFF;-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);clip-path:polygon(100% 0, 80% 0, 0 50%, 80% 100%, 100% 100%, 20% 50%)}@media (max-width: 991px){#newsDtl .pager .arrow::before{width:12px;height:16px}}#newsDtl .pager .next .arrow::before{clip-path:polygon(0 0, 20% 0, 100% 50%, 20% 100%, 0 100%, 80% 50%)}@media (prefers-reduced-motion: reduce){#member .memberList li:hover .image img{animation:none}}