@charset "utf-8";
.st-Hero {
  background-image: url(../img/hero.jpg);
}
.st-Hero::before {
  background-image: linear-gradient(to right, rgba(0,64,0,1) 0%,rgba(0,64,0,0) 26%,rgba(0,64,0,0) 74%,rgba(0,64,0,1) 100%);
}
.st-Hero::after {
  background-color: rgba(0,51,44,.32);
}


.abt-Signature {
  margin-top: calc(33em / 18 - .6em);
  text-align: right;
}
.abt-Philosophy dd {
	text-indent: 1em;
	font-size: calc(18em / 16);
}
.st-Contents_Inner .abt-Philosophy dt {
	flex-shrink: 0;
	margin-bottom: 0;
	width: calc(206em / 100);
	font-size: calc(18em / 16);
}