/*-----------------------------------------------------

mainvisual

-----------------------------------------------------*/

#mainvisual {
	background: linear-gradient(to bottom, #000, rgba(0,0,0,0)) no-repeat top /100% 234px, #000 url("../company/images/index/bg01.png") center bottom no-repeat;
	background-size: cover;
}

#mainvisual h1 {
	font-weight: 900;
	letter-spacing: 2.56rem;
	text-align: center;
}

.newsArea {
	width: 1180px;
	margin: 0 auto;
}

.newsArea ul.archive-post-list {
	width: 100%;
	border-top: #707070 solid 1px;
}

.newsArea ul.archive-post-list li {
	width: 100%;
	border-bottom: #707070 solid 1px;
	display: flex;
}

.newsArea ul.archive-post-list li a {
	font-size: 2rem;
	font-weight: 700;
	position: relative;
	padding: 4rem 0;
	display: block;
}

.newsArea ul.archive-post-list li a:hover {
	opacity: 0.5;
}

.newsArea ul.archive-post-list li a:after {
	content: "";
	position: absolute;
	width: 5rem;
	height: 5rem;
	right: -6rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: url("../images/common/icon_arrow04.png") no-repeat;
	background-size: contain;
}

.newsArea ul.archive-post-list li a p {
	display: inline-flex;
	height: 100%;
}

.newsArea ul.archive-post-list li a p:nth-child(1) {
	width: 24rem;
}

.newsArea ul.archive-post-list li a p:nth-child(2) {
	width: 87rem;
}


.wp-pagenavi {
	text-align: center;
	margin-top: 30px;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	line-height: 40px;
	margin: 0 3px;
	text-decoration: none;
	color: #025D9E;
	font-size: 1.6rem;
}

.wp-pagenavi span.current {
	background: #025D9E;
	color: #fff;
}


@media screen and (max-width: 786px) {

/*-----------------------------------------------------

mainvisual

-----------------------------------------------------*/

#mainvisual {
 	height: 30rem;
	margin-bottom: 4rem;
	background: linear-gradient(to bottom, #000, rgba(0,0,0,0)) no-repeat top /100% 11.7rem,  #000 url("../company/images/index/bg01.png") center bottom no-repeat;
	background-size: cover;
}

#mainvisual .inner {
 	height: 30rem;
}

#mainvisual h1 {
	font-size: 3.2rem;
	letter-spacing: 1.536rem;
}


.newsArea {
	width: 100%;
	padding: 0 3.5rem;
	box-sizing: border-box;
}

.newsArea ul.archive-post-list {
	width: 100%;
	border-top: #707070 solid 1px;
	padding-top: 2.0rem;
}

.newsArea ul.archive-post-list li {
	width: 100%;
	border-bottom: #707070 solid 1px;
	display: block;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.newsArea ul.archive-post-list li a {
	font-size: 1.4rem;
	font-weight: normal;
	position: relative;
	padding: 0 3rem 0 0;
	display: block;
}

.newsArea ul.archive-post-list li a:hover {
	opacity: 0.5;
}

.newsArea ul.archive-post-list li a:after {
	content: "";
	position: absolute;
	width: 2rem;
	height: 2rem;
	right: 0rem;
	top: 50%;
	bottom: 0;
	margin-top: -1rem;
	background: url("../images/common/icon_arrow04.png") no-repeat;
	background-size: 2rem auto;
}

.newsArea ul.archive-post-list li a p {
	display: inline-flex;
	height: 100%;
}

.newsArea ul.archive-post-list li a p:nth-child(1) {
	width: 100%;
}

.newsArea ul.archive-post-list li a p:nth-child(2) {
	width: 100%;
}


.wp-pagenavi {
	text-align: center;
	margin-top: 3.0rem;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	width: 3.0rem;
	height: 3.0rem;
	border: 1px solid #ccc;
	line-height: 3.0rem;
	margin: 0 3px;
	text-decoration: none;
	color: #025D9E;
	font-size: 1.4rem;
}

.wp-pagenavi span.current {
	background: #025D9E;
	color: #fff;
}

}
