@charset "UTF-8";

.profile_txt .txt_explanation {
	font-size: 15px;
	font-style: italic;
}

.inner h2 {
	margin: 65px 0 15px 0;
}

.profile_txt {
	text-align: center;
	margin-top: 25px;
}

.inner .works p {
	text-align: left;
	margin: 5px 80px;
}

.contact {
	display: flex;
	justify-content:center;
}

 .contact .fab {
	margin: 0 15px 0 15px;
}

.contact .fas {
	margin: 0 15px 0 15px;
}

a {
    border-bottom: none;
}

.career_txt {
	margin-bottom: 0;
}

.a {
	margin-bottom: 0;
}


@media screen and (max-width: 736px) {
	.profile_txt {
		width: 100%;	
	}

	.profile_txt .sp {
		display: none;
	}

	.inner .works p {
		width: 100%;
		margin: 0 ;
	}

	.inner .works .sp {
		display: none;
	}

	.contact .fab {
		margin: 0 10px 0 10px;
	}

	.contact .fas {
		margin: 0 10px 0 10px;
	}

	.b {
		text-align: left;
	}
	
}