@charset "utf-8";

/* ------------------------------
 経営理念・ビジョン（PC）
------------------------------ */
.contents .bgBox h3 {
	margin-bottom: 15px;
}
.contents .bgBox p:not(:last-child) {
	border-bottom: dotted 1px #b7c0ca;
	padding-bottom: 25px;
}
/* ------------------------------
 経営理念・ビジョン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents .bgBox h3 {
		margin-bottom: 10px;
	}
	.contents .bgBox p:not(:last-child) {
		padding-bottom: 20px;
	}

	.value img {
		width: 90%;
		height: auto;
	}
	.contents .vision h4 {
		padding-left: 1em;
		text-indent:-1em;
	}
}