@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}
body {
  height: 100%;
  width: 100%;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}

a{
  color: #0C269F;
  text-decoration: none;
}

table {
  font-size: inherit;
}
img {
  vertical-align: bottom;
}
p{
  margin-bottom: 15px;
}

#delaunay{
  display: none!important;
}
#obj{
  /*display: none!important;*/

  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  box-sizing:border-box;
}

#globalHeader{
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 10px 10px 0;
  box-sizing:border-box;
  background-color: rgba(255, 255, 255, 0.9);
  /*border-bottom:1px solid #f00;*/
}

#companyName{
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  color: #999;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.1;
  transition:all 0.6s linear;
}
#companyName.hide{
  opacity: 0;
}
#companyName a{
  color: inherit;
}
#companyName span{
  font-family: Times New Roman, "Hiragino Mincho ProN","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  font-size: 20px;
  color: #141414;
  display: block;
}
#globalHeader #menuIcon{
  position: absolute;
  z-index: 2;
  right: 10px;
  width: 20px;
  height: 20px;
  top: 12px;
  /*top: 50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);*/
}
#globalHeader #menuIcon span{
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: all 0.3s;
}
#globalHeader #menuIcon span.bar1{
  top: 3px;
}
#globalHeader #menuIcon span.bar2{
  top: 9px;
}
#globalHeader #menuIcon span.bar3{
  top: 15px;
}

#globalHeader.active #menuIcon span.bar1{
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  top: 10px;
}
#globalHeader.active #menuIcon span.bar2{
  opacity: 0;
}
#globalHeader.active #menuIcon span.bar3{
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  top: 10px;
}

#globalHeader nav{
  position: fixed;
  overflow: auto;
  z-index: 0;
  right: 100%;
  padding-top: 60px;
  height: 100%;
  height: calc(100% - 60px);
  width: 100%;
  top: 0;
  background-color: rgba(255,255,255,0.95);
  transition: all 1.0s;
}
#globalHeader.active nav{
  right: 0;
}

#globalHeader nav ul{
  font-size: 13px;
  letter-spacing: 0.05em;
}
#globalHeader nav ul li{
  margin: 20px 0;
  text-align: center;
}
#globalHeader nav ul li a{
  color: inherit;
  display: block;
}


.container{
  position: relative;
  width: 100%;
  height: 100%;
  transition:all 1.0s;
}

.container.hide{
  opacity: 0;
  /*-webkit-transform:scale(0.95);
  transform:scale(0.95);*/
}
.container.none{
  opacity: 0;
  transition:all 0.0s;
}


.contents{
  padding: 70px 10px 50px 10px;
  -webkit-transform:scale(0.9);
  transform:scale(0.9);
  transition: all 0.7s;
}
.contents.active{
  -webkit-transform:scale(1);
  transform:scale(1);
}

/*新卒採用ページではfixedの要素がfixされないのでscaleなし*/
.nonscale.container .contents{
  -webkit-transform:none;
  transform:none;
}


h2#pageTitle{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.5;
}
h2#pageTitle span{
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  color: #666;
}


h3.subTitle{
  /*text-align: center;*/
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
h3.subTitle > span{
  color: #777;
	font-size: 10px;
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif
}

.subColumn{
  margin-top: 50px;
}

.localNavigation{
  margin-top: 20px;
}
.localNavigation li{
  border-bottom: 1px dotted #ccc;
}
.localNavigation li:first-child{
  border-top: 1px dotted #ccc;
}
.localNavigation li:first-child a span{
  font-size: 110%;
  font-weight: bold;
}
.localNavigation li a{
  display: block;
  padding: 10px 5px;
  color: inherit;
  font-size: 90%;
  position: relative;
}
/*.localNavigation li:not(:first-child) a{
  padding-left: 10px;
}*/
.localNavigation li a::after{
  content: '→';
  position: absolute;
  top: 10px;
  right: 5px;
}


/*------------------------------------------------------------------------------
HOME
------------------------------------------------------------------------------*/
#home .index{
  overflow: hidden;
  width: 100%;
  /*margin-top: 10px;*/
}
#home h1{
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  line-height: 1.4;
}
#home h1 span{
  font-family: Times New Roman, "Hiragino Mincho ProN","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  font-size: 26px;
  letter-spacing: 0.05em;
  display: block;
}
#home .index section{
  /*float: left;
  width: 50%;*/
  text-align: center;
  padding: 20px 5px;
  box-sizing:border-box;
}
#home .index section h2{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
#home .index section p{
  margin-bottom: 5px;
}

#home .news{
  margin-top: 60px;
  text-align: center;
}
#home .news li{
  margin-bottom: 20px;
}
#home .news time{
  font-family: Times New Roman, "Hiragino Mincho ProN","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  /*margin-right: 7px;*/
  /*background-color: #B72727;*/
  /*background-color: #333;
  color: #fff;
  padding:2px 7px;*/
}
#home .news p{
  line-height: 1.4;
}
#home .news a{
  color: inherit;
  transition:all 0.3s linear;
}



/*------------------------------------------------------------------------------
SHARE
------------------------------------------------------------------------------*/

h4{
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}
.box{ margin-top: 30px; }
.box a{
  display: inline-block;
  margin: 10px;
}
#recruit dt,
#company dt{
  float: left;
  clear: both;
  max-width: 100px;
}
#recruit dd,
#company dd{
  position: relative;
  padding-left: 120px;
}

/*------------------------------------------------------------------------------
PHILOSOPHY
------------------------------------------------------------------------------*/
#philosophy .main{
  /*margin: 50px 0;*/
  /*text-align: center;  */
}
#philosophy .main p{
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  text-align: left;
}
#philosophy .main .box{
  text-align: center;
}
#philosophy .main .box a{
  margin: 10px;
}

#philosophy .sub {
  max-width: 630px;
  height: auto;
}
/*#philosophy .sub h3{ font-family: "Times New Roman", Times, serif; }*/
/*#philosophy .sub h4{ margin: 25px 0; }*/
#philosophy .sub ol { margin: 20px 0; }
#philosophy .sub li{
  margin: 10px 0;
  /*margin-left: 2em;
  list-style-type: cjk-ideographic;*/
}

#philosophy .vision h4{
	font-size: 16px;
	/* font-weight: bold; */
}
#philosophy .logoDesign .imageBlock{
	text-align: center;
  margin-bottom: 20px;
}
#philosophy .logoDesign .imageBlock img{
	width: 130px;
}

/*------------------------------------------------------------------------------
COMPANY
------------------------------------------------------------------------------*/
#company h4{ margin-bottom: 15px; }
#company .box{
  margin-top: 50px;
  text-align: center;
}
#company .profile dd.MB10{
  padding-bottom: 5px;
  border-bottom: 1px dotted #eee;
}
#company .history{ margin: 60px 0 40px; }
#company .history dl dd{
  margin-bottom: 5px;
  border-bottom: 1px dotted #eee;
}
#company .csr{ margin: 0 auto;}
/*#company .csr h4{ text-align: center; }*/
#company .csr h4 img{ width: 180px; height: auto; }

#company .csr .paracup {
	margin-top: 10px;
	text-align: center;
}

#company a.map{
  /*background-color: #333;*/
  border:1px solid #999;
  color: inherit;
  font-size: 10px;
  padding: 1px 10px;
  line-height: 1;
  margin-left: 10px;
  transition:all 0.3s linear;
}

/*------------------------------------------------------------------------------
RECRUIT
------------------------------------------------------------------------------*/
#recruit .mind h4{ margin: 20px 0 10px; }
#recruit .mind p{ margin-bottom: 30px; }
#recruit .box{ text-align: center; }
#recruit .contact h4, .career h4{
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
#recruit .entry{ margin: 30px 0 20px; }
#recruit .entry p{ margin: 5px 0; }

#recruit .contact{ margin: 50px 0; }
#recruit .contact ul{
  margin-top: 20px;
  padding: 10px 0;
  border: solid #eee;
  border-width: 1px 0;
}
#recruit .fs20{
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
}

#recruit .career p { margin: 15px 0 5px; }
#recruit .career strong { font-size: 13px; }
#recruit .career .bold { font-weight: bold; }
#recruit .career dl { margin-bottom: 30px; }
#recruit .points { margin-top: 50px; }


.entryButton{
  text-align: center;
}

.entryButton a{
  font-size: 120%;
  width: 200px!important;
  border:none!important;
}

.entryButton a span:nth-child(2){
  /*color: #fff!important;*/
  background-color: #ffea00!important;
  border:none!important;
  /*border-color: #ff3c00;*/
}
.entryButton a span:first-child{
  display: none;
}

.businessPoint{
  margin-top: 40px;
}
.paragraph li{
  margin-bottom: 30px;
  padding: 0 20px;
}
.paragraphTitle{
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
}
.paragraphTitle::before{
  content: '';
  position: absolute;
  height: 1px;
  width: 10px;
  background-color: #666;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}


.actionIndex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.actionIndex li{
  width: calc(50% - 5px);
  margin-bottom: 20px;
  overflow: hidden;
}
.actionIndex li a{
  position: relative;
  display: block;
  color: inherit;
}
/*.actionIndex li a::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
}*/
.actionIndex li .photo{
  margin-bottom: 5px;
}
.actionIndex li img{
  width: 100%;
}
.actionIndex li h4{
  /*position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;*/
  text-align: center;
  /*transform: translateY(-50%);*/
  font-size: 12px;
  line-height: 1.3;
  /*text-shadow: 0 1px 3px rgba(0,0,0,0.8);
  z-index: 3;*/
}


.actionContent{
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  background-color: rgba(255,255,255,0.95);
  z-index: 999;
  opacity: 0;
  transition: left 0s 0.5s, opacity 0.5s;
}
.actionContent:target{
  left: 0;
  opacity: 1;
  transition: left 0s 0s, opacity 0.5s;
}

.actionContent .frame{
  position: relative;
  max-width: 500px;
  width: calc(100% - 40px);
  margin: 50px auto;
  background-color: #fff;
  padding: 15px;
  box-sizing:border-box;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  transform: scale(0.95);
  transition: all 0.5s;
}
.actionContent:target .frame{
  transform: scale(1);
}
.actionContent .frame .close{
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 26px;
}
.actionContent .frame .close a{
  color: inherit;
}

.actionContent .frame .inner{
   max-height: calc(100vh - 200px);
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
}
.actionContent .inner .textBlock{
  margin-top: 15px;
}
.actionContent .inner .textBlock h4{
  margin-bottom: 5px;
}
.actionContent .inner img{
  width: 100%;
}


.interviewIndex{
}
.interviewIndex li{
  box-sizing: border-box;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 60px;
}
.interviewIndex li a{
  display: block;
  color: inherit;
}

.interviewIndex li .photo{
  border-radius: 50%;
  width: 180px;
  margin: 0 auto 10px;
  overflow: hidden;
}
.interviewIndex li img{
  width: 100%;
  display: block;
}
.interviewIndex li h4{
  font-size: 20px;
  line-height: 1.4;
}
.interviewIndex li p{
  line-height: 1.4;
  margin-bottom:0;
  font-size: 90%;
}
.interviewIndex li .catch{
  font-size: 115%;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  color: #666;
}
.interviewIndex li .catch::before{
  content: '“';
  font-size: 20px;
  margin-right: 5px;
  color: #ccc;
}
.interviewIndex li .catch::after{
  content: '”';
  font-size: 20px;
  color: #ccc;
  margin-left: 3px;
}


.profile{
  position: relative;
  width: 220px;
  margin: 0 auto 50px;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.profile .photo img{
  width: 100%;
}
.profile .text{
  background-color: #fff;
  margin: 10px auto 0;
  box-sizing: border-box;
  line-height: 1.5;
  padding: 5px 20px 15px;
}
.profile .text h4{
  font-weight: bold;
  font-size: 150%;
}
.profile .text .position{
  margin-top: 5px;
  font-size: 90%;
}
.profile .text p{
  position: relative;
  margin: 15px 0 0;
  padding-top: 15px;
}
.profile .text p::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #999;
}

.interviewDetail .imagePhoto{
  width: 100%;
  margin: 0 auto 15px;
}

.discussionHeader{
  position: relative;
}
.discussionHeader .catch{
  width: 100%;
  text-align: center;
  /*font-size: 115%;*/
  padding: 20px 10px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.discussionHeader img{
  position: relative;
  z-index: 1;
  display: block;
  margin-top: -10%;
  width: 100%;
}

.discussionHeader .participant{
  width: calc(100% - 10px);
  position: relative;
  z-index: 2;
  /*position: absolute;
  bottom: 20px;*/
  margin: -40px auto 0;
  display: flex;
  justify-content: space-between;
}
.discussionHeader .participant li{
  width: calc(33.33% - 2px);
  margin: 0 3px;
  padding: 15px 5px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  text-align: center;

}
.discussionHeader .participant li .initial{
 font-size: 130%;
 font-weight: bold;
 margin-bottom: 5px;
 line-height: 1.2;
}
.discussionHeader .participant li p{
 font-size: 10px;
 margin-bottom: 0;
 line-height: 1.4;
}


.discussion{
  margin-top: 30px;
}
.discussion li{
  position: relative;
  margin-bottom: 50px;
}
.discussion li p{
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 65px;
}

/*.discussion li .paragraphTitle{
  font-size: 130%;
}*/
.discussion li p span{
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  border-radius: 10px;
}
.discussion li p span::before{
  content: "";
  position: absolute;
  left: -22px;
  top: 10px;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 14px solid #fff;
  z-index: 2;
}
.discussion li p span::after{
  content: "";
  position: absolute;
  left: -25px;
  top: 10px;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 14px solid #000;
  z-index: 1;
  filter: blur(1px);
  opacity: 0.10;
}

.discussion li p::before{
  position: absolute;
  top: 45px;
  left: 0;
  text-align: center;
  width: 40px;
  font-size: 11px;
}
.discussion li p::after{
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
  background-size: 100% auto;
  border-radius: 50%;
}

.discussion li p.nk::before{
  content: "N.K";
}
.discussion li p.nk::after{
  background-image: url('/images/recruit/discussion_nk.jpg');
}
.discussion li p.ns::before{
  content: "N.S";
}
.discussion li p.ns::after{
  background-image: url('/images/recruit/discussion_ns.jpg');
}
.discussion li p.sh::before{
  content: "S.H";
}
.discussion li p.sh::after{
  background-image: url('/images/recruit/discussion_sh.jpg');
}
.discussion .image{
  margin-top: 50px;
  /*display: flex;*/
}
.discussion .image img{
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

/*------------------------------------------------------------------------------
CONTACT
------------------------------------------------------------------------------*/
#contact .form { text-align: center; }
#contact .info { margin-bottom: 40px; }
#contact .info strong{
  font-size: 14px;
  font-family: "Times New Roman", Times, serif;
}
#contact .info li {
  background: #fff;
  padding: 12px 30px;
  display: block;
  border: 10px solid #f8f8f8;
}
#contact .info li:last-child{
  border-top: none;
  padding: 20px 30px;
}

#contact table {
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
#contact tr {
  width: 100%;
  text-align: center;
}
#contact th {
  display: block;
  font-weight: normal;
  text-align: center;
  padding-top: 20px;
  /*border-bottom: 1px solid #B72727;*/
}
#contact td {
  display: block;
}
#contact .red { color: #f00; }
#contact .clear { clear: both; }
#contact input, #contact textarea {
  width: 100%;
  display: block;
  background: #F1F1F1 none repeat scroll 0% 0%;
  border: medium none;
  border-radius: 0;
  margin: 2px 0px;
  padding: 10px 0 10px 5px;
  -webkit-appearance: none;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#contact input.name {
  width: 47%;
  display: inline;
}
#contact input.name:nth-child(2n) { margin-left: 2px; }
#contact input[type="tel"] {
  width: 70px;
  display: inline;
  margin: 2px 0;
}
#contact .submit {
  text-align: center;
  margin-bottom: 50px;
}
#contact .submit p { padding-top: 10px; }
#contact .submit input{
  background: #000;
  color: #fff;
  padding: 5px 40px;
  font-size: 12px;
  cursor: pointer;
  display: inline;
  width: 120px;
  border-radius: 0;
}
#contact .submit input:hover{
  opacity: 0.5;
}
#contact .send{
  text-align: center;
  margin-top: 60px;
}




/*------------------------------------------------------------------------------
NEWS
------------------------------------------------------------------------------*/
#news article{
  /*border:1px solid #F00;*/
  padding-top: 60px;
}
#news article:first-child{
  padding-top: 0;
}
#news article header{
  margin-bottom: 15px;
}
#news article header time{
  font-family: Times New Roman, "Hiragino Mincho ProN","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  /*margin-bottom: 5px;*/
  font-size: 11px;
}
#news article header h3{
  /*font-weight: normal;*/
  font-size: 14px;
  line-height: 1.4;
}

#news article dl{
  position: relative;
  margin: 10px 0 20px;
}
#news article dt{
  position: absolute;
}
#news article dd{
  padding-left: 6em;
  margin-bottom: 5px;
}



/*------------------------------------------------------------------------------
SERVICE
------------------------------------------------------------------------------*/


.panelwrap h4{
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 90px;
  line-height: 1.4;
}
.panelwrap h4 span{
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 11px;
  padding: 0;
  margin-top: 0;
  display: block;
}


#service .service_office {
  max-width:90%;
  width: 397px;
  height: 265px;
  background-image: url(../images/service/service_office.jpg);
  background-repeat: no-repeat;
  margin-bottom: 36px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  background-position: center 0%;
}

#service .service_store {
  max-width:90%;
  width: 397px;
  height: 265px;
  background-image: url(../images/service/service_store.jpg);
  background-repeat: no-repeat;
  margin-bottom: 36px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  background-position: center 0%;
}

#service .service_solution {
  max-width:90%;
  width: 397px;
  height: 265px;
  background-image: url(../images/service/service_solution.jpg);
  background-repeat: no-repeat;
  margin-bottom: 36px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  background-position: center 0%;
}

#service .service_pm {
  max-width:90%;
  width: 397px;
  height: 265px;
  background-image: url(../images/service/service_pm.jpg);
  background-repeat: no-repeat;
  margin-bottom: 36px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  background-position: center 0%;
}

#service .service_renovation {
  max-width:90%;
  width: 397px;
  height: 265px;
  background-image: url(../images/service/service_renovation.jpg);
  background-repeat: no-repeat;
  margin-bottom: 17px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  background-position: center 0%;
}

#service .service_share {
  max-width: 90%;
  width: 397px;
  height: 265px;
  background-image: url(../images/service/service_share.jpg);
  background-repeat: no-repeat;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-position: center 0%;
}

/*リンクバナー*/
#service ul.slidebanner {
  color:#ffffff;
  text-align:center;
  width:90%;
  margin-top:40px;
  margin-left:auto;
  margin-right:auto;
}

#service ul.slidebanner li {
  position: relative;
  width: 40%;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

#service .service_office li {
  background-color: #2333a9;
}

#service .service_store li {
  background-color: #a92523;
}

#service .service_solution li {
  background-color: #6e40a6;
}

#service .service_pm li {
  background-color: #1d9631;
}

#service .service_renovation li {
  background-color: #d87c13;
}

#service .service_share li {
  background-color: #d7b808;
}

#service ul.slidebanner li a {
  display:block;
  color: #f3f7f8;
  width:100%;
  height:100%;
  padding-top:5px;
  padding-bottom:5px;
  overflow:hidden;
  position:relative;
}

#service ul.slidebanner span.lefttop {
  display:none;
}

#service ul.slidebanner span.leftbottom {
  display:none;
}

#service ul.slidebanner span.righttop {
  display:none;
}

#service ul.slidebanner span.rightbottom {
  display:none;
}

#service span.caption {
  text-align: center;
  position: absolute;
  background: #a92523;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  bottom: -100%;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0.8;
  font-size: 34px;
  line-height: 1;
}

#service .panelwrap {
  overflow:hidden;
}

#service .panelwrap + hr {
  width:90%;
  border-width:8px 0 0 0;
  border-color:#ebebeb;
  opacity:0.5;
  margin-bottom: 22px;
}

#service .kensaku {
  background-image: url(../images/service/service_kensaku.jpg?0);
  width: 830px;
  height: 90px;
  max-width: 90%;
  background-position: center 0%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

#service .kensaku p {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding-left: 35px;
  line-height: 90px;
  background:url(../images/service/arrow.png) left center no-repeat;
}




/*SERVICE共通リード文*/
h4.read{
  font-size: 13px;
  margin-bottom: 50px;
}




/*------------------------------------------------------------------------------
STORE
------------------------------------------------------------------------------*/
#store ul li span {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #a92523;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#store ul li ul li {
  margin-top:10px;
  margin-bottom:50px;
}

/*#store h4 {
	font-size: 13px;
	margin-bottom: 50px;
}*/

/*------------------------------------------------------------------------------
SOLUTION
------------------------------------------------------------------------------*/
#solution ul li span {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #9256dd;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#solution ul li ul li {
  margin-top:10px;
  margin-bottom:50px;
}

/*#solution h4 {
	font-size: 13px;
	margin-bottom: 50px;
}*/

/*------------------------------------------------------------------------------
PM
------------------------------------------------------------------------------*/
#pm ul li span {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #21ae38;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#pm ul li ul li {
  margin-top:10px;
  margin-bottom:50px;
}

/*#pm h4 {
	font-size: 13px;
	margin-bottom: 50px;
}*/

/*------------------------------------------------------------------------------
OFFICE
------------------------------------------------------------------------------*/

#office h3.subTitle + p {
  margin-bottom:40px;
}

#office section.consulting {
  overflow:hidden;
}

#office section.management {
  margin-bottom:60px;
}

#office section.consulting .consultingwrap {
  margin-top:30px;
}

#office section.consulting > h3 {
  border-bottom: 2px solid #2333a9;
  display: inline-block;
  font-size:14px;
  /*margin-top: 25px;*/
  margin-bottom: 30px;
}

#office section.management > h3 {
  border-bottom: 2px solid #2333a9;
  display: inline-block;
  font-size:14px;
  margin-bottom:30px;

}

#office section > h3 {
  font-size: 14px;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;

}


#office section.banner > h3 {
  display: table;
  text-align: center;
  white-space: nowrap;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
}
#office section.banner > h3:after,#office section.banner > h3:before {
  content: '';
  display: table-cell;
  width: 30%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
#office section.banner > h3:after {
  border-left: 1em solid transparent;
}
#office section.banner > h3:before {
  border-right: 1em solid transparent;
}

#office section > h3 + hr {
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #B72727;
  width:217px;
  padding-bottom: 6px;
  text-align:left;
  margin-left:0;
}

#office section.consulting > h3 + hr {
  margin-bottom:80px;
}


#office section.consulting hr.topline,#office section.consulting hr.bottomline,#office section.consulting hr.leftline,#office section.consulting hr.rightline {
  display:none;
}

#office section.consulting div {
  width:90%;
  text-align:center;
  overflow:hidden;
  margin-bottom:30px;
  margin-left:auto;
  margin-right:auto;
}

#office section.consulting img {
  margin-bottom:10px;
}

#office section.consulting h4 {
  margin-bottom:15px;
}
/*#office section.consulting div:nth-child(odd) {
  float:left;
}

#office section.consulting div:nth-child(even) {
  float:right;
}*/


#office section div p {
  text-align:left;
}

#office .banner {
  margin-bottom:60px;
}

#office .banner p {
  font-size:11px;
  text-align:right;
}
#office .bannerwrap {
  margin-bottom: 10px;
}
#office .bannerwrap div {
  display: inline-block;
  width:50%;
  text-align:center;
  /*border:1px solid #f00;*/
  box-sizing:border-box;
  padding: 10px 0;
}

#office .bannerwrap div img {
  max-width:90%;
  vertical-align: middle;
}


#office .casebigbanner {
  width: 830px;
  height: 90px;
  background-image: url(../images/service/office/casebigbanner.png);
  color: white;
  display: table-cell;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-position: center 0%;
}

#office .casebigbanner h3 {
  font-size:15px;
  font-weight: normal;
  display: inline-block;
  color: #fff;
  padding-left: 35px;
  line-height: 90px;
  background:url(../images/service/arrow.png) left center no-repeat;
}

#office .scroll {
	color: #000;
	font-size: 13px;
}

#office .headWrapper {
  position: relative;
  overflow: hidden;
}


#office .results {
  position: absolute;
  top: 10px;
  right: 10px;
}




#footer{
  position: fixed;
  background-color: rgba(255,255,255,0.9);
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  margin-top: 30px;
  padding: 5px 0;
  color: #999;
  font-size: 10px;
  z-index: 997;
}

#footer a{
	color: #999;
  margin-right: 10px;
}


/*helper*/
.visible-pc{
  display: none!important;
}

.button {
  position: relative;
  display: inline-block;
  margin: 10px auto;
  letter-spacing: 0.1em;
  width: 200px;
  max-width: 100%;
  text-align: center;
   border: 1px solid #333;
}
.button.large{
  width: 280px;
}
.button span {
  display: block;
  padding: 5px;
}
.button span:nth-child(1) {
  display: none;
}
.button span:nth-child(2) {
  background-color: #fff;
  color: #333;
}

.button.both{
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
  box-sizing: border-box;
}
.button.both span{
  width: 100%;
  display: block;
  padding: 0;
  line-height: 1.4;
}
.button.both span:nth-child(1) {
  order: 2;
  width: 100%;
  font-size: 10px;
  color: #666;
}

.back{
  margin: 40px 0 0;
}
.back a{
  position: relative;
  font-size: 140%;
  font-family: Times New Roman, "Hiragino Mincho ProN","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  color: #888;
  padding-left: 25px;
  line-height: 1.2;
}
.back a:after{
  content: "←";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}



.MB5{
  margin-bottom:5px;
}
.MB10{
  margin-bottom:10px;
}
.MB20{
  margin-bottom:20px;
}
.MB30{
  margin-bottom:30px;
}
.MT5{
  margin-top:5px;
}
.MT10{
  margin-top:10px;
}
.MT20{
  margin-top:20px;
}
.MT30{
  margin-top:30px;
}
.ML5{
  margin-left:5px;
}
.ML10{
  margin-left:10px;
}
.ML20{
  margin-left:20px;
}
.ML30{
  margin-left:30px;
}
.MR5{
  margin-right:5px;
}
.MR10{
  margin-right:10px;
}
.MR20{
  margin-right:20px;
}
.MR30{
  margin-right:30px;
}

.TR{
  text-align: right;
}
.TC{
  text-align: center;
}
.TL{
  text-align: left;
}
