@charset "UTF-8";

/*--------------------------------------------------------------------------------
	aboutus
--------------------------------------------------------------------------------*/

/* p-aboutus-philosophy */

.p-aboutus-philosophy {
	width: 100%;
	max-width: 1176px;
	margin: 0 auto;
}

/* p-aboutus-strength */

.p-aboutus-strength {
	width: 100%;
	max-width: 1176px;
	margin: 60px auto 0;
}

@media only screen and (min-width: 768px) {

	.p-aboutus-strength {
		margin: 120px auto 0;
	}

}

/* p-aboutus-team */

.c-team.p-aboutus-team {
	width: 100%;
	max-width: 1176px;
	padding: 0 0 0 0;
	margin: 80px auto 0;
	position: relative;
}

.c-team.p-aboutus-team::before {
	display: none;
}

@media only screen and (min-width: 768px) {

	.c-team.p-aboutus-team::before {
		display: none;
	}

}

/* p-aboutus-profile */

.p-aboutus-profile {
	width: 100%;
	max-width: 1176px;
	margin: 60px auto;
}

@media only screen and (min-width: 768px) {

	.p-aboutus-profile {
		margin: 120px auto;
	}

}

.p-aboutus-profile .c-table-01-wrapper {
	margin-top: 30px;
}

@media only screen and (min-width: 768px) {

	.p-aboutus-profile .c-table-01-wrapper {
		margin-top: 60px;
	}

}

.p-aboutus-profile-text01 {
	font-size: 1.0rem;
	display: inline-block;
	padding: 0 0 0 1em;
}