@charset "UTF-8";
/* CSS Document */

.txtLead {
	text-align: center;
}
.pageSubTitle span.btnTxt01 .inner {
	font-size: 24px;
	line-height: 1.6;
}
.btnContents .btnContentsBody::after {
	content: "01";
	background:linear-gradient(to top right, rgba(255,255,255,0) 50%, #59B49A 50.5%) no-repeat top left/62px 62px;
}
.historyBox .historyBoxInner {
	margin: 30px auto;
}
.historyBox .historyBoxInner .btnHistory {
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.historyBox .historyBoxInner .btnHistory .txt {
	position: absolute;
	top: 5%;
	left: 5%;
}
.historyBox .historyBoxInner .btnHistory .txt i {
	display: block;
	font-weight: bolder;
}
.historyBox .historyBoxInner .btnHistory .txt .year {
	color: #264293;
	font-size: 31px;
}
.historyBox .historyBoxInner .btnHistory .txt .year::after {
	content: "";
	display: block;
	text-align: left;
	height: 2px;
	width: 45px;
	background: #264293;
	margin: 8px 0;
}
.historyBox .historyBoxInner .btnHistory .txt .title {
	font-size: 20px;
}
.historyBox .historyBoxInner .btnHistory .outer {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;	
}
.historyBox #history01.historyBoxInner .btnHistory .outer {
	background-image: url("./../img/btn_history01_on.jpg");
}
.historyBox #history02.historyBoxInner .btnHistory .outer {
	background-image: url("./../img/btn_history02_on.jpg");
}
.historyBox #history03.historyBoxInner .btnHistory .outer {
	background-image: url("./../img/btn_history03_on.jpg");
}
.historyBox #history04.historyBoxInner .btnHistory .outer {
	background-image: url("./../img/btn_history04_on.jpg");
}
.historyBox #history05.historyBoxInner .btnHistory .outer {
	background-image: url("./../img/btn_history05_on.jpg");
}
.historyBox #history06.historyBoxInner .btnHistory .outer {
	background-image: url("./../img/btn_history06_on.jpg");
}
.historyBox #history07.historyBoxInner .btnHistory .outer {
	background-image: url("./../img/btn_history07_on.jpg");
}
.historyBox #history08.historyBoxInner .btnHistory .outer {
	background-image: url("./../img/btn_history08_on.jpg");
}
.historyBox .historyBoxInner .btn {
	display: block;
	background: #264293;
	line-height: 1;
	text-align: center;
	padding: 15px 0;
}
.historyBox .historyBoxInner .btn i {
	color: #fff;
}
.historyBox .historyBoxInner .focus .btn {
	background: #000;
}
.historyBox .historyBoxInner .focus .btn i.op,
.historyBox .historyBoxInner .btnHistory .btn i.cl {
	display: none;
}
.historyBox .historyBoxInner .focus .btn i.cl {
	display: block;
	position: relative;
}
.historyBox .historyBoxInner .focus .btn i.cl::after {
	content: "×";
	display: block;
	position: absolute;
	top: -2px;
	right: 20px;
	font-size: 21px;
}
.btnInner .btn {
	cursor: pointer;
	max-width: 520px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	bottom: -95px;
}

/*  */
.historyBody {
	background: #F3F3F3;
	display: none;
	clear: both;
	position: relative;
	top: -45px;
	z-index: 1;
}
.historyBody .historyBodyInner {
	position: relative;
	padding: 50px 0 75px;
}
.historyBody .historyBodyInner::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 100%;
	display: block;
	background: #DEDEDE;
	top: 0;
	left: 0;
}
.historyBody .historyBodyInner .yearBox {
	position: relative;
	z-index: 1;
	padding-left: 35px;
	top: 50px;
	opacity: 0;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}
.historyBody .historyBodyInner .yearBox.start {
	top: 0;
	opacity: 1;
}
/*
.historyBody .historyBodyInner .yearBox.color01 {
	color: #69A6C6;
}
.historyBody .historyBodyInner .yearBox.color01 .yearTitle .fr::after {
	background: #69A6C6;
}
.historyBody .historyBodyInner .yearBox.color02 {
	color: #B12C2A;
}
.historyBody .historyBodyInner .yearBox.color02 .yearTitle .fr::after {
	background: #B12C2A;
}
*/

.historyBody .historyBodyInner .yearBox .historyTitle {
	font-size: 38px;
	color: #BCBCBC;
	line-height: 1.5em;
	padding: 35px 0 5px;
}
.historyBody .historyBodyInner .yearBox .yearTitle {
	position: relative;
	margin: 40px auto 0;
}
.historyBody .historyBodyInner .yearBox .yearTitle::after {
	content: "●";
	font-size: 11px;
	display: inline-block;
	line-height: 1;
	position: absolute;
	top: 50px;
	left: -37px;
}
.historyBody .historyBodyInner .yearBox .yearTitle span {
	display: block;
	line-height: 1;
}
.historyBody .historyBodyInner .yearBox .yearTitle .fr {
	font-size: 40px;
	padding-bottom: 15px;
}
.historyBody .historyBodyInner .yearBox .yearTitle .fr::after {
	content: "";
	display: block;
	height: 1px;
	background: #000;
	margin-left: -35px;
	position: relative;
	top: 15px;
}
.historyBody .historyBodyInner .yearBox .yearTitle .bk {
	font-size: 18px;
	line-height: 1.6em;
}
.historyBody .historyBodyInner .yearBox .detailTitle {
	font-size: 18px;
	margin: 15px auto;
}
.historyBody .historyBodyInner .yearBox .detailTitle.color01 {
	color: #69A6C6;
}
.historyBody .historyBodyInner .yearBox .detailTitle.color02 {
	color: #B12C2A;
}
.historyBody .historyBodyInner .yearBox .detailTitle + .yearBoxInner .yearDetail:first-child {
	margin-top: 0;
}
.historyBody .historyBodyInner .yearBox .yearBoxInner .yearDetail {
	margin: 25px auto 0;
	padding: 10px 0 0;
	border-top: 1px dashed #CCC;
}
.historyBody .historyBodyInner .yearBox .yearBoxInner .yearDetail:first-child {
	border-top: none;
	padding-top: 0;
}
.historyBody .historyBodyInner .yearBox .yearBoxInner .yearDetail figcaption {
	font-size: 13px;
	margin: 10px 0;
	line-height: 1.4em;
}
.historyBody .historyBodyInner .yearBox .yearBoxInner .yearDetail.min figure,
.historyBody .historyBodyInner .yearBox .yearBoxInner .yearDetail.min figcaption,
.historyBody .historyBodyInner .yearBox .yearBoxInner .yearDetail .inner ul li {
	width: 70%;
}
.historyBody .historyBodyInner .yearBox .yearBoxInner .yearDetail .inner ul li {
	margin: 20px 0;
}


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


.pageSubTitle span.btnTxt01 .inner {
	font-size: 35px;
}


/*
.historyBox .historyBoxInner .btnHistory.focus .txt .year,
.historyBox .historyBoxInner .btnHistory.focus .txt .title {
	color: #fff;
}
.historyBox .historyBoxInner .btnHistory.focus .txt .year::after {
	background: #fff;
}
.historyBox .historyBoxInner .btnHistory.focus .outer img {
	opacity: 0;
}
*/


.btnContents {
	margin-top: 120px;
}
.btnContents .btnContentsBody::after {
	background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #59B49A 50.5%) no-repeat top left/93px 93px;
}
#contents .contentsWrapOuter .contentsWrap {
	margin-top: 100px;
}
.historyBox {
	margin-left: -60px;
}
.historyBox .historyBoxInner {
	margin: 30px 0 30px 60px;
}
.historyBody .historyBodyInner {
	padding: 50px 60px 75px;
}
.historyBody .historyBodyInner::before {
	left: 50%;
}
.historyBox .historyBoxInner .btnHistory {
	max-width: 520px;
	margin-top: -230px;
	float: left;
}
.historyBox .historyBoxInner .btnHistory:hover {
	opacity: 0.7;
}
.historyBox .historyBoxInner:first-child .btnHistory {
	margin-top: 0;
}
.historyBox .historyBoxInner:nth-child(2n) .btnHistory {
	float: right;
}
.historyBox .historyBoxInner .btn {
	padding: 25px 0;
}
.historyBox .historyBoxInner .btnHistory .txt .year {
	font-size: 50px;
}
.historyBox .historyBoxInner .btnHistory .txt .year::after {
	width: 60px;
}
.historyBox .historyBoxInner .btnHistory .txt .title {
	font-size: 32px;
}
.historyBody {
	top: -65px;
}
.historyBody.open {
	margin-bottom: 300px;
}
.historyBody .historyBodyInner .yearBox {
	margin-left: 50%;
	padding-left: 60px;
}
.historyBody .historyBodyInner .yearBox .yearTitle::after {
	left: -57px;
}
.historyBody .historyBodyInner .yearBox .yearTitle .fr::after {
	margin-left: -55px;
}
.historyBody .historyBodyInner .yearBox .detailTitle {
	font-size: 20px;
}
.historyBody .historyBodyInner.boxLeft .yearBox:nth-child(odd),
.historyBody .historyBodyInner.boxRight .yearBox:nth-child(even) {
	margin: -100px 50% 0 0;
	padding: 0 60px 0 0;
}
.historyBody .historyBodyInner.boxLeft .yearBox:nth-child(odd) {
	margin-top: 0;
}
.historyBody .historyBodyInner.boxLeft .yearBox:nth-child(even) {
	margin-top: -100px;
}
.historyBody .historyBodyInner.boxLeft .yearBox:nth-child(odd) .yearTitle::after,
.historyBody .historyBodyInner.boxRight .yearBox:nth-child(even) .yearTitle::after {
	left: auto;
	right: -65px;
}
.historyBody .historyBodyInner.boxLeft .yearBox:nth-child(odd) .yearTitle .fr::after,
.historyBody .historyBodyInner.boxRight .yearBox:nth-child(even) .yearTitle .fr::after {
	margin: 0 -60px 0 0;
}
.historyBody .historyBodyInner .yearBox .yearBoxInner .yearDetail.min figure,
.historyBody .historyBodyInner .yearBox .yearBoxInner .yearDetail.min figcaption {
	width: 200px;
	margin-left: 0;
}
.historyBody .historyBodyInner .yearBox .yearBoxInner .yearDetail.min img {
	width: auto;
}
.historyBody .historyBodyInner .yearBox .yearBoxInner .yearDetail .inner ul {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 -30px -30px;
}
.historyBody .historyBodyInner .yearBox .yearBoxInner .yearDetail .inner ul li {
	width: 200px;
	margin: 0 0 30px 30px;
}
.btnInner .btn {
	bottom: -110px;
}
.btnInner .btn:hover {
	opacity: 0.7;
}


/* 年表内の調整 */
.historyBody .historyBodyInner .yearBox .historyTitle {
	position: absolute;
	font-size: 58px;
	letter-spacing: normal;
	line-height: 1.3em;
	width: 500px;
}
.historyBody .historyBodyInner .yearBox.mt0 {
	margin-top: 0 !important;
}

.historyBody .historyBodyInner.boxLeft .yearBox:nth-child(even) .historyTitle,
.historyBody .historyBodyInner.boxRight .yearBox:nth-child(odd) .historyTitle {
	right: 530px;
	top: 185px;
	text-align: right;
}

.historyBody .historyBodyInner.boxLeft .yearBox:nth-child(odd) .historyTitle,
.historyBody .historyBodyInner.boxRight .yearBox:nth-child(even) .historyTitle {
	top: 120px;
	right: -550px;
}



#history01 .historyBody .historyBodyInner .yearBox.year5 .historyTitle {
	top: 600px !important;
}
#history02 .historyBody .historyBodyInner .yearBox.year1 .historyTitle {
	top: 55px !important;
}
#history03 .historyBody .historyBodyInner .yearBox.year1 .historyTitle {
	top: 55px !important;
}
#history03 .historyBody .historyBodyInner .yearBox.year6 .historyTitle {
	top: -260px !important;
	left: 0px !important;
}
#history04 .historyBody .historyBodyInner .yearBox.year1 .historyTitle {
	top: 45px !important;
}
/*#history04 .historyBody .historyBodyInner .yearBox.year2 {
	margin-top: 300px !important;
}*/
#history04 .historyBody .historyBodyInner .yearBox.year2 .historyTitle {
	top: 100px !important;
}
#history05 .historyBody .historyBodyInner .yearBox.year1 .historyTitle {
	top: 30px !important;
}
#history05 .historyBody .historyBodyInner .yearBox.year3 .historyTitle {
	top: -10px !important;
}
#history05 .historyBody .historyBodyInner .yearBox.year3 .historyTitle {
	top: 60px !important;
}
#history07 .historyBody .historyBodyInner .yearBox.year10 .historyTitle {
	top: 35px !important;
}
#history08 .historyBody .historyBodyInner .yearBox.year1 .historyTitle {
	top: 80px !important;
}





}
