@charset "UTF-8";
/* CSS Document */
#companypage .labelstyle_B,
#overviewpage .labelstyle_B,
#historypage .labelstyle_B,{
  height: 64px;
  margin-left: 20px;
  margin-bottom: 0;
}
#companypage .labelstyle_B p,
#overviewpage .labelstyle_B p,
#historypage .labelstyle_B p{
  padding-left: 20px;
  margin-bottom: -6px;
  letter-spacing: 0.05em;
}
#companypage .labelstyle_B p.ls01,
#overviewpage .labelstyle_B p.ls01,
#historypage .labelstyle_B p.ls01{
  letter-spacing: 0.15em;
}

.labelstyle_C{
	position: relative;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
}
.labelstyle_C::after {
	position: absolute;
	bottom:0;
	left: 0;
	z-index: 2;
	content: '';
	width: 50%;
	height: 3px;
	background:  #0097d7;
}

.labelstyle_C p{
  padding-left: 10px;
}

.company_area .labelstyle_C::after {
	background: #f5a900;
}
.wrap_labelstyle_D{
  padding-top: 18px;
  color:#0097d7;
  letter-spacing: 0.2em;
  width: 210px;
  margin-left: 30px;
}
.labelstyle_D{
	position: relative;
  padding:0.4em 0;
  display: inline-block;
  text-align: center;
  width: 148px;
  top:0;
}
.labelstyle_D:before,.labelstyle_D:after{
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}

.labelstyle_D:before{
  border-top: solid 1px #0097d7;
  border-left: solid 1px #0097d7;
  border-bottom: solid 1px #0097d7;
  left: 0;
}

.labelstyle_D:after{
  content: '';
  border-top: solid 1px #0097d7;
  border-right: solid 1px #0097d7;
  border-bottom: solid 1px #0097d7;
  right: 0;
}
/*------ sub_img ------*/
.sub_img{
  background: url('../images/cp_main_img.jpg') no-repeat;
  background-size: cover;
  background-position: 10% 30%;
}

/*------ wrap_contents ------*/
#companypage .wrap_contents,
#overviewpage .wrap_contents,
#historypage .wrap_contents{
  margin-top: 60px;
  padding-bottom: 80px;
}


/*------ companylist (index.html & group) ------*/
#companypage .gra,
#overviewpage .gra,
#historypage .gra{
  width: 100%;
  height: 80px;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eee), color-stop(0.00, #444));
  background: -webkit-linear-gradient(#444, #eee);
  background: -moz-linear-gradient(#444, #eee);
  background: -o-linear-gradient(#444, #eee);
  background: -ms-linear-gradient(#444, #eee);
  background: linear-gradient(#444, #eee);
  opacity: 0.2;
  position: relative;
  bottom:47px;
  z-index: 0;
}
.companylist_wrap{
  margin-top: -254px;
  background: rgba(255,255,255,0.4);
  height: 250px;
  margin-top: 0;
  background: none;
  height: 210px;
  padding-top: 40px;
  margin-top: -40px;
  height: 168px;
}
.companylist{
  max-width: 1020px;
  width: 96%;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}
.companylist ul{
  display: flex;
  flex-direction: row;
}
.companylist ul{
  width: 602px;
  margin: 0 auto;
}
.companylist ul li{
	width: 128px;
  height: 128px;
  background:#f5a900;
  border-radius: 128px;
  margin-right: 30px;
  /* box-shadow */
  box-shadow:2px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:2px 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:2px 4px 8px 0px rgba(0, 0, 0, 0.2);
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 16px;
}
.companylist ul li span {
  font-size: 13px;
  font-weight: 400;
}
.companylist ul li .fc {
flex-wrap: wrap;
flex-direction:column;
}
.companylist ul li :hover{
  opacity: 0.6;
}
.companylist ul li a{
  height: 128px;
  color: #fff;
}
.companylist ul li:last-child{
  margin:0;
}



/*------ history ------*/
.history_area{
  margin-top:40px;
  margin-bottom: 40px;
}

.history_area ul{
  max-width: 960px;
	width: 98%;
}

.overview_area{
  width: 100%;
}

.overview_area ul li,
.history_area ul li{
  display: flex;
  flex-direction: row;
  padding: 24px 0;
  width: 100%;
}

.overview_area ul li:first-child,
.history_area ul li:first-child{
  padding-top:0;
  padding-bottom:24px;
}
.deco_01{
  width: 18px;
  height: 2px;
  background: #f5a900;
}
.deco_02{
  width: 8px;
  height: 8px;
  background: #f5a900;
  border-radius: 8px;
}
.ov_left{
  width: 16%;
}
.ov_left{
  display: flex;
  justify-content: flex-start;
  margin-left: -5px;
}

.year p{
  width: 88px;
  height: 28px;
  background: #f5a900;
  color:#fff;
}

.event{
  width: 82%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2%;
}
.event{
  padding-left: 0;
  padding-right: 2%;
}

/*------　トップメッセージ------*/
.topmessage_area{
  max-width: 960px;
	width: 96%;
  margin: 0 auto;
  line-height:40px;
  margin-top: 60px;
  padding-bottom: 80px;
}
.topmessage_area img{
  float:right;
  margin-top: -60px;
  margin-right: 20px;
  margin-left: 40px;
}
.ceoname{
  text-align: right;
  margin-top: 20px;
  margin-right: 6px;
}

/*------　企業理念------*/
.philosophy_area{
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
  margin-top: 60px;
  padding-bottom: 80px;
	font-size: 1.4em;
}
.philosophy_area p {
	margin-top:30px;
	}

/*------　会社概要 & 沿革 ------*/
#overviewpage .listarea,
#historypage .listarea{
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
}
#overviewpage .listarea{
  padding: 10px 0 50px 0;
}
#historypage .listarea{
  padding: 10px 0 10px 0;
}
#overviewpage .listarea ul li,
#historypage .listarea ul li{
  display: flex;
  flex-direction: row;
  padding: 24px 0;
}
#historypage .listarea ul{
  width:960px;
}
#overviewpage .listarea ul li{
  width: 100%;
}
#historypage .listarea ul li{
  width: 100%;
}
#overviewpage .listarea ul li:first-child
#historypage .listarea ul li:first-child{
  padding-top:0;
  padding-bottom:24px;
}
#overviewpage .li_left,
#historypage .li_left{
  display: flex;
  justify-content: flex-start;
  margin-left: -5px;
  width:176px;
}

#historypage .li_left p{
  width: 150px;
  height: 28px;
  background: #f5a900;
  color:#fff;
}
#historypage .li_right{
  width: calc(100% - 114px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 2%;
}

#overviewpage .li_left p{
  min-width: 100px;
  height: 28px;
  background: #f5a900;
  color:#fff;
}
#overviewpage .li_right{
  width: 98%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2%;
}


#overviewpage .deco_01,
#historypage .deco_01{
  width: 18px;
  height: 2px;
  background:#f5a900;
}
#overviewpage .deco_02,
#historypage .deco_02{
  width: 8px;
  height: 8px;
  background: #f5a900;
  border-radius: 8px;
}



/*------ レスポンシブ------*/
@media screen and (max-width : 768px) {

  /*------ companylist (index.html & group) ------*/
  #companypage .gra,
  #overviewpage .gra,
  #historypage .gra{
    width: 104%;
    height: 80px;
    top:-188px;
    margin-left:-2%;
  }
  .companylist_wrap{
    margin-top: 0;
    background: none;
    height: 276px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .companylist{
    width: 100%;
  }
  .companylist ul{
    flex-flow: wrap;
  }
  .companylist ul{
    width: 260px;
    margin: 0 auto;
  }
  .companylist ul li{
    width: 120px;
    height:120px;
    margin-right: 20px;
    font-size: 1.45rem;
    margin-bottom: 20px;
  }
  .companylist ul li :hover{
    opacity: 0.6;
  }
  .companylist ul li a{
    height: 120px;
    position: relative;
    top:2px;
  }
  .companylist ul li:nth-child(2){
    margin:0;
  }
  .companylist ul li:last-child(4){
    margin:0;
  }

  /*------　トップメッセージ------*/
  .topmessage_area{
    width: 98%;
  }
  .topmessage_area img{
    float:none;
    max-width: 210px;
    width: 80%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .ceoname{
    text-align: right;
    margin-top: 40px;
    margin-right: 8px;
  }

  /*------　企業理念------*/
  .philosophy_area{
    width: 96%;
  }

  /*------　会社概要 & 沿革 ------*/
  #overviewpage .listarea,
  #historypage .listarea{
    width: 100%;
    padding: 50px 0 50px 0;
  }
  #historypage .listarea ul{
    width:100%;
  }
  #overviewpage .listarea ul li,
  #historypage .listarea ul li{
    padding: 18px 0;
    width: 100%;
  }
  #overviewpage .listarea ul li:first-child,
  #historypage .listarea ul li:first-child{
    padding-top:0;
    padding-bottom:18px;
  }
  #overviewpage .li_left{
    margin-left:0;
    width:30%;
  }
  #overviewpage .li_left p{
    width: 80%;
    min-width: 0;
    height: 28px;
    line-height: 1.2;
    font-size: 11px;
  }
  #overviewpage .li_right{
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 2%;
  }
  #overviewpage .deco_01{
    width: 10%;
  }
  #overviewpage .deco_02{
    width: 6px;
    height: 6px;
    padding-right: -1px;
    border-radius: 6px;
  }


  #historypage .li_left{
    margin-left:0;
    width:20%;
    justify-content: flex-start;
    margin-left: 0;
    padding-right:0;
    min-width: 122px;
  }
  #historypage .li_left p{
    width: 100%;
    height: 28px;
    line-height: 1.2;
    font-size: 11px;
  }
  #historypage .li_right{
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin-left: 2%;
  }

  #historypage .deco_01{
    width: 14%;
  }
  #historypage .deco_02{
    width: 6px;
    height: 6px;
    padding-right: -1px;
    border-radius: 6px;
  }

}
