/* Base */
h1, h2, h3, h4, h5, h6, p {
	font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}
/*投稿幅調整*/
.post .inside-article {
  padding: 0px clamp(1rem, -1.857rem + 14.29vw, 5rem);
}
/*グローバルメニューの調整*/
@media (max-width: 900px) {
.main-navigation .main-nav ul li a {
  padding-left: 15px;
  padding-right: 15px;
}
}
/*トップの背景*/
@media (min-width: 900px) {
	.home #business::before {
  background: url("../img/back-img-03.png") no-repeat 50% / contain;
  content: '';
  width: 20vw;
  height: 20vw;
  position: absolute;
  left: -18vw;
  top: -8vw;
  z-index: -1;
}
.home #etc::before {
	background: url("../img/back-img-01.png") no-repeat 50% / contain;
  content: '';
  width: 18.5vw;
  height: 18vw;
  position: absolute;
  right: -15vw;
  top: -53%;
}
.home #office::before {
  background: url("../img/back-img-02.png") no-repeat 50% / contain;
  content: '';
  width: 20.8vw;
  height: 18.9vw;
  position: absolute;
  left: -17.2vw;
  top: -13.1vw;
}
}