/*-----------------------------------
　conts
-----------------------------------*/
.conts {
	width: 100%;
	background: url("/image/jp/about/recruit/new_graduate/project/project_top_back.png");
	background-position: top center;
	background-size: cover;
	padding-top: 246px;
	padding-bottom: 130px!important;
	text-align: center;
	color: #FFF;
	position: relative;
	top: 0;
}

article h2 {
	font-size: 33px;
	font-family: Shin Go Medium;
	letter-spacing: 0.08em;
	margin-bottom: 6px!important;
}
article h3 {
	color: #FFF;
	font-size: 28px;
	font-family: Clarimo UD PE Bold Italic;
	letter-spacing: 0.02em;
	margin-bottom: 140px!important;
}
@media screen and (max-width: 768px) {
.conts {
	padding-top: 130px;
	padding-bottom: 1px!important;
}
article h2 {
	font-size: 24px;
	margin-bottom: 10px!important;
}
article h3 {
	font-size: 18px;
	margin-bottom: 70px!important;
}
}

.sams {
	width: 90%;
	max-width: 966px;
	margin: 0 auto 130px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	color: #FFF;
}
.sams div {
	width: 48%;
	margin-bottom: 3.8%!important;
	 background: #ecbc42;
	line-height: 0;
	display: flex;
}
.sams div img {
	width: 100%;
}
@media screen and (max-width: 768px) {
.sams div {
	width: 49%;
	margin-bottom: 2%!important;
}
}

/*-----------------------------------
フェード
-----------------------------------*/

article h2 {
	animation: ActFadeIn 1.0s ease 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
article h3 {
	animation: ActFadeIn 1.0s ease 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.sams {
	animation: ActFadeIn 1.0s ease 1.1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
