/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Box Model */
*, *:before, *:after {
	box-sizing: border-box;
}
.has-text-right {
	text-align: right;
}
/* Containers */
.container {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}
@media screen and (min-width: 1080px) {
	.container {
		width: 1140px;
	}
}
/* Basic */
body {
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 12pt;
	line-height: 1.6;
	color: #3a3939;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
	body {
		font-size: 14pt;
	}
}
@media screen and (min-width: 1200px) {
	body {
	 	width: 1200px;
	 	margin: 0 auto;
	}
}
input, textarea, select {
	font-size: 12pt;
	line-height: 1.5;
	color: #3a3939;
	min-width: 17em;
	padding: 0 .4em;
	font-family: sans-serif;
	border: 1px solid #bbb;
}
@media screen and (min-width: 768px) {
	input, textarea, select {
		line-height: 1.75;
		letter-spacing: 0;
	}
}
h1, h2, h3 {
	font-weight: 400;
	line-height: 1.75em;
}
h1 a, h2 a, h3 a {
	color: inherit;
	text-decoration: none;
}
h1 a {
	border: 0;
}
h2 {
	font-size: 6vw;
	letter-spacing: 2px;
}
h2.page-main-title {
	background: #4098ca;
	border-bottom: 10px solid #106eab;
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	max-width: 600px;
	margin: .3em auto 0;
}
h3 {
	font-size: 1.1em;
	border-left: .7em solid #036eb8;
	margin-top: 2em;
	margin-bottom: 1em;
	text-indent: .5em;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	h3 {
		font-size: 1.6em;
		letter-spacing: 2px;
	}
}
h3.is-square {
	border: 0;
	text-indent: 0;
}
.icon-square {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin-right: .5em;
	margin-bottom: .1em;
	border: .3em solid #036eb8;
	vertical-align: middle;
}
a {
	transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
	color: #106eab;
	text-decoration: none;
	border-bottom: dotted 1px rgba(53, 184, 143, 0.5);
}
a:hover {
	border-bottom-color: rgba(53, 184, 143, 0);
}
footer {
	margin-top: 1em;
}
br.br-pc {
	display: block;
}
br.br-sp {
	display: none;
}
@media screen and (max-width: 736px) {
	br.br-pc {
		display: none;
	}
	br.br-sp {
		display: block;
	}
}
.hide {
	display: none;
}
p.strong {
	font-size: 1.6em;
}
/* Article */
article > :last-child, article:last-child {
	margin-bottom: 0;
}
/* Image */
.image {
	display: inline-block;
	border: 0;
}
.image img {
	display: block;
	width: 100%;
}
.image.fit {
	display: block;
	width: 100%;
}
.fade-up {
	transition: opacity 0.7s;
}
/* List */
ul, ol {
	list-style: none;
}
ul.default {
	list-style: disc;
	padding-left: 1em;
}
ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}
/* Table */
.table-wrapper {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.default {
	width: 100%;
	border: solid 1px #eae9e9;
	font-size: .8em;
}
table.default tbody tr {
	border-top: solid 1px #eae9e9;
}
table.default tbody tr:first-child {
	border-top: 0;
}
table.default td {
	padding: 0.75em 1.25em 0.75em 1.25em;
}
table.default td.no-padding {
	padding: 0;
}
table.default th {
	background: #f5f5f5;
	text-align: left;
	font-weight: 400;
	padding: 0.75em .8em 0.75em .8em;
}
table.default thead {
	background: #f5f5f5;
}
/* Custom Table */
#companyProfileTable th {
	min-width: 8em;
}
#companyProfileTable li {
	line-height: 1.6em;
}
#officerTable tr {
	line-height: 1em;
}
#officerTable th {
	width: 9em !important;
	background: none;
	padding-left: 1.1em;
	padding-right: 0;
}
#officerTable td {
	padding-right: 0;
	line-height: 1.5;
}
#dispatchInformationTable th {
	min-width: 13em;
}
/* Button */
button,
.button {
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	padding: .5em 2em;
	text-align: center;
	border-radius: 2em;
	font-size: 1em;
}
button:hover,
.button:hover {
	background: rgba(0,0,0,.4);
}
button.solid,
.button.solid {
	background: #0d7ac4;
	color: #fff;
}
button.solid:hover,
.button.solid:hover {
	opacity: .6;
}
/* Box */
.box {
	position: relative;
}
.box-image {
	padding-top: 1em;
}
.box .box-image img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 768px) {
	.box .box-content,
	.box .box-image {
		display: inline-block;
		vertical-align: top;
	}
	.box .box-content {
		width: 65%;
		margin-right: 5%;
	}
	.box .box-image {
		width: 29%;
		padding-top: 0;
	}
}
/* Menu */
#menu {
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	border-bottom: 1px solid #b9b9b9;
}
#menu-logo {
	display: inline-block;
	margin: .75em 0 .5em 1em;
}
#menu-list ul {
	font-size: 0;
}
#menu-list li {
	display: inline-block;
	width: 33.33%;
	cursor: pointer;
	vertical-align: top;
	line-height: 4;
	font-size: 3vw;
	text-align: center;
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(221,226,230,1) 49%,rgba(221,226,230,1) 100%);
}
#menu-list li:nth-child(3) {
	border-right: 1px solid #b3b3b3;
}
#menu-list li:last-child {
	border-right: 1px solid #b3b3b3;
}
#menu-list a {
	color: #666;
	border: 0;
}
@media screen and (min-width: 768px) {
	#menu-logo {
		margin-top: 1em;
		margin-bottom: .75em;
		margin-left: 2em;
	}
	#menu-list li {
		width: 16%;
		font-size: .9rem;
		font-weight: 600;
	}
	#menu-list li:nth-child(3) {
		border-right: 1px solid #fff;
	}
	#menu-list li:nth-child(5) {
		width: 20%;
	}
}
/* Top */
#page-top {
	position: relative;
}
#page-top .inner {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, .5);
}
#page-top-image {
	height: 520px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	background-color: #183026;
}
#page-top h2 {
	width: 100%;
	font-size: 1.5em;
	line-height: 3rem;
	border-bottom: 2px solid #fff;
	margin: 0 auto;
	letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
	#page-top h2 {
		font-size: 2.5em;
		line-height: 6rem;
		letter-spacing: 4px;
	}
}
#page-top p {
	margin: 0.5em 0 0 0;
	padding: 0 0 .5em 0;
	font-size: .8em;
}
@media screen and (min-width: 768px) {
	#page-top p {
		font-size: 1em;
	}
}
/* page */
.page-top-image {
	display: block;
	height: 400px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	background-color: #183026;
}
#page-company-image {
	background-image: url(images/page_banner_1.jpg);
}
#page-business-contractor-image {
	background-image: url(images/page_banner_2.jpg);
}
#page-temporary-staffing-image {
	background-image: url(images/page_banner_3.jpg);
}
#page-privacy-policy-image {
	background-image: url(images/page_banner_4.jpg);
}
#map {
	margin-top: 2em;
}
/* voice */
blockquote.voice {
	background: #D9EAF5;
	margin-top: 1em;
	padding: 1em 2em 1.5em 2em;
}
blockquote.voice:before {
	content: "＜ STAFF VOICE ＞";
	color: #68b2e2;
}
/* Policy */
.pmark {
	display: flex;
	align-items: center;
	margin-top: 2em;
}
.pmark .image {
	width: 300px;
	overflow: hidden;
	position: relative;
}
.pmark .image img:hover {
	opacity: 0.3 ;
}
.pmark .text {
	padding-left: 1em;
}
/* Mail Form */
#mailForm {
	padding-top: 1em;
	text-align: center;
	font-size: .9em;
}
#mailForm label {
	display: block;
	text-align: left;
}
@media screen and (min-width: 768px) {
	#mailForm label {
		display: inline-block;
		width: 10em;
		text-align: right;
		vertical-align: top;
		font-weight: bold;
	}
}
#mailForm .required {
	color: #CA1A1A;
	font-size: .8em;
	margin: 0 .5em 0 .2em;
}
#mailForm .formrun-system-show {
	color: #CA1A1A;
	font-size: .8em;
}
#mailForm .form-control {
	padding: .5em;
}
#mailForm .form-input {
	width: 100%;
}
@media screen and (min-width: 768px) {
	#mailForm .form-input {
		display: inline-block;
		text-align: left;
		width: 16em;
	}
}
#mailForm input,
#mailForm textarea {
	width: 100%;
}
/* Footer */
#footer {
	position: relative;
	margin-top: 4.8em;
}
#footer .footer-address {
	background: #e6e6e6;
}
#footer address {
	width: 21em;
	font-size: .8em;
	line-height: 1.5;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0 auto;
}
#footer .copyright {
	background: #106eab;
	color: #fff;
	font-size: 0.7em;
	padding: .3em 0;
	text-align: center;
}