@charset "UTF-8";
/*
** import core file
*/
/*
** -- two point
@mixin break-pc {//pcのみ
	@media screen and (min-width:601px) { @content; }
}
@mixin break-sp {//spのみ
	@media screen and (max-width:600px) { @content; }
}
@mixin break-sps {//iphone5/SE
	@media screen and (max-width:374px) { @content; }
}
*/
/*
** -- three point
*/
/*
** -- two point
@mixin break-pc {//pcのみ
	@media screen and (min-width:601px) { @content; }
}
@mixin break-sp {//spのみ
	@media screen and (max-width:600px) { @content; }
}
@mixin break-sps {//iphone5/SE
	@media screen and (max-width:374px) { @content; }
}
*/
/*
** -- three point
*/
/*
@include animation(scrollpoint,2.5,ease,0,infinite,normal,forwards);
<div class="scroll">
	<a href="#indexSolving">scroll</a>
	<span class="bar"></span>
</div>
*/
/*
&:before {
	content:'';
	@include sizes(1px,50px);
	display: block;
	background: #333;
	position: absolute;
	top:0;left:0;right:0;
	margin:auto;
	@include animation ( down-border, 2, ease, 0, infinite,normal,forwards);
	@include transform( translate3d(0,0,0) );
}
*/
/*==================================================

** gn
==================================================*/
#gnDetail {
  background: #f0f0f0;
}
#gnDetail .bandsec {
  padding: 55px 0 160px;
}
#gnDetail #companyNav {
  margin-top: 80px;
}

#gnCompany {
  margin-top: -115px;
}
#gnCompany .companybox {
  width: 47.4%;
  padding: 40px 3.9% 50px;
  background: #fff;
}
#gnCompany .companybox .summary {
  margin: 0;
  color: #189468;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
}
#gnCompany .companybox h3 {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 5px solid #189468;
  padding: 0 0 10px;
  margin: 15px 0 0;
}
#gnCompany .companybox h3 + * {
  margin-top: 20px;
}
#gnCompany .companybox .phtbox {
  margin-top: auto;
  min-height: 0%;
}
#gnCompany .companybox .phtbox img {
  margin: 35px 0 0;
}

@media screen and (max-width: 767px) {
  #gnDetail .bandsec {
    padding: 45px 0 90px;
  }
  #gnDetail #companyNav {
    margin-top: 40px;
  }
  #gnCompany {
    margin-top: -65px;
  }
  #gnCompany .companybox {
    width: 100%;
    padding: 20px 5.9%;
    background: #fff;
  }
  #gnCompany .companybox + .companybox {
    margin-top: 30px;
  }
  #gnCompany .companybox .summary {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #gnCompany .companybox h3 {
    font-size: 1.7rem;
    border-bottom: 2.5px solid #189468;
    padding: 0 0 8px;
    margin: 10px 0 0;
  }
  #gnCompany .companybox h3 + * {
    margin-top: 10px;
  }
  #gnCompany .companybox .phtbox img {
    margin: 20px 0 0;
  }
}/*# sourceMappingURL=gn.css.map */