@charset "utf-8";

/* ユーティリティ（このページで使用） */
.txt-b {
	font-size: 120% !important;
}

/* コンテンツレイアウト（このページで使用） */
.content-inner-100 {
	width: 100%;
	margin: 0;
	padding: 20px 30px;
	z-index: 1;
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	color: #505050;
	text-align: center;
}

/* 事業紹介：メインイメージエリア */
.biz-c {
	width: 100%;
	text-align: center;
	padding: 20px;
}

.biz-c img {
	width: 80%;
	max-width: 800px;
}

/* 事業紹介：部署・ポジションエリア（posi） */
.posi {
	width: 100%;
	margin: 40px 0 60px 0;
	padding: 20px 20px 40px 20px;
	display: flex;
	flex-direction: column;
	color: #505050;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.posi1 {
	font-family: 'Noto Serif JP', serif;
	width: 100%;
	font-size: 24px;
	line-height: 1.6;
	color: #346596;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 20px 0;
}

.posi2 {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.posi2-1 {
	width: 43%;
}

.posi2-1 img {
	width: 100%;
	box-shadow: rgb(0, 0, 0, 0.2) 8px 8px 16px;
	border-radius: 12px;
	height: auto;
	margin: 20px 0 0 0;
}

.posi2-2 {
	width: 43%;
}

.posi2-2 img {
	width: 100%;
	box-shadow: rgb(0, 0, 0, 0.2) 8px 8px 16px;
	border-radius: 12px;
}

/* 事業紹介：カードレイアウト（biz-outer/inner） */
.biz-outer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: stretch;
	margin: 0 auto;
	padding: 20px 20px 0px 20px;
	position: relative;
	z-index: 1;
}

.biz-inner {
	width: 31%;
	margin: 20px 0 20px 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	color: #505050;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #eee;
}

.biz-inner1 {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.biz-inner1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
}

.biz-inner2 {
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.biz-inner2-1 {
	font-family: 'Noto Serif JP', serif;
	width: 100%;
	font-size: 20px;
	line-height: 1.6;
	color: #346596;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0 0;
}

.biz-inner2-2 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	color: #505050;
}

/* メディアクエリ */
@media screen and (max-width:699px) {
	.biz-c {
		padding: 20px 0;
	}

	.biz-c img {
		width: 100%;
	}

	.content-inner-100 {
		padding: 20px 0px;
	}

	/* SP時の表示順序制御 */
	.biz-sptop1 {
		order: 1;
	}

	.biz-sptop2 {
		order: 2;
	}

	.biz-sptop3 {
		order: 3;
	}

	.posi2 {
		flex-direction: column;
	}

	.posi2-1 {
		width: 100%;
	}

	.posi2-1 img {
		width: 100%;
		height: auto;
		margin: 20px 0 0 0;
	}

	.posi2-2 {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.biz-outer {
		padding: 20px 0 0 0px;
	}

	.biz-inner {
		width: 49%;
	}
}

@media screen and (max-width:499px) {
	.biz-inner {
		width: 100%;
	}
}