@charset "utf-8";

/* ------------------------------
 年表
------------------------------ */
.contents{
	margin-bottom: 0;
}
.bg-blue{
	background-color: #d5e0eb;
	padding-top: 65px;
	position: relative;
	text-align: center;
}
.bg-blue:before{
	content:"";
	width: 100%;
	display: block;
	background: linear-gradient( #2c659a 0%, transparent 100%);
	height: 700px;
	opacity: 0.2;
	position: absolute;
	top: 0;
}
.w1040{
	position: relative;
	z-index: 10;
}
.year-line{
	background: url("/corporate/history/shared/img/year_line.svg") center bottom 100px no-repeat;
	background-size: 32px auto;
	padding-top: 40px;
	padding-bottom: 130px;
}
.contents h2{
	font-size: 5.8rem;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 15px rgba(17, 66, 137, 0.45);
	margin-bottom: 0;
}
.arrow-txt{
	font-size: 1.6rem;
	font-weight: bold;
	display: inline-block;
	background: url("/corporate/history/shared/img/arrow_txt_bg.svg") no-repeat center bottom 0;
	background-size: auto 12px;
	padding-bottom: 25px;
	margin-bottom: 0;
	line-height: 1.5 !important;
}
.year{
	font-size: 4.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #666666;
	line-height: 1.2 !important;
	font-family: 'Roboto Condensed', sans-serif;
}
.year-dot:after{
	content:"";
	width: 23px;
	height: 23px;
	display: block;
	background: url("/corporate/history/shared/img/year_dot.svg") no-repeat center bottom 0;
	background-size: 23px 23px;
	margin: 0 auto;
	margin-bottom: -23px;
	margin-top: 10px;
}
.w480{
	text-align: left;
}
.w480.img-harf img{
	width: 240px;
}
.w480 .f18{
	line-height: 1.3 !important;
}
@media print, screen and (min-width: 768px) {
	.w480.fl .f18{
		text-align: right !important;
	}
	.w480.fl .pop-btn{
		float: right;
	}
	.w480.fl img{
		float: right;
	}
}
@media screen and (max-width: 767px) {
	.bg-blue{
		padding-top: 50px;
	}
	.contents h2{
		font-size: 4.4rem;
	}
	.bg-blue .f24{
		font-size: 1.9rem;
		line-height: 1.5 !important;
	}
	.year-dot:after{
		margin-top: 3px;
		margin-bottom: 10px;
	}
	.arrow-txt{
		line-height: 1.5 !important;
	}
	.w480 .f18 {
		text-align: center;
		line-height: 1.5 !important;
	}
	.w480.img-harf{
		text-align: center;
	}
	.w480.img-harf img{
		width: 80%;
	}
}
/* ------------------------------
 遅延
------------------------------ */
.fadeBox {
	opacity: 0;
	visibility: hidden;
	transform: translateY(80px);
	transition: transform 1s, opacity 1s, visibility 1s;
}
.fadeIn {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/* ------------------------------
 固定の年代
------------------------------ */
.year-list{
	width: 60px;
	height: 162px;
    position: fixed;
    top:50%;
	line-height: 2.2;
	right: 45px;
	color: #fff;
	background: url("../img/year_list_bg.svg") no-repeat right 0 top 17px;
	background-size: auto 145px;
	z-index: 20;
}
.year-list a{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff !important;
}
.year-list a:hover{
	color: #0041a5;
}
@media screen and (max-width: 767px) {
	.year-list{
		width: auto;
		position: relative;
		height: auto;
		background: none;
		z-index: 100;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		margin-bottom: 10px;
	}
	.year-list li{
		display: inline-block;
		border-right: solid 1px #fff;
		line-height: 1;
		padding-right: 10px;
		margin-right: 5px;
		font-size: 1.6rem;
	}
	.year-list li:last-child{
		border-right: none;
	}
}
/* ------------------------------
 ボタン　スマホでセンター
------------------------------ */
@media screen and (max-width: 767px) {
	.pop-btn {
		margin: auto;
	}
}
/* ------------------------------
 ポップアップ年
------------------------------ */
.pop-content .year {
	font-size: 5.8rem;
	color: #fff;
	text-align: center !important;
	margin-bottom: 15px;
}
.pop-content a {
	color: #fff !important;
	text-decoration: underline !important;
}
@media screen and (max-width: 767px) {
	.pop-content .year {
		font-size: 4rem;
	}
}

/* ------------------------------
 受託開発タブ
------------------------------ */
.page-list {
	width: 313px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.page-list li a,
.page-list li p {
	width: 136px;
	height: 34px;
	line-height: 34px !important;
	font-family: 'Roboto', sans-serif;
	color: #fff !important;
	text-align: center;
	display: block;
	position: relative;
}
.page-list li a{
	background: #999999;
}
.page-list li p {
	background: #0041a5;
	box-shadow: 0 0 12px 0 rgba(17, 66, 137, 0.45);
}
@media screen and (max-width: 767px) {
	.page-list {
		width: 285px;
	}
}