/* 採用情報
=========================================================================
=========================================================================*/
ul.anchor {
	display: flex;
	justify-content: center;
	padding: 25px 20px;
	background-color: #D9F6F7;
	text-align: center;
}

ul.anchor li {
	padding: 0 1em;
	min-width: 160px;
	border-right: 1px solid #D6D6D6;
}

ul.anchor li:last-child {
	border-right: none;
}

ul.anchor li a {
	position: relative;
	font-size: 1.4rem;
	color: #585858;
	text-decoration: none;
}

ul.anchor li a::before {
	position: absolute;
	content: "";
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background-color: #585858;
	transition: background-color .2s, width .2s;
	width: 0;
}

ul.anchor li a:hover::before {
	width: 100%;
}

#recuit {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 860px;
}

@media (max-width:910px) {
	#recuit {
		padding: 0 25px;
		width: 100%;
	}
}

#recuit h1 {
	position: relative;
	margin: 82px auto 90px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}

#recuit h1::before {
	content: "RECRUIT INFORMATION";
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	margin: auto;
	font-size: 2.0rem;
	font-weight: normal;
	color: #8B8B8B;
	text-align: center;
}

#recuit h1::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	margin: auto;
	width: 100px;
	height: 4px;
	background: #3263BF;
}

#recuit h2 {
	position: relative;
	margin: 0 auto 98px;
	font-size: 1.4rem;
	text-align: center;
}

#recuit h3 {
	position: relative;
	margin: 0 auto 40px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

#recuit ul {
	margin: 0 0 65px;
}

#recuit ul li {
	margin: 0 0 15px;
	padding: 45px 25px;
	background: #4E7BB1;
}

#recuit ul li h4 {
	margin: 0 0 15px;
	font-size: 2.9rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#recuit ul li h5 {
	font-size: 1.6rem;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

/* 新卒採用　募集要項
=========================================================================
=========================================================================*/
#new_grad {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: #D0EEFC;
}

@media (max-width:910px) {
	#new_grad {
		padding: 0 25px;
		width: 100%;
	}
}

#new_grad h1 {
	position: relative;
	margin: 115px auto 75px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

#new_grad h1::before {
	content: "RECRUIT INFO";
	position: absolute;
	left: 0;
	right: 0;
	top: -35px;
	margin: auto;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: center;
}

#new_grad table {
	margin: 0 auto 95px;
	width: 860px;

}

@media (max-width:910px) {
	#new_grad table {
		width: 100%;
	}
}

#new_grad table th {
	padding: 18px 12px;
	font-size: 1.4rem;
	white-space: nowrap;
	border-bottom: 1px solid #B5D1DD;
}

#new_grad table td {
	padding: 18px 12px;
	font-size: 1.4rem;
	border-bottom: 1px solid #B5D1DD;
}

#new_grad table tr:last-child th,
#new_grad table tr:last-child td {
	border-bottom: none;
}

/* 選考プロセス
=========================================================================
=========================================================================*/
#process {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

@media (max-width:910px) {
	#process {
		padding: 0 25px;
		width: 100%;
	}
}

#process h1 {
	position: relative;
	margin: 100px auto 50px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

#process ul {
	display: flex;
	gap: 0 84px;
	margin: 0 auto 120px;
	width: 927px;
}

#process ul li {
	position: relative;
	width: 253px;
	height: 132px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	background-color: #FFF;
	border: 2px solid #4E7BB1;
}

#process ul li::after {
	content: '';
	position: absolute;
	top: 0;
	right: -86px;
	width: 84px;
	height: 100%;
	background: url(../images/entry/arrow.svg) center center no-repeat;
	background-size: 64px auto;
}

#process ul li:last-child:after {
	display: none;
}

#process ul li:first-child {
	color: #FFF;
	background-color: #4E7BB1;
}

#process ul li p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

#process ul li p span {
	display: block;
	font-size: 1.8rem;
}
/* エントリー／マイページ
=========================================================================
=========================================================================*/
#entry {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: #f7f7f7;
}

@media (max-width:930px) {
	#entry {
		padding: 0 25px;
		width: 100%;
	}
}

#entry h1 {
	position: relative;
	margin: 150px auto 90px;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}

#entry h1::before {
	content: "ENTRY";
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	margin: auto;
	font-size: 2.0rem;
	font-weight: normal;
	color: #8B8B8B;
	text-align: center;
}

#entry h1::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	margin: auto;
	width: 100px;
	height: 4px;
	background: #3263BF;
}

#entry h2 {
	position: relative;
	margin: 0 auto 98px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

/* ボタンエリア
=========================================================================*/
#entry #button_container {
	overflow: hidden;
	position: relative;
	margin: 0 auto 50px;
	width: 860px;
	text-align: center;
}

@media (max-width:910px) {
	#entry #button_container {
		padding: 0;
		width: 100%;
	}
}

#entry #button_container ul#entry_widget {
	float: left;
	padding: 20px 0;
	width: 47.242206%;
}

#entry #button_container ul#entry_widget li {
	padding: 0;
}

/* ボタン
-----------------------------------------------------------*/
#entry #button_container ul#entry_widget li a {
	position: relative;
	display: block;
	margin: 0 auto 59px;
	width: 95.431472%;
	height: 104px;
	background-color: #FFF;
	border: 2px solid #D6D6D6;
	border-radius: 4px;
	box-shadow: 0 0 4px #D6D6D6;
}

#entry #button_container ul#entry_widget li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 220px;
}

#entry #button_container ul#mypage_widget {
	overflow: hidden;
	float: right;
	padding: 42px 0 0 0;
	width: 47.242206%;
	/* 394px */
	background: #EFEFEF;
}

#entry #button_container ul#mypage_widget li {
	padding: 0;
}

#entry #button_container ul#mypage_widget p {
	position: relative;
	margin: 0 auto 10px;
	font-size: 1.6rem;
	font-weight: bold;
}

/* マイページヘボタン
-----------------------------------------------------------*/
#entry #button_container ul#mypage_widget li a.button_mypage {

	display: block;
	margin: 0 auto 44px;
	width: 71.065989%;
	/* 280px */
	height: 54px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 54px;
	color: #FFF;
	text-decoration: none;
	border-radius: 4px;
	background: #5A92D5;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}

/* 新規登録へボタン
-----------------------------------------------------------*/
#entry #button_container ul#mypage_widget li a.button_entry {
	display: block;
	margin: 0 auto 36px;
	width: 71.065989%;
	/* 280px */
	height: 54px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 54px;
	color: #FFF;
	text-decoration: none;
	border-radius: 4px;
	background: #5A92D5;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}

/*  スマホ（740px以下）
=========================================================================
=========================================================================*/
@media (max-width:740px) {
	article {
		padding-top: 44px;
	}

	ul.anchor {
		padding:15px;
	}

	ul.anchor li {
		padding: 0 1em;
		min-width: 30%;
	}

	ul.anchor li a {
		font-size: 1.2rem;
	}
	/* 採用情報
	=========================================================================
	=========================================================================*/
	#recuit {
		padding: 44px 25px 0;
	}

	#recuit ul li {
		margin: 0 0 7px;
		padding: 25px 25px;
	}

	#recuit ul li h4 {
		font-size: 3.4vw;
	}

	/* 選考プロセス
	=========================================================================
	=========================================================================*/
	#process ul {
		flex-wrap: wrap;
		gap: 65px 0;
		margin: 0 auto 70px;
		width: 100%;
	}

	#process ul li {
		width: 100%;
	}

	#process ul li::after {
		content: '';
		position: absolute;
		top: auto;
		bottom: -60px;
		right: 0;
		width: 100%;
		height: 65px;
		background: url(../images/entry/arrow02.svg) center center no-repeat;
		background-size: 22px auto;
		z-index: -1;
	}
	/* エントリー／マイページ
	=========================================================================
	=========================================================================*/
	#entry h1 {
		font-size: 4.7vw;
	}

	#entry ul li {
		margin: 0 0 7px;
		padding: 25px 25px;
	}

	/* ボタンエリア
	=========================================================================*/
	#entry #button_container ul#entry_widget {
		float: none;
		padding: 20px 0;
		width: 100%;
	}

	/* ボタン
		-----------------------------------------------------------*/
	#entry #button_container ul#entry_widget li a {
		width: 94%;
	}

	#entry #button_container ul#entry_widget li:first-child a {
		margin: 0 auto 20px;
	}

	#entry #button_container ul#entry_widget li a img {
		width: 40%;
	}

	#entry #button_container ul#mypage_widget {
		float: none;
		padding: 40px 0 0 0;
		width: 100%;
	}

}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media (max-width:480px) {

	/* 採用情報
	=========================================================================
	=========================================================================*/

	#recuit h1 {
		margin: 0 auto 58px;
		font-size: 2.0rem;
	}

	#recuit h1::before {
		top: -30px;
		font-size: 1.3rem;
	}

	#recuit h1::after {
		bottom: -10px;
		width: 50px;
		height: 2px;
	}

	#recuit h2 {
		margin: 0 auto 45px;
		font-size: 1.3rem;
	}

	#recuit h3 {
		margin: 0 auto 20px;
		font-size: 1.8rem;
	}

	#recuit ul {
		margin: 0 0 60px;
	}

	#recuit ul li {
		margin: 0 0 7px;
		padding: 25px 25px;
	}

	#recuit ul li h4 {
		margin: 0 0 7px;
	}

	#recuit ul li h5 {
		font-size: 1.1rem;
	}

	/* 新卒採用　募集要項
	=========================================================================
	=========================================================================*/
	#new_grad h1 {
		margin: 80px auto 37px;
		font-size: 1.8rem;
	}

	#new_grad h1::before {
		top: -25px;
		font-size: 1.1rem;
	}

	#new_grad table {
		margin: 0 auto 40px;
	}

	#new_grad table th {
		display: block;
		padding: 9px 6px;
		font-size: 1.6rem;
	}

	#new_grad table td {
		display: block;
		padding: 9px 6px 20px;
		font-size: 1.3rem;
		border-bottom: none;
	}

	#new_grad table tr:last-child th {
		border-bottom: 1px solid #D5D5D5;
	}

	/* 選考プロセス
	=========================================================================
	=========================================================================*/
	#process h1 {
		margin: 80px auto 37px;
		font-size: 1.8rem;
	}

	#process ul li {
		font-size: 1.8rem;
	}

	#process ul li p span {
		font-size: 1.6rem;
	}

	/* エントリー／マイページ
	=========================================================================
	=========================================================================*/
	#entry h1 {
		margin: 100px auto 45px;
	}

	#entry h1::before {
		top: -30px;
		font-size: 1.3rem;
	}

	#entry h1::after {
		bottom: -10px;
		width: 50px;
		height: 2px;
	}

	#entry h2 {
		margin: 0 auto 45px;
		font-size: 1.3rem;
	}

	/* ボタンエリア
	=========================================================================*/
	#entry #button_container {
		margin: 0 auto 80px;
	}

	/* ボタン
	-----------------------------------------------------------*/
	#entry #button_container ul#entry_widget li a img {
		width: 60%;
	}

	#entry #button_container ul#mypage_widget {
		padding: 40px 0 0 0;
	}

	#entry #button_container ul#mypage_widget p {
		margin: 0 auto 5px;
		font-size: 1.4rem;
	}

	#entry #button_container ul#mypage_widget {
		padding: 40px 0 0 0;
	}

	#entry #button_container ul#mypage_widget p {
		margin: 0 auto 5px;
		font-size: 1.4rem;
	}

	/* マイページヘボタン
	-----------------------------------------------------------*/
	#entry #button_container ul#mypage_widget li a.button_mypage {
		margin: 0 auto 30px;
		width: 82%;
		height: 48px;
		font-size: 1.5rem;
		line-height: 48px;
	}

	/* 新規登録へボタン
	-----------------------------------------------------------*/
	#entry #button_container ul#mypage_widget li a.button_entry {
		margin: 0 auto 30px;
		width: 82%;
		height: 48px;
		font-size: 1.5rem;
		line-height: 48px;
	}
}
