@charset "utf-8";
/* CSS Document */
/*============================================================
/person/web_director/css/
============================================================*/
.p-ttl__h1 {}
.p-ttl__h1 span::after {}
.p-img_hero {
	background: url(../img/img_hero.webp) no-repeat center top;
	background-size: cover;
	background-position: bottom 10px right -150px;
}
.p-ttl__h2 {
	padding-top: 13rem;
}
.p-ttl__h2::after {
	display: none;
}
@media only screen and (min-width: 601px) {
	.p-ttl__h2 span {
		font-size: 2rem;
		line-height: 1.6;
	}
}/*601*/
@media only screen and (min-width: 769px) {
	.p-img_hero {
		width: 1000px;
		margin: 0 auto;
		justify-content: flex-start;
		background-position: 0;
	}
	.p-ttl__h2 {
		padding-right: 3rem;
		padding-left: 3rem;
		transform: none;
	}
	.p-ttl__h2 span {}
}/*769*/