/*--------------------------------------------全体の設定(背景色や改行など)(各ページ固有)--------------------------------------------*/
body {
	background-color: #f7f7f7;
	overflow-x: hidden;
}
br {
	display: block;
}
br.responsive {
	display: none;
}
/*--------------------------------------------ヘッダーにあるメニュー(各ページ共通)--------------------------------------------*/
.headlink {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	margin-bottom: auto;
	left: 0px;
	right: 0px;
	z-index: 5;
}
.headlink:after {
	display: block;
	clear: both;
	content: "";
}
.logo {
	width: 100%;
	max-width: 220px;
	background-color: hsla(0, 0%, 0%, 0.7);
	float: left;
}
.link {
	width: 90px;
	max-width: 110px;
	float: right;
	margin-right: 10px;
}
.link.last {
	margin-right: 0px;
}
.box {
	width: 290px;
	height: 50px;
	background-color: hsla(0, 0%, 0%, 0.6);
	position: absolute;
	top: 44px;
	right: -100px;
	border-radius: 10px;
	transition: 1s;
	opacity: 0;
}
.slidein {
	position: absolute;
	right: 0px;
	opacity: 1;
	transition: 1s;
}
.close {
	color: hsla(0, 0%, 100%, 1);
	text-align: right;
	width: 20px;
	margin-top: 0px;
	position: absolute;
	top: 0px;
	right: 8px;
	font-size: 25px;
}
.box .text {
	margin-top: 5px;
	text-align: center;
}
.text p {
	line-height: 19px;
}
.box p a {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
}
/*--------------------------------------------トップイメージ(各ページ固有)--------------------------------------------*/
.top_img img {
	width: 100%;
	height: auto;
}
.top_img2 {
	display: none;
}
/*--------------------------------------------メニューアイコン(各ページ共通)--------------------------------------------*/
a {
	color: #000000;
}
.menu_icon {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
}
.menu_icon:after {
	clear: both;
	display: block;
	content: "";
}

.menuwrap {
	width: 119px;
	float: left;
	margin-right: 63px;
}

.iconwrap {
	width: 36px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

.normal {
	display: block;
}
.hover {
	position: absolute;
	top: 0px;
	display: none;
}
.textwrap {
	width: 100%;
}
.textwrap p.en {
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.textwrap p.ja {
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.hovertext {
	color: aqua;
}

@media (min-width: 600px) {
	.menuwrap:hover > .textwrap {
		color: #9fcec7;
	}
	.menuwrap:hover > .iconwrap > .normal {
		display: none;
	}
	.menuwrap:hover > .iconwrap > .hover {
		position: relative;
		display: block;
	}
}

/*-------------------------------------------メインコンテンツ(各ページ固有)--------------------------------------------*/
.link3 {
	max-width: 500px;
	width: 100%;
	margin: 60px auto;
	text-align: center;
}
.link3 img {
	width: 60px;
}
.title1 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-top: 16px;
	margin-bottom: 10px;
}
.title2 {
	letter-spacing: 2px;
}

.recruit_wrap {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
}

.recruit {
	margin-top: 50px;
}

.recruit_title {
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 10px;
	background-color: #f7f5b8;
	text-align: center;
	line-height: 50px;
}

.recruit_title.first {
	background-color: #eeeb79;
}

.recruit_table {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

.recruit_li {
	display: flex;
	margin-top: 15px;
	justify-content: space-between;
	align-items: flex-start;
}

.recruit_li:first-child {
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: solid 1px #444444;
}

.recruit_th {
	width: 150px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 24px;
}

.recruit_td {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 24px;
	flex: 1;
}

.recruit_td.first {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

svg {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 25px;
	margin-top: 70px;
}

/*-------------------------------------------メディアスクリーン(各ページ固有)-------------------------------------------*/
@media (max-width: 599px) {
	br.responsive {
		display: block;
	}
	.logoicon.img1 img {
		text-align: center;
		width: 165px;
		height: 0 auto;
		height: 0 auto;
		height: auto;
	}
	.logoicon.img2 img {
		width: 100%;
		height: auto;
	}
	.first p {
		font-size: 16px;
		line-height: 34px;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
			Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #444444;
		margin-left: 5px;
		margin-right: 5px;
	}
	.second {
		margin-left: 5px;
		margin-right: 5px;
	}
	ul {
		margin-top: 35px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.top_img {
		display: none;
	}
	.top_img2 {
		display: block;
	}

	.recruit_wrap {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.recruit {
		margin-top: 40px;
	}

	.recruit_title {
		height: 40px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.05em;
		border-radius: 10px;
		background-color: #f7f5b8;
		text-align: center;
		line-height: 40px;
	}

	.recruit_title.first {
		background-color: #eeeb79;
	}

	.recruit_table {
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.recruit_li {
		display: flex;
		margin-top: 10px;
		justify-content: space-between;
		align-items: flex-start;
	}

	.recruit_li:first-child {
		margin-top: 0;
		padding-bottom: 10px;
		border-bottom: solid 1px #444444;
	}

	.recruit_th {
		width: 110px;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 24px;
	}

	.recruit_td {
		font-size: 14px;
		font-weight: 300;
		letter-spacing: 0;
		line-height: 24px;
		flex: 1;
	}

	.recruit_td.first {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0;
	}
}
