/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 19:19:31 */
/* 固定ページ（代表者挨拶） */

/* 共通 */
.profile-table td:first-of-type {
	width: 120px!important;
}
.profile-table.kojin td:first-of-type {
	width: 80px!important;
}

/* この事業に込める思い */
.p-about-omoi .text-area {
	position: relative;
	z-index: 2;
}
@media (min-width: 960px) {
	.p-about-omoi .text-area {
		right: -20px;
		bottom: -20px;
	}
}
.p-about-omoi .text-area .english-title {
	color: var(--color_main);
	font-size: 28px;
}
@media (max-width: 959px) {
	.p-about-omoi .text-area .english-title {
		font-size: 24px;
	}
}
.p-about-omoi .text-area .title {
	font-size: 16px;
}
@media (max-width: 959px) {
	.p-about-omoi .text-area .title {
		font-size: 14px;
	}
}
.p-about-omoi .text-area table td {
	font-family: YuGothic, "Yu Gothic", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (max-width: 959px) {
	.p-about-omoi .text-area table td:first-of-type {
		width: 100px;
	}
}
.p-about-omoi .img-area {
	position: relative;
	z-index: 1;
}
.p-about-omoi .img {
	position: relative;
}
.p-about-omoi .img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	right: -30px;
	bottom: -30px;
	background-color: #C9D3DF;
	z-index: -1;
}

@media (max-width: 959px) {
	.p-about-omoi .img::before {
		right: -10px;
		bottom: -10px;
	}
	.p-about-omoi .content .swell-block-columns__inner {
		 flex-direction: column-reverse;
	}
}

/* 代表者挨拶 */
.p-about-greeting .content * {
	font-family: YuGothic, "Yu Gothic", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.p-about-greeting .content .title {
	font-size: 26px;
}
@media (max-width: 959px) {
	.p-about-greeting .content .title {
		font-size: 20px;
	}
}

/* 顧問プロフィール */
.p-about-komon .content .swell-block-columns__inner {
	justify-content: center;
}

/* 経歴 */
.p-about-keireki table tr:first-of-type th,
.p-about-keireki table tr:first-of-type td {
	border-top: 0;
}
.p-about-keireki table th {
	border-bottom-color: #666;
}
.p-about-keireki table th,
.p-about-keireki table td {
	padding: 28px 16px;
	font-family: YuGothic, "Yu Gothic", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (max-width: 959px) {
	.p-about-keireki table th {
		border-bottom: 0;
		padding-top: 16px;
		padding-bottom: 0;
	}
	.p-about-keireki table td {
		border-top: 0;
		padding-top: 5px;
		padding-bottom: 16px;
	}
}