@charset "UTF-8";
/*//////////////////////////////////////////////////
	TOP
//////////////////////////////////////////////////*/
.sec_wrap {
  margin-bottom: 4rem;
}

@media screen and (min-width: 961px) {
.sec_wrap {
  margin-bottom: 8rem;
}
}
/*--------------------------------------------------
	経営理念
--------------------------------------------------*/
@media screen and (min-width: 961px) {
  #philosophy .philosophy__txt {
    text-align: left;
    padding: 0 9rem;
  }
}

/*--------------------------------------------------
	行動指針
--------------------------------------------------*/
.guidelines__point {
  padding: 0 1rem;
  box-sizing: border-box;
  /* border-bottom: 0.1rem solid #4FB38F; */
}
.guidelines__point .guidelines__point-item {
  padding-left: 2rem;
  text-indent: -2rem;
  font-size: 1.3rem;
}
.guidelines__point .guidelines__point-item + .guidelines__point-item {
  margin-top: 1.2rem;
}
.guidelines__point .guidelines__point-item span {
  color: #4FB38F;
}

@media screen and (min-width: 961px) {
  .guidelines__point {
    padding: 0 9rem;
  }
  .guidelines__point .guidelines__point-item {
    font-size: 1.5rem;
  }
  .guidelines__point .guidelines__point-item + .guidelines__point-item {
    margin-top: 1.2rem;
  }
}