@charset "UTF-8";

/*260129*/
.top_h1{
	text-align: left;
	position: relative;
  word-break: keep-all;
  font-weight: bold;
	font-weight: 500;
	width: 100%;
	margin: 0 auto;
}
.top_h1 span.blue{
font-weight: bold;
background: linear-gradient(to right, #4662a3, #7b96d5);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
margin-right: 5px;
}
.top_h1 span.big{font-size: 125%;}
@media (min-width: 768px) {
.top_h1{text-align: center;width: fit-content;}
.top_h1_wrap + .home-about {
      margin-top: 100px;
}
.top_h1::before, .top_h1::after{position: absolute; content: "";width: 60px;height: 1px;top: 80%;transform: translateY(-50%);}
.top_h1::before{left: -90px;background-image: linear-gradient(to right, #4662a3, #acbde5);}
.top_h1::after{right: -90px;background-image: linear-gradient(to left, #4662a3, #acbde5);}
}