@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

/* page title */
/* -------------------------------------------------- */
.pageCompany {
	background: url(../../img/company/company_title_bg.jpg) no-repeat center center / cover;
}

.pageComTtl {
	padding: 30px 20px 23px;
	font-size: 3.0rem;
	letter-spacing: 0.16em;
}

/* overview */
/* -------------------------------------------------- */
#overview {
	margin: 50px 0 100px;
}

.overviewFigure {
	margin-bottom: 60px;
	border-radius: 15px;
	overflow: hidden;
}

.overviewImg {
	width: 100%;
}

.overviewCont {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.overviewCatch {
	margin-bottom: 50px;
	font-size: 3.2rem;
	line-height: 1.0;
	letter-spacing: 0.15em;
	text-align: center;
}

.overviewTxt {
	line-height: 1.8;
}

.overviewContTabld {
	margin-top: 60px;
}

/* table */
.overviewContTabld {
	border-top: 1px solid #E1E3DE;
}

.overviewTableRow {
	width: 100%;
	padding: 34px 0;
	border-bottom: 1px solid #E1E3DE;
}

.overviewTableTtl {
	width: 240px;
	padding-left: 40px;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	color: #3EB134;
}

.overviewTableDes {
	width: calc(100% - 240px);
	font-size: 1.6rem;
	letter-spacing: 0.15em;
}

/* history */
/* -------------------------------------------------- */
.historyTtl {
	margin-bottom: 50px;
	letter-spacing: 0.17em;
}

.historyRow {
	margin-bottom: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.historyContFigure {
	width: 57.3%;
}

.historyFigureItem {
	overflow: hidden;
}

.historyContFigOdd .historyFigureItem {
	border-radius: 0 15px 15px 0;
}

.historyContDes {
	width: 42.7%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}

.historyContIn {
	width: 100%;
	max-width: 820px;
	padding: 0 16.5%;
}

.historyContHead {
	margin-bottom: 45px;
	font-size: 2.6rem;
	letter-spacing: 0.15em;
}

.historyContTxt {
	font-size: 1.6rem;
	line-height: 1.7;
}

.historyContKome {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.7;
}

.historyContFigEven {
	order: 2;
}

.historyContFigEven .historyFigureItem {
	border-radius: 15px 0 0 15px;
}

.historyContDesEven {
	order: 1;
	justify-content: flex-end;
}

.slick-dots {
	text-align: right;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.pageCompany {
		background: url(../../img/company/mv_sp.jpg) no-repeat center center / cover;
	}
	
	.historyContFigure {
		width: 100%;
		border-radius: 0;
	}

	.historyFigureItem {
		border-radius: 0 !important;
	}

	.historyContDes {
		width: 100%;
	}

	.historyContIn {
		width: calc(100% - 100px);
		margin: auto;
		padding: 50px 0 0;
	}

	.historyContFigEven {
		order: 1;
		border-radius: 0;
	}

	.historyContDesEven {
		order: 2;
		justify-content: flex-end;
	}

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.pageComTtl {
		padding: 25px 20px;
		font-size: 2.0rem;
	}

	#overview {
		margin: 50px 0 80px;
	}

	.overviewFigure {
		margin-bottom: 30px;
	}

	.overviewCatch {
		margin-bottom: 20px;
		font-size: 2.6rem;
	}

	.overviewContTabld {
		margin-top: 40px;
	}

	.overviewTableRow {
		padding: 20px 0;
	}

	.overviewTableTtl {
		width: 100%;
		margin-bottom: 10px;
		padding-left: 0;
	}

	.overviewTableDes {
		width: 100%;
		font-size: 1.4rem;
	}

	.historyRow {
		margin-bottom: 50px;
	}

	.historyContIn {
		width: calc(100% - 60px);
		margin: auto;
		padding: 10px 0 0;
	}

	.historyContHead {
		margin-bottom: 20px;
		font-size: 2.0rem;
	}

	.historyContTxt {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 600px) {
	.overviewCatch {
		font-size: 2.2rem;
	}

	.historyTtl {
		margin-bottom: 40px;
		letter-spacing: 0.05em;
	}


}