body {
	margin:0 auto;
	font-family: "Avenir Next";
}

a,
    a:visited,
    a:hover,
    a:active {
      text-decoration: none !important;
      color: inherit;
    }

li {
	list-style: none;
}

.header {
	background-color: #c0c0c0;
	color: #fff;
	height: 90px;
	widgh:100%;
}

.header-logo {
	float: left;
	size: 36px;
	padding: 20px 40px;
}

.header-list li {
	float:right;
	padding: 33px 20px;
}

.copy h1 {
	font-size:40px;
}

.copy h2 {
	font-size:20px;
}

.talent p {
	font-size:30px;
	font-weight:bold;
}

.sub{
	font-size:20px;
	font-weight:bold;
}

.group {
	float:center;
	width:25%;
}

.group-icon {
	position:relative;
}

.group-icon img {
	width:60%;
	height:auto;
}


.sub-A {
	font-size:35px;
	font-weight:bold;
	margin-top:20px;
}

section {
	padding:20px;
}
.news-items {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	gap:10px;
	padding:0px;
}

.news-item {
	background-color:#c0c0c0;
	flex:0 1 calc(25% - 20px);
	margin:10px 0;
	box-sizing:border-box;
	height:auto;
}

.news-item img {
	width:100%;
	height:auto;
	display:blick;
}

.news-item p {
	font-size:16px;
	padding:10px;
}

.footer {
	background-color: #2f5167;
	color: #fff;
	height: 50px;
	padding: 40px;
}

.footer-list li {
	padding-left:50px;
	padding-right:50px;
	float:left;
}