@charset "UTF-8";
.facilities-pause {
	font-size: 2em;
	margin:0 0 0.5em;
}

.facilities-pause span {
	display: flex;
	align-items: center;
	color: #011e62;
	font-size: 0.5em;
	text-transform: uppercase;
}

.facilities-pause span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #011e62;
}
.news-ph01{
    width: 75%;
    margin: auto;
}
.news-ph01 img{
    width: 100%;
}
.news-ph02{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.news-ph03{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.news-ph04{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.news-ph02 .mask, .news-ph03 .mask, .news-ph04 .mask {
    display: block;
    line-height: 0;
    overflow: hidden;
}
.news-ph02 img, .news-ph03 img, .news-ph04 img {
    transform: scale(1);
    transition: .3s ease-in-out;
}

a.btn-link{
    width: 25%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.25rem;
    padding: .75rem 1.5rem;
    border-radius: .3125rem;
    background: #011e62;
    color: #FFFFFF;
    letter-spacing: .03rem;
    text-decoration: none;
    text-align: center;
}
a.btn-link:hover{
    background: #254da9;
    text-decoration: none;
     transition: background-color 0.5s;
  transition-delay: 0.25s; 
}
a.btn-link span{
    margin-left: 0.5rem;
    padding: 0.25rem 0 0 0;
}

@media (min-width: 1025px) {
	
}
@media (max-width: 1024px) {
	
}
@media (max-width: 880px) {	
}