body#news .pagetitle{background-image:url("../images/news/pagetitle_bg.jpg")}body#news .section .contents{display:flex;flex-direction:column;gap:3.75rem;width:56.25rem;margin:0 auto}@media(max-width: 768px){body#news .section .contents{gap:12.5vw;width:100%}}body#news .section .contents .entries li a{position:relative;display:flex;flex-direction:row-reverse;gap:2.5rem;padding:1.875rem 7.5rem 1.875rem 1.875rem;border-bottom:1px solid var(--bk10);color:var(--bk70);font-size:1rem;text-decoration:none;line-height:1.5;background-color:var(--wh)}@media(max-width: 768px){body#news .section .contents .entries li a{flex-direction:column-reverse;gap:2.0833333333vw;padding:4.1666666667vw 4.1666666667vw 8.3333333333vw 4.1666666667vw;font-size:3.3333333333vw}}body#news .section .contents .entries li a::before,body#news .section .contents .entries li a::after{content:"";position:absolute}body#news .section .contents .entries li a::before{top:0;left:0;width:100%;height:100%;background-color:var(--key);transition:transform .5s cubic-bezier(0.2, 1, 0.2, 1);transform:scale(0, 1);transform-origin:0 0}body#news .section .contents .entries li a::after{content:"";position:absolute;right:1.875rem;bottom:1.875rem;width:3.75rem;height:.375rem;background-color:var(--key);-webkit-mask:url("../images/arrow.svg");mask:url("../images/arrow.svg");-webkit-mask-size:contain;mask-size:contain;transition:all .5s cubic-bezier(0.2, 1, 0.2, 1)}@media(max-width: 768px){body#news .section .contents .entries li a::after{right:4.1666666667vw;bottom:4.1666666667vw;width:12.5vw;height:1.25vw}}body#news .section .contents .entries li a .title{position:relative;flex:1 1 0%;transition:color .5s cubic-bezier(0.2, 1, 0.2, 1)}body#news .section .contents .entries li a .date{position:relative;color:var(--key50);font-family:"Barlow Semi Condensed",sans-serif;font-weight:700;transition:color .5s cubic-bezier(0.2, 1, 0.2, 1)}@media(any-hover: hover){body#news .section .contents .entries li a:hover::before{transform:scale(1, 1)}body#news .section .contents .entries li a:hover::after{right:1.25rem;background-color:var(--wh)}body#news .section .contents .entries li a:hover .title{color:var(--wh)}body#news .section .contents .entries li a:hover .date{color:var(--wh50)}}body#news .section .contents .pagenav{display:flex;justify-content:center;gap:.3125rem;font-size:1rem}@media(max-width: 768px){body#news .section .contents .pagenav{gap:2.0833333333vw;font-size:3.3333333333vw}}body#news .section .contents .pagenav li span,body#news .section .contents .pagenav li strong,body#news .section .contents .pagenav li a{display:flex;justify-content:center;align-items:center;height:2.5rem;border:solid 1px var(--bk70);text-decoration:none;line-height:1.25}@media(max-width: 768px){body#news .section .contents .pagenav li span,body#news .section .contents .pagenav li strong,body#news .section .contents .pagenav li a{height:8.3333333333vw}}body#news .section .contents .pagenav li span{color:#ccc;border:solid 1px var(--bk10);background-color:var(--bk05)}body#news .section .contents .pagenav li strong{border-color:var(--key);color:var(--key);background-color:var(--key10)}body#news .section .contents .pagenav li a{color:var(--bk70)}body#news .section .contents .pagenav li a:hover{border-color:var(--key);color:var(--key);background-color:var(--key10)}body#news .section .contents .pagenav li.num{font-family:"Barlow Semi Condensed",sans-serif}@media(max-width: 768px){body#news .section .contents .pagenav li.num{display:none}}body#news .section .contents .pagenav li.num span,body#news .section .contents .pagenav li.num strong,body#news .section .contents .pagenav li.num a{aspect-ratio:1/1}body#news .section .contents .pagenav li.prev span,body#news .section .contents .pagenav li.prev strong,body#news .section .contents .pagenav li.prev a,body#news .section .contents .pagenav li.next span,body#news .section .contents .pagenav li.next strong,body#news .section .contents .pagenav li.next a{padding:0 1em}body#news .section .contents .entry .title{padding-bottom:.625rem;border-bottom:solid 1px var(--bk20);color:var(--key);font-size:1.5rem;font-weight:300;line-height:1.75}@media(max-width: 768px){body#news .section .contents .entry .title{padding-bottom:2.0833333333vw;font-size:5vw}}body#news .section .contents .entry .public{margin-bottom:2.5rem;padding:.625rem;color:var(--bk50);font-size:.875rem;text-align:right;line-height:1.75;background-color:var(--bk10)}@media(max-width: 768px){body#news .section .contents .entry .public{margin-bottom:8.3333333333vw;padding:2.0833333333vw;font-size:2.9166666667vw}}body#news .section .contents .entry .image{position:relative;overflow:hidden;margin:0 auto 2.5rem;text-align:center}@media(max-width: 768px){body#news .section .contents .entry .image{margin-bottom:8.3333333333vw}}body#news .section .contents .entry .image img{position:relative;max-height:30rem;transition:transform .5s cubic-bezier(0.2, 1, 0.2, 1)}body#news .section .contents .entry .image img+img{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1.2);filter:blur(0.625rem) brightness(0.5)}@media(max-width: 768px){body#news .section .contents .entry .image img{max-height:75vw}}body#news .section .contents .entry .image a:hover img:first-child{transform:scale(1.1)}body#news .section .contents .entry .comment{font-size:1rem;line-height:2}@media(max-width: 768px){body#news .section .contents .entry .comment{font-size:3.3333333333vw}}body#news .section .contents .nav{display:flex;justify-content:center}body#news .section .contents .nav .btn{position:relative;display:block;width:26.25rem;margin:0 auto;padding:1.25rem;border:solid 1px var(--bk60);color:var(--bk70);font-size:1.125rem;text-decoration:none;text-align:center;line-height:1.75;cursor:pointer}@media(max-width: 768px){body#news .section .contents .nav .btn{width:100%;padding:4.1666666667vw;font-size:3.75vw}}body#news .section .contents .nav .btn::before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:var(--key);transition:transform .5s cubic-bezier(0.2, 1, 0.2, 1);transform:scale(0)}body#news .section .contents .nav .btn::after{content:"";position:absolute;right:1.25rem;bottom:1.25rem;width:3.75rem;height:.375rem;background-color:var(--bk70);-webkit-mask:url("../images/arrow.svg");mask:url("../images/arrow.svg");-webkit-mask-size:contain;mask-size:contain;transition:all .5s cubic-bezier(0.2, 1, 0.2, 1)}@media(max-width: 768px){body#news .section .contents .nav .btn::after{right:4.1666666667vw;bottom:4.1666666667vw;width:12.5vw;height:1.25vw}}@media(any-hover: hover){body#news .section .contents .nav .btn:hover{color:var(--wh)}body#news .section .contents .nav .btn:hover::before{transform:scale(1)}body#news .section .contents .nav .btn:hover::after{right:.625rem;background-color:var(--wh80)}}body#news .section .contents .nav .btn.back{border-color:var(--bk20);background-color:var(--bk10)}body#news .section .contents .nav .btn.back::before{background-color:var(--bk60)}body#news .section .contents .nav .btn.back::after{right:auto;left:1.875rem;transform:scale(-1, 1)}@media(any-hover: hover){body#news .section .contents .nav .btn.back:hover::after{left:1.25rem}}