@charset "utf-8";
/*****************************************
	original.css
	企業固有のスタイルを指定
******************************************/
@font-face {
  font-family: 'fontawesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff') format('woff'),url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesome') format('svg');
}

html{font-size: 6.25% !important;}

body {
  line-height: 1.4;
  -webkit-box-sizing:border-box;
  -webkit-text-size-adjust: 100%;
  background-color: #fff !important;
  color: #555;
}
body{font-size: 14px !important;  }   /* 古いブラウザ用 */
body{font-size: 14rem !important;  }

div#container,
#main .content {
    width: 100%;
    min-width: 980px;
}
#header .content,
#footer .content .free {
    width: 980px;
    margin: 0 auto;
}




/*******************************
 ヘッダー
*******************************/

/* 固定ヘッダ */
#header .content div.regular
{
	background-color:#ffffff; /* 背景 */
	color:#000000; /* 文字色 */
	height:69px; /* 高さ */
}

#header .content div.regular div.logo
{
	padding-top:10px; /* 企業ロゴ表示開始位置 上 */
	padding-left:20px; /* 企業ロゴ表示開始位置 左 */
}

#header .content div.regular .note
{
	bottom:5px; /* フリーコメント開始位置 下 */
	right:10px; /* フリーコメント開始位置 右 */
}

/*******************************
 フッター
*******************************/

/* フッタ関連の高さ指定 */
#footer .content .free
{
	height:60px;/* ★1 自由フッタの高さ */
}
#footer .content .regular
{
	height:0px; /* ★2 固定フッタの高さ */
}
#footer {
	height: 60px;  /* footerの高さ（ ★1＋★2 ）分指定する*/
}
#main .space
{
	padding-bottom:180px; /* footerの高さ（★1＋★2）分指定する */
}
/* 固定フッタ */
#footer .content .regular
{
	background-color:#d50000; /* 背景 */
	color: #ffffff; /* 文字色 */
}


/*******************************
 自由ヘッダー
*******************************/
#header .content .free {
    margin-bottom: 5px;
}

#header .content .free p {
    font-size: 12px;
    font-size: 12rem;
    color: #ff7384;
    margin: 10px 0;
}
#header .content .free .logo-box {
    float: left;
}

#header .content .free .logo {
    display: inline-block;
}

#header .content .free .logo img {
    float: left;
}

#header .content .free .logo span {
    font-size: 18px;
    font-size: 18rem;
    padding: 10px 0 0 10px;
    display: inline-block;
}

#header .content .free .logo a {
    color: #000 !important;
    text-decoration: none !important;
    display: inline-block;
}

#header .content .free .r-box {
    float: right;
}

#header .content .free h1 {
    text-align: right;
    font-size: 16px;
    font-size: 16rem;
    margin: 20px 0;
}

#header .content .free h1 span {
    color: #ff7384;
}

#header .content .free .grnav01 {
    clear: both;
}

#header .content .free .grnav01 li {
    display: inline-block;
}

#header .content .free .grnav01 li a {
    position: relative;
    font-size: 12px;
    font-size: 12rem;
    padding-left: 20px;
}

#header .content .free .grnav01 li a:link,
#header .content .free .grnav01 li a:visited {
    color: #000 !important;
    text-decoration: none !important;
}
#header .content .free .grnav01 li a span:hover {
    font-weight: bold;
}

#header .content .free .grnav01 li a:before {
    border-right: 3px solid #ff7384;
    border-top: 3px solid #ff7384;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    margin: 3px 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    width: 6px;
    line-height: 17px;
}

.menu-trigger,
.spNav {
  display: none;
}

/*******************************
 自由コンテンツ上
*******************************/
#headContent .free {
}

.mainimg {
    background: url(../images/bg_img.jpg) repeat-x top left;
}

.mainimg img {
    margin: 0 auto;
}

.linknav {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

.mainimg ul {
    position: absolute;
    top: 15px;
    left: 24px;
}

.mainimg ul li {
    float: left;
    padding-right: 10px;
    font-size: 11px;
    font-size: 11rem;
}

.mainimg ul li.no-arw {
    font-weight: bold;
}

.mainimg ul li a {
    color: #333;
}

.mainimg ul li:after {
  content: "\f105";
  font-family: 'fontawesome';
  font-size: 11px;
  font-size: 11rem;
  margin-left: 10px;
}

.mainimg ul .no-arw:after {
    content: ""
}

.mainimg img {
    width: 100%;
    max-width: 980px;
}

.conbox {
    padding: 0 30px;
    width: 910px;
    margin: 0 auto;
}

/*******************************
 フリーワード
*******************************/
div.freeWordObj {
    background-color: #fff;
    border: 1px solid #fe751a;
    border-radius: 35px;
    font-size: 12px;
    font-size: 12rem;
    height: 50px;
    line-height: 50px;
    margin: 0px auto 50px;
    padding: 10px;
    width: 516px;
}
div.freeWordObj form {
    display: block;
    position: relative;
}
div.freeWordObj div.freeWordInput {
    box-sizing: border-box;
    padding: 0px 70px 0px 0px;
    width: 100%;
}
div.freeWordObj div.freeWordInput #freeword {
    height: 48px;
    outline: medium none;
    padding-left: 10px;
    vertical-align: top;
    width: 100%;
    border: solid 1px #ebebeb;
    background: #ebebeb;
    border-radius: 40px;
}
div.freeWordObj #freewordsearch {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    font-size: 12rem;
  line-height: 50px;
}

h2.maintitle {
    font-size: 36px;
    font-size: 36rem;
    color: #b9d242;
    text-align: center;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    margin-bottom: 20px;
}

h2.maintitle span {
    border-bottom: solid 2px #b9d242;
    padding: 0 20px;
}


#headContent .free .maintext {
    max-width: 840px;
    width: 100%;
    margin: 0 auto 40px;
    line-height: 1.7;
}

h2.title {
    font-size: 30px;
    font-size: 30rem;
    color: #333;
    border-bottom: solid 2px #fe751a;
    background: url(../images/arw01.png) no-repeat left center;
    padding-left: 20px;
    font-weight: normal;
    max-width: 900px;
    margin: 0 auto;
}


/*******************************
 地図
*******************************/

.maptitle {
    color: #fe751a;
    font-size: 24px;
    font-size: 24rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffeff+0,dddddd+100 */
    background: rgb(255,254,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,254,255,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,254,255,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,254,255,1) 0%,rgba(221,221,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffeff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
    width: 430px;
    border: solid 1px #ddd;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}

.maptitle span {
    padding-left: 20px;
}

.map-box01 {
    float: left;
    padding: 10px 0 0 0;
}

.map01,
.map02 {
    padding: 15px 20px;
}


.map-box02 {
    float: right;
    padding: 10px 0 0 0;
}

.nav-btn01box {
    margin-bottom: 50px;
}

.nav-btn01box h3 {
  font-size: 22px;
  font-size: 22rem;
  text-align: center;
  margin-top: 30px;
  color: #fe751a;
  border-bottom: solid 1px #fe751a;
}

.h3_t1 {
  font-size: 22px;
  font-size: 22rem;
  text-align: center;
  margin-top: 30px;
  color: #fe751a;
  border-bottom: solid 1px #fe751a;
}

.m-bottom {
  margin-top: 60px;
}

.h3_t2 {
  color: #fe965e;
  border-bottom: solid 1px #fe965e;
}

.h3_t3 {
  color: #fd892c;
  border-bottom: solid 1px #fd892c;
}

.job-name {
    font-size: 18px;
    font-size: 18rem;
    margin-top: 20px;
}

.nav-btn01,
.nav-btn02,
.nav-btn03 {
    margin: 10px auto 0;
    max-width: 920px;
}

.nav-btn01 li,
.nav-btn02 li,
.nav-btn03 li {
    float: left;
    width: 220px;
    margin: 0 10px 10px 0;
    height: 60px;
}

.nav-btn01 li.lastli,
.nav-btn02 li.lastli,
.nav-btn03 li.lastli,
.job-btn01 li.lastli {
    margin: 0 0 10px 0;
}

.nav-btn01 li a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd892c+0,fe751a+100 */
    background: rgb(253,137,44); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(253,137,44,1) 0%, rgba(254,117,26,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(253,137,44,1) 0%,rgba(254,117,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(253,137,44,1) 0%,rgba(254,117,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd892c', endColorstr='#fe751a',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    border: solid 1px #fe751a;
    height: 60px;
    display: block;
    box-sizing: border-box;
}

.nav-btn02 li a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fea875+0,fe965e+100 */
    background: rgb(254,168,117); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,168,117,1) 0%, rgba(254,150,94,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(254,168,117,1) 0%,rgba(254,150,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(254,168,117,1) 0%,rgba(254,150,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea875', endColorstr='#fe965e',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    border: solid 1px #fe965e;
    height: 60px;
    display: block;
    box-sizing: border-box;
}

.nav-btn03 li a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdb40c+0,fca00f+100 */
    background: rgb(253,180,12); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(253,180,12,1) 0%, rgba(252,160,15,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(253,180,12,1) 0%,rgba(252,160,15,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(253,180,12,1) 0%,rgba(252,160,15,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb40c', endColorstr='#fca00f',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    border: solid 1px #fd892c;
    height: 60px;
    display: block;
    box-sizing: border-box;
}

.job-btn01 li a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd892c+0,fe751a+100 */
    background: rgb(253,137,44); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(253,137,44,1) 0%, rgba(254,117,26,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(253,137,44,1) 0%,rgba(254,117,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(253,137,44,1) 0%,rgba(254,117,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd892c', endColorstr='#fe751a',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    border: solid 1px #fd892c;
    height: 60px;
    display: block;
    box-sizing: border-box;
}

.nav-btn01 li a span,
.nav-btn02 li a span,
.nav-btn03 li a span,
.job-btn01 li a span {
    font-size: 20px;
    font-size: 20rem;
    width: 300px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    position: relative;
}

.job-btn01 li a span {
  font-size: 24px;
  font-size: 24rem;
}

.nav-btn01 li a:link,
.nav-btn01 li a:visited,
.nav-btn02 li a:link,
.nav-btn02 li a:visited,
.nav-btn03 li a:link,
.nav-btn03 li a:visited,
.job-btn01 li a:link,
.job-btn01 li a:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.nav-btn01 li a span:before,
.nav-btn02 li a span:before,
.nav-btn03 li a span:before,
.job-btn01 li a span:before {
    content: "\f054";
    font-family: 'fontawesome';
    font-size: 20px;
    font-size: 20rem;
    position: absolute;
    left: 15px;
    display: block;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 60px;
}

.job-btn01 li a span:before {
  font-size: 24px;
  font-size: 24rem;
}

.job-btn01 {
  margin-top: 20px;
}

.job-btn01 li {
    float: left;
    width: 450px;
    margin: 0 10px 10px 0;
    height: 60px;
    line-height: 60px;
}

.intlink {
  width: 920px;
  margin: 20px auto 40px;
}

.intlink a {
  font-size: 24px;
  font-size: 24rem;
  text-align: center;
  display: table-cell;
  background: #fea875;
  border-radius: 40px;
  vertical-align: middle;
  height: 80px;
  width: 920px;
  margin: 0 auto;
}

.intlink a:link,
.intlink a:visited {
  color: #fff !important;
  text-decoration: none;
}

.intlink a span {
  position: relative;
  padding-left: 25px;
  height: 30px;
}

.intlink a span:before {
  content: "\f054";
  font-family: 'fontawesome';
  color: #fff;
  font-size: 24px;
  font-size: 24rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  line-height: 30px;
}

.nav-btn01 li a:hover,
.nav-btn02 li a:hover,
.nav-btn03 li a:hover,
div.freeWordObj #freewordsearch:hover,
.toppage a:hover,
.side-nav li a:hover,
.int-etc li a:hover img,
.intlink a:hover,
.job-btn01 li a:hover {
    opacity: .60;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -khtml-opacity: .60;
    -moz-opacity: .60;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}






/*******************************
 自由サイドコンテンツ
*******************************/
#sideContent .free {
}

/*******************************
 自由コンテンツ中
*******************************/
#bottomContent .freeHead {
    width: 980px;
    margin: 0 auto;
}

.toppage {
  margin: 50px 0 20px;
  text-align: right;
}

.toppage a span {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
}

.toppage a:link,
.toppage a:visited {
  color: #333 !important;
  text-decoration: none !important;
}

.toppage a span:before {
  content: "\f077";
  font-family: 'fontawesome';
  color: #fe751a;
  font-size: 16px;
  font-size: 16rem;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 20px;
}

.int-etc {
    margin: 20px auto;
    width: 610px;
}

.int-etc li {
    float: left;
    margin-right: 20px;
}

.int-etc .lastli {
    margin-right: 0;
}

/*******************************
 自由コンテンツ下
*******************************/
#bottomContent .freeBottom {
}

/*******************************
 自由フッター
*******************************/
#footer .content .free {
    position: relative;
}

.f-nav {
  float: left;
}

.f-nav li {
  float: left;
}

.f-nav .lastli04 a {
  border-right: none;
}

.f-nav li a {
  font-size: 10px;
  font-size: 10rem;
  border-right: solid 1px #333;
  padding: 0 10px;
}

.f-nav li a:link,
.f-nav li a:visited {
  color: #333 !important;
  text-decoration: none !important;
}

.con-box02 {
  float: right;
}

.copy {
  font-size: 10px;
  font-size: 10rem;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}

.f-logo {
  display: table-cell;
  padding-left: 5px;
}

.recop {
  clear: both;
  font-size: 10px;
  font-size: 10rem;
  text-align: right;
}

.recop a:link {
  display: inline-block;
  color: #000 !important;
  text-decoration: none !important;
}


/*******************************
サイドナビ
*******************************/
.side-nav {
    position: fixed;
    right: -1px;
    top: 87px;
    z-index: 12000;
    width: 50px;
    background: #ddd;
    border-radius: 10px 0 0 10px;
    padding: 3px 0 3px 3px;
}

.s-navtitle {
    font-size: 16px;
    font-size: 16rem;
    font-weight: bold;
    padding: 10px 5px;
    line-height: 1.2;
    color: #000;
}

.side-nav li {
    line-height: 1.1;
    text-align: center;
}

.side-nav li a {
    font-size: 18px;
    font-size: 18rem;
    display: block;
    padding: 10px;
}

.side-nav li a:link,
.side-nav li a:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.side-nav li.s-nav01 a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd9692+0,fd8886+100 */
    background: rgb(253,150,146); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(253,150,146,1) 0%, rgba(253,136,134,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(253,150,146,1) 0%,rgba(253,136,134,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(253,150,146,1) 0%,rgba(253,136,134,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9692', endColorstr='#fd8886',GradientType=0 ); /* IE6-9 */
    border-top: solid 1px #fd8886;
    border-left: solid 1px #fd8886;
    border-right: solid 1px #fd8886;
    border-radius: 10px 0 0 0;
}

.side-nav li.s-nav02 a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73cfb4+0,36c293+100 */
    background: rgb(115,207,180); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(115,207,180,1) 0%, rgba(54,194,147,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(115,207,180,1) 0%,rgba(54,194,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(115,207,180,1) 0%,rgba(54,194,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73cfb4', endColorstr='#36c293',GradientType=0 ); /* IE6-9 */
    border-top: solid 1px #36c293;
    border-left: solid 1px #36c293;
    border-right: solid 1px #36c293;
}

.side-nav li.s-nav03 a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6d55c+0,9dc815+100 */
    background: rgb(182,213,92); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(182,213,92,1) 0%, rgba(157,200,21,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(182,213,92,1) 0%,rgba(157,200,21,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(182,213,92,1) 0%,rgba(157,200,21,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d55c', endColorstr='#9dc815',GradientType=0 ); /* IE6-9 */
    border-top: solid 1px #9dc815;
    border-left: solid 1px #9dc815;
    border-right: solid 1px #9dc815;
}

.side-nav li.s-nav03 a span {
  margin-bottom: 15px;
  display: block;
}

.side-nav li.s-nav04 a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd892c+0,fe751a+100 */
    background: rgb(253,137,44); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(253,137,44,1) 0%, rgba(254,117,26,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(253,137,44,1) 0%,rgba(254,117,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(253,137,44,1) 0%,rgba(254,117,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd892c', endColorstr='#fe751a',GradientType=0 ); /* IE6-9 */
    border-top: solid 1px #fe751a;
    border-left: solid 1px #fe751a;
    border-right: solid 1px #fe751a;
    border-radius: 0 0 0 10px;
}


