@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
/* CSS Document */
/*font-family: 'Lato', sans-serif;*/
#page_top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}
#page_top img {
	vertical-align: bottom;
}
#contents-wrap {
	padding-top: 84px;
}


h2 span {
	position: relative;
	display: inline-block;
	margin-bottom: 23px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #0071be;
	font-size: 15px;
	font-weight: 400;
}
h2 span::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -16px;/*線の上下位置*/
	display: inline-block;
	width: 32px;/*線の長さ*/
	height: 3px;/*線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #0071be;/*線の色*/
}
h2 {
	font-family: 'Lato', sans-serif;
	color: #0071be;
	font-size: 48px;
	font-weight: 900;
	text-align: center;
}


.job-table {
	margin: 0 auto;
	margin-top: 27px;
	margin-bottom: 23px;
	width: 680px;
	border-collapse: collapse;
	text-align: left;
}
.job-table tr {
	border-bottom: #d3d3d3 1px dotted;
}
.job-table th {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #26282a;
	font-size: 1em;
	font-weight: 700;
	white-space: nowrap;
}
.job-table td {
	padding: 17px 0 17px 75px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #26282a;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.625;
}
.job-table a{
	color: #0071be;
}

#jobnav-wrap{
	margin-top: 60px;
}
#jobnav-wrap a{
	display: block;
	line-height: 1.35;
	text-decoration: none;
	color: #0071be;
}
#jobnav-wrap ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 750px;
	margin: 0 auto;
}
.newg-s,.docomo-s,.au-s,.tec-s {
	width: 233px;
	height: 88px;
	border-top: 1px dotted #0071be;
	border-left: 1px dotted #0071be;
	border-right: 1px dotted #0071be;
	border-bottom: 1px dotted #0071be;
	color: #0071be;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 18px;
	line-height: 0.85;
	text-align: center;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.eng{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}
.on-list{
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	background-color: #0071be;
	color: #fff;
	line-height: 1.35;
}
.on-list:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -7px;
	border: 8px solid transparent;
	border-top: 14px solid #0071be;
}

h3{
	margin-top: 83px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0071be;
	text-align: center;
}

@media screen and (max-width:1000px){
	#jobnav-wrap ul{
		flex-wrap: wrap;
		justify-content: center;
		width: 70%;
	}
	.newg-s{
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.docomo-s{
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.au-s{
		margin-top: 10px;
		margin-right: 10px;
	}
	.tec-s{
		margin-left: 10px;
		margin-top: 10px;
	}
	.on-list:before{
		display: none;
	}
}

@media screen and (max-width:768px) {
#page_top img {
	width: 10.66666664vw;
	height: 10.66666664vw;
}
#contents-wrap {
	padding-top: 15.99999996vw;
}
/* 見出し2 */
h2 span {
	margin-bottom: 5.33333332vw;
	font-size: 3.199999992vw;
}
h2 span::before {
	bottom: -3.333333325vw;/*線の上下位置*/
	width: 6.399999984vw;/*線の長さ*/
	height: 0.666666665vw;/*線の太さ*/
}
h2 {
	font-size: 7.199999982vw;
}
	h3{
		margin-top: 9.33333331vw;
		font-size: 4.799999988vw;
	}
	#jobnav-wrap{
		margin-top: 7.99999998vw;
	}
	#jobnav-wrap ul{
		flex-wrap: wrap;
		justify-content: center;
		width: 90%;
	}
	.newg-s{
		margin-right: 1.999999995vw;
		margin-bottom: 1.999999995vw;
	}
	.docomo-s{
		margin-left: 1.999999995vw;
		margin-bottom: 1.999999995vw;
	}
	.au-s{
		margin-top: 1.999999995vw;
		margin-right: 1.999999995vw;
	}
	.tec-s{
		margin-left: 1.999999995vw;
		margin-top: 1.999999995vw;
	}
	.newg-s,.docomo-s,.au-s,.tec-s {
	width: 41.33333323vw;
	height: 14.39999996vw;
	font-size: 3.199999992vw;
	line-height: 0.85;
}

.eng{
	font-size: 2.399999994vw;
}
	.on-list{
		line-height: 1.35;
	}
	.job-table {
	margin: 0 auto;
	margin-top: 27px;
	margin-bottom: 23px;
	width: 86.66666645vw;
	border-collapse: collapse;
	text-align: left;
}
.job-table tr {
	border-bottom: #d3d3d3 2px dotted;
}
.job-table th {
	font-size: 3.466666658vw;
	white-space: nowrap;
}
.job-table td {
	padding: 3.333333325vw 0 3.333333325vw 7.99999998vw;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #26282a;
	font-size: 3.466666658vw;
	font-weight: 500;
	line-height: 1.625;
}
/* 会社概要 */
.about-table {
	margin-top: 3.99999999vw;
	width: 100%;
	text-align: left;
}
.about-table th {
	font-size: 3.466666658vw;
	font-weight: 700;
	white-space: nowrap;
}
.about-table td {
	padding: 3.466666658vw 0 3.466666658vw 5.33333332vw;
	font-size: 3.466666658vw;
	text-align: justify;
	text-justify: inter-ideograph;
}


/*タブのスタイル*/
.tab_item {
	margin: 0 1.466666663vw;
	width: 29.33333326vw;
	height: 27.99999993vw;
}
.tab_item h5 {
	color: #0071be;
}
.tab_item:hover {
	color: #fff;
	background-color: #0071be;
}
.tab_item:hover h5 {
	color: #fff;
}
.tab_item br {
	display: block;
}
}
