@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');

@media print {
	html, body {
		width: 1024px;
	}
	body.home .l-main > div:first-child {
		display: none !important;
	}
	.hero {
		background: url(../img/bck_jigsaw1.jpg) no-repeat center center !important;
		background-size: cover !important;
	}
	.c-content.no-print {
		display: none !important;
	}
}

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:not(.plain), ul:not(.plain), 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, main, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol:not(.plain), ul:not(.plain) {
	list-style: none
}
ul.sitemap {
	list-style: circle;
	margin: 2em 0 2.5em 2.5em;
}
ul.sitemap ul {
	list-style: circle;
	margin: 0 0 1.5em 2.5em;
}
dl.news dt {
	clear: left;
	float: left;
	width: 6em;
	font-family: arial;
	font-weight: bold;
	margin-bottom: 10px;
}
dl.news dd {
	margin-left: 6em;
	margin-bottom: 10px;
}
dl.news .large {
	font-size: 120%;
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
* {
	box-sizing: border-box
}
*:before, *:after {
	box-sizing: border-box
}
html, body {
	height: 100%
}
html {
	font-size: 14px;
}
html, body {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}
/* https://developer.mozilla.org/ja/docs/Web/CSS/Media_Queries/Using_media_queries#-moz-device-pixel-ratio */
@media (-webkit-min-device-pixel-ratio: 2),(min--moz-device-pixel-ratio: 2),(min-resolution: 2dppx),(min-resolution: 192dpi){
	html, body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
body {
	background-color: #eef2f3;
	color: #1a1a1a;
	font-family: 'Noto Sans JP', Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	line-height: 1.4285714286;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
strong, em {
	font-weight: 700
}
a {
	color: #1870c3;
	outline: none;
	text-decoration: none;
	-webkit-transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms;
	transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms
}
a:hover {
	color: #498ee4;
}
img, svg, video {
	max-width: 100%;
	vertical-align: top
}
table {
	max-width: 100%;
	width: 100%
}
table th, table td {
	word-break: break-all
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	vertical-align: middle
}
input::-moz-focus-inner, button::-moz-focus-inner, select::-moz-focus-inner, textarea::-moz-focus-inner {
	border: 0
}
input, button, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
input:not([type="radio"]), button:not([type="radio"]), textarea:not([type="radio"]) {
	border-radius: 0
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox
}
input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio
}
textarea {
	resize: none
}
input[type="button"], input[type="submit"], button {
	background: none;
	border: 0;
	cursor: pointer
}
::-moz-selection {
	background: #cd3031;
	color: #fff
}
::selection {
	background: #cd3031;
	color: #fff
}
::-moz-selection {
	background: #cd3031;
	color: #fff
}
input::-moz-selection, textarea::-moz-selection {
	background: #ddd;
	color: #1a1a1a
}
input::selection, textarea::selection {
	background: #ddd;
	color: #1a1a1a
}
input::-moz-selection, textarea::-moz-selection {
	background: #ddd;
	color: #1a1a1a
}
html.is-toggleNav--active {
	overflow: hidden
}
body:before {
	content: 'lg';
	display: none
}
@media all and (max-width: 879px) {
	body:before {
		content: 'sm'
	}
}
.l-wrapper {
	min-height: 100%;
	overflow: hidden;
	padding-top: 80px;
	position: relative;
	z-index: 2
}
@media all and (max-width: 959px) {
	.l-wrapper {
		padding-top: 50px
	}
}
.l-container {
	margin: 0 auto;
	max-width: 1260px;
	padding: 0 30px;
	position: relative
}
.l-container:before, .l-container:after {
	content: '';
	display: table
}
.l-container:after {
	clear: both
}
.l-container .l-main {
	float: left;
	margin-right: -300px;
	padding-right: 300px;
	width: 100%
}
.l-container .l-side {
	float: right;
	width: 270px
}
@media all and (max-width: 960px) {
	.l-container .l-main {
		float: none;
		margin-right: 0;
		padding-right: 0;
		width: auto
	}
	.l-container .l-side {
		float: none;
		margin-top: 60px;
		width: auto
	}
}
@media all and (max-width: 879px) {
	.l-container {
		padding-left: 15px;
		padding-right: 15px
	}
}
.l-content {
	padding: 70px 0 130px;
	position: relative
}
@media all and (max-width: 879px) {
	.l-content {
		padding: 30px 0 70px
	}
}
.home .l-content {
	padding-top: 0
}
.l-block {
	margin-top: 50px
}
.l-block:first-child {
	margin-top: 0
}
.l-block:last-child {
	margin-bottom: 0
}
.l-block--sm {
	margin-top: 40px
}
.l-block--sm:first-child {
	margin-top: 0
}
@media all and (max-width: 879px) {
	.l-block {
		margin-top: 35px
	}
	.l-block--sm {
		margin-top: 20px
	}
}
@media all and (max-width: 879px) {
	.l-lg {
		display: none !important
	}
}
@media all and (min-width: 880px) {
	.l-sm {
		display: none !important
	}
}
.l-header {
	background: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000
}
@media all and (max-width: 959px) {
	.is-toggleNav--active .l-header {
		bottom: 0
	}
}
.l-header>.l-container {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	max-width: none;
	position: static
}
@media all and (max-width: 959px) {
	.l-header>.l-container {
		height: 50px
	}
}
.l-header-logo {
	margin-right: 30px;
	position: relative;
	width: 270px;
}
@media all and (max-width: 1170px) {
	.l-header-logo {
		top: -1px;
		margin-right: 25px;
		width: 230px
	}
}
@media all and (max-width: 1000px) {
	.l-header-logo {
		top: 0;
		width: 200px
	}
}
@media all and (max-width: 959px) {
	.l-header-logo {
		margin-right: 9px;
		top: 2px;
		width: 180px
	}
}
.l-header-desc {
	font-size: 12px;
	line-height: 1.3333333333;
	color: #999;
	margin-right: 30px;
	position: relative;
	top: 1px
}
@media all and (max-width: 1170px) {
	.l-header-desc {
		font-size: 11px;
		line-height: 1.3636363636;
		margin-right: 20px
	}
}
@media all and (max-width: 1000px) {
	.l-header-desc {
		font-size: 10px;
		line-height: 1.3;
		margin-right: 18px
	}
}
@media all and (min-width: 960px) {
	.l-header-nav {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	.l-header-nav__inner {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.l-header-nav__inner>.l-header-productList {
		display: none
	}
	.l-header-nav__btn {
		display: none
	}
	.l-header-pageList {
		font-size: 14px;
		font-weight: 700;
		line-height: 1.4285714286;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%
	}
	.l-header-pageList__item:hover .l-header-pageList__link:after {
		width: calc(100% - 36px)
	}
	.l-header-pageList__item:hover .l-header-service {
		opacity: 1;
		-webkit-transition: opacity 200ms;
		transition: opacity 200ms;
		visibility: visible
	}
	.l-header-pageList__link {
		color: #212121;
		display: block;
		height: 80px;
		padding: 28px 18px 0;
		position: relative
	}
	.l-header-pageList__link:before {
		content: ''
	}
	.l-header-pageList__link:after {
		background: #1a1a1a;
		bottom: 0;
		content: '';
		display: block;
		height: 3px;
		left: 18px;
		position: absolute;
		-webkit-transition: width 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: width 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
		width: 0
	}
	.l-header-pageList__link .c-ico {
		margin-left: 10px;
		top: -1px
	}
	.l-header-pageList__link.is-current, .l-header-pageList__link:hover {
		color: #212121
	}
	.l-header-pageList__link.is-current:after, .l-header-pageList__link:hover:after {
		width: calc(100% - 36px)
	}
}
@media all and (min-width: 960px) and (max-width: 1120px) {
	.l-header-pageList {
		font-size: 13px;
		line-height: 1.5384615385
	}
	.l-header-pageList__item:hover .l-header-pageList__link:after {
		width: calc(100% - 20px)
	}
	.l-header-pageList__link {
		padding-left: 10px;
		padding-right: 10px
	}
	.l-header-pageList__link:after {
		left: 10px
	}
	.l-header-pageList__link.is-current:after, .l-header-pageList__link:hover:after {
		width: calc(100% - 20px)
	}
}
@media all and (min-width: 960px) {
	.l-header-service {
		background: rgba(0,0,0,0.86);
		background: #1870c3;
		left: 0;
		opacity: 0;
		padding: 60px 0;
		position: absolute;
		right: 0;
		top: 100%;
		-webkit-transition: opacity 200ms, visibility 0ms 200ms;
		transition: opacity 200ms, visibility 0ms 200ms;
		visibility: hidden
	}
	.l-header-pageList li:nth-child(1) .l-header-service {
		background: #1870c3;
	}
	.l-header-pageList li:nth-child(2) .l-header-service {
		background: #359c46;
	}
	.l-header-service>.l-container {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.l-header-serviceList {
		font-size: 14px;
		font-weight: 700;
		line-height: 1.4285714286;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1.7;
		-webkit-flex: 1.7;
		-ms-flex: 1.7;
		flex: 1.7;
	}
	.l-header-pageList li:nth-child(1) .l-header-serviceList__item {
		width: 30%;
	}
	.l-header-pageList li:nth-child(1) .l-header-serviceList__item:nth-child(1) {
		width: 25%;
	}
	.l-header-pageList li:nth-child(2) .l-header-serviceList__item {
		width: 30%;
	}
	.l-header-pageList li:nth-child(2) .l-header-serviceList__item:nth-child(1) {
		width: 25%;
	}
	.l-header-serviceList__item+.l-header-serviceList__item {
		border-left: 1px solid rgba(255,255,255,0.5);
		margin-left: 5%;
		padding-left: 5%
	}
	.l-header-serviceList__link {
		color: #fff;
		border: 1px solid rgba(255,255,255,0.5);
		display: block;
		padding: 4px 8px;
	}
	.l-header-serviceList__link:hover {
		color: #fff;
		opacity: .5
	}
	.l-header-serviceList--child {
		margin-top: 13px
	}
	.l-header-serviceList--child__item+.l-header-serviceList--child__item {
		margin-top: 15px
	}
	.l-header-serviceList--child__link {
		color: #fff;
		display: inline-block;
		padding-left: 20px;
		position: relative
	}
	.l-header-serviceList--child__link:before {
		content: '\E315';
		font-family: 'Material Icons';
		display: block;
		left: 0;
		position: absolute;
		top: .05em;
	}
	.l-header-serviceList--child__link:hover {
		color: #fff;
		opacity: .5
	}
	.l-header-productList {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 0 -30px 20px;
		width: 33%
	}
	.l-header-productList__item {
		padding: 0 0 30px 30px;
		width: 50%
	}
	.l-header-productList__link:hover {
		opacity: .7
	}
}
@media all and (max-width: 959px) {
	.l-header-nav {
		background: #000;
		bottom: 0;
		left: 0;
		-webkit-overflow-scrolling: touch;
		opacity: 0;
		overflow-y: auto;
		position: absolute;
		right: 0;
		top: 50px;
		-webkit-transition: opacity 200ms;
		transition: opacity 200ms;
		visibility: hidden
	}
	.is-toggleNav--active .l-header-nav {
		opacity: 1;
		visibility: visible
	}
	.l-header-nav__inner {
		overflow-y: auto
	}
	.l-header-nav__btn {
		color: transparent;
		font: 0/0 a;
		overflow: hidden;
		text-shadow: none;
		background: #000;
		background-size: 17px 16px;
		height: 50px;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px
	}
	.l-header-nav__btn span, .l-header-nav__btn span:before, .l-header-nav__btn span:after {
		background: #fff;
		content: '';
		display: block;
		height: 2px;
		position: absolute;
		width: 17px
	}
	.l-header-nav__btn span {
		left: 50%;
		margin: -1px 0 0 -9px;
		top: 50%;
		-webkit-transition: background-color 100ms;
		transition: background-color 100ms
	}
	.l-header-nav__btn span:before, .l-header-nav__btn span:after {
		left: 0;
		-webkit-transition: top 200ms, -webkit-transform 200ms;
		transition: top 200ms, -webkit-transform 200ms;
		transition: transform 200ms, top 200ms;
		transition: transform 200ms, top 200ms, -webkit-transform 200ms
	}
	.l-header-nav__btn span:before {
		top: -7px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	.l-header-nav__btn span:after {
		top: 7px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	.is-toggleNav--active .l-header-nav__btn span {
		background: #1a1a1a
	}
	.is-toggleNav--active .l-header-nav__btn span:before, .is-toggleNav--active .l-header-nav__btn span:after {
		top: 0
	}
	.is-toggleNav--active .l-header-nav__btn span:before {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}
	.is-toggleNav--active .l-header-nav__btn span:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg)
	}
	.l-header-pageList__item, .l-header-serviceList__item {
		font-size: 15px;
		font-weight: 700;
		line-height: 1;
		border: 1px solid #333;
		border-width: 0 0 1px;
		position: relative
	}
	.l-header-pageList__link, .l-header-serviceList__link {
		color: #fff;
		display: block;
		padding: 17px 15px;
		position: relative
	}
	.l-header-pageList__link:after, .l-header-serviceList__link:after {
		content: ''
	}
	.l-header-pageList__link:before, .l-header-serviceList__link:before {
		content: '';
		height: 2px;
		left: 0;
		margin-top: -2px;
		position: absolute;
		top: 50%;
		width: 10px;
		background: #fff;
	}
	.l-header-pageList .l-header-productList, .l-header-serviceList .l-header-productList {
		display: none
	}
	.l-header-service>.l-container {
		padding: 0
	}
	.l-header-serviceList {
		border: 1px solid #333;
		border-width: 1px 0 0;
		margin-bottom: -1px
	}
	.l-header-serviceList__item {
		font-size: 13px;
		font-weight: 700;
		line-height: 1.1538461538
	}
	.l-header-serviceList--child {
		border: 1px solid #333;
		border-width: 1px 0 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -1px
	}
	.l-header-serviceList--child__item {
		font-size: 12px;
		font-weight: 400;
		line-height: 1.25;
		border: 1px solid #333;
		border-width: 0 0 1px;
		width: 50%
	}
	.l-header-serviceList--child__item:nth-child(2n) {
		border-width: 0 0 1px 1px
	}
	.l-header-serviceList--child__item:nth-child(2n-1):last-child {
		width: 100%
	}
	.l-header-serviceList--child__link {
		color: #ccc;
		display: block;
		padding: 17px 15px;
		position: relative
	}
	.l-header-serviceList--child__link:hover {
		color: #ccc;
		opacity: .5
	}
	.l-header-productList {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 20px 20px
	}
	.l-header-productList__item {
		margin: 0 5px
	}
	.l-header-productList__link:hover {
		opacity: .7
	}
}
@media all and (max-width: 959px) and (min-width: 880px) {
	.l-header-pageList__link, .l-header-serviceList__link {
		padding-left: 30px;
		padding-right: 30px
	}
	.l-header-pageList__link:before, .l-header-serviceList__link:before {
		width: 25px
	}
	.l-header-pageList--child__link, .l-header-serviceList--child__link {
		padding-left: 30px;
		padding-right: 30px
	}
	.l-header-contactList__link {
		padding-left: 30px;
		padding-right: 30px
	}
}
.l-footer {
	background: #1a1a1a;
	position: relative;
	z-index: 2
}
.l-footer-contact {
	padding: 64px 0 80px;
	text-align: center
}
.l-footer-contact__header {
	color: #fff;
	margin-bottom: 36px
}
.l-footer-contact__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25
}
.l-footer-contact__content {
	background: #313131;
	padding: 51px 80px 60px
}
@media all and (max-width: 879px) {
	.l-footer-contact {
		padding: 38px 0 40px
	}
	.l-footer-contact__header {
		margin-bottom: 18px
	}
	.l-footer-contact__title {
		font-size: 17px;
		line-height: 1.4117647059
	}
	.l-footer-contact__content {
		padding: 22px 20px 40px
	}
}
.l-footer-contactList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.l-footer-contactList__item {
	max-width: 400px;
	width: 50%
}
.l-footer-contactList__item+.l-footer-contactList__item {
	margin-left: 7.0175438596%
}
.l-footer-contactList__text {
	font-size: 16px;
	line-height: 1.625;
	color: #fff;
	margin-bottom: 17px
}
.l-footer-contactList .c-btn {
	padding-bottom: 31px;
	padding-top: 33px
}
.l-footer-contactList .c-btn .c-ico {
	margin-right: 10px;
	top: -2px
}
@media all and (max-width: 879px) {
	.l-footer-contactList {
		display: block
	}
	.l-footer-contactList__item {
		max-width: none;
		width: auto
	}
	.l-footer-contactList__item+.l-footer-contactList__item {
		margin: 27px 0 0
	}
	.l-footer-contactList__text {
		font-size: 10px;
		line-height: 1.5;
		margin-bottom: 13px
	}
	.l-footer-contactList .c-btn {
		padding-bottom: 22px;
		padding-top: 23px
	}
	.l-footer-contactList .c-btn .c-ico {
		height: 13px;
		margin-right: 7px;
		top: -1px;
		width: 14px
	}
}
.l-footer-pagetop {
	font-size: 12px;
	line-height: 1;
	background: #202020;
	border: 1px solid #333;
	border-width: 1px 0;
	color: #7e7e7e;
	display: block;
	padding: 19px 0 20px;
	text-align: center
}
.l-footer-pagetop:before {
	background: url(../img/arrow-pagetop.png) no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 19px;
	margin: 0 auto 9px;
	width: 8px
}
.l-footer-pagetop:hover {
	color: #fff
}
@media all and (max-width: 879px) {
	.l-footer-pagetop {
		font-size: 10px;
		line-height: 1;
		padding: 9px 0 10px
	}
	.l-footer-pagetop:before {
		height: 10px;
		margin-bottom: 5px;
		width: 5px
	}
}
@media all and (min-width: 960px) {
	.l-footer-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 54px 0 56px
	}
}
@media all and (min-width: 960px) and (max-width: 879px) {
	.l-footer-nav {
		display: block;
		padding: 50px 0
	}
}
@media all and (min-width: 960px) {
	.l-footer-pageList {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.25;
		padding-top: 9px
	}
}
@media all and (min-width: 960px) and (max-width: 1150px) {
	.l-footer-pageList {
		font-size: 13px
	}
}
@media all and (min-width: 960px) {
	.l-footer-pageList+.l-footer-pageList {
		border-left: 1px solid #3c3c3c;
		margin-left: 2.5%;
		padding-left: 2.5%
	}
	.l-footer-pageList:nth-child(1) {
		width: 640px
	}
}
@media all and (min-width: 960px) and (max-width: 1190px) {
	.l-footer-pageList:nth-child(1) {
		width: 53.3333333333%
	}
}
@media all and (min-width: 960px) {
	.l-footer-pageList:nth-child(2) {
		width: 11.6666666667%
	}
	.l-footer-pageList:nth-child(3) {
		padding-right: 1.6666666667%;
		width: 16.3333333333%
	}
	.l-footer-pageList__item+.l-footer-pageList__item {
		margin-top: 10px
	}
	.l-footer-pageList__link {
		color: #fff
	}
	.l-footer-pageList__link:hover {
		color: #fff;
		opacity: .5
	}
	.l-footer-pageList__link .c-ico {
		margin-left: 10px;
		top: -1px
	}
	.l-footer-serviceList {
		background: #262626;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 12px;
		padding: 4.6875% 3.90625%
	}
	.l-footer-serviceList__item {
		font-size: 14px;
		font-weight: 700;
		line-height: 1.4285714286
	}
}
@media all and (min-width: 960px) and (max-width: 1150px) {
	.l-footer-serviceList__item {
		font-size: 12px
	}
}
@media all and (min-width: 960px) {
	.l-footer-serviceList__item+.l-footer-serviceList__item {
		border-left: 1px solid #3c3c3c;
		margin-left: 3.90625%;
		padding-left: 3.90625%
	}
	.l-footer-serviceList__item:nth-child(1) {
		width: 28.813559322%
	}
	.l-footer-serviceList__item:nth-child(2) {
		width: 42.3728813559%
	}
	.l-footer-serviceList__item:nth-child(3) {
		width: 20.3389830508%
	}
}
@media all and (min-width: 960px) and (max-width: 1190px) {
	.l-footer-serviceList__item:nth-child(1) {
		width: 33.8983050847%
	}
	.l-footer-serviceList__item:nth-child(2) {
		width: 33.0508474576%
	}
	.l-footer-serviceList__item:nth-child(3) {
		width: 24.5762711864%
	}
}
@media all and (min-width: 960px) {
	.l-footer-serviceList__link {
		color: #fff
	}
	.l-footer-serviceList__link:hover {
		color: #fff;
		opacity: .5
	}
	.l-footer-serviceList__inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 2px -14px 0 0
	}
}
@media all and (min-width: 960px) and (max-width: 1190px) {
	.l-footer-serviceList__inner {
		display: block
	}
}
@media all and (min-width: 960px) {
	.l-footer-serviceList--child {
		margin: 10px 14px 0 0
	}
	.l-footer-serviceList--child__item {
		font-weight: 400
	}
	.l-footer-serviceList--child__item+.l-footer-serviceList--child__item {
		margin-top: 15px
	}
	.l-footer-serviceList--child__link {
		color: #fff;
		display: inline-block;
		padding-left: 20px;
		position: relative
	}
	.l-footer-serviceList--child__link:before {
		background: #7d7d7d;
		content: '';
		display: block;
		height: 1px;
		left: 5px;
		position: absolute;
		top: .6em;
		width: 8px
	}
	.l-footer-serviceList--child__link:hover {
		color: #fff;
		opacity: .5
	}
	.l-footer-media {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 23px 0 2px;
		width: 14.1666666667%
	}
}
.l-footer-logo {
	display: block;
	margin: 0 0 13px auto
}
.l-footer-copyright__text {
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-align: right;
	white-space: nowrap
}
@media all and (max-width: 959px) {
	.l-footer-nav {
		margin: 0 -15px;
		padding: 0 0 50px
	}
	.l-footer-pageList__item, .l-footer-serviceList__item {
		font-size: 15px;
		font-weight: 700;
		line-height: 1;
		border: 1px solid #333;
		border-width: 0 0 1px;
		position: relative
	}
	.l-footer-pageList__link, .l-footer-serviceList__link {
		color: #fff;
		display: block;
		padding: 17px 15px;
		position: relative
	}
	.l-footer-pageList__link:before, .l-footer-serviceList__link:before {
		content: '';
		height: 2px;
		left: 0;
		margin-top: -2px;
		position: absolute;
		top: 50%;
		width: 10px
	}
	.l-footer-pageList__link--jinzai:before, .l-footer-serviceList__link--jinzai:before {
		background: #1870c3
	}
	.l-footer-pageList__link--shigoto:before, .l-footer-serviceList__link--shigoto:before {
		background: #359c46
	}
	.l-footer-pageList__link .c-ico, .l-footer-serviceList__link .c-ico {
		margin-left: 5px;
		top: -1px
	}
	.l-footer-pageList__link:hover, .l-footer-serviceList__link:hover {
		color: #fff;
		opacity: .5
	}
	.l-footer-serviceList__item {
		font-size: 13px;
		font-weight: 700;
		line-height: 1.1538461538;
		border-width: 1px 0 0
	}
	.l-footer-serviceList__inner {
		border: 1px solid #333;
		border-width: 1px 0 0;
		margin: 0 -1px -1px 0;
		margin-bottom: -1px
	}
	.l-footer-serviceList__inner:before, .l-footer-serviceList__inner:after {
		content: '';
		display: table
	}
	.l-footer-serviceList__inner:after {
		clear: both
	}
	.l-footer-serviceList--child__item {
		font-size: 12px;
		font-weight: 400;
		line-height: 1.25;
		border: 1px solid #333;
		border-width: 0 1px 1px 0;
		float: left;
		width: 50%
	}
	.l-footer-serviceList--child__link {
		color: #ccc;
		display: block;
		padding: 17px 15px;
		position: relative
	}
	.l-footer-serviceList--child__link:hover {
		color: #ccc;
		opacity: .5
	}
	.l-footer-logo {
		margin: 0 auto 15px;
		width: 102px
	}
	.l-footer-copyright__text {
		font-size: 10px;
		line-height: 1;
		text-align: center
	}
}
@media all and (max-width: 959px) and (min-width: 880px) {
	.l-footer-nav {
		margin: 0 -30px
	}
	.l-footer-pageList__link, .l-footer-serviceList__link {
		padding-left: 30px;
		padding-right: 30px
	}
	.l-footer-pageList__link:before, .l-footer-serviceList__link:before {
		width: 25px
	}
	.l-footer-pageList--child__link, .l-footer-serviceList--child__link {
		padding-left: 30px;
		padding-right: 30px
	}
}
.l-side {
	background: #fff;
	padding: 26px 20px 58px
}
@media all and (max-width: 879px) {
	.l-side {
		padding: 26px 10px 40px
	}
}
.l-side-block__header {
	margin-bottom: 18px;
	text-align: center
}
.l-side-block__title {
	font-size: 24px;
	line-height: 1
}
@media all and (max-width: 879px) {
	.l-side-block__title {
		font-size: 23px;
		line-height: 1
	}
}
.l-side-block .p-articleList {
	display: block;
	margin: 0
}
.l-side-block .p-articleList__item {
	padding: 0;
	position: relative;
	width: auto
}
.l-side-block .p-articleList__item+.p-articleList__item {
	margin-top: 15px
}
@media all and (max-width: 879px) {
	.l-side-block .p-articleList__item+.p-articleList__item {
		margin-top: 10px
	}
}
.l-side-block .p-articleList__link {
	background: none;
	color: #1a1a1a;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0
}
.l-side-block .p-articleList__link:after {
	display: none
}
.l-side-block .p-articleList__image {
	margin: 0 10px 0 0;
	-webkit-transition: opacity 100ms;
	transition: opacity 100ms;
	width: 42.5925925926%
}
.l-side-block .p-articleList__image:hover {
	opacity: .7
}
.l-side-block .p-articleList__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.l-side-block .p-articleList__category {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 7px
}
.l-side-block .p-articleList__category:before {
	display: none
}
.l-side-block .p-articleList__category--jinzai {
	color: #1870c3
}
.l-side-block .p-articleList__category--shigoto {
	color: #359c46
}
@media all and (max-width: 879px) {
	.l-side-block .p-articleList__category {
		font-size: 10px;
		line-height: 1
	}
}
.l-side-block .p-articleList__title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4285714286
}
@media all and (max-width: 879px) {
	.l-side-block .p-articleList__title {
		font-size: 12px;
		line-height: 1.5
	}
}
.l-side-block .p-articleList__date {
	display: none
}
.l-side-block .p-articleList .c-label-status {
	display: none
}
.l-side-block .p-articleList .c-label-rank {
	left: -20px;
	position: absolute;
	top: 0;
	visibility: visible
}
@media all and (max-width: 879px) {
	.l-side-block .p-articleList .c-label-rank {
		left: -10px
	}
}
@media all and (min-width: 880px) {
	.l-side-block .p-articleList__item:first-child {
		margin-bottom: 24px
	}
	.l-side-block .p-articleList__item:first-child .p-articleList__link {
		display: block
	}
	.l-side-block .p-articleList__item:first-child .p-articleList__image {
		margin: 0 0 19px;
		width: auto
	}
	.l-side-block .p-articleList__item:first-child .p-articleList__inner {
		-webkit-box-flex: 1;
		-webkit-flex: auto;
		-ms-flex: auto;
		flex: auto
	}
}
.l-side-contact {
	margin-top: 20px
}
@media all and (max-width: 879px) {
	.l-side-contact {
		margin-top: 30px
	}
}
.l-side-contactList__item {
	text-align: center
}
.l-side-contactList__item+.l-side-contactList__item {
	margin-top: 20px
}
@media all and (max-width: 879px) {
	.l-side-contactList__item+.l-side-contactList__item {
		margin-top: 10px
	}
}
.l-side-contactList__link {
	color: #1a1a1a;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.l-side-contactList__link:hover {
	color: #30bd8a
}
.l-side-contactList__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.375;
	background: #24be89 url(../images/common/bg-side-bnr-contact.png) no-repeat left center;
	background-size: cover;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 130px;
	padding: 23px 10px 8px
}
.l-side-contactList__title .c-ico {
	display: block;
	margin-bottom: 10px
}
@media all and (max-width: 879px) {
	.l-side-contactList__title {
		font-size: 15px;
		line-height: 1.2666666667;
		min-height: 85px;
		padding: 12px 10px 8px
	}
	.l-side-contactList__title .c-ico {
		margin-bottom: 5px
	}
}
.l-side-contactList__text {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	border: 2px solid #30bd8a;
	border-width: 0 2px 2px;
	padding: 14px 10px 13px
}
@media all and (max-width: 879px) {
	.l-side-contactList__text {
		font-size: 12px;
		line-height: 1;
		padding: 13px 10px 12px
	}
}



.c-header__inner {
	display: inline-block
}
.c-header {
	margin-bottom: 36px;
	text-align: center
}
.c-header__title {
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	margin-top: -9px;
	color: #fff;
}
.c-header__text {
	font-size: 12px;
	line-height: 1.3333333333;
	margin-top: 14px;
	color: #fff;
}
@media all and (max-width: 879px) {
	.c-header {
		margin-bottom: 18px
	}
	.c-header__title {
		font-size: 21px;
		line-height: 1;
		margin-top: -2px
	}
	.c-header__text {
		font-size: 10px;
		line-height: 1.3;
		margin-top: 7px
	}
}
.c-title-main {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3846153846;
	background: #eef2f3;
	padding: 19px 15px 17px 60px;
	position: relative
}
.c-title-main:before {
	content: '';
	display: block;
	height: 28px;
	left: 16px;
	position: absolute;
	top: 22px;
	width: 28px
}
.jinzai .c-title-main:before {
	background: url(../img/bck_h2_jinzai.png) no-repeat;
	background-size: contain;
}
.shigoto .c-title-main:before {
	background: url(../img/bck_h2_shigoto.png) no-repeat;
	background-size: contain;
}
.recruit .c-title-main:before {
	background: url(../img/bck_h2_recruit.png) no-repeat;
	background-size: contain;
}
h3 {
	font-size: 20px;
	font-weight: 700;
	padding: 19px 15px 17px 60px;
	position: relative;
}
h3:before {
	content: '';
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	top: 38px;
	width: 50px
}
.jinzai h3:before {
	background: #1870c3;
}
.shigoto h3:before {
	background: #359c46;
}
.recruit h3:before {
	background: #EA4E48;
}
.agreement-box h3:before {
	display: none !important;
}
.l-side-sns {
	margin-top: 30px;
}
.l-side-list__link {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	border: 1px solid #333;
	border-top: 0;
	color: #1a1a1a;
	display: block;
	padding: 17px 10px 17px 20px;
	position: relative;
	-webkit-transition: background-color 100ms, border-color 100ms, color 100ms;
	transition: background-color 100ms, border-color 100ms, color 100ms;
}
.l-side-list__link.sub {
	margin-left: 20px;
}
.l-side-list__link:before {
	content: '\E037';
	font-family: 'Material Icons';
	display: block;
	left: -5px;
	position: absolute;
	top: 18px;
}
.l-side-list__item:first-child .l-side-list__link {
	border-top: 1px solid #333;
}
.l-side-list__link:hover,
.l-side-list__link.current {
	/*border-color: #1870c3;*/
	background: #ccc;
	color: #fff
}
.jinzai .l-side-list__link:hover,
.jinzai .l-side-list__link.current {
	background: #1870c3;
}
.shigoto .l-side-list__link:hover,
.shigoto .l-side-list__link.current {
	background: #359c46;
}
.recruit .l-side-list__link:hover,
.recruit .l-side-list__link.current {
	background: #EA4E48;
}
@media all and (max-width: 879px) {
	.c-title-main {
		font-size: 18px;
		line-height: 1.3333333333;
		padding: 10px 5px 9px 27px
	}
	.c-title-main:before {
		height: 14px;
		left: 8px;
		top: 14px;
		width: 14px
	}
}
@media all and (max-width: 879px) {
	input, button, select, textarea {
		font-size: 16px
	}
}
.c-input, .c-select, .c-textarea {
	background: #fff;
	border: 1px solid #ddd;
	-webkit-transition: background-color 100ms, border-color 100ms;
	transition: background-color 100ms, border-color 100ms;
	width: 100%
}
.is-error .c-input, .is-error .c-select, .is-error .c-textarea {
	background: #f9e8e8;
	border-color: #c81919
}
.c-input {
	height: 35px;
	padding: 2px 10px
}
@media all and (max-width: 879px) {
	.c-input {
		height: 40px
	}
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 100px #fff inset
}
.c-textarea {
	height: 175px;
	padding: 8px 10px
}
@media all and (max-width: 879px) {
	.c-textarea {
		height: 125px
	}
}
.c-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../images/common/bg-select.png) no-repeat right center;
	background-size: 26px 6px;
	border-radius: 0;
	height: 35px;
	padding: 2px 10px
}
@media all and (max-width: 879px) {
	.c-select {
		height: 40px
	}
}
.c-select::-ms-expand {
	display: none
}
.c-select:before {
	content: ''
}
.c-radioList {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -30px -10px 0
}
.c-radioList__item {
	margin: 0 30px 10px 0;
	padding-left: 18px;
	position: relative
}
.c-radioList__item .c-radio {
	height: 15px;
	left: 0;
	position: absolute;
	top: 0;
	width: 15px
}
@media all and (max-width: 879px) {
	.c-radioList {
		margin: 0 -20px -10px 0
	}
	.c-radioList__item {
		margin: 0 20px 10px 0
	}
}
.c-checkboxList {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px -10px 0
}
.c-checkboxList__item {
	margin: 0 12px 10px 0;
	position: relative
}
.c-checkbox {
	display: none
}
.c-checkbox+label {
	display: inline-block;
	min-height: 18px;
	padding-top: 1px;
	position: relative
}
.c-checkbox+label:before {
	background: url(../images/common/ico-check.png) no-repeat bottom center;
	background-size: 100% auto;
	content: '';
	display: inline-block;
	height: 18px;
	margin-right: 10px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 18px
}
.c-checkbox:checked+label:before {
	background-position: top center
}
.c-checkbox--wh+label:before {
	background-image: url(../images/common/ico-check-wh.png)
}
.c-required {
	color: #c81919;
	position: relative
}
.c-error {
	color: #c81919
}
.c-table {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-width: 1px 0 1px 1px
}
.c-table th, .c-table td {
	font-size: 14px;
	line-height: 1.8571428571;
	border: 1px solid #ddd;
	border-width: 0 1px 0 0;
	padding: 24px 2.6923076923%;
	vertical-align: top
}
.c-table tr+tr th, .c-table tr+tr td {
	border-top-width: 1px
}
.c-table th {
	font-weight: 700;
	text-align: left
}
.c-table thead th, .c-table thead td {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	background: #eef2f3;
	border-bottom-width: 0;
	padding: 19px 2.6923076923% 16px;
	text-align: center;
	vertical-align: middle
}
.c-table tbody:first-child th {
	background: #eef2f3
}
@media all and (max-width: 879px) {
	.c-table th, .c-table td {
		font-size: 12px;
		line-height: 1.5;
		padding: 15px 15px
	}
	.c-table thead th, .c-table thead td {
		font-size: 15px;
		padding: 10px 15px 8px
	}
}
.breadcrumbs {
	font-size: 0px;
	left: 30px;
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 2
}
.breadcrumbs>span {
	font-size: 12px;
	line-height: 1.3333333333;
	display: block;
	float: left;
	overflow: hidden;
	padding-right: 20px
}
.breadcrumbs>span:last-child {
	float: none;
	padding-right: 0
}
.breadcrumbs>span:last-child a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap
}
.breadcrumbs>span:last-child a:after {
	display: none
}
.breadcrumbs a {
	color: #1a1a1a;
	display: inline-block;
	position: relative
}
.breadcrumbs a:after {
	content: '\E315';
	font-family: 'Material Icons';
	display: block;
	height: 10px;
	margin-top: -5px;
	position: absolute;
	right: -13px;
	top: 50%;
	width: 6px
}
@media all and (max-width: 879px) {
	.breadcrumbs {
		display: none
	}
}
.c-tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.c-tab__item {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2222222222;
	border: 1px solid #ddd;
	border-width: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
@media all and (min-width: 880px) {
	.c-tab__item+.c-tab__item {
		border-left-width: 1px
	}
}
.c-tab__link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	color: #333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 60px;
	padding: 8px 8px 10px;
	position: relative;
	text-align: center;
	-webkit-transition: background 100ms, color 100ms;
	transition: background 100ms, color 100ms;
	line-height: 1.4;
	font-size: 90%;
}
.c-tab__link:before {
	border-color: #d9dcdd transparent transparent transparent;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	bottom: 0;
	content: '';
	display: block;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	-webkit-transition: border-color 100ms;
	transition: border-color 100ms;
	z-index: -1
}
.c-tab__link:hover {
	background: #d9dcdd;
	color: #333
}
.c-tab__link.is-active {
	background: #1a1a1a;
	color: #fff
}
.c-tab__link.is-active:before {
	border-color: #1a1a1a transparent transparent transparent;
	bottom: -10px
}
@media all and (max-width: 879px) {
	.c-tab {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.c-tab__item {
		font-size: 12px;
		line-height: 1.3333333333;
		border-width: 1px 1px 0 0;
		-webkit-box-flex: 1;
		-webkit-flex: auto;
		-ms-flex: auto;
		flex: auto;
		width: 50%
	}
	.c-tab__item:first-child, .c-tab__item:nth-child(2) {
		border-top-width: 0
	}
	.c-tab__item:first-child:last-child, .c-tab__item:nth-child(2n) {
		border-right-width: 0
	}
	.c-tab__link {
		min-height: 50px;
		padding: 10px 8px 9px
	}
	.c-tab__link:before {
		display: none
	}
}
.shigoto .c-tab__link:hover {
	background: rgba(53,156,70,0.5);
	color: #fff
}
.shigoto .c-tab__link.is-active {
	background: #359c46;
	color: #fff
}
.shigoto .c-tab__link.is-active:before {
	border-top-color: #359c46;
	z-index: 1;
}
.c-pagination {
	margin-top: 30px
}
.c-btn {
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	overflow: visible;
	position: relative;
	text-align: center;
	-webkit-transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms;
	transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms
}
.c-btn:disabled {
	cursor: default
}
.c-btn-default, .c-btn-default--wh, .c-btn-default--gy {
	font-size: 16px;
	line-height: 1.4;
	border: 1px solid #333;
	color: #1a1a1a;
	display: block;
	margin: 30px auto;
	padding: 17px 20px;
	width: 100%;
	display: block;
}
.c-btn-default:hover:not(:disabled), .c-btn-default--wh:hover:not(:disabled), .c-btn-default--gy:hover:not(:disabled) {
	background: #333;
	color: #fff
}
.canvas {
	height: 350px;
	left: 0;
	position: fixed;
	right: 0;
	top: 80px;
	-webkit-transition: opacity 100ms;
	transition: opacity 100ms;
}
.jinzai .canvas {
	background: #1870c3 url(../img/bck_canvas_jinzai.png) no-repeat 95% -20px;
	background-size: 377px 381px;
}
.jinzai.kaigai .canvas {
	background: #1870c3 url(../img/bck_canvas_kaigai.png) no-repeat 95% -20px;
	background-size: 377px 381px;
}
.shigoto .canvas {
	background: #359c46 url(../img/bck_canvas_jinzai.png) no-repeat 95% -20px;
	background-size: 377px 381px;
}
.recruit .canvas {
	background: #EA4E48 url(../img/bck_canvas_recruit.jpg) no-repeat left center;
	background-size: contain;
}
@media all and (max-width: 640px) {
	.jinzai .canvas,
	.shigoto .canvas,
	.recruit .canvas {
		background-image: none;
	}
}
.contact .canvas,
.company .canvas {
	background: #ccc;
	background-size: 377px 381px;
}
.canvas.is-loading {
	opacity: 0
}
@media all and (min-width: 880px) {
	.home .canvas {
		height: 320px
	}
}
@media all and (max-width: 959px) {
	.canvas {
		top: 50px
	}
}
@media all and (max-width: 879px) {
	.canvas {
		height: 155px
	}
	.home .canvas {
		height: 390px
	}
}
.home .c-header-row__text {
	font-size: 12px;
	line-height: 1.5
}
@media all and (max-width: 959px) {
	.home .l-wrapper:before {
		height: 620px
	}
}
@media all and (max-width: 879px) {
	.home .l-wrapper:before {
		background: #171717;
		height: 442px
	}
	.revslider {
		display: none;
	}
}
.hero {
	position: relative;
	background: url(../img/bck_jigsaw1.jpg) no-repeat center center;
	background-size: cover;
}
@media all and (max-width: 640px) {
	.hero {
		min-height: 225px;
	}
	.hero:before {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		content: " ";
	}
}
@media all and (min-width: 641px) and (max-width: 879px) {
	.hero {
		min-height: 225px;
	}
	.hero:before {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		content: " ";
	}
}
@media all and (min-width: 880px) {
	.hero {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 570px;
		margin-bottom: 55px;
	}
	.revslider + .l-content .hero {
		background-image: none;
	}
	.bgone .hero:before {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0);
		background: url(../img/bck_gradation_one.png) no-repeat center bottom;
		background-size: cover;
		content: " ";
	}
	.hero__item {
		background: transparent;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		opacity: 0;
		overflow: hidden;
		width: 50%;
		z-index: 2;
		position: relative;
	}
	.hero__item+.hero__item {
		border-left: 1px solid rgba(255, 255, 255, 0.5)
	}
	.hero__item:hover {
		background: rgba(0, 0, 0, 0.5)
	}
	.hero__item:hover .hero__inner {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
	.hero.is-ready .hero__item, .hero.is-animate .hero__item {
		opacity: 1;
		-webkit-transition: background 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms 2200ms;
		transition: background 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms 2200ms
	}
	.hero.is-ready .hero__header, .hero.is-animate .hero__header {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
	.hero__inner {
		position: relative;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
		z-index: 3;
	}
	.hero__header {
		bottom: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px;
		position: absolute;
		right: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition: -webkit-transform 400ms 2200ms cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: -webkit-transform 400ms 2200ms cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 400ms 2200ms cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 400ms 2200ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 400ms 2200ms cubic-bezier(0.165, 0.84, 0.44, 1)
	}
	.hero__needs {
		font-size: 14px;
		font-weight: 700;
		line-height: 1.4285714286;
		color: #fff
	}
	.hero__title {
		font-size: 45px;
		font-weight: 700;
		line-height: 1.2222222222;
		color: #fff;
		margin-top: 20px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.hero__title:before {
		content: '';
		display: block;
		height: 3px;
		margin-bottom: 20px;
		width: 30px
	}
	.hero__title--jinzai:before {
		background: #1870c3
	}
	.hero__title--shigoto:before {
		background: #359c46
	}
}
@media all and (min-width: 880px) and (max-width: 960px) {
	.hero__title {
		font-size: 40px;
		font-weight: 700;
		line-height: 1.2
	}
}
@media all and (min-width: 880px) {
	.hero-serviceList__item {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2857142857;
		border-top: 1px solid rgba(255, 255, 255, 0.2)
	}
	.hero-serviceList__link {
		color: #fff;
		display: block;
		padding: 20px 65px 20px 30px;
		position: relative
	}
	.hero-serviceList__link:before {
		content: '\E5C8';
		font-family: 'Material Icons';
		font-size: 20px;
		display: block;
		position: absolute;
		right: 30px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.hero-serviceList__link:hover {
		background: rgba(255, 255, 255, 0.2);
		color: #fff
	}
}
@media all and (max-width: 879px) {
	.hero {
		margin-bottom: 26px
	}
	.hero__item {
		position: relative
	}
	.hero__item+.hero__item {
		border-top: 1px solid rgba(255, 255, 255, 0.5)
	}
	.hero__inner {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	.hero__link {
		display: block;
		padding: 30px 50px 35px 25px;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	.hero__needs {
		font-size: 12px;
		font-weight: 700;
		line-height: 1.5;
		color: #fff;
		margin-bottom: 7px
	}
	.hero__title {
		font-size: 20px;
		font-weight: 700;
		line-height: 1.4;
		color: #fff
	}
	.hero__title:before {
		content: '';
		display: block;
		height: 3px;
		left: 0;
		margin-top: -2px;
		position: absolute;
		top: 50%;
		width: 15px
	}
	.hero__title--jinzai:before {
		background: #1870c3
	}
	.hero__title--shigoto:before {
		background: #359c46
	}
	.hero__content {
		display: none
	}
}
.c-content__inner {
	background: #fff;
	padding: 52px 50px 60px
}
body.recruit .c-content__inner {
	background: rgba(255,255,255,0.7);
}
.c-content__header {
	margin-bottom: 22px
}
.c-content__title {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3846153846
}
.c-content-block {
	margin-top: 50px
}
.c-content-block p {
	margin-bottom: 1em
}
.c-content-block__header {
	margin-bottom: 28px
}
.c-content-block__content {
	font-size: 16px;
	line-height: 2
}
.c-content-block__content:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* zinzai_list */
.c-content-block__list-point {
	display: block;
	border: 5px solid #79A3C9;
	border-radius: 5px;
	padding: 25px 20px;
	margin-bottom: 1em;
}
.c-content-block__list-point p.block {
	font-weight:bold;
	font-size: 18px;
	color: #1770C2;
	margin-bottom: 0;
}
.c-content-block__list-point ul {
}
.c-content-block__list-point ul li {
	position: relative;
	display: block;
	box-sizing: border-box;
	color: #1770C2;
	font-weight: bold;
	font-size: 18px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.c-content-block__list-point ul li:before {
	content: "●";
	color: #FFF581;
	left: 0;
	position: absolute;
}
.c-content-block__list-point ul li:last-child {
	margin-bottom: 0px;
}
.c-content-block__list-circle {
	display: flex;
	justify-content: center;
}
.c-content-block__list-circle img {
	width: 80%;
}
/*
.c-content-block__list-circle {
	display: flex;
	justify-content: center;
}
.c-content-block__list-circle .list-circle {
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #1870C3;
	margin: 10px;
}
.c-content-block__list-circle .list-circle p {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 150px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
*/

/* zinzai_kaigai-voice */
.c-content-block__message {
	display: flex;
	margin-bottom: 3em;
}
.c-content-block__message .message-icon {
	display: block;
	box-sizing: border-box;
	margin-right: 15px;
	min-width: 90px;
}
.c-content-block__message .message-icon img {
}
.c-content-block__message .message-txt {
	display: block;
	box-sizing: border-box;
	border: 3px solid #1870C3;
	border-radius: 5px;
	padding: 15px 20px;
	font-size: 16px;
}
.c-content-block__message .message-txt p.message-txt_tit {
	font-weight: bold;
}
.c-content-block__message .message-txt p.message-txt_etc {
}


@media all and (max-width: 879px) {
	.c-content__inner {
		padding: 20px 10px 35px
	}
	.c-content__header {
		margin-bottom: 15px
	}
	.c-content__title {
		font-size: 18px;
		line-height: 1.2777777778
	}
	.c-content-block {
		margin-top: 35px
	}
	.c-content-block__header {
		margin-bottom: 14px
	}
	.c-content-block__content {
		font-size: 14px;
		line-height: 1.6428571429
	}

	/* zinzai_list */
	.c-content-block__list-point p.block {
		font-size: 16px;
	}
	.c-content-block__list-circle img {
		width: 90%;
	}
	/*
	.c-content-block__list-circle .list-circle {
		width: 120px;
		height: 120px;
		margin: 10px;
	}
	.c-content-block__list-circle .list-circle p {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 120px;
		font-size: 14px;
	}
	*/
	/* zinzai_kaigai-voice */
	.c-content-block__message {
		display: block;
	}
	.c-content-block__message .message-icon {
		margin: 10px auto;
		width: 25%;
	}
	.c-content-block__message .message-txt {
		margin: 0 10px;
		font-size: 14px;
	}

}
.js-tabSwitch__content {
	opacity: 1;
	-webkit-transition: opacity 200ms;
	transition: opacity 200ms
}
.js-tabSwitch__content.is-loading {
	opacity: 0;
	-webkit-transition: none;
	transition: none
}
.u-w0 {
	width: 0%
}
.u-w1 {
	width: 1%
}
.u-w2 {
	width: 2%
}
.u-w3 {
	width: 3%
}
.u-w4 {
	width: 4%
}
.u-w5 {
	width: 5%
}
.u-w6 {
	width: 6%
}
.u-w7 {
	width: 7%
}
.u-w8 {
	width: 8%
}
.u-w9 {
	width: 9%
}
.u-w10 {
	width: 10%
}
.u-w11 {
	width: 11%
}
.u-w12 {
	width: 12%
}
.u-w13 {
	width: 13%
}
.u-w14 {
	width: 14%
}
.u-w15 {
	width: 15%
}
.u-w16 {
	width: 16%
}
.u-w17 {
	width: 17%
}
.u-w18 {
	width: 18%
}
.u-w19 {
	width: 19%
}
.u-w20 {
	width: 20%
}
.u-w21 {
	width: 21%
}
.u-w22 {
	width: 22%
}
.u-w23 {
	width: 23%
}
.u-w24 {
	width: 24%
}
.u-w25 {
	width: 25%
}
.u-w26 {
	width: 26%
}
.u-w27 {
	width: 27%
}
.u-w28 {
	width: 28%
}
.u-w29 {
	width: 29%
}
.u-w30 {
	width: 30%
}
.u-w31 {
	width: 31%
}
.u-w32 {
	width: 32%
}
.u-w33 {
	width: 33%
}
.u-w34 {
	width: 34%
}
.u-w35 {
	width: 35%
}
.u-w36 {
	width: 36%
}
.u-w37 {
	width: 37%
}
.u-w38 {
	width: 38%
}
.u-w39 {
	width: 39%
}
.u-w40 {
	width: 40%
}
.u-w41 {
	width: 41%
}
.u-w42 {
	width: 42%
}
.u-w43 {
	width: 43%
}
.u-w44 {
	width: 44%
}
.u-w45 {
	width: 45%
}
.u-w46 {
	width: 46%
}
.u-w47 {
	width: 47%
}
.u-w48 {
	width: 48%
}
.u-w49 {
	width: 49%
}
.u-w50 {
	width: 50%
}
.u-w51 {
	width: 51%
}
.u-w52 {
	width: 52%
}
.u-w53 {
	width: 53%
}
.u-w54 {
	width: 54%
}
.u-w55 {
	width: 55%
}
.u-w56 {
	width: 56%
}
.u-w57 {
	width: 57%
}
.u-w58 {
	width: 58%
}
.u-w59 {
	width: 59%
}
.u-w60 {
	width: 60%
}
.u-w61 {
	width: 61%
}
.u-w62 {
	width: 62%
}
.u-w63 {
	width: 63%
}
.u-w64 {
	width: 64%
}
.u-w65 {
	width: 65%
}
.u-w66 {
	width: 66%
}
.u-w67 {
	width: 67%
}
.u-w68 {
	width: 68%
}
.u-w69 {
	width: 69%
}
.u-w70 {
	width: 70%
}
.u-w71 {
	width: 71%
}
.u-w72 {
	width: 72%
}
.u-w73 {
	width: 73%
}
.u-w74 {
	width: 74%
}
.u-w75 {
	width: 75%
}
.u-w76 {
	width: 76%
}
.u-w77 {
	width: 77%
}
.u-w78 {
	width: 78%
}
.u-w79 {
	width: 79%
}
.u-w80 {
	width: 80%
}
.u-w81 {
	width: 81%
}
.u-w82 {
	width: 82%
}
.u-w83 {
	width: 83%
}
.u-w84 {
	width: 84%
}
.u-w85 {
	width: 85%
}
.u-w86 {
	width: 86%
}
.u-w87 {
	width: 87%
}
.u-w88 {
	width: 88%
}
.u-w89 {
	width: 89%
}
.u-w90 {
	width: 90%
}
.u-w91 {
	width: 91%
}
.u-w92 {
	width: 92%
}
.u-w93 {
	width: 93%
}
.u-w94 {
	width: 94%
}
.u-w95 {
	width: 95%
}
.u-w96 {
	width: 96%
}
.u-w97 {
	width: 97%
}
.u-w98 {
	width: 98%
}
.u-w99 {
	width: 99%
}
.u-w100 {
	width: 100%
}
.u-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.u-flex--wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.u-text-center {
	text-align: center
}
.u-text-left {
	text-align: left
}
.u-text-right {
	text-align: right
}
.u-text-break {
	word-break: break-all
}
.u-text-eng {
	font-family: "Oswald", sans-serif
}
.u-text-bold {
	font-weight: bold
}
.u-text-accent {
	color: #be1d27
}
.u-text-service--jinzai {
	color: #1870c3
}
.u-text-service--shigoto {
	color: #359c46
}

body.regist .c-content-block,
body.regist dl.table.form-contact {
	margin-top: 0
}

label.ipt-bl {
	display: block;
	margin-left: 0 !important;
}
@media only screen and (max-width: 767px) {
	label.ipt-bl {
		margin-top: 5px;
	}
	.ipt-bl-mb {
		display: block;
		margin-left: 0 !important;
		margin-top: 5px;
	}
}

#slide_box {
	overflow: hidden;
	position: fixed;
	width:100%;
	bottom:0;
	right:0;
	z-index: 3;
	pointer-events: none;
}
body.has_slide_box .l-footer {
	margin-bottom: 150px;
}
body.has_slide_box #slide_box {
	pointer-events: auto;
}
@media only screen and (max-width: 640px) {
	body.has_slide_box .l-footer {
		margin-bottom: 100px;
	}
}
body.home.has_slide_box .l-footer {
	margin-bottom: 0;
}

#slide {
	width: 100%;
}
#slide-in {
	padding: 10px;
	margin: 0;
	background: #72dce5 url(../img/bck_btn_regist.jpg) no-repeat top right;
	background-size: contain;
	text-align: center;
	height: 150px;
	display: flex;
	align-items: center;
}
body.home #slide-in {
	display: none;
}
#slide-in .regist_wrapper {
	width: calc(100% - 300px);
}
#slide-in .close a {
	color: #fff;
}
#slide-in .regist {
	display: inline-block;
	margin-left: 10px;
	padding: 20px 30px;
	border-radius: 5px;
	background: #fff;
	color: #222;
	font-weight: bold;
}
@media all and (max-width: 640px) {
	#slide-in {
		padding: 0;
		height: 100px;
		align-items: flex-end;
	}
	#slide-in .regist_wrapper {
		width: 100%;
		background: rgba(255, 255, 255, 0.6);
	}
	#slide-in .close a {
		color: #222;
	}
	#slide-in .regist {
		padding: 10px 20px;
		background: transparent;
	}
}

body.home #regist {
	position: absolute;
	display: block;
	top: 15px;
	right: 15px;
	z-index: 10;
	width: 25%;
	height: 300px;
	padding: 0;
	border-radius: 5px;
	background: #fff url(../img/bck_btn_regist.jpg) no-repeat top center;
	background-size: contain;
	font-weight: bold;
	font-size: 110%;
}
body.home #regist span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
body.home #regist span:before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	content: 'ご登録・お問い合わせはこちら';
	width: 100%;
	height: 25%;
	min-height: 50px;
	text-align: center;
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding: 10px 20px;
	color: #222;
}
@media all and (max-width: 1600px) {
	body.home #regist {
		width: 30%;
		height: 280px;
	}
}
@media all and (max-width: 1280px) {
	body.home #regist span:before {
		height: 35%;
	}
}
@media all and (max-width: 1080px) {
	body.home #regist span:before {
		height: 40%;
	}
}
@media all and (max-width: 960px) {
	body.home #regist span:before {
		height: 45%;
	}
}
@media all and (max-width: 879px) {
	body.home #regist {
		top: 175px;
		right: 10px;
		width: 35%;
		height: 140px;
		background-size: cover;
	}
	body.home #regist span:before {
		height: 25%;
		min-height: 40px;
		background: rgba(255,255,255,0.7);
	}
}
@media all and (max-width: 720px) {
	body.home #regist {
		font-size: 95%;
	}
	body.home #regist span:before {
		background: #fff;
	}
}
@media all and (max-width: 690px) {
	body.home #regist {
		background-size: contain;
	}
	body.home #regist span:before {
		height: 40%;
	}
}
@media all and (max-width: 420px) {
	body.home #regist span:before {
		height: 50%;
	}
}
@media all and (min-width: 1600px) {
	.hero__needs br {
		display: none
	}
}

.home-container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.home-container .side {
  width: 50%;
  margin-left: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}
.home-container .side .bnr_job {
  margin-bottom: 30px;
}
.home-container .cm div {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 50px;
}
.home-container .cm div iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.home-container .main .maintenance {
  margin-bottom: 30px;
}
.home-container .main .maintenance h5 {
  margin-top: 0;
}
.home-container .main .maintenance p {
  line-height: 1.7;
}
@media all and (max-width: 640px) {
	.home-container {
		flex-direction: column;
	}
	.home-container .side {
		width: 100%;
		margin-left: 0;
	}
}

div.actions {
	margin: 20px 0;
	text-align: center;
}
div.actions a.btn {
	display: inline-block;
	width: 50%;
	padding: 10px 20px;
	border: 2px solid #EA4E48;
	border-radius: 10px;
	color: #EA4E48;
	font-size: 1.5rem;
	font-weight: bold;
}
div.actions a.btn:hover {
	background-color: #EA4E48;
	color: #fff;
}

table.kyotei {
	border-width: 0;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 20px 0;
}
table.kyotei td {
	border: 1px solid #ccc;
	padding: 4px 10px;
	text-align: left;
	vertical-align: top;
}
table.kyotei thead td:not(:empty) {
	background-color: #eee;
	text-align: center;
	font-weight: bold;
}
table.kyotei tbody td.office {
	white-space: nowrap;
	font-weight: bold;
}
table.kyotei tbody td.agreement {
	text-align: center;
	vertical-align: middle;
}
table.kyotei tbody td.wages {
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, table.kyotei tbody td.wages { max-width: 420px } /* IE11 */
}
table.kyotei tbody td.wages ul {
	display: flex;
	flex-wrap: wrap;
}
table.kyotei tbody td.wages ul li {
	margin: 5px 10px;
}
@media screen and (max-width: 640px) {
	table.kyotei {
		width: 100%
	}
	table.kyotei thead {
		display: none;
	}
	table.kyotei tr {
		display: block;
	}
	table.kyotei td {
		display: block;
		border: 0;
		font-size: 0.875rem
	}
	table.kyotei tbody td.office {
		background-color: #999;
		color: #fff;
	}
	table.kyotei tbody tr:not(:first-child) td.office {
		margin-top: 30px;
	}
	table.kyotei tbody td.agreement {
		margin: 10px 0;
		text-align: center;
	}
	table.kyotei tbody td.wages {
	}
	table.kyotei tbody td.wages:before {
		content: attr(data-label);
		display: block;
		margin-bottom: 10px;
		padding: 5px 0;
		border-top: 1px dashed #ccc;
		border-bottom: 1px dashed #ccc;
	}
}
table.kyotei a.-pdf-link {
	display: inline-block;
	padding: 5px 16px 7px;
	border: 1px solid #ccc;
	border-radius: 50px;
	line-height: 1;
	text-align: center;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, table.kyotei a.-pdf-link { padding: 7px 16px 5px; } /* IE11 */
}
table.kyotei a.-pdf-link:hover {
	border: 1px solid #1870c3;
	background-color: #1870c3;
	color: #fff;
}
table.kyotei td.agreement a.-pdf-link {
	white-space: nowrap;
}
table.kyotei td.wages a.-pdf-link {
	min-width: 6em;
}

ul.anchor-link {
	display: flex;
	width: 100%;
	margin: 35px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}
ul.anchor-link li {
	width: 20%;
	text-align: center;
}
ul.anchor-link li:not(:first-child) {
	border-left: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
	ul.anchor-link {
		display: block;
	}
	ul.anchor-link li {
		width: 100%;
		text-align: left;
		padding: 2px 5px;
	}
	ul.anchor-link li:not(:first-child) {
		border-left: 0;
		border-top: 1px solid #ccc;
	}
}
ul.anchor-link li a::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 4px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' preserveAspectRatio='xMinYMid' viewBox='0 0 16 16'%3E%3Cpath fill='%23000000' d='M3,6l5,5l5-5H3z' /%3E%3C/svg%3E");
}

.flex-items {
	clear: both;
	display: flex;
}
.flex-items.align-items-center {
	align-items: center;
}
.flex-items>div {
	flex-basis: auto;
	width: 100%;
}

p.notes, span.notes {
  font-size: 0.8em;
}