/*
----------------------------------------
history
----------------------------------------
*/

.page-header {
	background: url( ../img/history/2x/header-bg.png ) center center / cover no-repeat;
}

.page-header h1 {
	letter-spacing: 16px;
	padding-left: 12px;
}

/* info-box */

.info-box {
	margin: 55px 0 102px;
}

.info-box .block-04 .txt {
	margin-left: 0 !important;
	text-align: center;
	min-height: initial;
}

.info-box h2 {
	font-size: 4.2rem;
	letter-spacing: 1.2px;
	line-height: 1.4;
	margin: 30px 0;
}

.info-box h2 .date {
	font-size: 1.8rem;
	letter-spacing: 3px;
	color: #8fc31f;
}

.info-box .txt .read {
	font-size: 1.7rem;
	line-height: 2.4;
	letter-spacing: 1.2px;
}

.history-box {
	margin-bottom: 30px;
}

.history-box .block-border-01 {
	padding: 30px 0 40px;
}

.history-box .history-02.block-border-01 {
	padding-bottom: 102px;
}

.history-box .history-03 .sec.img {
	min-height: 205px;
}

.history-box .history-05.block-border-01 {
	padding-bottom: 98px;
}

.history-box h2.en {
	font-size: 5rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 18px;
}

.history-list .sec::before {
	content: '';
	width: 16px;
	background: #fff;
	position: absolute;
	top: 10px;
	bottom: -10px;
	left: 10px;
}

.history-list .sec:last-of-type::before {
	display: none;
}

.history-list .sec .circle {
	width: 32px;
	height: 32px;
	border: solid 8px #8fc31f;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 2px;
}

.history-list .sec {
	padding: 0 0 10px 64px;
	position: relative;
}

.history-list .sec.img {
	padding-right: 300px;
	min-height: 190px;
}

.history-list .sec.img:first-of-type {
	min-height: 230px;
}

.history-list .sec.em .circle {
	width: 40px;
	height: 40px;
	border: solid 12px #8fc31f;
	top: -4px;
	left: -2px;
}

.history-list .sec.era .circle {
	border: solid 8px #999;
}

.history-list .sec .img {
	position: absolute;
	top: 8px;
	right: 0;
	width: 260px;
	line-height: .5;
}

.history-list .sec .img img {
	border-radius: 15px;
}

.history-list .date {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 2.4px;
	line-height: 1.6;
	color: #8fc31f;
	margin-bottom: 10px;
}

.history-list .sec.era .date {
	color: #999;
}

.history-list h3 {
	font-size: 2.4rem;
	letter-spacing: .8px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.history-list .sec .list {
	margin-bottom: 35px;
}

.history-list .list h3 {
	padding-left: 20px;
	position: relative;
}

.history-list .list h3::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #8fc31f;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 0;
}

.history-list .list h3 + h3 {
	margin-top: 30px;
}

.history-list .sec .list p {
	margin-bottom: 25px;
}

.history-list p {
	font-size: 1.8rem;
	letter-spacing: .8px;
	margin-bottom: 30px;
}

.history-list .sec.em p {
	font-size: 1.5rem;
	letter-spacing: 1.2px;
	line-height: 2.1;
}

.history-list .sec.em p.list-block span {
	display: inline-block;
	white-space: nowrap;
}

.history-list .sec.em p .r-mark {
	display: inline-block;
	margin: 0 4px;
	transform: scale( 1.5 );
}

.feature-box {
	margin-bottom: 80px;
}

.feature-box .block-01 {
	padding: 92px 0 130px;
}

.feature-box .block-01 .box {
	margin: 0 0 0 auto;
}

.feature-box .block-01 > .en {
	top: 95px;
	right: 4vw;
}

.feature-box .ttl .en {
	opacity: 0;
	transform: translate( -90px, 8px );
	transition: all .6s;
	transition-delay: 1.2s;
}

.feature-box .block-01.view .ttl .en {
	opacity: 1;
	transform: translate( -98px, 8px );
}


/*
----------------------------------------
1400
----------------------------------------
*/

@media screen and ( max-width: 1400px ) {

	.info-box h2 {
		font-size: 4rem;
		margin: 0 0 20px;
	}

	.info-box .txt .read {
		line-height: 2.2;
	}

}


/*
----------------------------------------
1400
----------------------------------------
*/

@media screen and ( max-width: 1400px ) {

	.info-box .txt {
		padding: 20px 0;
	}

	.info-box h2 {
		font-size: 3.2rem;
	}

	.info-box .txt .read {
		font-size: 1.6rem;
		line-height: 2;
	}

}


/*
----------------------------------------
1200
----------------------------------------
*/

@media screen and ( max-width: 1200px ) {

	.history-box h2.en {
		font-size: 4rem;
	}

	.history-list h3 {
		font-size: 2.2rem;
	}

	.feature-box .block-01 {
		padding: 30px 0;
	}

}


/*
----------------------------------------
768
----------------------------------------
*/

@media screen and ( max-width: 768px ) {

	.info-box {
		margin: 25px 0 30px;
	}

	.info-box .block-04 {
		/* padding-top: 90px; */
		padding-top: 70px;
	}

	.info-box h2 {
		font-size: 2.5rem;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
	}

	.info-box h2 .date {
		font-size: 1.2rem;
	}

	.info-box .txt {
		padding: 0;
	}

	.info-box .txt .read {
		font-size: 1.5rem;
		text-align: justify;
	}

	.history-box {
		margin-bottom: 0;
	}

	.history-box h2.en {
		font-size: 2.5rem;
		margin-bottom: 25px;
	}

	.history-box .block-border-01,
	.history-box .history-02.block-border-01,
	.history-box .history-05.block-border-01 {
		padding: 16px 0 10px;
	}

	.history-list .sec {
		padding: 0 0 10px 45px;
	}

	.history-list .sec::before {
		width: 12px;
		top: 9px;
		left: 9px;
	}

	.history-list .sec .circle {
		width: 25px;
		height: 25px;
		border: solid 6.5px #8fc31f;
		top: -1px;
		left: 2.5px;
	}

	.history-list .sec.em .circle {
		width: 30px;
		height: 30px;
		border: solid 9px #8fc31f;
		top: -3px;
		left: 0;
	}

	.history-list .sec.era .circle {
		border: solid 6.5px #999;
	}

	.history-list .sec .list {
		margin-bottom: 20px;
	}

	.history-list .date {
		font-size: 1.4rem;
		letter-spacing: 1.8px;
		margin-bottom: 15px;
	}

	.history-list .sec.img {
		padding-right: 0;
	}

	.history-list .sec .img {
		position: relative;
		top: 0;
		width: 100%;
		margin-bottom: 15px;
	}

	.history-list .sec .img img {
		width: 100%;
	}

	.history-list h3 {
		font-size: 1.8rem;
		letter-spacing: .4px;
		margin-bottom: 5px;
	}

	.history-list .list h3 {
		padding-left: 18px;
	}

	.history-list .list h3::before {
		width: 6px;
		height: 6px;
		top: 12px;
	}

	.history-list p,
	.history-list .sec.em p {
		font-size: 1.4rem;
		line-height: 1.9;
		letter-spacing: .8px;
	}

	.feature-box {
		margin-bottom: 35px;
	}

	.feature-box .block-01 {
		padding: 10px 0 0;
	}

	.feature-box .block-01 > .en {
		top: 5px;
		right: 0;
		left: 0;
		text-align: center;
	}

	.feature-box .block-01 > .sp {
		display: block;
	}

	.feature-box .block-01 > .img {
		padding-right: 0;
		margin-bottom: 0;
	}

	.feature-box .ttl-02 .en {
		font-size: 1.4rem;
	}

	.feature-box .ttl-02 .jp {
		font-size: 2.5rem;
		line-height: 1.2;
		margin-bottom: 25px;
	}

	.feature-box .block-01 .box {
		margin: -25px 0 0;
	}

	.feature-box .ttl {
		line-height: 1;
		margin: -25px 0 0;
	}

	.feature-box .ttl .en,
	.feature-box .block-01.view .ttl .en {
		text-align: center;
		transform: scale( .75 );
	}

	.feature-box .box h2.jp {
		display: none;
	}

	.feature-box .block-01 .read {
		font-size: 1.5rem;
		line-height: 2;
		letter-spacing: 0;
		margin-bottom: 0;
	}

}
