@charset "UTF-8";
/***********************************************/
/* 目次 */
/*=============================================*/
/*   00.setting                                */
/*   01.common                                 */
/*   02.botton                                 */
/*   03.list                                   */
/*   04.content                                */
/*   05.animation                              */
/*   99.other                                  */
/*=============================================*/
/***********************************************/
/*=============================================*/
/*00.setting*/
/*=============================================*/
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*=============================================*/
/*01 common*/
/*=============================================*/
html {
  font-size: 62.5%;
}

/* commons */
body:not(.recruit-detail) {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

p, span, li, dt, dd, th, td {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

a {
  color: #000000;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}

a:hover {
  /* text-decoration: underline; */
}

.sp-only {
  display: none;
}
.alignC {
  text-align: center;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}

/* title */
.title02 {
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 25px;
}

.selectWrap select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  /* height: 30px; */
  width: 235px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 10px 40px 10px 10px;
  border: 1px solid #00aaeb;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,.2);
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
}
.selectWrap select::-ms-expand {
  display: none;
}
.selectWrap{
  position: relative;
  display: inline-block;
}
.selectWrap::after{
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #00a8eb;
}


header {
  margin-bottom: 30px;
}
.Controller_Index_index header {
  margin-bottom: 0;
}

header .header-wrap {
  width: 950px;
  margin: 0 auto 0px;
  padding-top: 20px;
}

header .header-left {
  float: left;
  width: 50%;
}

header h1 {
  margin-bottom: 5px;
}

header .logo {
  margin-bottom: 15px;
}

.logo-img{
  width:201px;
  height:auto;
}

.logo-img2{
  width:201px;
  height:auto;
}

header .header-right {
  float: right;
  width: 50%;
  text-align: right;
  overflow: hidden;
}

header .sub-menu {
  margin-bottom: 10px;
}

header .sub-menu li {
  float: right;
  margin-right: 10px;
  padding-left: 15px;
  position: relative;
}

header .sub-menu li:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin: -3px 0 0 0;
  border-top: 6px solid #e85513;
  border-left: 6px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .free-dial {
  float: right;
  margin-top: 20px;
}
header .free-dial a {
  display: block;
  width: 260px;
  padding: 5px;
  border: 2px solid #555;
  font-size: 25px;
  color: #e74291;
  text-align: center;
  box-sizing: border-box;
}
header .free-dial a i {
  display: inline-block;
  margin-right: 5px;
}
header .free-dial span {
  display: block;
  font-size: 12px;
  color: #000;
}

header nav {
  border-top: 7px solid #274ebf;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

header nav ul {
  width: 950px;
  margin: 0 auto;
}

header nav ul li {
  position: relative;
  float: left;
}

header nav ul li a {
  display: block;
  /* width: 110px; */
  padding: 10px 0;
  text-align: center;
}
header nav ul li a.long {
  width: 245px;
}

header nav ul li a:hover {
  background: #cccccc; /* Old browsers */
  background: -moz-linear-gradient(top,  #cccccc 0%, #ffffff 96%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(96%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 96%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cccccc 0%,#ffffff 96%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cccccc 0%,#ffffff 96%); /* IE10+ */
  background: linear-gradient(to bottom,  #cccccc 0%,#ffffff 96%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

header nav ul li a span {
  display: block;
  padding: 7px 20px;
  font-size: 13px;
  font-size: 1.3rem;
  border-right: 1px solid #cbcbcb;
  font-weight: bold;
}

header nav ul li a:hover {
  text-decoration: none;
}

header nav ul .keyword {
  padding: 11px 10px 8px;
}

header nav ul .keyword .search {
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 10px;
  padding-top: 5px;
  font-weight: bold;
}
header nav ul .keyword form {
  float: left;
  width: 270px;
}
header nav ul .keyword ul {
  display: table;
  width: auto;
}
header nav ul .keyword form li {
  display: table-cell;
}
header nav ul .keyword form input[type=text] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 6px;
  width: 160px;
  background: #fff;
}
.keyword .btn_submit button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 15px;
  vertical-align: top;
  background: #e74291;
  color: #fff;
}
header nav ul .child {
  width: 245px;
  display: none;
  position: absolute;
  z-index: 10000;
}
header nav ul .child li {
  width: 100%;
  float: none;
}
header nav ul .child li a {
  width: 100%;
  background: #eee;
}
header nav ul .child li a:hover {
  background: #ccc;
}

.social_btn {
  width: 950px;
  margin: 0 auto;
  text-align: right;
}
.social_btn .wp_social_bookmarking_light {
  float: right;
  padding: 0 0 10px !important;
}

.main-image {
  position: relative;
  width: 100%;
  min-height: 300px;
  background:#D5D5D5;
  margin: 0 auto 20px !important;
  border: none !important;
  overflow: hidden;
}

.main-image > p img {
    width: 100%;
    height:auto;
}

.main-image .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
}
.main-image .bx-wrapper .bx-controls-direction a {
  top: 50%;
}
.main-image .bx-controls-auto .bx-start:hover,
.main-image .bx-controls-auto .bx-start.active {
  background-position: 0 0;
}
.main-image .bx-wrapper img {
  width: 100%;
}

.search-area {
  position: absolute;
  width: 900px;
  background: rgba(255,255,255,.7);
  bottom: 100px;
  left: 50%;
  margin-left: -450px;
  padding: 20px;
  z-index: 999;
  box-sizing: border-box;
}
.contents {
  width: 950px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.main {
  width: 680px;
  float: left;
  margin-right: 45px;
}
.one-main {
  width: 100%;
}
.topics-wrap {
  margin-bottom: 30px;
  border: 10px solid #d9d9d9;
  border-radius: 5px;
  padding: 10px;
}
.topics-wrap h2 {
  position: relative;
  padding: 0 0 0 15px;
  margin-bottom: 15px;
}
.topics-wrap h2::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 5px;
  left: 0;
  top: 0;
  background: #ed0000;
}
.topics-wrap ul {
  margin-bottom: 20px;
}
.topics-wrap li {
  margin-bottom: 5px;
}
.topics-wrap li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.topics-wrap li a::before,
.topics-wrap li a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.topics-wrap li a::before{
  width: 15px;
  height: 15px;
  background: #ed0000;
}
.topics-wrap li a::after{
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topics-wrap marquee {
  color: #0085bb;
}
.job-wrap h2 {
  margin-bottom: 15px;
}
.main .job-list {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.main .job-list ul {
  width: 680px;
}
.main .job-list li {
  float: left;
  padding: 10px;
  width: 50%;
  border-left: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  box-sizing: border-box;
}
.main .job-list li:first-child,
.main .job-list li:nth-child(2) {
  border-top: 1px solid #cdcdcd;
}
.main .job-list li:nth-child(2n),
.main .job-list li:last-child {
  border-right: 1px solid #cdcdcd;
}
.main .job-list li a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .job-list li a:hover {
  opacity: .7;
}
.main .bnr-list li {
  margin-bottom: 10px;
}
.main .topics-list li a span {
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  background: #ff0000;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-border-radius: 3px;
}
.main .job-list li .job-thum {
  margin-right: 10px;
  width: 35%;
}
.main .job-list li .job-thum img {
  width: 100%;
  height: auto;
}
.main .job-list li .job-info {
  width: 65%;
}
.main .job-list li .job-name {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.main .job-list li .job-info .date {
  text-align: right;
  color: #ff0000;
}

/* search */
.main .seach_list {
  padding: 10px;
  margin-bottom: 40px;
}
.main .seach_list .parent {
  clear: both;
  width: 100%;
  -webkit-box-sizing : border-box ;
  -moz-box-sizing : border-box ;
  box-sizing : border-box ;
}
.main .seach_list .child01 {
  margin-bottom: 10px;
}
.main .seach_list .child01 li {

}
.main .seach_list li {
  float: left;
  padding: 5px 5px 2px;
  width: 33%;
  -webkit-box-sizing : border-box ;
  -moz-box-sizing : border-box ;
  box-sizing : border-box ;
}
.search-btn {
  text-align: center;
}
.main .seach_list .parent > li {
  width: 100%;
}
.main .seach_list .parent > li > .catName {
  position: relative;
}
.main .seach_list .parent > li > .catName label {
  position: absolute;
  left: 6px;
  top: 9px;
}
.main .seach_list .parent > li > .catName span {
  display: block;
  padding: 10px 10px 7px 30px;
  margin: 0 0 0;
  width: 100%;
  float: none;
  background: #666;
  color: #fff;
  border-bottom: 3px solid #999;
  -webkit-box-sizing : border-box ;
  -moz-box-sizing : border-box ;
  box-sizing : border-box ;
}
.main .seach_list .parent .child_list {
  width: 100%;
  padding: 0;
  background: #eee;
}
.main .seach_list .parent > li > .child01 > li > .catName label {
  position: absolute;
  left: 6px;
  top: 9px;
}
.main .seach_list .parent > li > .child01 > li > .catName span {
  display: block;
  padding: 10px 10px 7px 30px;
  margin: 0 0 0;
  width: 100%;
  float: none;
  background: #ccc;
  -webkit-box-sizing : border-box ;
  -moz-box-sizing : border-box ;
  box-sizing : border-box ;
}
.main .seach_list .parent .catName {
  position: relative;
}
.main .seach_list .parent .catName span:after {
  content: '▼';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  font-size: 1.1rem;
}
/*.main .seach_list .parent .catName.active:after {
content: '-';
}*/
.child01,
.gr_child01 {
  display: none;
}
.main .seach_list .parent .child_list .catName {
  /*padding: 10px;
  border-bottom: 1px solid #ccc;*/
}
.main .seach_list .parent .gr_child01 {
  padding-left: 10px;
  padding-right: 10px;
}
.main .seach_list .parent .gr_child01 li {
  padding: 10px;
}
.search-btn input {
  padding: 15px 40px;
  font-size: 18px;
  font-size: 1.8rem;
  border-style: none;
  text-align: center;
  background: #ff0000;
  border: none;
  border-radius: 3px;
  color: #FFF;
  -webkit-box-shadow: 0px 2px 3px #CCC;
  -moz-box-shadow: 0px 2px 3px #CCC;
  box-shadow: 0 2px 0 rgba(0,0,0,0.25);
  text-shadow: -1px -1px rgba(0,0,0,0.20);
  -webkit-appearance: none;
}

.foot-search-btn {
  width: 100%;
  padding: 10px;
  display: none !important;
  position: fixed;
  bottom: 0;
  background: #FFF;
  -webkit-box-sizing : border-box ;
  -moz-box-sizing : border-box ;
  box-sizing : border-box ;
}
.foot-search-btn input {
  width: 80%;
}

.job-list02 .job-items {
  overflow: hidden;
}
.job-list02 .job-items li {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}
.job-list02 .job-items li .job-head {
  padding: 15px;
}
.job-list02 .job-items li .new {
  margin-bottom: 5px;
}
.job-list02 .job-items li .new span {
  display: inline-block;
  padding: 3px 10px;
  background: #8CC63F;
  border-radius: 3px;
  color: #fff;
}
.job-list02 .job-items li .job-name {
  margin-bottom: 10px;
}
.job-list02 .job-items li .job-name a {
  font-size: 20px;
}
.job-list02 .job-items li .job-headline {
  color: #808080;
}
.job-list02 .job-items li .job-headline a {
  color: #2374A0;
}
.job-list02 .job-items li .job-thum {
  background: #eee;
  text-align: center;
}
.job-list02 .job-items li .job-thum img {
  max-width: 100%;
  height: auto;
}
.job-list02 .job-items li .job-info {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.job-list02 .job-items li .job-info .job-text {
  margin-bottom: 15px;
  font-size: 18px;
  color: #FEA31F;
}
.job-list02 .job-items li .job-info .job-info-data dt {
  display: block;
  width: 25%;
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
  clear: left;
}
.job-list02 .job-items li .job-info .job-info-data dt i {
  width: 20px;
  margin-right: 5px;
  text-align: center;
}
.job-list02 .job-items li .job-info .job-info-data dd {
  display: block;
  width: 75%;
  float: left;
}
.job-list02 .job-items li .foot-job-link {
  padding: 15px;
  text-align: right;
}
.job-list02 .job-items li .foot-job-link a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 3px;
  background: #E74291;
  color: #fff;
  font-size: 16px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.job-list02 .job-items li .foot-job-link a:hover {
  opacity: .7;
}

/* common */
.main .text,
.one-main .text {
  padding: 10px;
  margin-bottom: 15px;
}
.main .text a,
.one-main .text a {
  color: #FF1D25;
}
.text.bnr a img {
  width: 100%;
  height: auto;
}
.main .gray-list dl {
  border: 1px solid #ccc;
}
.main .gray-list dt {
  width: 100%;
  padding: 10px;
  background: #eee;
  -webkit-box-sizing : border-box ;
  -moz-box-sizing : border-box ;
  box-sizing : border-box ;
  font-weight: bold;
}
.main .gray-list dd {
  padding: 10px;
}
.main .orange-list dl {
  padding: 10px 0;
}
.main .orange-list dt {
  width: 100%;
  padding: 5px;
  background: #fb1454;
  -webkit-box-sizing : border-box ;
  -moz-box-sizing : border-box ;
  box-sizing : border-box ;
  border: 1px solid #CCC;
  color: #FFF;
}
.main .orange-list dd {
  padding: 10px;
  margin-bottom: 15px;
}
.main .orange-list dd li {
  list-style: disc;
  margin-left: 20px;
}
.main .num-list li {
  margin-left: 30px;
  list-style: decimal;
}
.main .gray-list dd h6 {
  margin-left: 10px;
  border-bottom: 2px solid #ccc;
}
.main .gray-list dd a {
  color: #FF1D25;
}
.bnr-area {
  margin-bottom: 10px;
}


.contents aside {
  float: left;
  width: 225px;
}

aside .bnr-list li {
  margin-bottom: 10px;
}

aside .bnr-list li img {
  width: 225px;
}

aside .side-job-list .title {
  font-weight: normal;
  padding: 5px 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

aside .side-job-list li {
  margin-bottom: 15px;
}
aside .side-job-list li a {
  display: block;
  padding: 10px;

  background: #fff;
  text-align: left;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 2px 2px 4px #ccc;
  -webkit-box-shadow: 2px 2px 4px #ccc;
  box-shadow: 2px 2px 4px #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside .side-job-list li a:hover .job-name {

}
aside .side-job-list li .job-thum {
  margin-bottom: 10px;
}
aside .side-job-list li .job-thum img {
  width: 100%;
}
aside .side-job-list li .job-info {
  font-size: 18px;
}

footer {
  background: #f2f2f2;
  margin-top:0px;
}
footer nav {
  padding: 15px 0;
  width: 950px;
  margin: 0 auto;
}
footer nav > p {
  margin-bottom: 10px;
  font-size: 16px;
}
footer nav ul {
}
footer nav li {
  float: left;
  margin-right: 10px;
}
footer nav li a {
  color: #0085bb;
}
footer nav li a:before {
  content: '■';
  color: #333;

}
footer .copyright {
  padding: 10px;
  background: #fff;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  color: #333;
}

/* topics */
.page-list {
  margin-bottom: 30px;
  padding: 10px 0;
}
.page-list .saerch-info {
  float: left;
  width: 30%;
}


.search_page {
  padding: 5px;
}
.search_page .search_select {
  margin-bottom: 10px;
}
.search_page .search_select .title {
  position: relative;
  margin-top: 5px;
  padding: 10px 10px 10px;
  background: #FAFF94;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.search_page .search_select .title + ul {
  overflow: hidden;
  background: #fff;
}
.search_page .search_select .title + ul li {
  padding: 5px;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.search_page .search_select .title:after {
  content: '▼';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}
.search_page .search_select .seach_list {
  display: none;
}
.search_page .search_count {
  float: left;
  width: 50%;
  padding: 4px;
  box-sizing: border-box;
}
.search_page .search_count span {
  font-size: 16px;
  font-weight: bold;
  color: #ff9900;
}
.search_page .btn_search {
  float: left;
  width: 100%;
  padding: 4px;
  text-align: center;
  box-sizing: border-box;
}
.search_page .btn_search input {
  padding: 5px 10px;
  width: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  border-style: none;
  background: #ff0000;
  border: none;
  border-radius: 3px;
  color: #FFF;
  -webkit-box-shadow: 0px 2px 3px #CCC;
  -moz-box-shadow: 0px 2px 3px #CCC;
  box-shadow: 0 2px 0 rgba(0,0,0,0.25);
  text-shadow: -1px -1px rgba(0,0,0,0.20);
  -webkit-appearance: none;
}




/*=============================================*/
/*sp/
/*=============================================*/
@media only screen and (max-width: 960px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block;
  }

  header .header-wrap {
    width: 100%;
    height: 75px;
    padding: 10px 0;
    border-top: 3px solid #000;
    box-sizing: border-box;
  }

  header .header-left {
    float: none;
    width: 100%;
    text-align: center;
  }
  header .header-left h1 {
    display: none;
  }

  header .sp-menu {
    position: absolute;
    z-index: 9990;
    right: 0;
    top: 0;
  }
  header .sp-menu a {
    display: inline-block;
    float: left;
    width: 21px;
    height: 21px;
    padding: 27px;
    z-index: 9999;
    border-left: 1px solid #777;
  }
  .modal-window header .sp-menu a {
    border: none;
  }
  header .sp-menu span {
    display: block;
    position: absolute;
    top: 25px;
    right: 21px;
    width: 30px;
    height: 3px;
    margin: 10px 0 0;
    background: #e74291;
    transition: .2s;
  }
  header .sp-menu span:before, header .sp-menu span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 3px;
    background: #e74291;
    transition: .3s;
  }
  header .sp-menu span:before {
    margin-top: -12px;
  }
  header .sp-menu span:after {
    margin-top: 9px;
  }
  header .sp-menu .close {
    position: fixed;
    background: transparent;
    z-index: 9999;
  }
  header .sp-menu .close:before, header .sp-menu .close:after {
    margin-top: -2px;
  }
  header .sp-menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  header .sp-menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  #subNaviMenu {
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    z-index: 5000;
  }
  #subNaviMenu.open {
    opacity: 1;
    visibility: visible;
  }
  #subNaviMenu li a {
    position: relative;
    display: block;
    padding: 20px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  #subNaviMenu li a:after {
    content: "";
    position: absolute;
    padding: 0 20px;
    left: 0;
    bottom: -5px;
    background: url(../img/common/bg_spnav_line.png) 0 center no-repeat;
    width: 100%;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  #subNaviMenu li:first-child a:before {
    content: "";
    position: absolute;
    padding: 0 20px;
    left: 0;
    top: -10px;
    background: url(../img/common/bg_spnav_line.png) 0 center no-repeat;
    width: 100%;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  #subNaviMenu .sp-nav-btn {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }
  #subNaviMenu .sp-nav-btn img {
    width: 100%;
    height: auto;
  }
  header .logo {
    height: 55px;
    margin-bottom: 10px;
  }
  header .logo img {
    width: auto;
    height: 100%;
  }

  header h1.sp-only {
    font-size: 1.5rem;
  }

  /* sub page */
  header .header-wrap.sub-page {
    overflow: hidden;
  }
  header .sub-page .header-left {
    float: left;
    width: 40%;
  }
  header .sub-page .header-right {
    padding-top: 5%;
    padding-right: 5px;
    width: 60%;
    box-sizing: border-box;
  }
  header .sub-page .header-right .input_text {
    float: left;
    width: 90%;
  }
  header .sub-page .header-right .input_text input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: #eee;
    width: 100%;
    font-size: 9px;
    line-height: 1.5;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }
  header .sub-page .header-right .btn_submit {
    float: left;
    width: 10%;
  }
  header .sub-page .header-right .btn_submit button {
    padding: 5px;
    background: #e74291;
    color: #fff;
  }

  .logo-img{
    width:90%;
    height:auto;
  }

  .logo-img2{
    width:45% !important;
    height:auto;
  }

  header nav {
    margin-bottom: 30px;
  }
  header nav ul {
    display: table;
    width: 100%;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
  }
  header nav ul:first-child {
    border-bottom: 1px solid #ccc;
  }
  header nav ul li {
    float: none;
    display: table-cell;
    width: 33%;
  }
  header nav ul li:first-child {
    width: 34%;
  }
  header nav ul li a {
    width: 100%;
  }
  header nav ul li a img {
    width: 23px;
    height: auto;
  }
  header nav ul li:last-child span {
    border: none;
  }
  header nav ul li a span {
    font-size: 1.1rem;
    width: 100%;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
  }
  .search-area .search-keyword ul {
    width: 100%;
    display: table;
    margin: 0 auto;
  }
  .search-area .search-keyword li {
    display: table-cell;
  }
  .search-area .search-keyword li:first-child {
    width: 88%
  }
  .search-area .search-keyword li.input_text input[type=text] {
    width: 100%;
    padding: 15px 5px;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    border: 1px solid #eee;
    font-size: 14px;
  }
  .search-area .keyword .btn_submit button {
    padding: 7px 10px;
  }
  .search_box {
    padding: 5px;
    background: #eee;
    border-top: 3px solid #274ebf;
    border-bottom: 3px solid #274ebf;
  }
  .search_box .search_select {
    margin-bottom: 10px;
  }
  .search_box .search_select .title {
    position: relative;
    padding: 5px;
    background: #FAFF94;
    color: #333;
    border-bottom: 1px solid #eee;
  }
  .search_box .search_select .title:after {
    content: '▼';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
  }
  .search_box .search_select .title + .seach_list {
    display: none;
    overflow: hidden;
    background: #fff;
  }
  .search_box .search_select .title + ul li {
    padding: 5px;
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .search_box .search_count {
    float: left;
    width: 50%;
    padding: 4px;
    box-sizing: border-box;
  }
  .search_box .search_count span {
    font-size: 16px;
    font-weight: bold;
    color: #ff9900;
  }
  .search_box .btn_search {
    float: left;
    width: 50%;
    padding: 4px;
    box-sizing: border-box;
  }
  .search_box .btn_search input {
    padding: 5px 10px;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    border-style: none;
    text-align: center;
    background: #ff0000;
    border: none;
    border-radius: 3px;
    color: #FFF;
    -webkit-box-shadow: 0px 2px 3px #CCC;
    -moz-box-shadow: 0px 2px 3px #CCC;
    box-shadow: 0 2px 0 rgba(0,0,0,0.25);
    text-shadow: -1px -1px rgba(0,0,0,0.20);
    -webkit-appearance: none;
  }

  .search_box .seach_list .parent > li {
    width: 100%;
    padding: 5px 5px 2px;
    box-sizing: border-box;
  }
  .search_box .seach_list .parent > li > .catName label {
    position: absolute;
    top: 10px;
    left: 5px;
  }
  .search_box .seach_list .parent > li > .catName span {
    display: block;
    padding: 10px 10px 7px 30px;
    /*margin: 0 0 10px;*/
    width: 100%;
    float: none;
    background: #666;
    color: #fff;
    border-bottom: 3px solid #999;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
  }
  .search_box .seach_list .parent .child_list {
    width: 100%;
    padding: 0;
    background: #eee;
  }
  .search_box .seach_list .parent .child01 {
    margin-bottom: 10px;
  }
  .search_box .seach_list .parent .child01 li {
    float: left;
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
  }
  .search_box .seach_list .parent .catName {
    position: relative;
  }
  .search_box .seach_list .parent .catName span:after {
    content: '▼';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    font-size: 1.1rem;
  }

  .social_btn {
    width: 100%;
  }
  .main-image {
    width: 100%;
    /* max-height: 400px; */
    /* height: auto; */
    margin: 0 auto 20px !important;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
  }
  .main-image > p {
    display: block;
  }
  .main-image > p img {
	width:100%;
	height:auto;
  }
  .main-image .bx-wrapper .bx-controls-direction a {
    top: 50%;
  }
  .main .seach_list .parent > li > .child01 > li > .catName label {
    width: auto;
  }
  .bnr-area a {
    display: block;
    margin-bottom: 10px;
  }
  .bnr-area img {
    width: 100%;
    height: auto;
  }
  .contents {
    width: 100%;
    margin: 0 auto;
  }
  .main {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .main h2 {
    padding-left: 15px;
    text-align: left;
  }
  .main .text img,
  .one-main .text img {
    width: 100%;
    height: auto;
  }
  .main .seach_list {
    padding: 0;
  }
  .main .seach_list li {
    width: 50%;
  }
  .main .seach_list label {
    display: block;
    width: 100%;
    padding: 0;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
  }
  .main .job-list {
    position: static;
    padding: 0;
    margin-bottom: 10px;
  }
  .main .job-list ul {
    position: static;
    width: 100%;
  }
  .main .job-list li {
    display: table;
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    height: auto !important;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
    border: none;
    border-bottom: 1px solid #989898;
  }
  .main .job-list li:first-child,
  .main .job-list li:nth-child(2) {
    border-top: none;
  }
  .main .job-list li:first-child {
    border-top: 1px solid #989898;
  }
  .main .job-list li a {
    position: relative;
    padding: 10px;
    display: block;
  }
  .main .job-list li a:hover {
    text-decoration: none;
  }
  .main .job-list li a:after {
    content: '>';
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    font-size: 1.5rem;
    text-decoration: none;
    color: #E85513;
    font-weight: bold;
  }
  .main .job-list li .job-thum {
    display: table-cell;
    vertical-align: top;
  }
  .main .job-list li .job-thum img {
    width: 100%;
    height: auto;
  }
  .main .job-list li .job-info {
    margin: 0;
    padding: 0;
    padding: 0 10px;
    vertical-align: top;
    display: table-cell;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
  }
  .main .job-list li .job-name {
    margin: 0;
    height: 46px;
    overflow: hidden;
  }
  .main .job-list li .job-text {
    height: 21px;
    overflow: hidden;
  }

  .main .btn-list ul {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  .main .btn-list li {
    display: table-cell;
    text-align: center;
    padding: 10px;
    width: 50%;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
  }
  .main .btn-list li:first-child a {
    background: #E9AA32;
  }
  .main .btn-list li:last-child a {
    background: #39B54A;
  }
  .main .btn-list li a {
    display: block;
    padding: 10px 18px;
    color: #fff;
    font-size: 1.3rem;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow:rgba(176, 176, 176, 0.65098) 3px 3px 3px -1px;
    -webkit-box-shadow:rgba(176, 176, 176, 0.65098) 3px 3px 3px -1px;
    -moz-box-shadow:rgba(176, 176, 176, 0.65098) 3px 3px 3px -1px;
  }

  .main .bnr-list li {
    width: 100%;
    padding: 5px;
	margin-bottom:0;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
  }

  .main .bnr-list li img {
    width: 100%;
    height: auto;
  }

  .job-list02 {
    padding: 10px;
  }
  .page-list .saerch-info {
    float: none;
    width: 100%;
  }
  .job-list02 .job-items li .job-info .job-info-data dt {
    width: 35%;
    font-size: 13px;
  }
  .job-list02 .job-items li .job-info .job-info-data dd {
    width: 65%;
  }

  .contents aside {
    float: none;
    width: 100%;
	height:auto;
	margin-top:5px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  aside .bnr-list li {
    float: left;
    width: 50%;
    padding: 5px;
    margin-bottom: 5px;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
  }
  aside .bnr-list li img {
    width: 100%;
  }

  footer nav {
    width: 100%;
    margin: 0 auto;
    background: #e6e6e6;
    padding: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer nav li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    background: #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer nav li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
  }
  footer .free-dial {
    padding: 15px;
    text-align: center;
  }
  footer nav li a:after {
    position: absolute;
    content: '>';
    right: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  a.foot-job-link {
    display: block;
    margin-top: 10px;
    padding: 10px 18px;
    color: #fff;
    font-size: 1.3rem;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #E85513;
    color: #FFF;
    text-align: center;
    box-shadow:rgba(176, 176, 176, 0.65098) 3px 3px 3px -1px;
    -webkit-box-shadow:rgba(176, 176, 176, 0.65098) 3px 3px 3px -1px;
    -moz-box-shadow:rgba(176, 176, 176, 0.65098) 3px 3px 3px -1px;
    font-size: 14px;
  }

  .sp-mb30 {
    margin-bottom: 30px;
  }


}

.form-finish img {
  max-width: 100%;
}
