@charset 'UTF-8';

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

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

table {
	border-spacing: 0;
	border-collapse: collapse;
}/*! normalize.css v3.0.1 | MIT License | git.io/normalize */audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=search] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

textarea {
	overflow: auto;
}

img,
iframe {
	vertical-align: middle;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: Roboto,Hiragino Kaku Gothic ProN,'メイリオ',Meiryo,sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	color: #000;
	background: #fff;
}

html,
body {
	height: 100%;
	min-height: 100%;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #000;
}

a:hover,
a:active {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.3;
}

*,
*:before,
*:after {
	font-weight: 500;
	box-sizing: border-box;
	word-break: normal;
}

img {
	vertical-align: bottom;
}

label {
	cursor: pointer;
}

strong {
	font-weight: 400;
}

:placeholder-shown {
	color: #ccc;
}

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

.container {
	position: relative;
	display: table;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	margin: 0 auto;
	table-layout: fixed;
}

.main {
	display: table-row;
}

.main a {
	transition: color .3s ease;
	text-decoration: underline;
	color: #009b6a;
}

.main a:hover {
	text-decoration: none;
	color: #16ac52;
}

.mainInner {
	display: table-cell;
	overflow: hidden;
	height: 100%;
}

.contentInner {
	width: 960px;
	margin: 50px auto 80px;
}

.page-home .contentInner {
	width: auto;
	margin: 0 auto 80px;
}

.page-interview .contentInner {
	width: auto;
	margin: 90px auto 80px;
}

.contGoTop {
	position: fixed;
	right: 0;
	bottom: -200px;
	transition: all .5s ease;
}

.contGoTop.is-active {
	bottom: 50px;
}

.contGoTop a {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
	position: relative;
	z-index: 2;
	display: block;
	width: 45px;
	height: 60px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #009b6a;
}

.contGoTop a:before {
	font-family: FontAwesome;
	display: block;
	margin: -6px 0 1px;
	content: '\f106';
}

.siteHeader {
	display: table-row;
	transition: all .6s ease;
	background: #fff;
	box-shadow: 0 6px 5px -4px #d4d6d6;
}

.siteHeader .headerInner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0;
}

.siteHeader .headerLogo {
	width: 190px;
	margin: 0 0 13px;
}

.siteHeader .headerLogo a {
	display: block;
}

.siteHeader .headerLogo img {
	width: 100%;
}

.siteHeader .headerContact {
	position: absolute;
	top: 19px;
	right: 0;
	text-align: right;
}

.siteHeader .headerContact .headerTel {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 5px;
}

.siteHeader .headerContact .headerTel:before {
	font-family: FontAwesome;
	font-weight: 400;
	margin: 0 6px 0 0;
	content: '\f095';
	vertical-align: baseline;
	color: #009b6a;
}

.siteHeader .headerContact .headerAddress {
	font-size: 11px;
	font-size: 1.1rem;
	color: #999;
}

.siteHeader.is-fixed {
	position: fixed;
	z-index: 10;
	top: -200px;
	right: 0;
	left: 0;
}

.siteHeader.is-fixed .headerInner {
	padding-top: 10px;
}

.siteHeader.is-fixed .headerLogo {
	width: 140px;
	margin-bottom: 9px;
}

.siteHeader.is-fixed .headerContact {
	top: 9px;
}

.siteHeader.is-fixed .headerContact .headerTel {
	font-size: 16px;
	font-size: 1.6rem;
}

.siteHeader.is-fixed .headerContact .headerAddress {
	font-size: 11px;
	font-size: 1.1rem;
}

.siteHeader.is-fixed.is-active {
	top: 0;
}

.gNav {
	border-top: 1px solid #ccc;
}

.gNav ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gNav ul a,
.gNav ul span {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 34px;
	display: block;
	height: 34px;
	padding: 0 20px;
	text-align: center;
	color: #009b6a;
}

.is-fixed .gNav ul a,
.is-fixed .gNav ul span {
	line-height: 28px;
	height: 28px;
}

.gNav li {
	width: 25%;
}

.gNav li.is-active a,
.gNav li:hover a {
	border-bottom: 3px solid #009b6a;
}

.is-fixed .gNav li.is-active a,
.is-fixed .gNav li:hover a {
	border-bottom-width: 2px;
}

.siteFooter {
	text-align: center;
}

.siteFooter .footerInner1 {
	padding: 50px 0;
	background: #2d3034;
}

.siteFooter .footerInner2 {
	padding: 20px 0;
	background: #1c1d20;
}

.siteFooter .footerLogo {
	margin: 0 0 20px;
}

.siteFooter .footerAddress {
	margin: 0 0 20px;
	color: #999;
}

.siteFooter .footerContact ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.siteFooter .footerContact ul li {
	font-size: 20px;
	font-size: 2.0rem;
}

.siteFooter .footerContact ul li:before {
	font-family: FontAwesome;
	font-weight: 400;
	margin: 0 5px 0 0;
	vertical-align: baseline;
	color: #009b6a;
}

.siteFooter .footerContact ul li span {
	font-size: 10px;
	font-size: 1.0rem;
	margin: 0 6px 0 0;
	vertical-align: middle;
	color: #666;
}

.siteFooter .footerContact ul li strong {
	font-weight: 700;
	vertical-align: middle;
	color: #fff;
}

.siteFooter .footerContact ul .footerTel {
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #666;
}

.siteFooter .footerContact ul .footerTel:before {
	content: '\f095';
	vertical-align: middle;
}

.siteFooter .footerContact ul .footerFax {
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #666;
}

.siteFooter .footerContact ul .footerFax:before {
	content: '\f1ac';
}

.siteFooter .footerContact ul .footerEmail:before {
	content: '\f0e0';
}

.siteFooter .copyright {
	font-size: 12px;
	font-size: 1.2rem;
	color: #666;
}

.modHeadingCategory {
	background: #16ac52;
}

.modHeadingCategory .modHeadingCategoryInner {
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 300px;
	margin: 0 auto;
	color: #fff;
}

.modHeadingCategory .modHeadingCategoryInner h1 {
	font-size: 30px;
	font-size: 3rem;
	width: 280px;
	margin: 95px 0 15px;
	padding: 0 0 18px;
	letter-spacing: .1em;
	border-bottom: 1px solid #fff;
}

.modHeadingCategory .modHeadingCategoryInner p {
	line-height: 1.7;
	width: 280px;
}

.modHeadingCategory .modHeadingCategoryInner:after {
	position: absolute;
	top: 0;
	left: 310px;
	height: 300px;
}

.page-business .modHeadingCategory .modHeadingCategoryInner:after {
	content: url(../img/business/ttl_category_01.jpg);
}

.page-company .modHeadingCategory .modHeadingCategoryInner:after {
	content: url(../img/company/ttl_category_01.jpg);
}

.page-recruit .modHeadingCategory .modHeadingCategoryInner:after {
	content: url(../img/recruit/ttl_category_01.jpg);
}

.page-interview .modHeadingCategory .modHeadingCategoryInner:after {
	content: url(../img/interview/ttl_category_01.jpg);
}

.modHeading1 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 2px solid #009b6a;
}

.modHeading2 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 30px;
	padding: 12px 0 12px 18px;
	border-left: 2px solid #009b6a;
}

.modHeading3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 15px;
	padding: 13px 20px;
	background: #eef0f1;
}

.modHeading4 {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 2px solid #009b6a;
}

.modHeading4 strong {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	vertical-align: middle;
	color: #009b6a;
}

.modHeading4 span {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 0 10px;
	vertical-align: middle;
	color: #999;
}

.modSection1 {
	margin: 0 0 50px;
}

.modSection2 {
	margin: 0 0 30px;
}

.modUl {
	padding: 0 0 0 5px;
}

.modUl li:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px 0 0;
	content: '';
	vertical-align: 0;
	border-radius: 50%;
	background: #009b6a;
}

.modOL {
	line-height: 1.8;
	padding: 0 0 0 1em;
	list-style-type: decimal;
}

.modOL li {
	list-style-type: decimal;
}

.modOL + .sampleList {
	margin-top: 2em;
}

.modTbl table {
	width: 100%;
}

.modTbl th,
.modTbl td {
	line-height: 1.8;
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
}

.modTbl th {
	font-weight: 700;
	width: 245px;
	text-align: left;
	color: #009b6a;
}

.modAnchorLink ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.modAnchorLink ul li:not(:last-child) {
	margin: 0 30px 0 0;
}

.modAnchorLink ul li a {
	text-decoration: none;
}

.modAnchorLink ul li a:before {
	font-family: FontAwesome;
	font-weight: 400;
	display: inline-block;
	margin: 0 8px 0 0;
	content: '\f01a';
	vertical-align: 1px;
}

.modAnchor {
	margin-top: -90px!important;
	padding-top: 90px!important;
}

.leadHome {
	display: -ms-flexbox;
	display: flex;
	width: 960px;
	margin: 50px auto;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.leadHome .leadHomeText {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 0 30px 0 0;
}

.homeKeyVisual {
	position: relative;
	height: 500px;
	background: #ccc;
}

.homeKeyVisual .homeKeyVisualCarousel {
	visibility: hidden;
}

.homeKeyVisual .homeKeyVisualCarousel.slick-initialized {
	visibility: visible;
}

.homeKeyVisual .homeKeyVisualCarousel img {
	width: 100%;
	min-width: 960px;
	max-width: 1280px;
}

.homeKeyVisual .homeKeyVisualCarousel .pagers {
	position: absolute;
	bottom: 20px;
	width: 100%;
	min-width: 960px;
	text-align: center;
}

.homeKeyVisual .homeKeyVisualCarousel .pagers li {
	display: inline-block;
}

.homeKeyVisual .homeKeyVisualCarousel .pagers li:not(:last-child) {
	margin: 0 13px 0 0;
}

.homeKeyVisual .homeKeyVisualCarousel .pagers li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 100%;
	outline: none;
	background: #fff;
}

.homeKeyVisual .homeKeyVisualCarousel .pagers .slick-active button {
	background: transparent;
}

.homeKeyVisual .lead1 {
	position: absolute;
	top: 140px;
	right: 0;
	left: 0;
	width: 860px;
	margin: 0 auto;
}

.homeKeyVisual .lead2 {
	position: absolute;
	right: 0;
	bottom: 50px;
	left: 0;
	width: 960px;
	margin: 0 auto;
	text-align: right;
}

.homeMenu {
	overflow: hidden;
	background: #eef0f1;
}

.homeMenu .menuList {
	display: -ms-flexbox;
	display: flex;
	width: 960px;
	margin: 50px auto;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.homeMenu .menuList li {
	width: 225px;
	background: #fff;
}

.homeMenu .menuList li > a {
	position: relative;
	display: block;
	text-decoration: none;
}

.homeMenu .menuList li > a:hover:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	border: 5px solid rgba(0,155,106,.3);
}

.homeMenu .menuList .menuName {
	font-weight: 700;
	line-height: 45px;
	text-align: center;
	color: #009b6a;
}

.homeMenu .menuList .menuName:before {
	font-family: FontAwesome;
	font-weight: 400;
	display: inline-block;
	margin: 0 8px 0 0;
	content: '\f01a';
	transform: rotate(270deg);
	vertical-align: 1px;
}

.homeNews {
	width: 960px;
	margin: 55px auto 0;
}

.homeNews .newsListWrapper {
	overflow: auto;
	height: 240px;
}

.homeNews .newsList {
	display: table;
	width: 100%;
}

.homeNews .newsList li {
	display: table-row;
}

.homeNews .newsList li p {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

.homeNews .newsList li:first-child p {
	padding-top: 0;
}

.homeNews .newsType {
	width: 90px;
	padding: 15px 0;
}

.homeNews .newsType span {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 21px;
	display: inline-block;
	width: 70px;
	text-align: center;
	color: #fff;
}

.homeNews .newsType.blue span {
	background: #008aff;
}

.homeNews .newsType.red span {
	background: red;
}

.homeNews .newsDate {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	width: 120px;
	padding: 15px 0;
}

.homeNews .newsBody {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 10px 15px 0;
}

.leadBusiness {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 0 0 40px;
}

.sampleList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sampleList figcaption {
	font-weight: 700;
	margin: 0 0 10px;
}

.sampleList img {
	max-width: 100%;
	height: auto;
}

.facilityList {
	font-weight: 700;
	display: -ms-flexbox;
	display: flex;
	padding: 50px;
	background: #eef0f1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.facilityList li {
	width: 280px;
	margin: 20px 0 0;
}

.facilityList li:nth-child(1),
.facilityList li:nth-child(2),
.facilityList li:nth-child(3) {
	margin: 0;
}

.anchorCompany {
	margin: 0 0 50px;
}

.companyPresidentMessage {
	margin: 0 0 50px;
}

.companyPresidentMessage .companyPresidentMessageShort {
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 50px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.companyPresidentMessage .companyPresidentMessageLong {
	line-height: 1.8;
}

.companyAccessInfo {
	margin: 0 0 30px;
}

.leadRecruit {
	margin: 0 0 50px;
	text-align: center;
}

.leadRecruit .leadRecruitCatch {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 0 45px;
	padding: 10px 0;
	background: #eef0f1;
}

.leadRecruit .leadRecruitOfferList dt {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 0 20px;
	color: #009b6a;
}

.leadRecruit .leadRecruitOfferList dd {
	line-height: 1.8;
	margin: 0 0 45px;
}

.recruitOccupations {
	margin: 0 0 50px;
}

.recruitOccupations .recruitOccupationsDescription {
	line-height: 1.8;
	margin: 0 0 35px;
}

.recruitOccupations .recruitOccupationsList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.recruitOccupations .recruitOccupationsList a {
	display: block;
	transition: all .3s ease;
}

.recruitOccupations .recruitOccupationsList a:hover {
	opacity: .7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.recruitOccupations .recruitOccupationsList figcaption {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #fff;
	background: #eef0f1;
}

#fulltime {
	margin-top: -100px;
	padding-top: 100px;
}

#parttime {
	margin-top: -100px;
	padding-top: 100px;
}

.interviewCharacterList {
	height: 285px;
	margin: 0 0 50px;
	background: #eef0f1;
}

.interviewCharacterList ul {
	position: relative;
	top: -40px;
	display: -ms-flexbox;
	display: flex;
	width: 960px;
	margin: 0 auto;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
}

.interviewCharacterList figcaption {
	font-weight: 700;
	line-height: 45px;
	text-align: center;
	color: #fff;
}

.interviewCharacterList .interviewCharacter1 figcaption {
	background: #009b6a;
}

.interviewCharacterList .interviewCharacter2 figcaption {
	background: #3694e3;
}

.interviewCharacterList .interviewCharacter3 figcaption {
	background: #ff931f;
}

.interviewCharacterList .interviewCharacter4 figcaption {
	background: #7059aa;
}

.interviewSection {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.interview {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.interview.isImageRight {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.interview .interviewTalk {
	width: 715px;
}

.interview .interviewTalk dl {
	overflow: hidden;
}

.interview .interviewTalk dl:not(:last-child) {
	margin: 0 0 25px;
}

.interview .interviewTalk dt {
	font-weight: 700;
	line-height: 30px;
	float: left;
	width: 70px;
	margin: 0 20px 0 0;
	text-align: center;
	color: #fff;
}

.interview .interviewTalk dt.interviewCharacter2 {
	background: #3694e3;
}

.interview .interviewTalk dt.interviewCharacter3 {
	background: #ff931f;
}

.interview .interviewTalk dt.interviewCharacter4 {
	background: #7059aa;
}

.interview .interviewTalk dd {
	line-height: 1.8;
	overflow: hidden;
	padding: 3px 0 0;
}

.interviewPresidentMessage h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 40px;
	padding: 10px 0;
	text-align: center;
	background: #eef0f1;
}

.interviewPresidentMessage .interviewPresidentMessageLong {
	line-height: 1.8;
	margin: 0 0 40px;
	text-align: center;
}

.interviewPresidentMessage .interviewPresidentMessageShort {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 0 45px;
	text-align: center;
	color: #009b6a;
}

.interviewPresidentMessage .buttonRecruit {
	text-align: center;
}

.interviewPresidentMessage .buttonRecruit a {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 60px;
	position: relative;
	display: inline-block;
	width: 490px;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	background: #009b6a;
}

.interviewPresidentMessage .buttonRecruit a:hover {
	opacity: .7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.interviewPresidentMessage .buttonRecruit a:after {
	font-family: FontAwesome;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	margin: auto;
	content: '\f01a';
	transform: rotate(270deg);
}
