/* 新卒採用
=========================================================================
========================================================================*/
#newgrad main {}

/* ページタイトル
-----------------------------------------------------------*/
#newgrad main h1 {
	position: relative;
	margin-top: 90px;
	width: 100%;
	height: 200px;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	line-height: 200px;
	color: #FFF;
	background-color: #3A7A9B;
}

/* 募集要項・エントリーについてページリンク
-----------------------------------------------------------*/
#newgrad main .entry {
	position: relative;
	padding: 80px 0 110px;
	text-align: center;
}

#newgrad main .entry h2 {
	position: relative;
	margin-bottom: 90px;
	font-weight: bold;
	font-size: 1.8rem;
}

#newgrad main .entry ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	width: 926px;
}

#newgrad main .entry ul li {
	position: relative;
	width: calc(428 / 926 * 100%);
}

#newgrad main .entry ul li:nth-child(odd) {
	margin-right: calc(50 / 1016 * 100%);
}

#newgrad main .entry .button_entry {
	display: inline-block;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
	border: 1px solid #E6E6E6;
	border-radius: 24px;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	transition: 0.3s;
}

#newgrad main .entry .button_entry:hover {
	opacity: .8;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}

#newgrad main .entry .button_entry img {
	width: auto;
	height: 80px;
}

/* おすすめコンテンツ
-----------------------------------------------------------*/
#newgrad main .recommend {
	position: relative;
	padding: 100px 0 100px;
	text-align: center;
	background: linear-gradient(to bottom left, #F1F7FA, #D0E2E2);
}

#newgrad main .recommend h2 {
	position: relative;
	margin-bottom: 60px;
	font-weight: bold;
	font-size: 2.6rem;
	color: #6EA5C1;
}

#newgrad main .recommend ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 1016px;
}

#newgrad main .recommend ul li {
	position: relative;
	width: calc(483 / 1016 * 100%);
}

#newgrad main .recommend ul li figure {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

#newgrad main .recommend ul li figure img {
	transition-duration: 0.3s;
}

#newgrad main .recommend ul li a:hover figure img {
	transform: scale(1.025, 1.025);
	opacity: .8;
}

/* INTERVIEW */
#newgrad main .recommend ul li:nth-child(1) figure figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
	height: 16px;
	background: url(../img/recruit/newgrad/link_interview.svg) center center no-repeat;
	background-size: contain;
}

/* About “KOKENSHA” */
#newgrad main .recommend ul li:nth-child(2) figure figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
	height: 17px;
	background: url(../img/recruit/newgrad/link_about.svg) center center no-repeat;
	background-size: contain;
}

/* ボタン：MORE VIEW */
#newgrad main .recommend ul li p {
	position: absolute;
	bottom: -15px;
	right: 14px;
	width: 150px;
	height: 37px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	background-color: #FFF;
}

#newgrad main .recommend ul li p::before {
	position: absolute;
	content: "";
	right: 13px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 62px;
	height: 8px;
	background: url(../img/recruit/newgrad/button_more.svg) center center no-repeat;
	background-size: contain;
}

#newgrad main .recommend ul li p::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 4px;
	background-color: #6EA5C1;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.3s;
}

#newgrad main .recommend ul li a:hover p::after {
	transform: scale(1);
}

/*  1560px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:1560px) {

	/* おすすめコンテンツ
	-----------------------------------------------------------*/
	#newgrad main .recommend ul {
		padding: 0 20px;
		width: 100%;
	}
}

/*  966px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:966px) {

	/* 募集要項・エントリーについてページリンク
	-----------------------------------------------------------*/
	#newgrad main .entry ul {
		padding: 0 20px;
		width: 100%;
	}
}

/*  767px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {

	/* ページタイトル
	-----------------------------------------------------------*/
	#newgrad main h1 {
		margin-top: 56px;
		height: 89px;
		font-size: 1.6rem;
		line-height: 89px;
	}

	/* 募集要項・エントリーについてページリンク
	-----------------------------------------------------------*/
	#newgrad main .entry {
		padding: 68px 38px 58px;
	}

	#newgrad main .entry h2 {
		margin-bottom: 34px;
		font-size: 1.6rem;
		text-align: center;
	}

	#newgrad main .entry ul li {
		margin-bottom: 36px;
		width: 100%;
	}

	#newgrad main .entry ul li:nth-child(odd) {
		margin-right: 0;
	}

	#newgrad main .entry .button_entry {}

	#newgrad main .entry .button_entry:hover {
		opacity: 1;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	}

	#newgrad main .entry .button_entry img {
		width: auto;
		height: 80px;
	}

	/* おすすめコンテンツ
	-----------------------------------------------------------*/
	#newgrad main .recommend {
		padding: 42px 0 24px;
	}

	#newgrad main .recommend h2 {
		margin-bottom: 38px;
		font-size: 1.6rem;
	}

	#newgrad main .recommend ul li {
		margin-bottom: 36px;
		width: 100%;
	}

	#newgrad main .recommend ul li figure {
		margin-bottom: 24px;
	}

	#newgrad main .recommend ul li a:hover figure img {
		transform: scale(1, 1);
		opacity: 1;
	}

	/* INTERVIEW */
	#newgrad main .recommend ul li:nth-child(1) figure figcaption {
		height: 15px;
	}

	/* About “KOKENSHA” */
	#newgrad main .recommend ul li:nth-child(2) figure figcaption {
		height: 15px;
	}

	/* ボタン：MORE VIEW */
	#newgrad main .recommend ul li p {
		bottom: 0px;
		right: 9px;
		width: 123px;
		height: 30px;
	}

	#newgrad main .recommend ul li p::before {
		right: 11px;
		width: 68px;
		height: 9px;
	}

	#newgrad main .recommend ul li p::after {
		display: none;
	}

}
