@charset "UTF-8";

/* ------------------------------------------------
                    News
--------------------------------------------------- */

/*---------- 共通パーツ ----------*/

.sec-ttl-en {
	margin-bottom: 40px;
	font-size: 74px;
	line-height: 1;
}
.sec-ttl-wrap {
	width: 370px;
}
@media (max-width: 768px) {
	.sec-ttl-en {
		margin-bottom: 8vw;
		font-size: 12.8vw;
	}
	.sec-ttl-wrap {
		width: 100%;
	}
    
}

/*---------- News ----------*/
.sec-news {
	padding: 80px 0 40px;
	position: relative;
}
.news-cont-wrap {
	width: 100%;
}

.news-list {
	width: 100%;
	border-top: 1px solid #dadada;
}
.news-list li {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #dadada;
}
.news-list li a {
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.news-date {
	margin-right: 30px;
	color: #80a398;
	font-size: 1.6rem;
	line-height: 1.2;
}
.news-ttl {
	font-weight: 700;
	line-height: 1.2;
}
.sec-news .btn-green {
	margin-left: auto;
}


@media (max-width: 768px) {
	.sec-news {
		padding: 10vw 0 4vw;
	}
	.news-cont-wrap {
		width: 100%;
	}

	.news-list {
		width: 100%;
		margin-bottom: 6vw;
	}
	.news-list li {
		width: 100%;
		padding: 7vw 0;
	}
	.news-list li a {
		width: 100%;
		flex-wrap: wrap;
	}

	.news-date {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3vw;
		font-size: 3.6vw;
	}
	.news-ttl {
		width: 100%;
		font-weight: 700;
		line-height: 1.2;
	}
	.sec-news .btn-green {
		margin-left: auto;
	}
    
}





/*---------- ページャー ----------*/
.pager .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px auto 80px;
}

.pager .pagination span, 
.pager .pagination a {
	margin: 0 8px;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #004831;
	border:2px #004831 solid;
	border-radius: 50%;
	color: #fff;
	line-height: 1;
	font-size:1.6rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.pager .pagination span {
	color: #004831;
	background: #fff;
}

@media (min-width: 769px) {
	.pager .pagination a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
	}
}


.pager .pagination a.prev,
.pager .pagination a.next{
	background-color: #004831;
	background-image: url("../../img/common/icon_arrow_w.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20%;
}
.pager .pagination a.prev {
	transform: rotate(180deg)
}

@media (max-width: 768px){
	.pager .pagination {
		margin-top: 10vw
	}
	.pager .pagination span, 
	.pager .pagination a {
		margin: 0 1.15vw;
		width: 5.7vw;
		height: 5.7vw;
	}
	.pager .pagination a{
		font-size:2.8vw;
		border:0.4vw #cf001c solid;
	}
}



/*---------- 詳細 ----------*/
.sec-news-detail {
	padding: 80px 0;
	position: relative;
}
.news-cont-ttl {
	margin-bottom: 20px;
	font-size: 3.6rem;
}
.sec-news-detail .news-cont-wrap .news-date {
	margin-bottom: 40px;
}
.sec-news-detail .news-cont-wrap p {
	margin-bottom: 1.5em;
}
.sec-news-detail .news-cont-wrap a {
	color: #004831;
	text-decoration: underline;
}

.news-bottom-btn {
	width: 100%;
	margin: 80px auto 0;
}
.news-bottom-btn a {
	margin: 0 auto;
}


@media (max-width: 768px) {
	.sec-news-detail {
		padding: 10vw 0;
	}
	
	.news-cont-ttl {
		margin-bottom: 3vw;
		font-size: 5.6vw;
	}
	.sec-news-detail .news-cont-wrap .news-date {
		margin-bottom: 8vw;
	}

	.news-bottom-btn {
		width: 100%;
		margin: 12vw auto 0;
	}
    
}
