@charset "utf-8";

/*----------------------------------------------------
 事業案内
----------------------------------------------------*/
/* アクティブ表示 */
@media screen and (min-width: 835px) {
	.business header .header_nav nav > ul > li:nth-child(2) {
		background-color: #3f80dc;
	}
	.business header .header_nav nav > ul > li:nth-child(2)::after {
		opacity: 1;
		transform: translate(0, -17px);
	}
}
/* コンテンツカラー表示 */
.business #contents_title i,
.business #contents_title h2 {
	color: var(--color-business);
}
.business .page_content h2 {
	color: var(--color-business);
	border-color: var(--color-business);
}
.business h3.theme_belt {
	background-color: var(--color-business);
}
/* 共通 */
.page_link {
	display: flex;
	flex-wrap: wrap;
	width: 660px;
	margin: 0 auto;
}
.page_link li {
	margin: 0 15px;
}
.page_link li .linkBtn {
	width: 300px;
}

/* ごあいさつ */
.chairman_photo {
	width: 256px;
}
.chairman_photo p {
	margin: 10px 0 0;
	line-height: 1.6;
	text-align: center;
	text-indent: 0;
}
.chairman_photo p .name {
	font-size: 1.375em;
	margin-left: 0.5em;
	letter-spacing: 0.25em;
}
.greeting .sentence {
	margin: 0 0 80px;
	padding-left: 300px;
}
.greeting h3 {
	font-size: 1.25em;
	margin: 0 0 12px;
}
.greeting .sentence p {
	text-indent: 1em;
}
.greeting .sentence p.last {
	margin: 0 0 30px;
}

.column_2 h3 {
	font-size: 1.375em;
	color: var(--color-main);
	margin: 0 0 18px;
}
table {
	width: 100%;
}
th {
	background-color: #e9f8fe;
	width: 100px;
	border-right: 6px solid #ffffff;
	border-bottom: 6px solid #ffffff;
}
td {
	background-color: #fafafa;
	border-bottom: 6px solid #ffffff;
}
tr:last-child th,
tr:last-child td {
	border-bottom: 0;
}

/* 事業案内 */
.project {
	margin: 0 0 30px;
}
.project h3 {
	font-size: 1.375em;
	line-height: 1.4;
	color: var(--color-main);
	display: inline-block;
	margin-right: 0.5em;
	position: relative;
	z-index: 2;
	margin: 0 0 20px;
}
.project h3::before {
	content: "";
	background-color: #ffffff;
	width: calc(100% + 0.5em);
	height: 1em;
	z-index: -1;
	display: inline-block;
	position: absolute;
	left: 0;
}
.project h3::after {
	content: "";
	width: 1100px;
	height: 1px;
	background-color: var(--color-main);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -2;
}
.project .project_detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -24px;
	line-height: 1.8;
}
.project .project_detail li {
	width: calc(50% - 48px);
	margin: 0 24px 30px;
	text-align: justify;
}
.project h4 {
	font-size: 1.0625em;
	position: relative;
}
.project h4::before {
	content: "\f02b";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: var(--color-main);
	margin-right: 0.2em;
}

/* 役員名簿 */
.list {
	margin: 0 0 60px;
}
.list dl {
	display: table;
	width: 100%;
}
.list dl.label dd {
	background-color: #e9f8fe;
	border-right: 6px solid #ffffff;
	border-bottom: 6px solid #ffffff;
	text-align: center;
}
.list dl dt {
	display: none;
}
.list dl dd {
	display: table-cell;
	background-color: #fafafa;
	padding: 20px 15px;
	line-height: 1.8;
	vertical-align: middle;
	border-right: 6px solid #ffffff;
	border-bottom: 6px solid #ffffff;
}
.list dl dd.type,
.list dl dd.name {
	width: 15%;
}
.list dl dd.belongs {
	width: 40%;
}
.list dl dd.group {
	width: 30%;
}


@media screen and (max-width: 834px) {
	.chairman_photo {
		width: 140px;
	}
	.chairman_photo p {
		font-size: 0.9em;
	}
	.chairman_photo p .name {
		font-size: 1.25em;
		margin-left: 0.5em;
	}
	.greeting .sentence {
		margin: 0 0 40px;
		padding-left: 0;
	}
	.greeting h3 {
		font-size: 1.13em;
		margin: 0 0 8px;
	}
	.greeting .sentence p.last {
		margin: 0 0 20px;
	}
	.column_2 h3 {
		font-size: 1.2em;
		margin: 0 0 10px;
	}
	th,
	td {
		display: block;
		line-height: 1.6;
		border: none;
	}
	tr {
		border-bottom: 6px solid #ffffff;
	}
	th {
		width: 100%;
		text-align: left;
	}
	.page_link {
		display: block;
		width: 260px;
	}
	.page_link li {
		margin: 0 0 20px;
	}
	.page_link li .linkBtn {
		width: 260px;
	}
	.project {
		margin: 0 0 30px;
	}
	.project h3 {
		font-size: 1.2em;
		margin: 0 0 10px;
	}
	.project h3::before,
	.project h3::after {
		content: none;
	}
	.project .project_detail {
		display: block;
		margin: 0;
		line-height: 1.6;
	}
	.project .project_detail li {
		width: 100%;
		margin: 0 0 15px;
	}
	.list {
		margin: 0 0 20px;
	}
	.list dl {
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 0 20px;
		padding: 0 0 14px;
		border-bottom: 1px solid #cccccc;
	}
	.list dl.label {
		display: none;
	}
	.list dl dt {
		display: inline-block;
		color: var(--color-main);
		line-height: 1.2;
		width: 3.5em;
		margin: 0 0 6px;
		min-height: 2em;
	}
	.list dl dd {
		display: inline-block;
		line-height: 1.2;
		padding: 0;
		background-color: inherit;
	}
	.list dl dd.type,
	.list dl dd.name,
	.list dl dd.belongs,
	.list dl dd.group {
		width: calc(100% - 3.5em);
		margin: 0 0 6px;
		border: none;
		min-height: 2em;
}
	}

}
