@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Author: Richard Clark - http://richclarkdesign.com

Last Updated: 2010-09-17
Customized: 2013-11-29
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

ol,ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption,th {
	text-align: left;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}


/* ----------------------------------------------

Default.css

 - Browser-Formatting Styles
 - General Classes

LastUpdate: 2018-09-21
---------------------------------------------- */

html {
	overflow-y: scroll;
	background: #fff;
	color: #333;
}

body {
	height: 100%;
	background-color: #fff;
	color: #333;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
	font-size: 14px;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
}

a {
	-webkit-tap-highlight-color: rgba(253,232,126,0.6);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
	color: #1687c2;
	text-decoration: none;
}
a:visited	{color: #836bb9; text-decoration: none;}
a:hover		{color: #3fb1ec; text-decoration: underline;}
a:active	{color: #3fb1ec; text-decoration: underline;}



/* Browser-Formatting Styles */

h1,h2,h3,h4,h5 {
	font-weight: bold;
	line-height: 1;
}

img {
	vertical-align: bottom;
}

a img {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	box-shadow: #000 0 0 0;		/* for Firefox */
}

a:hover img {
	-webkit-opacity: .75;
	-moz-opacity: .75;
	opacity: .75;
}

textarea {
	overflow: auto;	/* The scrollbar of IE is removed. */
}

label {
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 14px;
}

input:focus,
textarea:focus {
	background-color: #fffde3;
}

sub {
	font-size: 60%;
	vertical-align: top;
}

em {
	font-style: normal;
}

::selection {
	background: #fde87e;
	color: #333;
}

::-moz-selection {
	background: #fde87e;
	color: #333;
}


/* ----------------------------------------------
General Classes
---------------------------------------------- */

.tel {
	color: #00999e;
	font-weight: 700;
	font-family: 'Roboto';
}

.btn {
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}

.btn:hover {
	text-decoration: none;
}

a.btn-strong,
a.btn-mail {
	background-color: #00999e;
	color: #fff;
	font-weight: bold;
}

a.btn-strong:hover,
a.btn-mail:hover,
.form-btn:hover,
input.form-btn:focus {
	background-color: #32b5ba;
}

a.btn-strong {
	margin: 0 auto 3px;
	-webkit-box-shadow: 0 3px #dcdcdc;
	-moz-box-shadow: 0 3px #dcdcdc;
	box-shadow: 0 3px #dcdcdc;
}

a.btn-detail {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px #d9eff0;
	-moz-box-shadow: 0 3px #d9eff0;
	box-shadow: 0 3px #d9eff0;
	color: #00999e;
	font-weight: bold;
}

.link {
	padding-left: 10px;
	background: url(../img/ico-arrow.png) 0 40% no-repeat;
	-webkit-background-size: 6px 7px;
	-moz-background-size: 6px 7px;
	background-size: 6px 7px;
}

.notes {
	padding-left: 1em;
	color: #888;
	font-size: 12px;
	text-indent: -1em;
}

.msg {
	text-align: center;
}

.form-btn-wrapper {
	text-align: center;
}

.form-btn {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 10px;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #00999e;
	-webkit-box-shadow: 0 3px #dcdcdc;
	-moz-box-shadow: 0 3px #dcdcdc;
	box-shadow: 0 3px #dcdcdc;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

a.form-btn {text-decoration: none;}
a.form-btn:visited {color: #fff;}

.modify-btn {
	background-color: #888;
}


/* ----------------------------------------------
COMMON
---------------------------------------------- */

/* HEADER
------------------------- */

header {
    z-index: 100;
	background-color: #fff;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

#site-id {
	display: block;
	overflow: hidden;
	float: left;
	width: 224px;
	height: 58px;
	background: url(../img/id.png) 0 0 no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}

#site-id a {
	display: block;
	width: 100%;
	height: 100%;
}

.tagline {
	float: left;
	color: #333;
}

.phone dt {
	overflow: hidden;
	width: 28px;
	height: 28px;
	background: url(../img/ico-phone.png) 0 0 no-repeat;
	-webkit-background-size: 28px 28px;
	-moz-background-size: 28px 28px;
	background-size: 28px 28px;
	text-indent: 100%;
	white-space: nowrap;
}

.phone dd {
	color: #666;
	line-height: 1.2;
}

nav a,
nav strong {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	color: #333;
}

nav a:hover {
	text-decoration: none;
}

.nav-business {
	background-color: #e4f4f5;
}


/* CONTENT
------------------------- */

.section {
	clear: both;
	width: 100%;
}

.section .inner {
	text-align: justify;
}

.inner {
	display: block;
	overflow: hidden;
}


/* FOOTER
------------------------- */

#pagetop {
	display: block;
	position: relative;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/btn-pagetop-bg.png) center bottom no-repeat;
	line-height: 1;
}

#pagetop:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/btn-pagetop.png) center bottom no-repeat;
}

.contact-column .fax,
.contact-tel .fax {
	display: block;
	font-weight: 700;
	font-family: 'Roboto';
}

#footer-id dt {
	display: block;
	overflow: hidden;
	background: url(../img/id.png) 0 0 no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}

#footer-id dd {
	color: #333;
	line-height: 1.4;
}

.copyright {
	color: #999;
}



/* HOME
------------------------- */

#mv {
	width: 100%;
}

.main-column {
	background-color: #e7f9fa;
}

.lead {
	background-color: #c9f2f4;
}

.lead h3 {
	text-align: center;
}

.lead h3 span {
	display: inline-block;
	background: url(../img/top/bg-line-dot.png) center bottom repeat-x;
	line-height: 1.2;
}

.box {
	background: url(../img/top/bg-stripe.png) center bottom repeat-x;
}

.box h4 {
	font-weight: bold;
}

.box p {
	text-align: justify;
}

.advantage-box {
	background-color: #aee9eb;
}

.day-box {
	background-color: #fde87e;
}

.job-box {
	background-color: #f9d5df;
}

.btn-detail {
	width: 200px;
	height: 40px;
	margin: 0 auto;
	line-height: 42px;
}

.btn-detail:hover {
	-webkit-opacity: .75;
	-moz-opacity: .75;
	opacity: .75;
}

.btn-detail:after {
	display: inline-block;
	content: "";
	width: 7px;
	height: 16px;
	margin-left: 12px;
	background: url(../img/ico-arrow.png) 0 2px no-repeat;
	-webkit-background-size: 7px 9px;
	-moz-background-size: 7px 9px;
	background-size: 7px 9px;
	vertical-align: text-bottom;
}

.advantage-box a.btn {
	-webkit-box-shadow: 0 3px #92d3d7;
	-moz-box-shadow: 0 3px #92d3d7;
	box-shadow: 0 3px #92d3d7;
}

.day-box .btn {
	-webkit-box-shadow: 0 3px #e8d263;
	-moz-box-shadow: 0 3px #e8d263;
	box-shadow: 0 3px #e8d263;
}

.job-box .btn {
	-webkit-box-shadow: 0 3px #edbfcb;
	-moz-box-shadow: 0 3px #edbfcb;
	box-shadow: 0 3px #edbfcb;
}

.news-column dt {
	color: #888;
}

.news-column dd {
	border-bottom: 1px dotted #ddd;
}

.tit-sub:after {
	display: block;
	color: #f3bd00;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Roboto';
	letter-spacing: 0.1em;
}

#btn-fb {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #ddd;
	color: #596da6;
	font-weight: 700;
	font-family: 'Roboto';
	text-align: center;
}

#btn-fb:hover {
	border-color: #b2c0ea;
	text-decoration: none;
}

#btn-fb:before {
	display: inline-block;
	content: "";
	margin-right: 5px;
	background: url(../img/top/ico-fb.png) 0 0 no-repeat;
	vertical-align: baseline;
}

.map-column {
	background-color: #f0ede6;
}

.contact-column {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #efeae3;
	background-color: #f7f2eb;
}

.fb-like {
	display: inline-block;
}

.idx-section h3 {
	position: relative;
}

.idx-section h3:after {
	display: block;
	color: #f3bd00;
	font-weight: 700;
	font-family: 'Roboto';
	letter-spacing: 0.1em;
}

.news-column h3:after {
	content: "NEWS";
}

.contact-column h3:after {
	content: "CONTACT";
}


/* Level 2
------------------------- */

.page-tit {
	background: #00999e url(../img/bg-tit.jpg) center top repeat-y;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	color: #fff;
	letter-spacing: 2px;
}

.page-tit .inner:after {
	color: #fde87e;
	font-weight: 700;
	font-family: 'Roboto';
	letter-spacing: 0.1em;
}

#h1-advantage:after {content: "ADVANTAGE";}
#h1-typicalDay:after {content: "A TYPICAL DAY";}
#h1-jobs:after {content: "JOBS";}
#h1-company:after {content: "COMPANY INFO";}
#h1-access:after {content: "ACCESS";}
#h1-contact:after {content: "CONTACT";}
#h1-business:after {content: "FOR BUSINESS";}
#h1-outsourcing:after {content: "OUTSOURCING";}
#h1-privacy:after {content: "PRIVACY POLICY";}

.breadcrumbs ul {
	overflow: hidden;
	margin: 0 auto;
}

.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs li:nth-child(n + 2):before {
	display: inline-block;
	content: "＞";
	color: #888;
	-webkit-transform: scale(0.5,0.8);
	transform: scale(0.5,0.8);
}

.home {
	padding-left: 15px;
	background: url(../img/bg-ico-home.png) 0 40% no-repeat;
	-webkit-background-size: 10px 12px;
	-moz-background-size: 10px 12px;
	background-size: 10px 12px;
}

.general {
	background-color: #e7f9fa;
}

.general p {
	margin-bottom: 1em;
}

.general p:last-child {
	margin-bottom: 0;
}

.contrast {
	background-color: #d2f4f6;
}

.summary {
	background-color: #e7f9fa;
}

.guide {
	background-color: #fff;
}

.guide p {
	text-align: center;
}

.tit02,
.tit03 {
	line-height: 1.6;
}

.tit02 {
	color: #00999e;
}

.table-style {

}

.table-style dt {
	font-weight: bold;
}

.table-style dd {

}

/* ADVANTAGE
-------------------- */

.point-module01 {
	background-color: #d2f4f6;
}

.point-module02 {
	background-color: #fff;
}

.point-module03 {
	background-color: #e7f9fa;
}

.point h2 {
	color: #00999e;
	font-weight: bold;
}

.point span {
	display: inline-block;
	background: url(../img/advantage/bg-point.png) 0 50% no-repeat;
	color: #f3bd00;
	font-weight: 700;
	font-family: 'Roboto';
}

.point em {
	display: inline-block;
	vertical-align: text-bottom;
}

.chk-point li {
	background: url(../img/bg-chk.svg) 0 5px no-repeat;
}

#wlb .inner {
	background-image: url(../img/advantage/img-point03.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.point-module03 p {
	margin-bottom: 0.6em;
}

.voice {
	background-color: #fbe6ec;
}

.voice h2 {
	display: table;
	color: #e27795;
	font-weight: bold;
}

.staff {
	display: block;
	width: 80px;
	height: 80px;
}

/* TYPICAL DAY
-------------------- */

.typicalDay {
	background-color: #e7f9fa;
}

.typicalDay li {
	display: block;
}

.typicalDay li strong {
	color: #00999e;
	display: block;
}

.typicalDay strong span,
.kidsroom dt {
	color: #00999e;
	font-weight: 700;
	font-family: 'Roboto';
}

.typicalDay strong span,
.kidsroom dd strong {
	color: #00999e;
	font-weight: bold;
}
.kidsroom .inner {
	position: relative;
}

.kidsroom h2 {
	color: #785245;
	font-weight: bold;
	text-align: center;
}

.kidsroom h2:after {
	display: block;
	content: "KIDS ROOM";
	padding-top: 10px;
	color: #f3bd00;
	font-weight: 700;
	font-family: 'Roboto';
	letter-spacing: 0.1em;
}

.kidsroom {
	background-color: #fff1a6;
	background-image:
		url(../img/advantage/bg-flag.png),
		url(../img/advantage/bg-kidsroom.png);
	background-position:
		center top,
		0 0;
	background-repeat:
		no-repeat,
		repeat;
}

.kidsroom .afternoon:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	background: url(../img/advantage/img-mama.png) 0 0 no-repeat;
}

.kidsroom dd strong {
	display: block;
}

.morning {
	background-image: url(../img/advantage/img-kids01.jpg);
}

.afternoon {
	background-image: url(../img/advantage/img-kids02.jpg);
}


/* COMPANY
-------------------- */

.top-message {
}

#sign {
	text-align: right;
}

#sign img {
	padding-bottom: 5px;
	vertical-align: middle;
}

.company-info {
}

.history {
}

.media {
}


/* CONTACT
-------------------- */

.form-wrapper {
	border: 1px solid #ddd;
	background-color: #fff;
}

.error-msg,
.error-list,
.error {
	color: #b91c47;
}

.error-msg {
	font-weight: bold;
}

.error-list li {
	list-style: disc;
}

.form-wrapper input[type="radio"],
.form-wrapper input[type="checkbox"] {
	vertical-align: text-bottom;
}

.input-short,
.input-middle,
.input-wide {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.required {
	display: inline-block;
	margin-left: 0.8em;
	padding: 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #b91c47;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.1;
	vertical-align: text-bottom;
}

.error {
	display: block;
	padding-top: 0.5em;
	line-height: 1.1;
}

#privacy-agreement {
	border-bottom: 1px dotted #ccc;
	text-align: center;
}


/* ACCESS
-------------------- */

.company-address {
	display: block;
	margin-bottom: 1em;
}


/* PRIVACY
-------------------- */

.privacy-policy p {
	border-bottom: 1px dotted #ccc;
}

.clerk {
	background-color: #d2f4f6;
}


/* JOBS
-------------------- */

.job-section {
	border: 1px solid #ddd;
	background-color: #fff;
}

.job-section .hgroup {
	background-color: #fdeef2;
}

.job-section h3 {

}

.job-section h4 {

}

.job-section p {

}

.job-section dt {
	clear: left;
	float: left;
	width: 9em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fef2b8;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.job-section .company-outline dt {
	background-color: #eee;
}
.job-section dd {
	margin-bottom: 0.8em;
	padding: 2px 0 0.7em 10em;
	border-bottom: 1px dotted #ccc;
}

.job-section dd:last-child {
	margin-bottom: 0;
}

/* JOB DETAIL
-------------------- */

.job-section .tit03 {
	clear: both;
	padding-top: 0.5em;
	color: #00999e;
}

.job-section .notes {
	padding: 0;
	text-indent: 0;
}

.flow .tit03 {
	color: #00999e;
}

.flow .tit03 span {
	display: block;
}

.flow ol li {
	position: relative;
	margin-bottom: 2em;
	padding: 0.6em 1em 1em 3.5em;
	border: 1px solid #ddd;
}

.flow ol li:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 3px solid #00999e;
	border-bottom: 3px solid #00999e;
}

.flow ol li:last-child:after {
	display: none;
}

.flow ol strong {
	display: block;
	text-indent: -2em;
}

.flow ol strong span {
	color: #f3bd00;
	font-weight: 700;
	font-family: 'Roboto';
}

.flow ol em {
	font-weight: bold;
}

/* BUSINESS
-------------------- */

.reason .inner {
	background-image: url(../img/business/img-reason.jpg);
	background-repeat: no-repeat;
}

.reason h3,
.merit h3 {
	margin-bottom: 0.4em;
	background: url(../img/bg-chk.svg) 0 45% no-repeat;
	color: #00999e;
}

.reason p,
.merit p,
.petit p {
	margin-bottom: 1.5em;
}

.reason p:last-child,
.merit p:last-child {
	margin-bottom: 0;
}

.service-info .tit02 span {
	position: relative;
	color: #f3bd00;
	font-weight: 700;
	font-family: 'Roboto';
}

.service-info .tit02 span:before {
	content: "SERVICE";
	position: absolute;
}

.service-info dt {
	font-weight: bold;
}

.service-info dt span,
.exsample li span {
	padding-right: 0.2em;
	color: #f0b1c2;
}

.service-info dt {
	font-weight: bold;
}

.service-info dd {
	margin-bottom: 0.8em;
}

.outsourcing {
	background-color: #fff;
}

.workspace ul {
	padding-bottom: 0.4em;
}

.workspace li {
	list-style-type: disc;
	margin-bottom: 0.2em;
	margin-left: 2.5em;
}

/* OUTSOURCING
-------------------- */

.exsample li {
	margin-bottom: 0.2em;
}

.exsample li:last-child {
	margin-bottom: 0;
}

.petit li {
	list-style-type: disc;
	margin: 0 0 0.6em 1.8em;
}


/* ----------------------------------------------
SP
---------------------------------------------- */

@media screen and (max-width: 767px) {

	/* GENERAL
	-------------------- */
	body {
		font-size: 14px;
	}

	header {
		position: relative;
		width: 100%;
		height: 45px;
	}
	header .inner {
		padding: 0;
	}
	#site-id {
		width: 112px;
		height: 29px;
		margin: 10px 3px 0 15px;
		-webkit-background-size: 112px 29px;
		-moz-background-size: 112px 29px;
		background-size: 112px 29px;
	}
	.tagline {
		margin-top: 12px;
		font-size: 9px;
		line-height: 1.3;
	}
	.contact-module {
		display: none;
	}
	.btn-mail {
		width: 230px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
	.btn-mail:before {
		display: inline-block;
		content: "";
		width: 21px;
		height: 20px;
		margin-right: 0.3em;
		background: url(../img/ico-mail.png) 0 0 no-repeat;
		-webkit-background-size: 21px 17px;
		-moz-background-size: 21px 17px;
		background-size: 21px 17px;
		vertical-align: middle;
	}
	#gNav {
		display: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		top: 45px;
		left: 0;
		z-index: 999;
		width: 100%;
		border: 5px solid #00999e;
		background: #fff;
	}
	#gNav a,
	#gNav strong {
		display: block;
		position: relative;
		padding: 16px 25px 15px;
		border-bottom: 1px solid #ddd;
		line-height: 1.3;
	}
	#gNav .current {
		font-weight: bold;
	}
	#gNav a:before,
	#gNav strong:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 25px;
		width: 7px;
		height: 9px;
		margin-top: -5px;
		background: url(../img/ico-arrow.png) 0 0 no-repeat;
		-webkit-background-size: 7px 9px;
		-moz-background-size: 7px 9px;
		background-size: 7px 9px;
	}
	#gNavBtn {
		display: block;
		float: right;
		width: 45px;
		height: 45px;
		background-color: #00999e;
		color: #fff;
		font-weight: 700;
		font-size: 9px;
		font-family: 'Roboto';
		line-height: 1;
		text-align: center;
    }
    #gNavBtn:hover {
		text-decoration: none;
	}
    #gNavBtn span {
		display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 26px;
		height: 14px;
		margin: 10px auto 4px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		text-align: center;
	}
	#gNavBtn span:after {
		display: block;
		content: "";
		height: 4px;
		border-bottom: 2px solid #fff;
	}

	/* General Classes ----- */

	a.btn-strong {
		width: 280px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
	.job-section a.btn-strong {
		width: 258px;
	}
	.form-btn-wrapper {
		margin-top: 15px;
	}
	.form-btn {
		width: 230px;
		height: 40px;
		margin: 0 auto;
		font-size: 16px;
		line-height: 40px;
	}

	.inner {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 15px;
	}

	.clm2-module01 {
		margin-bottom: 25px;
	}

	.clm3-module01 {
	}

	/* Contact ----- */

	.contact-column {
		padding: 20px 15px 0;
	}
	.contact-column .inner {
		text-align: center;
	}
	.contact-column .tit-sub {
		letter-spacing: -1px;
	}
	.contact-msg {
		margin-bottom: 10px;
	}
	.contact-column .phone {
		display: inline-block;
		position: relative;
		margin-bottom: 1.5em;
		font-size: 12px;
		line-height: 1.2;
	}
	.contact-column .phone dt {
		position: absolute;
		top: -1px;
		left: 0;
	}
	.contact-column .phone dd {
		display: inline-block;
		margin-bottom: 3px;
		padding-left: 33px;
	}
	.contact-column .tel {
		font-size: 22px;
	}
	.contact-column .fax {
		margin: 3px 0 4px;
		font-size: 13px;
	}
	.contact-column .fax-num {
		font-size: 16px;
	}
	.address {
		display: block;
		margin: 0 -4px;
		font-size: 13px;
	}
	.contact-column .btn-mail {
		margin: 15px auto;
		-webkit-box-shadow: 0 3px #dfd6c9;
		-moz-box-shadow: 0 3px #dfd6c9;
		box-shadow: 0 3px #dfd6c9;
	}
	#pagetop {
		margin: 0 auto;
		width: 80px;
		height: 70px;
		-webkit-background-size: 80px 4px;
		-moz-background-size: 80px 4px;
		background-size: 80px 4px;
	}
	#pagetop:before {
		width: 80px;
		height: 70px;
		-webkit-background-size: 80px 69px;
		-moz-background-size: 80px 69px;
		background-size: 80px 69px;
	}

	/* Footer ----- */

	footer .inner {
		padding-bottom: 10px;
	}
	.footer-nav ul {
		margin: 0 -15px 15px;
	}
	.footer-nav li {
		display: block;
	}
	.footer-nav a,
	.footer-nav strong {
		display: block;
		position: relative;
		padding: 16px 15px 15px 28px;
		border-bottom: 1px solid #ddd;
		color: #333;
		line-height: 1.3;
	}
	.footer-nav .link {
		background-position: 15px 50%;
	}
	.fb-like {
		display: table !important;
		margin: 0 auto 20px;
	}
	#footer-id dt {
		width: 112px;
		height: 29px;
		margin: 0 auto 6px;
		-webkit-background-size: 112px 29px;
		-moz-background-size: 112px 29px;
		background-size: 112px 29px;
	}
	#footer-id dd {
		margin-bottom: 15px;
		font-size: 10px;
		text-align: center;
	}
	.copyright {
		font-size: 10px;
		text-align: center;
	}


	/* HOME
	-------------------- */
	#mv span {
		display: none;
	}
	#mv img {
		width: 100%;
		height: auto;
	}

	.lead {
		padding: 15px 0 90px;
	 	margin-bottom: -65px;
		background-image:
			url(../img/top/sp-bg-lead-img01.png),
			url(../img/top/sp-bg-lead-img02.png),
			url(../img/top/bg-lead.png);
		background-position:
			3% 27px,
			96% 206px,
			left bottom;
		background-repeat:
			no-repeat,
			no-repeat,
			repeat-x;
		-webkit-background-size:
			84px 69px,
			79px 84px,
			auto auto;
		-moz-background-size:
			84px 69px,
			79px 84px,
			auto auto;
		background-size:
			84px 69px,
			79px 84px,
			auto auto;
	}
	.lead h3 {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.lead h3 span {
		margin-bottom: 5px;
		padding: 4px 1px;
		-webkit-background-size: 40px 2px;
		-moz-background-size: 40px 2px;
		background-size: 40px 2px;
	}
	.lead-txt {
		font-size: 15px;
		line-height: 1.7;
		text-align: justify;
	}
	.box {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 10px;
		padding: 25px 15px 18px;
	}
	.job-box {
		margin-bottom: 20px;
	}
	.box img {
		float: left;
		width: 115px;
		height: 115px;
	}
	.box h4 {
		margin-bottom: 8px;
		font-size: 17px;
	}
	.box p {
		overflow: hidden;
		margin-bottom: 12px;
	}
	.btn-detail {
		clear: both;
		font-size: 15px;
	}

	/* NEWS */

	.news-column .inner {
		padding: 20px 15px;
	}
	.news-column dl {
		overflow: hidden;
		margin-bottom: 0.3em;
		padding-top: 0.7em;
		border-top: 1px dotted #ddd;
	}
	.news-column dt {
	}
	.news-column dd {
		padding-bottom: 0.6em;
		margin-bottom: 0.7em;
		text-align: justify;
	}
	.tit-sub {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 1.3;
		text-align: center;
	}
	.tit-sub:after {
		font-size: 10px;
	}
	#btn-fb {
		width: 160px;
		height: 35px;
		margin: 0 auto;
		border-width: 1px;
		font-size: 13px;
		line-height: 36px;
	}
	#btn-fb:before {
		width: 14px;
		height: 14px;
		margin-bottom: -2px;
		-webkit-background-size: 14px 14px;
		-moz-background-size: 14px 14px;
		background-size: 14px 14px;
	}

	/* MAP */

	#map-sp {
		width: 100%;
		height: 240px;
	}
	#map-pc {
		display: none;
	}

	/* Level 2
	-------------------- */
	.page-tit {
		position: relative;
		height: 60px;
		font-size: 22px;
		line-height: 55px;
		text-align: center;
	}
	.page-tit .inner:after {
		display: block;
		position: absolute;
		bottom: 8px;
		right: 0;
		left: 0;
		font-size: 10px;
		line-height: 1.2;
	}
	.breadcrumbs {
		padding: 6px 0 4px;
		line-height: 1.4;
	}
	.breadcrumbs ul {
		overflow: hidden;
		margin: 0 auto;
		padding: 0 15px;
		font-size: 10px;
	}
	.breadcrumbs li:nth-child(n + 2):before {
		margin: 0 1px;
	}

	.tit02 {
		margin-bottom: 15px;
		font-size: 18px;
		text-align: center;
		line-height: 1.4;
	}
	.tit03 {
		margin-bottom: 15px;
		font-size: 16px;
		text-align: center;
		line-height: 1.4;
	}
	.tit02 span,
	.tit03 span {
		display: block;
	}

	.general {
		padding: 20px 0;
	}
	.summary {
		padding: 20px 0;
		font-size: 15px;
	}
	.tit-img {
		display: none;
	}
	.guide {
		padding: 15px 0 20px;
	}
	.guide p {
		margin-bottom: 0.5em;
	}

	.table-style {
		padding-top: 0.7em;
 		border-top: 1px dotted #ccc;
	}
	.table-style dt {
	}
	.table-style dd {
		margin-bottom: 0.7em;
		padding-bottom: 0.6em;
		border-bottom: 1px dotted #ccc;
	}
	.table-style dd:last-child {
		margin-bottom: 0.5em;
	}

	/* ADVANTAGE
	-------------------- */
	.point .inner {
		padding: 20px 15px;
	}
	.point h2 {
		margin-bottom: 20px;
		font-size: 18px;
		text-align: center;
	}
	.point span {
		display: block;
		margin-bottom: 5px;
		background-image: none;
		font-size: 34px;
	}
	.chk-point li {
		margin-bottom: 0.8em;
		padding-left: 20px;
		background-position: 0 3px;
		-webkit-background-size: 16px 13px;
		-moz-background-size: 16px 13px;
		background-size: 16px 13px;
	}
	.chk-point li:last-child {
		margin-bottom: 0;
	}
	#wlb .inner {
		padding-bottom: 220px;
		background-position: center bottom;
		-webkit-background-size: 282px 210px;
		-moz-background-size: 282px 210px;
		background-size: 282px 210px;
	}
	.point .clm2-module01:last-child {
		margin-bottom: 0;
	}
	.point-module03 ul {
		margin: 0 0 0.6em 2em;
		font-style: italic;
		text-indent: -1em;
	}
	.point-module03 li {
		margin-bottom: 0.6em;
	}
	.point .link {
		display: table;
		margin: 20px auto 0;
	}
	.voice .inner {
		margin-bottom: -0.4em;
		padding: 20px 15px 0;
	}
	.voice h2 {
		margin: 0 auto 15px;
		text-align: center;
	}
	.voice h2 span {
		display: inline-block;
		padding: 0 2px 4px;
		margin-bottom: 8px;
		background: url(../img/advantage/bg-line-dot.png) center bottom repeat-x;
		-webkit-background-size: 25px 2px;
		-moz-background-size: 25px 2px;
		background-size: 25px 2px;
		font-size: 18px;
	}
	.voice h3 {
		margin-bottom: 15px;
		font-size: 16px;
		text-align: center;
		line-height: 1.5;
	}
	.voice h3 span {
		display: block;
		font-weight: normal;
		font-size: 11px;
	}
	.staff {
		margin: 0 auto 10px;
	}
	.voice p {
		margin-bottom: 1em;
	}

	/* TYPICAL DAY
	-------------------- */
	.typicalDay h2 {
		position: relative;
		max-width: 480px;
		margin: 0 auto 20px;
		padding: 0.7em 0.2em;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-color: #fde87e;
		font-size: 16px;
		text-align: center;
	}
	.typicalDay h2:after {
		display: block;
		content: "";
		position: absolute;
		bottom: -5px;
		left: 50%;
		width: 10px;
		height: 10px;
		margin-left: -5px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		background-color: #fde87e;
	}
	.day01 {
		background: url(../img/advantage/img-walk.png) right 140px no-repeat;
		-webkit-background-size: 100px 127px;
		-moz-background-size: 100px 127px;
		background-size: 100px 127px;
	}

	.day02 {
		background: url(../img/advantage/time-bento.png) right 145px no-repeat;
		-webkit-background-size: 90px 78px;
		-moz-background-size: 90px 78px;
		background-size: 90px 78px;
	}
	.typicalDay li {
		margin-bottom: 1em;
	}
	.typicalDay strong {
		padding-left: 45px;
		font-size: 16px;
	}

	.typicalDay strong span {
		display: block;
		font-size: 21px;
		line-height: 1.1;
	}
	.time-0600 {background: url(../img/advantage/time-0600.png) left top no-repeat;}
	.time-0700 {background: url(../img/advantage/time-0700.png) left top no-repeat;}
	.time-0800 {background: url(../img/advantage/time-0800.png) left top no-repeat;}
	.time-0900 {background: url(../img/advantage/time-0900.png) left top no-repeat;}
	.time-0945 {background: url(../img/advantage/time-0945.png) left top no-repeat;}
	.time-1400 {background: url(../img/advantage/time-1400.png) left top no-repeat;}
	.time-1500 {background: url(../img/advantage/time-1500.png) left top no-repeat;}
	.img-job {
		display: block;
		width: 220px;
		height: 162px;
		margin: 0 auto -15px;
		padding-left: 20px;
	}
	.img-cafe {
		display: block;
		width: 200px;
		height: 100px;
		margin: 0 auto;
		padding-left: 15px;
	}

	.kidsroom {
		-webkit-background-size:
			606px 43px,
			64px 64px;
		-moz-background-size:
			606px 43px,
			64px 64px;
		background-size:
			606px 43px,
			64px 64px;
	}
	.kidsroom .inner {
		padding: 45px 15px 15px;
	}
	.kidsroom h2 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.kidsroom h2:after {
		padding-top: 5px;
		font-size: 10px;
	}
	.kidsroom .morning {
		padding-bottom: 122px;
		background-position: center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: 235px 122px;
		-moz-background-size: 235px 122px;
		background-size: 235px 122px;
	}
	.kidsroom .afternoon {
		padding-bottom: 155px;
		background-position: 85% bottom;
		background-repeat: no-repeat;
		-webkit-background-size: 155px 155px;
		-moz-background-size: 155px 155px;
		background-size: 155px 155px;
	}
	.kidsroom .afternoon:after {
		left: 6%;
		width: 120px;
		height: 140px;
		-webkit-background-size: 120px 140px;
		-moz-background-size: 120px 140px;
		background-size: 120px 140px;
	}
	.kidsroom dt {
		font-size: 21px;
		line-height: 1.1;
	}
	.kidsroom dd {
		margin-bottom: 1em;
	}
	.kidsroom dd strong {
		margin-bottom: 0.2em;
		font-size: 16px;
	}

	/* COMPANY
	-------------------- */
	.top-message .img-right {
		display: block;
		width: 115px;
		height: 140px;
		margin: 0 auto 15px;
	}
	#sign img {
		width: 90px;
		height: 28px;
	}
	.media-img {
		width: 280px;
		margin: 0 auto 20px;
	}
	.media-img div {
		margin-bottom: 5px;
		background-color: #fff;
	}
	.media-img dt {
		color: #888;
	}

	/* CONTACT
	-------------------- */
	.contact-tel .inner {
		text-align: center;
	}
	.contact-tel .phone {
		display: inline-block;
		position: relative;
		text-align: left;
	}
	.contact-tel .phone dt {
		position: absolute;
		top: -1px;
		left: 0;
	}
	.contact-tel .phone dd {
		display: inline-block;
		margin-bottom: 3px;
		padding-left: 33px;
		line-height: 1.6;
	}
	.contact-tel .tel {
		font-size: 28px;
		line-height: 1.1;
	}
	.contact-tel .fax {
		margin-bottom: 0.2em;;
		font-size: 13px;
	}
	.contact-tel .fax-num {
		font-size: 20px;
	}
	.contact-tel .notice {
		display: none;
	}

	.contact-form {

	}
	p.error-msg {
		margin-bottom: 1.5em;
	}
	.error-list {
		margin: 0 0 10px 15px;
	}
	.form-wrapper {
		padding: 25px 15px;
	}
	.contact-form .table-style dt {
		margin-bottom: 4px;
	}
	.contact-form .table-style dd:last-child {
		margin-bottom: 0;
	}
	.input-short {
		width: 100px;
	}
	.input-middle {
		width: 258px;
	}
	.input-wide {
		width: 258px;
	}
	.error {
		font-size: 13px;
	}
	#privacy-agreement {
		padding: 0.6em 0;
		margin-bottom: 20px;
	}
	.inline {
		display: block;
		margin-bottom: 10px;
	}
	.error-page .form-btn-wrapper {
		margin-bottom: 30px;
	}
	.error-page .form-btn-wrapper span {
		display: block;
	}

	/* ACCESS
	-------------------- */
	.access-map {
		padding: 0 0 20px;
	}
	#googlemap-pc {
		display: none;
	}
	#googlemap-sp {
		width: 100%;
		height: 300px;
		margin-bottom: 5px;
	}
	.jump-googlemap {
		margin-bottom: 15px !important;
		text-align: right;
	}
	.img-office {
		display: block;
		width: 290px;
		height: 290px;
		margin: 0 auto 20px;
	}
	.biz-info {
		margin-bottom: 20px;
		padding-top: 0.7em;
		border-top: 1px dotted #ccc;
	}
	.biz-info dt {
		position: relative;
		clear: left;
		float: left;
		width: 6em;
	}
	.biz-info dt:after {
		display: inline-block;
		content: "：";
		position: absolute;
		top: 0;
		right: 0;
	}
	.biz-info dd {
		margin-bottom: 0.7em;
		padding: 0 0 0.6em 6.5em;
		border-bottom: 1px dotted #ccc;
	}
	.access-info dt {
		font-weight: bold;
	}
	.access-info dd {
		margin-bottom: 0.6em;
	}

	/* PRIVACY
	-------------------- */
	.privacy-policy p {
		padding-bottom: 1em;
		margin-bottom: 1em;
	}
	.clerk {
		padding: 15px;
	}
	.clerk h4 {
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 15px;
	}

	/* JOBS
	-------------------- */
	.job-section {
		margin-bottom: 10px;
		padding: 0 15px 15px;
	}
	.job-section .hgroup {
		margin: 0 -15px 10px;
		padding: 15px 15px 12px;
	}
	.job-section h3 {
		margin-bottom: 0.4em;
		font-size: 16px;
		line-height: 1.2;
	}
	.job-section h4 {
		font-size: 13px;
	}
	.job-section p {
		margin-bottom: 0.6em;
	}
	.job-section dl {
		margin-bottom: 15px;
		padding-top: 0.5em;
		border-top: 1px dotted #ccc;
	}
	.job-section dt {
		width: 4em;
		margin-bottom: 2px;
		padding: 5px 8px 2px;
		font-size: 12px;
	}
	.job-section dd {
		margin-bottom: 0.5em;
		padding: 2px 0 0.3em 5em;
	}

	/* JOB DETAIL
	-------------------- */
	.job-txt {
		margin-bottom: 1em;
	}
	.job-img {
		display: block;
		width: 100%;
		min-width: 258px;
		max-width: 310px;
		margin: 0 auto 15px;
		padding-top: 5px;
	}
	.flow .tit03 span {
		font-size: 14px;
	}
	.flow ol strong {
		font-size: 16px;
	}
	.flow ol strong span {
		margin-right: 0.3em;
		font-size: 22px;
	}


	/* BUSINESS
	-------------------- */
	.reason .inner {
		padding-top: 20px;
		padding-bottom: 300px;
		-webkit-background-size: 260px 295px;
		-moz-background-size: 260px 295px;
		background-size: 260px 295px;
		background-position: center bottom;
	}
	.reason h3,
	.merit h3 {
		padding-left: 20px;
		-webkit-background-size: 16px 13px;
		-moz-background-size: 16px 13px;
		background-size: 16px 13px;
		font-size: 16px;
	}
	.reason p,
	.merit p {
		padding-left: 20px;
	}

	.service-info .tit02 {
		line-height: 1;
	}
	.service-info .tit02 span {
		display: block;
		margin-bottom: 5px;
		padding-top: 10px;
		font-size: 34px;
	}
	.service-info .tit02 span:before {
		top: 1px;
		left: 0;
		right: 0;
		font-size: 10px;
	}
	.service-info .tit02 em {
		display: block;
	}
	.fig01,
	.fig02 {
		display: block;
		width: 80%;
		max-width: 290px;
		margin: 0 auto;
	}
	.fig01 {
		margin-top: 20px;
	}

	.workspace p:last-child {
		margin-bottom: 0.8em;
	}

	.img-workspace {
		display: block;
		width: 290px;
		height: 218px;
		margin: 20px auto;
	}

	/* OUTSOURCING
	-------------------- */
}


/* ----------------------------------------------
PC
---------------------------------------------- */

@media screen and (min-width: 768px), print {

	/* GENERAL
	-------------------- */
	a[href^="tel:"] {
		cursor: default;
	}
	img[src*=".svg"] {
		width: 100%\9;	/* for IE9 */
	}

	.wrapper {
		padding-top: 170px;
	}
	header {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
		height: 170px;
		padding: 24px 0 0;
	}
	#site-id {
		margin: 11px 10px 31px;
		-webkit-background-size: 224px 58px;
		-moz-background-size: 224px 58px;
		background-size: 224px 58px;
	}
	.tagline {
		margin-top: 24px;
		font-size: 12px;
		line-height: 1.4;
	}
	.contact-module {
		float: right;
		width: 206px;
	}
	.phone dt {
		float: left;
	}
	.phone dd {
		margin-bottom: 8px;
		padding-left: 36px;
		font-size: 12px;
	}
	.phone .tel {
		display: block;
		margin-bottom: -1px;
		font-size: 24px;
		letter-spacing: 1px;
	}
	.btn-mail {
		width: 100%;
		height: 26px;
		font-size: 14px;
		line-height: 27px;
	}
	.btn-mail:before {
		display: inline-block;
		content: "";
		width: 17px;
		height: 17px;
		margin-right: 0.3em;
		background: url(../img/ico-mail.png) 0 0 no-repeat;
		-webkit-background-size: 17px 14px;
		-moz-background-size: 17px 14px;
		background-size: 17px 14px;
		vertical-align: middle;
	}

	nav {
		display: block !important;
		clear: both;
	}
	nav ul {
		height: 46px;
		font-weight: bold;
		font-size: 15px;
	}
	nav li {
		display: block;
		float: left;
		width: 162px;
		height: 46px;
		border-left: 1px dotted #ccc;
	}
	nav a,
	nav strong {
		position: relative;
		padding: 4px 0 0;
		text-align: center;
	}
	nav a:hover,
	nav a:visited {
		color: #333;
	}
	.nav-contact {
		display: none;
	}
	nav li:nth-child(-n+5) a:before,
	nav li:nth-child(-n+5) strong:before {	/*最初の5件に適用*/
		display: block;
		position: absolute;
		top: 24px;
		right: 0;
		left: 0;
		color: #f3bd00;
		font-weight: 700;
		font-size: 10px;
		font-family: 'Roboto';
		letter-spacing: 0.1em;
	}
	.nav-home a:before,
	.nav-home strong:before {
		content: "HOME";
	}
	.nav-adv a:before,
	.nav-adv strong:before {
		content: "ADVANTAGE";
	}
	.nav-jobs a:before,
	.nav-jobs strong:before {
		content: "JOBS";
	}
	.nav-comp a:before,
	.nav-comp strong:before {
		content: "COMPANY";
	}
	.nav-aces a:before,
	.nav-aces strong:before {
		content: "ACCESS";
	}
	.nav-business {
		width: 164px;
		line-height: 40px;
	}
	.nav-business a:hover,
	.nav-business strong,
	.nav-business .current {
		background-color: #92d3d7;
	}
	nav li:nth-child(-n+5) a:hover:after,
	nav li:nth-child(-n+5) a.current:after,
	nav li:nth-child(-n+5) strong:after {
		display: block;
		position: absolute;
		bottom: 0;
		content: "";
		left: 15px;
		right: 15px;
		height: 3px;
		background-color: #00999e;
		text-align: center;
	}
	#gNavBtn {
		display: none;
	}

	/* General Classes ----- */

	.section {
		min-width: 980px;
	}
	.inner{
		width: 980px;
		margin: 0 auto;
	}

	a.btn-strong {
		width: 280px;
		height: 46px;
		font-size: 18px;
		line-height: 48px;
	}
	.btn-strong:after {
		display: inline-block;
		content: "";
		width: 7px;
		height: 12px;
		margin-left: 10px;
		background: url(../img/ico-arrow-white.png) 0 0 no-repeat;
		-webkit-background-size: 7px 9px;
		-moz-background-size: 7px 9px;
		background-size: 7px 9px;
		vertical-align: middle;
	}
	.form-btn-wrapper {
		margin-top: 25px;
	}
	.form-btn {
		display: inline-block;
		width: 280px;
		height: 46px;
		margin: 0 20px;
		font-size: 18px;
		line-height: 45px;
	}

	.clm2 {
		overflow: hidden;
		margin: 0 -40px;
	}
	.clm2-module01 {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		width: 530px;
		padding: 0 40px;
	}

	.clm3 {
		overflow: hidden;
		margin: 0 -35px;
	}
	.clm3-module01,
	.clm3-module02 {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		padding: 0 35px;
	}
	.clm3-module01 {
		width: 350px;
	}
	.clm3-module02 {
		width: 700px;
	}

	/* Contact ----- */

	.contact-column .inner {
		position: relative;
		padding: 55px 0;
	}
	.contact-msg {
		font-size: 13px;
	}
	.contact-column .phone {
		margin-bottom: 1.5em;
	}
	.contact-column .tel {
		font-size: 26px;
	}
	.contact-column .fax {
		margin-bottom: 4px;
	}
	.contact-column .fax-num {
		font-size: 20px;
	}
	.contact-column .btn-mail {
		height: 46px;
		-webkit-box-shadow: 0 3px #dfd6c9;
		-moz-box-shadow: 0 3px #dfd6c9;
		box-shadow: 0 3px #dfd6c9;
		font-size: 18px;
		line-height: 48px;
	}
	.contact-column .btn-mail:before {
		width: 21px;
		height: 21px;
		margin-right: 0.3em;
		background: url(../img/ico-mail.png) 0 0 no-repeat;
		-webkit-background-size: 21px 17px;
		-moz-background-size: 21px 17px;
		background-size: 21px 17px;
	}

	#pagetop {
		position: absolute;
		right: 0;
		bottom: -1px;
		width: 123px;
		height: 110px;
		-webkit-background-size: 123px 6px;
		-moz-background-size: 123px 6px;
		background-size: 123px 6px;
	}
	#pagetop:before {
		width: 123px;
		height: 110px;
		-webkit-background-size: 123px 105px;
		-moz-background-size: 123px 105px;
		background-size: 123px 105px;
	}
	#pagetop:hover:before {
		-webkit-animation: pagetopSwing .3s linear 0s 1;
		-moz-animation: pagetopSwing .3s linear 0s 1;
		animation: pagetopSwing .3s linear 0s 1;
	}

	/* Footer ----- */

	footer {
		padding-bottom: 30px;
	}
	.footer-nav {
		overflow: hidden;
		margin-bottom: 30px;
		padding: 20px 0;
		border-bottom: 1px solid #eee;
	}
	.footer-nav ul {
		float: left;
	}
	.footer-nav li {
		display: inline-block;
		margin-right: 40px;
	}
	.footer-nav li a {
		color: #333;
	}
	.footer-nav li .current {
		font-weight: bold;
	}
	.fb-like {
		float: right;
	}
	#footer-id {
		display: table;
		overflow: hidden;
		float: left;
	}
	#footer-id dt {
		clear: left;
		float: left;
		width: 157px;
		height: 40px;
		-webkit-background-size: 157px 40px;
		-moz-background-size: 157px 40px;
		background-size: 157px 40px;
	}
	#footer-id dd {
		margin-top: 0.2em;
		padding-left: 167px;
		font-size: 12px;
	}
	.copyright {
		float: right;
		margin-top: 1em;
		font-size: 11px;
	}

	/* HOME
	--------------- */
	#mv {
		overflow: hidden;
		min-width: 980px;
		max-width: 2000px;
		height: 570px;
		margin: 0 auto;
		background: url(../img/top/mv.jpg) center top no-repeat;
		text-indent: 100%;
		white-space: nowrap;
	}
	#mv img {
		display: none;
	}

	/* LEAD */

	.lead {
		margin-bottom: -130px;
		padding: 10px 0 130px;
		background-image:
			url(../img/top/bg-lead-img.png),
			url(../img/top/bg-lead.png);
		background-position:
			center top,
			left bottom;
		background-repeat:
			no-repeat,
			repeat-x;
	}
	.lead h3 {
		margin-bottom: 30px;
		font-size: 26px;
	}
	.lead h3 span {
		margin-bottom: 10px;
		padding: 6px 1px;
	}
	.lead-txt {
		margin-bottom: 50px;
		font-size: 16px;
		line-height: 1.9;
		text-align: center;
	}
	.lead-txt span {
		display: block;
	}

	.box {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 280px;
		margin-bottom: 50px;
		padding: 20px 40px 37px;
	}
	.box {
		float: left;
		text-align: center;
	}
	.box img {
		width: 230px;
		height: 230px;
		margin: 0 -15px 10px;
	}
	.box a:hover img {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		-webkit-animation: boxImg .3s ease 0s 1;
		-moz-animation: boxImg .3s ease 0s 1;
		animation: boxImg .3s ease 0s 1;
	}
	.box h4 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.box p {
		margin-bottom: 17px;
	}
	.advantage-box {
		margin: 30px 70px 0 0;
	}
	.day-box {
		margin-right: 70px;
	}
	.job-box {
		margin-top: 30px;
	}
	.btn-detail {
		font-size: 16px;
	}

	/* NEWS */

	.news-column .inner {
		position: relative;
		padding: 60px 0 50px;
	}
	.news-column .clm3-module02 {
		width: 700px;
	}
	.news-column dl {
		overflow: hidden;
		margin-bottom: -0.9em;
	}
	.news-column dt {
		clear: left;
		float: left;
		width: 7em;
	}
	.news-column dd {
		padding: 0 0 0.8em 8em;
		margin-bottom: 0.9em;
	}
	.tit-sub {
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 1.5;
	}
	.tit-sub:after {
		font-size: 12px;
	}
	.tit-sub span {
		display: block;
	}
	#btn-fb {
		position: absolute;
		top: 165px;
		left: 0;
		width: 210px;
		height: 64px;
		font-size: 16px;
		line-height: 64px;
	}
	#btn-fb:before {
		width: 28px;
		height: 28px;
		margin-bottom: -7px;
	}

	/* MAP */

	#map-sp {
		display: none;
	}
	#map-pc {
		width: 100%;
		height: 420px;
	}

	/* Level 2
	-------------------- */
	.page-tit {
		min-width: 980px;
		font-size: 34px;
		height: 140px;
		line-height: 140px;
	}
	.page-tit .inner:after {
		display: inline-block;
		height: 20px;
		margin-left: 50px;
		padding-bottom: 10px;
		font-size: 14px;
		line-height: 20px;
		vertical-align: text-bottom;
	}

	.breadcrumbs {
		padding: 10px 0;
		line-height: 1.3;
	}
	.breadcrumbs ul {
		width: 980px;
		font-size: 13px;
	}
	.breadcrumbs li:nth-child(n + 2):before {
		margin: 0 5px;
	}

	.tit02 {
		margin-bottom: 30px;
		font-size: 26px;
	}
	.tit03 {
		margin-bottom: 20px;
		font-size: 22px;
	}

	.general {
		padding: 40px 0 50px;
	}

	.summary {
		padding: 50px 0;
		font-size: 16px;
		line-height: 1.9;
	}
	.summary span {
		display: block;
	}
	.summary .inner {
		overflow: visible;
		position: relative;
	}
	.tit-img {
		position: absolute;
		top: -204px;
		right: 5px;
		width: auto;
		height: auto;
	}
	.guide {
		padding: 40px 0 50px;
	}
	.guide p {
		margin-bottom: 1.2em;
		font-size: 16px;
		line-height: 1.9;
	}

	.table-style {

	}
	.table-style dt {
		clear: left;
		float: left;
		width: 7em;
	}
	.table-style dd {
		margin-bottom: 0.9em;
		padding: 0 0 0.8em 8em;
		border-bottom: 1px dotted #ccc;
	}
	.table-style dd:last-child {
		margin-bottom: 0;
	}

	.img-right {
		float: right;
	}
	.img-left {
		float: left;
	}

	/* ADVANTAGE
	-------------------- */
	.point .inner {
		padding: 25px 0 40px;
	}
	.point h2 {
		margin-bottom: 14px;
		font-size: 26px;
	}
	.point span {
		padding: 0 10px 0 58px;
		font-size: 64px;
	}
	.point em {
		height: 40px;
	}
	.point-module01,
	.point-module02 {
		font-size: 16px;
		line-height: 1.9;
	}
	.chk-point,
	#wlb p {
		margin-left: 140px;
	}
	.chk-point li {
		margin-bottom: 0.5em;
		padding-left: 24px;
	}
	#wlb p {
		padding-right: 350px;
	}
	.point-module03 h2 span {
		padding: 0 10px 0 0;
		background-image: none;
		font-size: 52px;
	}
	.point-module03 h2 em {
		height: 34px;
	}
	.point-module03 ul {
		margin: 0 0 1em 2em;
		text-indent: -1em;
	}
	.point-module03 li {
		margin-bottom: 1em;
	}
	.point-module03 .notes {
		margin-bottom: 1.6em;
	}

	.voice .inner {
		padding: 40px 0;
	}
	.voice h2 {
		margin: 0 auto 30px;
		padding: 0 4px 8px;
		background: url(../img/advantage/bg-line-dot.png) center bottom repeat-x;
		font-size: 20px;
	}
	.voice h3 {
		float: left;
		margin-bottom: 20px;
		padding-top: 7px;
		font-size: 18px;
		line-height: 1.4;
	}
	.voice h3 span {
		display: block;
		padding-top: 0.5em;
		font-weight: normal;
		font-size: 12px;
	}
	.staff {
		float: left;
		margin-right: 10px;
	}
	.voice p {
		clear: both;
		margin-bottom: 1em;
	}

	/* TYPICAL DAY
	-------------------- */
	.typicalDay {
		overflow: hidden;
	}
	.typicalDay .inner {
		margin-bottom: 50px;
		background: #e7f9fa url(../img/advantage/bg-time-line.png) center 72px no-repeat;
	}
	.day01 {
		float: left;
		width: 510px;
		background: url(../img/advantage/img-walk.png) 40px 185px no-repeat;
		text-align: right;
	}

	.day02 {
		float: right;
		width: 450px;
		background: url(../img/advantage/time-bento.png) 264px 220px no-repeat;
	}
	.typicalDay h2 {
		overflow: hidden;
		width: 360px;
		height: 53px;
		margin-bottom: 20px;
		background-position: center top;
		background-repeat: no-repeat;
		text-indent: 100%;
		white-space: nowrap;
	}
	.day01 h2 {
		margin-left: 65px;
		background-image: url(../img/advantage/tit-day.png);
	}
	.day02 h2 {
		margin-left: 25px;
		background-image: url(../img/advantage/tit-kids.png);
	}
	.day01 li {
		position: relative;
		margin-bottom: 30px;
		padding-right: 60px;
	}
	.day01 .time-0600 {background: url(../img/advantage/time-0600.png) right top no-repeat;}
	.day01 .time-0700 {background: url(../img/advantage/time-0700.png) right top no-repeat;}
	.day01 .time-0800 {background: url(../img/advantage/time-0800.png) right top no-repeat;}
	.day01 .time-0900 {background: url(../img/advantage/time-0900.png) right top no-repeat;}
	.day01 .time-0945 {background: url(../img/advantage/time-0945.png) right top no-repeat;}
	.day01 .time-1400 {background: url(../img/advantage/time-1400.png) right top no-repeat;}
	.day01 .time-1500 {background: url(../img/advantage/time-1500.png) right top no-repeat;}

	.day02 ol {
		padding-top: 70px;
	}
	.typicalDay li strong {
		height: 40px;
		font-size: 18px;
		line-height: 41px;
	}
	.typicalDay li strong span {
		display: inline;
		padding-right: 0.2em;
		font-size: 22px;
	}
	.typicalDay span {
		display: block;
	}
	.img-job {
		position: absolute;
		top: 0;
		right: -356px;
	}
	.day02 span {
		height: 30px;
	}
	#day02-0800 {
		margin-bottom: 30px;
	}
	#day02-0900 {
		margin-bottom: 348px;
	}
	#day02-1500 span {
		height: 140px;
	}

	.kidsroom .inner {
		padding: 70px 0 0;
	}
	.kidsroom h2 {
		overflow: hidden;
		width: 340px;
		height: 30px;
		margin: 0 auto 14px;
		background: url(../img/advantage/tit-kidsroom.png) center top no-repeat;
		text-indent: 100%;
		white-space: nowrap;
	}
	.kidsroom h2 img {
		width: 340px;
		height: 30px;
	}
	.kidsroom .morning {
		background-position: right top;
		background-repeat: no-repeat;
	}
	.kidsroom .afternoon {
		background-position: 140px top;
		background-repeat: no-repeat;
	}
	.kidsroom .morning {
		padding-right: 490px;
	}
	.kidsroom .afternoon {
		padding-left: 490px;
	}
	.kidsroom .afternoon:after {
		left: 0;
		width: 178px;
		height: 207px;
	}
	.afternoon dl {
		padding-bottom: 55px;
	}
	.kidsroom dt {
		font-size: 22px;
		line-height: 1.1;
	}
	.kidsroom dd {
		margin-bottom: 1.6em;
	}
	.kidsroom dd strong {
		margin-bottom: 0.2em;
		font-size: 18px;
	}
	.kidsroom dd span {
		display: block;
	}

	/* COMPANY
	-------------------- */
	.message-txt {
		float: left;
		width: 700px;
	}
	#sign {
		padding-top: 0.8em;
	}

	.media-img div {
		margin-bottom: 15px;
		background-color: #fff;
	}
	.media-img dt {
		color: #888;
	}

	/* CONTACT
	-------------------- */
	.contact-tel .phone {
		margin-left: 40px;
	}
	.contact-tel .phone dd {
		margin-bottom: 0;
		font-size: 13px;
		line-height: 1.6;
	}
	.contact-tel .tel {
		margin-bottom: 0.2em;
		font-size: 30px;
		line-height: 1;
	}
	.contact-tel .fax {
		margin-bottom: 0.2em;
	}
	.contact-tel .fax-num {
		font-size: 24px;
	}
	.contact-tel .notice {
		display: block;
	}

	.contact-form {
	}
	p.error-msg {
		margin-bottom: 1.5em;
	}
	.error-list {
		margin: 0 0 20px 50px;
	}
	.form-wrapper {
		padding: 50px;
	}
	.contact-form .table-style {
		padding-top: 0.9em;
		border-top: 1px dotted #ccc;
	}
	.contact-form .table-style dt {
		width: 14em;
	}
	.contact-form .table-style dd {
		padding-left: 15em;
	}
	.input-short {
		width: 150px;
	}
	.input-middle {
		width: 300px;
	}
	.input-wide {
		width: 600px;
	}
	#privacy-agreement {
		padding: 0.8em 0;
	}
	.inline {
		display: inline-block;
	}
	.error-page .tit03 {
		text-align: center;
	}
	.error-page .form-btn-wrapper {
		margin-bottom: 50px;
	}
	.confirm .tit02 {
		text-align: center;
	}
	.confirm .msg {
		margin-bottom: 150px;
	}
	.confirm .form-btn-wrapper {
		margin-bottom: 140px;
	}

	/* ACCESS
	-------------------- */
	.access-map {
		padding: 0 0 20px;
	}
	#googlemap-pc {
		width: 100%;
		height: 720px;
		margin-bottom: 8px;
	}
	#googlemap-sp {
		display: none;
	}
	.jump-googlemap {
		text-align: right;
	}
	.img-office {
		width: 280px;
		height: 280px;
		margin-bottom: 30px;
	}
	.company-address {
		font-size: 16px;
	}
	.biz-info {
		margin-bottom: 40px;
		padding-top: 0.9em;
		border-top: 1px dotted #ccc;
	}
	.biz-info dt {
		position: relative;
		clear: left;
		float: left;
		width: 5.5em;
	}
	.biz-info dt:after {
		display: inline-block;
		content: "：";
		position: absolute;
		top: 0;
		right: 0;
	}
	.biz-info dd {
		margin-bottom: 0.9em;
		padding: 0 0 0.7em 7em;
		border-bottom: 1px dotted #ccc;
	}
	.biz-info dd:last-child {
		margin-bottom: 0;
	}
	.car {
		margin-bottom: 30px !important;
	}
	.access-info {
		margin-bottom: 30px;
	}
	.access-info dt {
		clear: left;
		float: left;
		width: 4.5em;
		font-weight: bold;
	}
	.access-info dd {
		padding-left: 5.5em;
	}

	/* PRIVACY
	-------------------- */
	.privacy-policy p {
		padding-bottom: 2.5em;
		margin-bottom: 2.5em;
	}
	.clerk {
		padding: 30px;
	}
	.clerk h4 {
		margin-bottom: 15px;
		font-weight: bold;
		font-size: 16px;
	}

	/* JOBS
	-------------------- */
	.job-section {
		margin-bottom: 20px;
		padding: 0 20px 20px;
	}
	.job-section .hgroup {
		margin: 0 -20px 20px;
		padding: 20px;
	}
	.job-section h3 {
		margin-bottom: 0.3em;
		font-size: 24px;
	}
	.job-section h4 {
		font-size: 16px;
	}
	.job-section p {

	}
	.job-section dl {
		margin-bottom: 15px;
		padding-top: 0.8em;
		border-top: 1px dotted #ccc;
	}
	.job-section dt {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 6px 8px 3px;
	}
	.job-section dd {
		margin-bottom: 0.8em;
		padding: 2px 0 0.7em 10em;
	}

	/* JOB DETAIL
	-------------------- */
	.job-section .tit03 {
		font-size: 20px;
	}
	.job-txt {
		overflow: hidden;
	}
	.job-img {
		float: right;
		width: 340px;
		margin-left: 20px;
	}
	.flow .tit03 {

	}
	.flow .tit03 span {
		font-size: 15px;
	}
	.flow ol {
		padding: 0 30px;
	}
	.flow ol strong {
		font-size: 16px;
	}
	.flow ol strong span {
		margin-right: 0.2em;
		font-size: 24px;
	}

	/* BUSINESS
	-------------------- */
	.reason .inner {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 40px 350px 50px 0;
		background-position: right bottom;
		font-size: 16px;
	}
	.reason h3,
	.merit h3 {
		padding-left: 24px;
		font-size: 20px;
	}
	.reason p,
	.merit p {
		padding-left: 24px;
		line-height: 1.9;
	}

	.service-info,
	.merit,
	.petit {
		font-size: 16px;
	}
	.service-info .tit02 {
		margin-bottom: 5px;
	}
	.service-info .tit02 span {
		display: inline-block;
		margin-right: 8px;
		font-size: 52px;
	}
	.service-info .tit02 span:before {
		display: inline-block;
		top: -2px;
		left: 0;
		right: 0;
		font-size: 14px;
		text-align: center;
	}
	.service-info .tit02 em {
		display: inline-block;
		height: 42px;
		vertical-align: text-bottom;
	}
	.service-info .tit03,
	.exsample .tit03,
	.petit .tit03 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.service-info p {
		line-height: 1.9;
	}
	.service-info dt {
		font-size: 16px;
	}
	.service-info dd {
		font-size: 14px;
	}
	.service-info dd span {
		display: block;
	}
	.outsourcing p {
		margin-bottom: 3em;
	}
	.fig01 {
		width: 280px;
		height: 242px;
	}
	.fig02 {
		width: 280px;
		height: 242px;
	}
	.img-workspace {
		width: 280px;
		height: 210px;
		margin-top: 20px;
	}

	/* OUTSOURCING
	-------------------- */
	.merit .clm3-module01 {
		padding-top: 70px;
	}
	.exsample li {
		font-size: 16px;
	}
	.petit p {
		margin-top: -0.3em;
		line-height: 1.9;
	}
	.petit p span {
		display: block;
	}
	.petit li {
		font-size: 14px	;
	}
}


/* ----------------------------------------------
Print
---------------------------------------------- */

@media print {
	.wrapper {
		padding-top: 0;
	}
	header {
		position: relative;
	}
}






@keyframes pagetopSwing {
	0% {
		transform: translate(0,0);
	}
	25% {
		transform: translate(0,-5px);
	}
	50% {
		transform: translate(0,0);
	}
	75% {
		transform: translate(0,-2px);
	}
	100% {
		transform: translate(0,0);
	}
}

@keyframes boxImg {
	0% {
		transform: rotate(0);
	}
	25% {
		transform: rotate(6deg);
	}
	50% {
		transform: rotate(0);
	}
	75% {
		transform: rotate(-4deg);
	}
	100% {
		transform: rotate(0);
	}
}
