@charset "utf-8";
/*
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

.historySec01{
	padding: 70px 0
}
.historySec01 .hd{
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 54px;
}
.historySec01 .topP{
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 140px;
}
.historyDl01{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.historyDl01 dt{
	background: #a3b91f;
	padding: 60px 20px;
	padding-left: 0;
	min-width: 600px;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	font-size: 0
}
.historyDl01 dt:before{
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: 10000%;
	height: 100%;
	background:  #a3b91f;
	z-index: 1;
}
.historyDl01 .item:nth-child(1),
.historyDl01 .item:nth-child(3) {
	width: 28%;
}
.historyDl01 .item:nth-child(2) {
	width: 72%;
}
.historyDl01 .item:nth-child(4) {
	width: 38.66%;
}
.historyDl01 .item{
	display: inline-block;
	width: 33.33%;
	font-size: 1.8rem;
}
.historyDl01 .item.two{width: 66.66%;margin-bottom: 70px}
.historyDl01 .p02{
	font-size: 2.6rem;
	font-weight: bold;
	padding: 13px 0 2px;
	white-space: nowrap;
}
.historyDl01 .p03{
	font-weight: bold;
}
.historyDl01 dd{
	margin-left: 20px;
	margin-right: -340px;
	margin-right: calc(0% - 50vw + 100% - 600px + 20px + 0px);
}

.historySec02{
	margin-top: 70px;
	padding-bottom: 160px;
	background: url(../img/history/bg_sec02.jpg)no-repeat bottom center;
	background-size: cover;
}
.historyDl02 dt{
	/* float: right; */
	margin-left: 20px;
}
.historyDl02 dd{
	overflow: hidden;
}
.historyDl02 .year{
	color: #a3b91f;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 100px;
}
.historyDl02 .year span{
	font-weight: bold;
	font-size: 7.2rem;
	margin-right: 5px
}
.historyDl02 .text{
	font-size: 1.8rem
}
.historyDl02 .text font{/*color:#a3b91f*/ color: #c70b0b; }
.historyDl02 .text + .text{padding-top: 27px}

.historySlider .slick-arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    z-index: 3;
    top: calc(100% + 190px);
    transform: translateY(-50%);
}

.historySlider .slick-prev{
    background: url(../img/history/prev01.png)no-repeat;
    background-size: 100% auto;
    left: 0px;
}
.historySlider .slick-prev.slick-disabled {
    background: url(../img/history/prev02.png)no-repeat;
    background-size: 100% auto;
}
.historySlider .slick-next{
    background: url(../img/history/next01.png)no-repeat;
    background-size: 100% auto;
    right: 0
}
.historySlider .slick-next.slick-disabled {
    background: url(../img/history/next02.png)no-repeat;
    background-size: 100% auto;
}
.historyUl01{
	margin: 130px 64px 0;
	padding: 0 35px 0px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.historyUl01:before{
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: 1px;
	background: #666;
	content: '';
	z-index: -1;
}

.historyUl01 li{
	cursor: pointer;
	outline: none;
}
.historyUl01 li span{
	display: block;
	font-size: 1.8rem;
	line-height: 1;
	padding-bottom: 52px;
	color: #666666;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.historyUl01 li span:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 2;
	transform:translate(-50%,0);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	box-sizing: border-box;
	background:  #666666;
}
.historyUl01 li.slick-current span{
	color: #a3b91f;
}
.historyUl01 li.slick-current span:before{
	border: 2px solid #a3b91f;
	background: #fff;
}

.slick-slide img {
	width: 290px;
	height: auto;
}

.historyDl02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 1240px) {
	.historyDl01 .p02{font-size: 2.2rem}
	.historyDl01 dt{min-width: 50%}
	.historyDl01 dd{margin-right: 0}
	.historyDl02 .year{margin-bottom: 70px}
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.historyDl02 {
		align-items: flex-start;
		flex-direction: column;
	}
	.historySec01{
		padding: 30px 0
	}
	.historySec01 .hd{
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}
	.historySec01 .topP{
		text-align: left;
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	.historyDl01{
		display: block;
		align-items: center;
		justify-content: space-between;
	}
	.historyDl01 dt{
		background: #a3b91f;
		padding: 15px 10px;
		min-width: auto;
		box-sizing: border-box;
		position: relative;
		color: #fff;
		font-size: 0
	}
	.historyDl01 dt:before{
		content: none;
		position: absolute;
		right: 100%;
		top: 0;
		width: 10000%;
		height: 100%;
		background:  #a3b91f;
		z-index: 1;
	}
	.historyDl01 .item{
		display: inline-block;
		width: 33.33%;
		font-size: 1.3rem;
	}
	.historyDl01 .item.two{width: 66.66%;margin-bottom: 30px}
	.historyDl01 .p02{
		font-size: 1.4rem;
		font-weight: bold;
		padding: 6px 0 0px;
		white-space: nowrap;
	}
	.historyDl01 .p03{
		font-weight: bold;
	}
	.historyDl01 dd{
		margin:30px 0 0;
	}

	.historySec02{
		margin-top: 30px;
		padding-bottom: 50px;
		background: url(../img/history/bg_sec02.jpg)no-repeat bottom center;
		background-size: cover;
	}
	.historyDl02 dt{
		float: none;
		margin:0 0 20px;
	}
	.historyDl02 dd{
		overflow: hidden;
	}
	.historyDl02 .year{
		color: #a3b91f;
		font-size: 1.4rem;
		line-height: 1;
		margin-bottom: 10px;
	}
	.historyDl02 .year span{
		font-weight: bold;
		font-size: 2.4rem;
		margin-right: 5px
	}
	.historyDl02 .text{
		font-size: 1.4rem
	}
	.historyDl02 .text font{color:#a3b91f }
	.historyDl02 .text + .text{padding-top: 10px}

	.historySlider .slick-arrow {
	    position: absolute;
	    width: 30px;
	    height: 30px;
	    z-index: 3;
	    top: calc(100% + 60px);
	    transform: translateY(-50%);
	}

	.historyUl01{
		margin: 30px 40px 0;
		padding: 0 0px 0px;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.historyUl01:before{
		position: absolute;
		left: 0;
		bottom: 4px;
		width: 100%;
		height: 1px;
		background: #666;
		content: '';
		z-index: -1;
	}
	.historyUl01 li span{
		display: block;
		font-size: 1.2rem;
		line-height: 1;
		padding-bottom: 22px;
		color: #666666;
		font-weight: bold;
		position: relative;
		text-align: center;
	}
	.historyUl01 li span:before{
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		z-index: 2;
		transform:translate(-50%,0);
		width: 8px;
		height: 8px;
		border-radius: 50%;
		box-sizing: border-box;
		background:  #666666;
	}
	.historyUl01 li.slick-current span{
		color: #a3b91f;
	}
	.historyUl01 li.slick-current span:before{
		border: 1px solid #a3b91f;
		background: #fff;
	}
}