@charset "utf-8";

/* 運営会社
   ========================================================================== */
/* 企業理念
   ====================================== */
.philosophy {
	text-align: center;
	margin-top: 10px !important;
}
.philosophy h2 {
	font-size: 1.8rem;
	font-weight: 800;
	text-align: center;
	line-height: 1.0;
	margin-bottom: 20px;
}
.philosophy h2 img {
	display: block;
	width: 30px;
	margin: 0 auto 10px auto;
}
/*.philosophy h2 {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #94c9e6;
}
.philosophy h2::before,
.philosophy h2::after {
	position: absolute;
	display: block;
	content: "";
	bottom: -3px;
	width: 20%;
	height: 3px;
	background-color: #fff;
}
.philosophy h2::before {
	left: 0;
}
.philosophy h2::after {
	right: 0;
}*/
.philosophy .pc {
	display: none;
}
@media (min-width:768px) {
	.philosophy {
		background-image: url("../img/company-bg.png");
		background-repeat: no-repeat;
		margin-top: 40px !important;
	}
	.philosophy h2 {
		font-size: 4.0rem;
		font-weight: 400;
		margin-bottom: 30px;
	}
	.philosophy h2 img {
		width: auto;
		margin-bottom: 30px;
	}
	/*.philosophy h2 {
		font-size: 4.0rem;
		font-weight: normal;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom-width: 4px;
	}
	.philosophy h2::before,
	.philosophy h2::after {
		height: 4px;
		bottom: -4px;
	}*/
	.philosophy .pc {
		display: inline-block !important;
	}
	.philosophy p {
		font-size: 1.8rem;
	}
}


/* 会社概要
   ====================================== */
@media (min-width:768px) {
	.profile .tb-def th {
		width: calc(100% / 5);
	}
}
