@charset "UTF-8";

/* ▼▼▼ 新着情報
=====================================*/
.title strong{
	font-size: 45px;
	line-height: 1.25;
}
.news1{
	margin-bottom: 50px;
}
.news1 section{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
}
.news1 section:last-child{
	border-bottom: none;
}
.news1 section .text{
	flex: 1;
	text-align: left;
	position: relative;
}
.news1 section .text h3{
	margin-right: 10em;
	margin-bottom: 1em;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}
.news1 section .text ul{
	position: absolute;
	right: 0;
	top: .5em;
	display: flex;
	justify-content: flex-end;
}
.news1 section .text ul li{
	margin-left: 1em;
	color: #233183;
	font-size: 13px;
}
.news1 section .text ul li.color{
	padding: 0 .5em;
	color: #000;
	background: #eee;
}
.news1 section .text .info{
	padding-top: 1em;
}
.news1 section .text a{
	color: #233183;
	word-break: break-all;
	text-decoration: underline;
}
.news1 section .text a[target="_blank"]{
	padding-left: 1.5em;
	background: url(../img/ic-blank.svg) left center no-repeat;
}
.news1 section figure{
	width: 314px;
	margin-left: 50px;
	aspect-ratio: 314 / 212;
	overflow: hidden;
}
.news1 section figure img{ width: 100%; height: 100%; object-fit: contain;}

.pager{
	padding: 40px 0;
	background: #F7F8F9;
}
.pager .container{
	text-align: center;
	position: relative;
}
.pager .container a{
	display: inline-block;
	width: 3.33em;
	color: #A8A8A8;
	font-size: 18px;
	line-height: 3.33;
}
.pager .container a.active{
	color: #233183;
}
.pager .container .next,
.pager .container .prev{
	position: absolute;
	right: 5%;
	width: auto;
	padding-right: 2em;
	margin: 0;
}
.pager .container .prev:before,
.pager .container .next:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #A8A8A8;
	vertical-align: -2px;
	margin-top: auto;
	margin-bottom: auto;
	right: 0;
}
.pager .container .prev{
	right: auto;
	left: 5%;
	transform: scale(-1, 1);
}
.pager .container .prev span{
	display: inline-block;
	transform: scale(-1, 1);
}


/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {
	.title strong{
		font-size: 30px;
		line-height: 1.18;
	}
	.news1{
		margin-top: -2em;
		margin-bottom: 10vw;
	}
	.news1 section{
		display: block;
		padding: 2em 0;
	}
	.news1 section .text{
		margin-bottom: 1em;
	}
	.news1 section .text h3{
		margin-right: 0;
		margin-bottom: .2em;
		font-size: 5.33vw;
	}
	.news1 section .text ul{
		position: static;
		margin-bottom: 1em;
	}
	.news1 section .text ul li{
		font-size: 3.46vw;
	}
	.news1 section .text a[target="_blank"]{
		background-size: 2.66vw;
	}
	.news1 section figure{
		width: auto;
		margin-left: 0;
	}
	.pager .container .next,
	.pager .container .prev{
		position: relative;
		width: auto;
		padding-right: 2em;
		margin: 0;
	}
}
