@charset "UTF-8";

/*achievement 実績一覧アーカイブ
------------------------------------*/

.achievement .content_visual {
	background-image:url("../images/research/bg_hd_research.png");
}
.content_nav_wrap {
	width:100%;
}
.nav_content ul {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.nav_content ul li {
	width:32%;
}
.nav_content ul li {
	margin-right:0;
}

.tab-content {
  display: none;
}
section.content {
	position: relative;
}
.title_line {
	position:absolute;
	top:30px;
	left: 0;
	width:calc(50% - 300px);
	height:43px;
	background: #2DAB53;
}
.bg_title {
	position:absolute;
	top:30px;
	right:0;
	left:0;
	width:1200px;
	margin: 0 auto;
}
.bg_title .title_wrap {
	position:relative;
	display: inline-block;
	background: #5CC97C;
background: linear-gradient(270deg,rgba(92, 201, 124, 1) 0%, rgba(45, 171, 83, 1) 100%);
	width:600px;
	border-radius: 0 20px 20px 0;
	padding-left: 20px;
}
 .bg_title .title_wrap p {
	color:#fff;
	font-size:24px;
	line-height: 43px;
	letter-spacing: 0.05em;
	width:100%;
	padding:0 0% 0 0;
}
.list_wrap {
	padding: 50px 0 0;
	background:#fff;
	margin-right: 20px;
	border-radius: 0 20px 20px 0;
	box-shadow: 0 3px 6px rgb(0,0,0,0.16);
}
.list_wrap .content_wrap {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 80px 0;
}
.achievement-content_list {
	padding: 0 10px 20px;
	margin-bottom:20px;
	border-bottom:dotted 2px #5CC97C;
}
.year-links {
	display:flex;
	flex-wrap:wrap;
	
}
.year-links a {
	display:inline-block;
	margin: 1rem;
	padding:0.3rem 2rem;
	border: solid 1px #179243;
	background:#179243;
	color:#fff;
	transition:0.5s;
	border-radius:50px;
	font-size:16px;
}
.year-links a:hover {
	background:#fff;
	color:#179243;
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1024px) {
	.nav_content ul li {
		width: 50%;
	}
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 768px) {
	.bg_title {
		width:99%;
	}
	.bg_title .title_wrap {
		width:100%;
	}
}
@media screen and (max-width: 560px) {
	.bg_title .title_wrap p {
		font-size:22px;
	}
	.nav_content ul li {
		width: 100%;
	}
}
@media screen and (max-width: 428px) {
	
}
@media screen and (max-width: 375px) {
	
}