@charset "UTF-8";

/* ==================================================
代表挨拶
================================================== */
.company-greeting-section {
	display: flex;
	justify-content: space-between;
}

.company-greeting-section .texts-column {
	width: 610px;
}

.company-greeting-section .thumb-column {
	width: 570px;
}

@media screen and (max-width: 768px) {
	.company-greeting-section {
		flex-direction: column;
	}

	.company-greeting-section .texts-column {
		width: auto;
		order: 2;
	}

	.company-greeting-section .thumb-column {
		width: auto;
		margin: 0 0 32px;
		order: 1;
	}
}

/* タイトル
-------------------------------------------------- */
.company-greeting-section .greeting-title {
	margin: 0 0 10px;
	color: #365f68;
	font-size: 50px;
}

@media screen and (max-width: 768px) {
	.company-greeting-section .greeting-title {
		margin: 0 0 16px;
		text-align: center;
		font-size: 30px;
	}
}

/* サムネ
-------------------------------------------------- */
.company-greeting-section .greeting-thumb {
	margin: 0 auto 15px;
	display: block;
}

.company-greeting-section .thumb-caption {
	line-height: 1.3;
	font-size: 21px;
	text-align: center;
}

.company-greeting-section .thumb-caption span {
	display: block;
}

.company-greeting-section .thumb-caption .name {
	font-size: 43px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.company-greeting-section .thumb-caption .name {
		font-size: 2em;
	}
}

/* ==================================================
略歴
================================================== */
.company-biography-section {
	padding: 60px 77px 55px;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	background:
		url(../images/company/biography_bg02.png) right bottom no-repeat,
		url(../images/company/biography_bg.jpg)
	;
}

.company-biography-section .biography-title {
	margin: 0 0 22px;
	line-height: 1;
	text-align: center;
	color: #365f68;
	font-size: 50px;
	font-family: "Hannari", "NotoSerifCJKjp", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

@media screen and (max-width: 768px) {
	.company-biography-section {
		padding: 16px;
	}

	.company-biography-section .biography-title {
		margin: 0 0 16px;
		font-size: 30px;
	}
}

/* テーブル
-------------------------------------------------- */
.biography-table {
	width: 100%;
	margin-top: 10px;
}

.biography-table th {
	width: 54px;
}

.biography-table th,
.biography-table td {
	padding: 25px 8px 12px;
	vertical-align: middle;
	font-weight: normal;
	border-bottom: 1px dotted #8f8f8f;
}

/* ==================================================
会社情報
================================================== */
.company-about-section .area-inner {
	width: 1028px;
}