@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.corporate {
	margin-bottom: 167px;
}
.info {
	padding: 93px 0 122px;
}
.info .headLine01 {
	margin-bottom: 69px;
}
.info .headLine01 .jp {
	margin-top: 29px;
}
.info .infoList {
	margin-bottom: 50px;
	padding: 71px 60px 74px 68px;
	background-color: #FFF;
}
.info .infoList:last-child {
	margin-bottom: 0;
}
.info .infoList li {
	padding: 17px 0 18px 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #d1d1d1;
	line-height: 2.25;
}
.info .infoList li:last-child {
	border-bottom: 1px solid #d1d1d1;
}
.info .infoList li .ttl {
	width: 230px;
	font-weight: 700;
	letter-spacing: 0.025em;
}
.info .infoList li .txt {
	width: calc(100% - 242px);
	letter-spacing: 0.025em;
}
.history {
	padding: 90px 0 141px;
	overflow: hidden;
}
.history .headLine01 {
	margin-bottom: 102px;
}
.historySlide {
	margin: 0 auto;
	width: 1100px;
}
.history .slick-disabled {
	visibility: hidden;
}
.history .slick-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: -175px;
	top: 25px;
	width: 56px;
	height: 56px;
	z-index: 100;
	cursor: pointer;
}
@media all and (min-width: 897px) {
	.history .slick-arrow:hover {
		opacity: 0.7;
	}
}
.history .slick-next {
	left: auto;
	right: -175px;
}
.history .slick-list {
	margin: 0 -22px;
	overflow: visible;
}
.history .slick-slide {
	position: relative;
	width: 275px;
	padding-right: 28px;
}
.history .slide {
	text-align: center;
}
.history .slick-slide:before {
	position: absolute;
	left: 0;
	top: 53px;
	width: 100%;
	height: 3px;
	background: #d4dada;
	content: "";
	z-index: -2;
}
.history .slick-slide:first-child:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #fff;
	content: "";
	z-index: -1;
}
.history .slick-slide:last-child:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #fff;
	content: "";
	z-index: -1;
}
.history .year {
	margin: 0 auto 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 104px;
	height: 104px;
	font-size: 24px;
	border: 6px solid #aebcd6;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity 0.3s;
}
.history .txt {
	font-size: 1.8rem;
	line-height: 1.77;
	letter-spacing: 0.025em;
	opacity: 0;
	transition: opacity 0.3s;
}
.history .slick-active .year,
.history .slick-active .txt {
	opacity: 1;
}
@media all and (max-width: 896px) {
	.corporate {
		margin-bottom: 71px;
	}
	.info {
		padding: 43px 0 76px;
	}
	.info .headLine01 {
		margin-bottom: 38px;
		color: #ebebeb;
	}
	.info .headLine01 .jp {
		margin: 8px 0 0 3px;
	}
	.info .infoList {
		padding: 35px 20px;
	}
	.info .infoList li {
		padding: 25px 7px;
		display: block;
		line-height: 2;
	}
	.info .infoList li .ttl {
		margin-bottom: 8px;
		width: auto;
	}
	.info .infoList li .txt {
		width: auto;
	}
	.history {
		padding: 68px 0 31px;
	}
	.history .headLine01 {
		margin-bottom: 59px;
	}
	.historySlide {
		width: auto;
	}
	.history .slick-arrow {
		left: -11px;
		top: 35px;
		width: 28px;
		height: 28px;
	}
	.history .slick-next {
		right: -11px;
		left: auto;
	}
	.history .slick-list {
		margin: 0 11px;
	}
	.history .slick-slide {
		width: 120px;
		padding-right: 50px;
	}
	.history .slick-slide:before {
		top: 48px;
	}
	.history .year {
		margin: 0 auto 23px;
		width: 97px;
		height: 97px;
		font-size: 2.3rem;
		border-width: 3px;
	}
	.history .txt {
		font-size: 1.5rem;
		line-height: 2.05;
	}
}
@media all and (min-width: 897px) and (max-width: 1550px) {
	.history .slick-arrow {
		left: -70px;
	}
	.history .slick-next {
		left: auto;
		right: -70px;
	}
}
@media all and (max-width: 359px) {
	.comText {
		font-size: 1.4rem;
	}
	.info .infoList li .txt {
		font-size: 1.3rem;
	}
	.history .slick-slide {
		padding-right: 10px;
	}
}