/*-----------------------------------
　conts
-----------------------------------*/
.conts {
	width: 100%;
	background: url("/image/jp/about/recruit/new_graduate/recruit/group_back.png");
	background-position: top center;
	background-size: cover;
	padding-top: 180px;
	padding-bottom: 130px!important;
	text-align: center;
	color: #FFF;
	position: relative;
	top: 0;
}

article h2 {
	font-size: 33px;
	font-family: Shin Go Regular;
	letter-spacing: 0.2em;
	margin-bottom: 6px!important;
}
article h3 {
	font-size: 24px;
	color: #FFF!important;
	font-family: Clarimo UD PE Bold Italic;
	letter-spacing: 0.06em;
	margin-bottom: 64px!important;
}
@media screen and (max-width: 768px) {
article h2 {
	font-size: 24px;
	margin-bottom: 10px!important;
}
article h3 {
	font-size: 18px;
}
}

.tabs {
	width: 96%;
	max-width: 966px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.tabs div {
	font-size: 20px;
	background-color: #FFF;
	padding: 14px 68px;
	opacity: 0.8;
	height: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}


@media screen and (max-width: 870px) {
.tabs {
	display: block;
	margin-bottom: 50px!important;
}
.tabs br { display: none }
.tabs div {
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 1px!important;
}
}

.tabs a { color: #00806f!important }
.tabs a:hover { opacity: 0.7 }
.tabs .onpage { opacity: 1.0 }


/*-----------------------------------
フェード
-----------------------------------*/

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;
}