/* 会社概要 */
body {
	background-color: #eff1f7;
}
.section .container p {
	margin-bottom: 15px;
}

.section .container ul {
	list-style: disc;
	margin-left: 16px;
}

.section .container ul li {
	margin-bottom: 5px;
}

.bg-white {
	background: #fff;
}
.bg-gray {
	background: #eff1f7;
}
.margin-left {
	margin-left: auto;
}

.section-inner {
	padding-bottom: 100px;
	padding-top: 100px;
}

.ceo-section p {
	font-size: 14px;
	letter-spacing: 2px;
}
.company_item-ceo {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 64px 0 8px 0;
}
.company_item-ceoName {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
}

.company_item-philosophy-box {
	background: #2d2828;
	margin-bottom: 40px;
	padding: 40px;
	width: 718px;
}

.company_item-philosophy-title {
	color: #fff;
	font-family: "Rethink Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 56px;
	font-style: italic;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 40px;
}

.company_item-philosophy-text p,
.company_item-philosophy-text li {
	color: #fff;
	font-size: 14px;
}

.company_item-philosophy-text p {
	margin-bottom: 0;
}

.company_item-philosophy-text ol {
	list-style: decimal;
	margin-left: 16px;
}

.company_item-philosophy-text li {
	margin-bottom: 10px;
}

.philosophy {
	background: url("../../images/company/bg_company-square.png") top 80px right no-repeat;
}

.company_item-infotable {
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.company_item-infotable a {
	color: #0000ee;
	text-decoration: underline;

	&:active {
		color: #ff0000;
	}
	&:hover {
		color: #0000ee;
	}
	&:visited {
		color: #551a8b;
	}
}

.company_item-infotable th,
.company_item-infotable td {
	border-bottom: #d9d9db solid 1px;
	padding: 20px;
	vertical-align: top;
}

.company_item-infotable th {
	text-align: left;
	width: 200px;
}

.company_item-infotable td {
	font-weight: normal;
	width: calc(100% - 200px);
}

.company_line-history {
	background: url("../../images/company/bg_line-company.png") top left 70px repeat-y;
	margin-left: auto;
	width: 1000px;
}

.company_item-history-year {
	background: #fff;
	color: #e60012;
	font-family: "Rethink Sans", sans-serif;
	font-size: 56px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.6;
}

.company_item-history-inner {
	align-items: first baseline;
	display: flex;
	padding-left: 140px;
}

.company_item-history-month {
	font-size: 14px;
	margin-right: 20px;
	white-space: nowrap;
}

.company_item-history-month span {
	color: #000;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	margin-right: 5px;
}

.map_link {
	color: #003785;
}

.map_link a {
	color: #003785;
	font-size: 14px;
	text-decoration: underline;
}

.map_link a:after {
	content: url("../../images/company/icon_map.png");
	display: inline-block;
	height: 15px;
	margin-left: 5px;
	width: 11px;
}

.map_link a:hover {
	text-decoration: none;
}

.company_item-map {
	align-items: center;
	display: flex;
}

.company_item-map h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.company_item-map dt {
	width: 580px;
}

.company_item-map dd {
	padding-left: 80px;
	width: calc(100% - 580px);
}

.more_link {
	height: 46px;
	margin-top: 20px;
	width: 180px;
}

.more_link a {
	background: #34373d url("../../images/company/icon_more-link.png") center right 16px no-repeat;
	color: #fff;
	display: block;
	font-style: italic;
	line-height: 46px;
	padding: 0 16px;
}

@media (max-width: 1000px) {
	.philosophy {
		background-size: 60%;
	}
	.company_item-philosophy-box {
		width: 100%;
	}
	.company_item-infotable {
		width: 100%;
	}
	.company_line-history {
		width: 100%;
	}
	.company_item-map {
		display: block;
	}
	.company_item-map dt {
		margin-bottom: 20px;
		width: 100%;
	}
	.company_item-map dt iframe {
		width: 100% !important;
	}
	.company_item-map dd {
		padding-left: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.section-inner {
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.section .container h2 {
		background-size: 30px 30px;
		font-size: 22px;
		padding-left: 45px;
	}
	.company_item-philosophy-title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.company_line-history {
		background: url("../../images/company/bg_line-company.png") top left 40px repeat-y;
	}
	.company_item-history-year {
		font-size: 36px;
	}
	.company_item-history-inner {
		padding-left: 90px;
	}
	.company_item-infotable th {
		width: 120px;
	}
	.company_item-infotable td {
		width: calc(100% - 120px);
	}
}
