/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2026 | 11:30:40 */
/* 会社概要ページ */

#body_wrap.page-id-213 .c-pageTitle::before {
  content: "COMPANY";
  display: block;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  color: #888;
}
#body_wrap.page-id-213 .l-content {
	padding-top: 0;
	margin-top: -38px;
}
#body_wrap.page-id-213 #top_title_area .u-obf-cover {
	object-position: center 40%;
}

/* 代表挨拶 */
.p-company-greeting::before {
	position: absolute;
	content: "";
	top: 300px;
	left: 0;
	width: 55%;
	height: 45%;
	transform: skewX(-20deg);
	background:
	  linear-gradient(
		to left,
		rgba(255,255,255,.2),
		rgba(255,255,255,0)
	  ),
	  var(--color_deep02);
}
@media (max-width: 959px) {
	.p-company-greeting::before {
		top: 210px;
		width: 60%;
		height: 85%;
		transform: skewX(-20deg)  translatex(-20%);
	}
}
@media (max-width: 500px) {
	.p-company-greeting::before {
		top: 170px;
	}
}
@media (min-width: 960px) {
	.p-company-greeting .text-area {
		margin-top: 70px;
	}
}
.p-company-greeting .img figure {
	display: block;
	aspect-ratio: 4 / 5;
	width: 100%;
	height: 100%;
}
@media (max-width: 960px) {
	.p-company-greeting .img figure {
		aspect-ratio: 1;
	}
}
.p-company-greeting .img figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.p-company-greeting .is-style-kakko_box::before {
	top: 10px;
	left: 10px;
}
.p-company-greeting .is-style-kakko_box::after {
	bottom: 10px;
	right: 10px;
}

/* 企業理念 */
.p-company-philosophy h3 {
	font-size: 1.2em;
	padding: .5em!important;
}



