/* フッター／ページトップへボタン
=========================================================================
=========================================================================*/

/* ページトップへボタン
=========================================================================*/
#pagetop {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 90px;
	width: 77px;
	height: 77px;
	font-size: 0;
	background: url(../img/common/button_pagetop.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 3;
}

/* フッター
=========================================================================*/
footer {
	text-align: center;
	background: #F1F2EA;
}

/* 採用リンク
-----------------------------------------------------------*/
footer #recruitment {
	overflow: hidden;
	padding: 175px 15px 145px;
	background: url(../img/common/footer_bg.jpg) center center no-repeat;
	background-size: cover;
}

footer #recruitment ul {
	margin: 0 auto;
	width: 726px;
	text-align: center;
}

@media screen and (max-width: 756px) {
	footer #recruitment ul {
		width: 100%;
	}
}

footer #recruitment ul li {
	display: inline-block;
	background: #FFF;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
}

footer #recruitment ul li:nth-child(1) {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 60px;
	padding: 17px 21px;
	width: 100%;
	height: 106px;
}

footer #recruitment ul li:nth-child(1)::before {
	content: "";
	position: absolute;
	top: -11px;
	left: 33px;
	margin: 0;
	width: 121px;
	height: 22px;
	background: url(../img/common/footer_button_01_before.svg) center center no-repeat;
	background-size: contain;
}

footer #recruitment ul li:nth-child(1) a:first-child {
	display: block;
	width: 338px;
	width: calc(338 / 684 * 100%);
	height: 70px;
	font-weight: bold;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 70px;
	color: #FFF;
	text-decoration: none;
	background: #242424;
}

footer #recruitment ul li:nth-child(1) a:last-child {
	display: block;
	width: 338px;
	width: calc(338 / 684 * 100%);
	height: 70px;
	font-weight: bold;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 70px;
	color: #FFF;
	text-decoration: none;
	background: #242424;
}


footer #recruitment ul li:nth-child(1) a:nth-child {
	position: relative;
	display: block;
	height: 100%;
	background: url(../img/common/footer_button_01.svg) center center no-repeat;
	background-size: 285px auto;
}


footer #recruitment ul li:nth-child(2) {
	margin-right: calc(38 / 726 * 100%);
	width: calc(334 / 726 * 100%);
	height: 72px;
}

footer #recruitment ul li:nth-child(2) a {
	display: block;
	height: 100%;
	font-weight: bold;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 72px;
	color: #FFF;
	text-decoration: none;
	background: linear-gradient(to right, #D85454, #ED77E4);
}

footer #recruitment ul li:nth-child(3) {
	width: calc(334 / 726 * 100%);
	height: 72px;
}

footer #recruitment ul li:nth-child(3) a {
	display: block;
	height: 100%;
	font-weight: bold;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 72px;
	color: #FFF;
	text-decoration: none;
	background: linear-gradient(to right, #6BC78C, #60C9D6);
}

/* ロゴ
-----------------------------------------------------------*/
footer #logo {
	padding: 0 26px 46px;
	position: relative;
	background: #F1F2EA;
}

footer #logo .logo {
	position: relative;
	margin: 0 auto;
	width: 1166px;
	text-align: left;
}

@media screen and (max-width: 1218px) {
	footer #logo .logo {
		width: 100%;
	}
}

footer #logo .logo img {
	position: relative;
	top: -15px;
	width: 212px;
}

/* サイトマップ
-----------------------------------------------------------*/
footer #sitemap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
	padding: 0 0 83px;
	width: 1066px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6em;
	text-align: left;
}

@media screen and (max-width: 1118px) {
	footer #sitemap {
		padding: 0 26px 83px;
		width: 100%;
	}
}

footer #sitemap .widget {
	padding-left: 1em;
	/*padding-right: 4em;*/
	text-align: left;
	border-left: 1px solid #C6C6C6;
}

footer #sitemap p.sitemap_category {
	margin-bottom: 20px;
	height: 9px;
}

footer #sitemap p.sitemap_category img {
	width: auto;
	height: 9px;
}

footer #sitemap ul.person {
	columns: 2;
	column-fill: auto;
}

footer #sitemap ul li {
	margin-bottom: 1em;
	margin-right: 3em;
}

footer #sitemap a {
	text-decoration: none;
	color: #888;
}

footer #sitemap a.deactive {
	pointer-events: none;
	opacity: .2;
}

/* コピーライト表記
-----------------------------------------------------------*/
footer #copyright {
	text-align: center;
	padding: 40px 15px 20px;
	background: #FFF;
}

footer #copyright a.button {
	overflow: hidden;
	display: inline-block;
	margin-bottom: 26px;
	width: 187px;
	height: 31px;
	text-align: center;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/common/footer_button_corporate.svg) center center no-repeat;
	background-size: 105px auto;
	border: 1px solid #EDEDED;
}

footer #copyright .copyright {
	display: inline-block;
	width: 263px;
}

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

	/* ページトップへボタン
	=========================================================================*/
	#pagetop {
		right: 18px;
		bottom: 45px;
		width: 45px;
		height: 45px;
	}

	/* フッター
	=========================================================================*/
	footer {}

	/* 採用リンク
	-----------------------------------------------------------*/
	footer #recruitment {
		padding: 80px 38px 60px;
		background: url(../img/common/footer_bg.jpg) center center no-repeat;
		background-size: cover;
	}

	footer #recruitment ul li:nth-child(1) {
		display: block;
		margin-bottom: 26px;
		padding: 11px 11px;
		height: auto;
	}

	footer #recruitment ul li:nth-child(1) a {
		background-size: 168px auto;
	}

	footer #recruitment ul li:nth-child(1)::before {
		top: -12px;
		left: 17px;
		margin: 0;
		width: 92px;
		height: 17px;
	}

	footer #recruitment ul li:nth-child(1) a:first-child {
		margin-bottom: 3px;
		width: 100%;
		height: 48px;
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 48px;
	}

	footer #recruitment ul li:nth-child(1) a:last-child {
		width: 100%;
		height: 48px;
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 48px;
	}

	footer #recruitment ul li:nth-child(2) {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
		height: 48px;
	}

	footer #recruitment ul li:nth-child(2) a {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 48px;
	}

	footer #recruitment ul li:nth-child(3) {
		width: 100%;
		height: 48px;
	}

	footer #recruitment ul li:nth-child(3) a {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 48px;
	}

	/* ロゴ
	-----------------------------------------------------------*/
	footer #logo {
		padding: 0 26px 52px;
	}

	footer #logo .logo img {
		position: relative;
		top: -11px;
		width: 132px;
	}

	/* サイトマップ
	-----------------------------------------------------------*/
	footer #sitemap {
		padding: 0 20px 34px;
		font-size: 12px;
		font-size: 1.2rem;
	}

	footer #sitemap .widget {
		padding-left: .5em;
		margin-bottom: 30px;
		width: 100%;
	}

	footer #sitemap .widget:nth-child(1),
	footer #sitemap .widget:nth-child(2) {
		width: 50%;
	}

	footer #sitemap p.sitemap_category {
		margin-bottom: 10px;
	}

	footer #sitemap ul li {
		margin-bottom: 0.5em;
		margin-right: 1em;
	}

}

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

	/* サイトマップ
	-----------------------------------------------------------*/
	footer #sitemap {
		padding: 0 10px 34px;
	}

}
