@charset "UTF-8"; 

/*reset*/
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{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}body{font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;text-align:justify;text-justify:distribute;background-color:#fff}.clearfix:after{visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0}* html .clearfix{zoom:1}*:first-child+html .clearfix{zoom:1}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}a{text-decoration:none}a.opa:hover img{opacity:0.8;filter:alpha(opacity=80);-ms-filter:"alpha( opacity=80 )"}button{border:0;margin:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent none;font-size:inherit}



/******************************
 common
*******************************/
.pc { display: block !important; }
.sp { display: none !important; }
.pc-inline { display: inline !important; }
.sp-inline { display: none !important; }

p {
  margin-bottom: 1em;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

.pankuzu {
  padding-top: 16px;
  font-size: 11px;
  color: #fff;
  clear:both;
}

.pankuzu a {
  color: #fff;
  font-size: 11px;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.content {
  margin-bottom: 60px;
}

.ml0 {
  margin-left: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.center {
  text-align: center;
}

.f14 {font-size: 14px;}
.disnon {display: none;}

/******************************
 header
*******************************/
header {
  background: url(../images/header-bg.png) repeat-x #fff;
  width: 100%;
  height: 105px;
  border-bottom: 1px solid #d7d7d7;
}

.header-left-block {
  float: left;
  padding-top: 18px;
  padding-left: 30px;
}

.header-right-block {
  float: right;
  padding-top: 22px;
  padding-right: 10px;
}

.header-right-block nav,
.header-sns-list,
.header-btn-entry
 {
  float: left;
}

.header-right-block .pc-nav {
  border-left: 1px solid #c6c6c6;
  margin-top: 33px;
  float: left;
}

.header-right-block .pc-nav li {
  display: inline-block;
}

.header-right-block .pc-nav li a {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #c6c6c6;
}

.sp-nav {
  display: none;
}

.header-sns-list {
  padding: 22px 8px 0;
}

.header-sns-list li {
  display: inline-block;
}

.header-btn-entry {
  padding-left: 16px;
}



@media screen and (max-width: 1300px) {
  .header-left-block {
  	width:32.3333vw;
  }
  .header-left-block img.pc {
    width:100%;
    height:auto;
  }
  .header-right-block {
  	
  }
  .header-btn-entry {
  	float:right;
    position: relative;
    top:10px;
    width:116px;
  }
  .header-btn-entry img {
    width:100%;
    height:auto;
  }
  .header-right-block .pc-nav {
    margin-top: 26px;
  }
  .header-right-block .pc-nav li a {
    padding: 0 0.49vw;
  }
  .header-right-block .header_bnr {
    position: relative;
    top:10px;
    width:100px;
  }
  .header-right-block .header_bnr img {
    width:100%;
    height:auto;
  }
}



/******************************
 footer
*******************************/
.footer-inner {
  width: 1026px;
  margin: 0 auto;
}

.footer-inner01 {
  text-align: center;
}

.footer-nav-wrap {
  display: inline-block;
}

.footer-nav-block {
  float: left;
  margin-left: 40px;
  padding: 30px 0;
}

.footer-nav-block:first-child {
  margin-left: 0;
}

.footer-nav-list {
  float: left;
  padding-left: 0.5em;
  text-align: left;
}
.footer-nav-list.business {
  width: 155px;
}
.footer-nav-list.project {
  width: 120px;
}
.footer-nav-list.people {
  width: 155px;
}
.footer-nav-list.people li {
  float: left;
  width: 60px;
  margin-right: 25px;
}
.footer-nav-list.people li:nth-child(2n){
  margin-right: 0;
}

.footer-nav-list.second {
  margin-left: 60px;
}

.footer-nav-list li {
  margin-bottom: 5px;
}

.footer-nav-list li a {
  color: #969696;
  font-size: 11px;
}

.footer-nav-list li a:hover {
  text-decoration: underline;
}

.footer-inner-wrap {
  width: 100%;
  border-top: 1px solid #d2d2d2;
}

.footer-logo {
  float: left;
  padding: 22px 0;
}

.footer-logo img {
  width: 106px;
  height: 29px;
}

.copyright {
  float: left;
  padding: 38px 10px 0;
  font-size: 10px;
  color: #435b67;
  font-family: "メイリオ","Meiryo";
  font-weight: bold;
}


footer .listbox-recruit {
  padding:16px 70px;
}

footer .listbox-recruit a {
  color: #969696;
}

footer .listbox-recruit a:hover {
  text-decoration: underline;
}

footer .listbox-recruit p {
  font-size:15px;
  line-height:3;
  margin-bottom: 0;
  font-weight:bold;
  color:#969696;
  float:left;
  padding:0 20px 0 0;
  border-right:#d2d2d2 solid 1px;
}

footer .listbox-recruit ul {
  text-align: center;
}

footer .listbox-recruit ul li {
  width:100%;
  margin:0;
  padding:0;
  font-size:12px;
  line-height: 1.8;
  color:#333;
}

footer .sub-navi {
  text-align: right;
  font-size: 11px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}
 
footer .sub-navi a {
  color: #969696;
}
 
footer .sub-navi a:hover {
  text-decoration: underline;
}



/******************************
 SP
*******************************/
@media screen and (max-width: 1025px) {

.pc { display: none !important; }
.sp { display: block !important; }
.pc-inline { display: none !important; }
.sp-inline { display: inline !important; }

.w100 { width: 100%; height: auto; }
.inner {
    width: 88%;
    margin: 0 6%;
}

.content {
  margin-bottom: 40px;
}

header {
  background: url(../images/sp-header-bg.png) repeat-x #fff;
  background-size: 307px 5px;
  min-width: 100%;
  height: 65px;
}

.header-left-block {
  padding-top: 11px;
  padding-left: 4%;
  float:left;
  width:200px;
}

.header-right-block {
  padding-top: 15px;
  padding-right: 4%;
  float:right;
}

.header-right-block .sp-nav {
  display: none;
}

.header-sns-list {
  padding: 0 10px 0;
}

.header-right-block .sp-btn-menu {
  float: left;
  margin-top: 4px;
  margin-bottom: 0;
  cursor: pointer;
}

.footer-inner01 {
  text-align: left;
}

.footer-nav-wrap {
  display: block;
}

.footer-inner {
  width: 90%;
    margin: 0 6%;
}

.footer-nav-block {
  float: none;
  margin-left: 0;
  padding: 0;
}

.footer-nav-category {
  position: relative;
  cursor: pointer;
  padding: 15px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #d2d2d2;
}

.footer-nav-category:after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  margin-top: -2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #969696;
  border-right: 2px solid #969696;
}

.nav-open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer-nav-list {
  float: none;
  padding-left: 0;
  display: none;
}

.footer-nav-list.current-list {
  display: block ;
}

.footer-nav-list li {
  margin-bottom: 0;
}

.footer-nav-list li a {
  padding: 15px 20px;
  display: block;
  position: relative;
  background: #f5f5f5;
  border-bottom: 1px solid #d2d2d2;
}

.footer-nav-list li a:hover {
  text-decoration: none;
}

.footer-nav-list li a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #969696;
  border-right: 2px solid #969696;
}

.footer-nav-list li.current a {
  color: #b5b5b5;
}

.footer-nav-list li.current a:after {
  border-top: 2px solid #b5b5b5;
  border-right: 2px solid #b5b5b5;
}

.last .footer-nav-category {
  border-bottom: none !important;
}

.last .footer-nav-list li a {
  border-bottom: none;
  border-top: 1px solid #d2d2d2;
}

.footer-inner-wrap {
  width: 100%;
  min-width: 100%;
  border-top: 1px solid #d2d2d2;
}

.footer-logo {
  padding: 12px 0;
}

.footer-logo img {
  width: 73px;
  height: 20px;
}

.copyright {
  padding: 22px 10px 0;
}

}
footer .sub-navi {
  text-align: right;
}


/* Creer Fix -------------------------------------------------------*/
.clf:after{
  content:url("../images/blank.gif");
  display:block;
  clear:both;
  height:0;
}
.clf { display: inline-block; }
/* Hides from IE-mac \*/
.clf { display: block; }
/* End hide from IE-mac */
