@import url("https://fonts.googleapis.com/css?family=Droid+Serif:700");

@media print, screen and (min-width: 769px) {
article main {
	position: relative;
}
article main > figure {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 700px;
	position: relative;
	overflow: hidden;
	background: #000;
}
article main > figure > img {
	width: 1920px;
	position: relative;
	z-index: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 0;
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-ms-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}
article main > figure > img.animate {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-moz-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}
article main div {
	position: absolute;
	bottom: 100px;
	width: 100vw;/*
      h2:before{
      	content: "";
      	position: absolute;
      	left:50%;
      	margin-left:-20px;
      	display: block;
      	width:40px;
      	height:1px;
      	background: #ffffff;
      	top:-7px;
      }
      h2:after{
      	content: attr(data-text);
      	position: absolute;
      	left:50%;
      	-webkit-transform: translate(-50%, 0);
      	-moz-transform: translate(-50%, 0);
      	-o-transform: translate(-50%, 0);
      	-ms-transform: translate(-50%, 0);
      	transform: translate(-50%, 0);
      	display: block;
      	top:-60px;
      	font-size: 0.4em;
      	letter-spacing: 0.25em;
      	font-family: 'PT Sans', sans-serif;
      }
      */ }
article main div figure {
	position: relative;
	left: 50%;
	width: 600px;
	top: 0;
	margin-left: -30px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
article main div figure img.main_logo {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	margin-bottom: 10px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 0;
}
article main div figure.animate {
	width: 800px;
	height: 112px;
}
article main div figure.animate.step02 {
	width: 400px;
	height: 112px;
	margin-left: -200px;
	top: 25px;
}
article main div figure:before {
	content: "";
	width: 800px;
	height: 112px;
	position: absolute;
	z-index: 10;
	background: #ffffff;
	display: block;
	right: 0;
	top: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
article main div figure.animate:before {
	content: "";
	width: 0;
}
article main div h2 {
	position: relative;
	margin-bottom: 20px;
	font-weight: 700;
	top: -100px;
	opacity: 0;
	text-align: center;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
article main div h2 img {
	width: 250px;
}
article main div h2 img.sp {
	display: none;
}
article main div h2.animate {
	top: 0;
	opacity: 1;
	line-height: 1.2em;
}
article main div p {
	text-align: center;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
article main div p div {
	position: inherit !important;
	top: 0 !important;
	left: 0 !important;
}
article main div p div span:first-child {
	margin-right: 5px;
}
article main div p div span:nth-child(n+3) {
	display: none;
}
article main div p.animate {
	opacity: 1;
}
article main div p:nth-of-type(1) {
	font-size: 3em;
	letter-spacing: 0;
	margin-bottom: 15px;
	line-height: 1em;
}
article main div p:nth-of-type(2) {
	font-size: 1.25em;
	letter-spacing: 0.225em;
	margin-bottom: 30px;
}
article main div p:nth-of-type(1).animate {
	letter-spacing: 0.075em;
}
article main div p:nth-of-type(2).animate {
	letter-spacing: 0.3em;
}
article main div p:nth-of-type(3) {
	border: 0;
	padding: 0;
	margin: 0 auto;
	background: none;
	width: 350px;
	height: 45px;
	display: block;
	position: relative;
	border-radius: 22.5px;
	overflow: hidden;
	background: #38ebfb;
	background: -moz-linear-gradient(top, #38ebfb 0%, #61fafe 100%);
	background: -webkit-linear-gradient(top, #38ebfb 0%, #61fafe 100%);
	background: linear-gradient(to bottom, #38ebfb 0%, #61fafe 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38ebfb', endColorstr='#61fafe', GradientType=0 );
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
article main div p:nth-of-type(3) a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 12px;
	text-align: center;
	font-size: 1.5em;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-family: 'Sanomat Sans Web Bold';
}
article main div p:nth-of-type(3):hover {
	background: #70ffff;
	background: -moz-linear-gradient(top, #70ffff 0%, #c2ffff 100%);
	background: -webkit-linear-gradient(top, #70ffff 0%, #c2ffff 100%);
	background: linear-gradient(to bottom, #70ffff 0%, #c2ffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70ffff', endColorstr='#c2ffff', GradientType=0 );
}
article section:nth-of-type(1) {
	background: #ebf1f2;
	padding: 75px 0;
	position: relative;
	z-index: 10;
}
article section:nth-of-type(1) h3 {
	font-size: 3em;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 45px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: relative;
	top: -50px;
	opacity: 0;
	font-family: 'Sanomat Sans Web Regular';
}
article section:nth-of-type(1) h3.animate {
	top: 0;
	opacity: 1;
}
article section:nth-of-type(1) ul {
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-width: 1200px;
	width: 100%;
	margin-bottom: 30px;
}
article section:nth-of-type(1) ul li {
	overflow: hidden;
	float: left;
	width: 20%;
	position: relative;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
article section:nth-of-type(1) ul li > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
article section:nth-of-type(1) ul li figure {
	padding: 0;
	margin: 0;
}
article section:nth-of-type(1) ul li img {
	position: relative;
	z-index: -1;
	width: 100%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
article section:nth-of-type(1) ul li > img:last-child {
	position: absolute;
	z-index: -2;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	left: 0;
	top: 0;
}
article section:nth-of-type(1) ul li.animate {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
article section:nth-of-type(1) ul li:hover figure img {
	opacity: 0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
article section:nth-of-type(1) ul p {
	position: absolute;
	left: 0;
	bottom: 10px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.75);
}
article section:nth-of-type(1) ul p a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.8em;
}
article section:nth-of-type(1) ul p a:nth-of-type(1) {
	font-size: 1.2em;
	margin-bottom: 5px;
	white-space: nowrap !important;
}
article section:nth-of-type(1) > ul:after {
	content: "";
	display: block;
	clear: both;
}
article section:nth-of-type(1) > p {
	text-align: center;
}
article section:nth-of-type(2) {
	background: #fff;
	z-index: 10;
}
article section:nth-of-type(2) figure {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}
article section:nth-of-type(2) figure img {
	width: 100%;
	position: relative;
	z-index: 0;
}
article section:nth-of-type(2) figure img.sp {
	display: none;
}
article section:nth-of-type(2) figure:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000000;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
article section:nth-of-type(2) figure.animate:before {
	width: 0;
	right: 0;
}
article section:nth-of-type(2) div {
	width: 100%;
	padding: 50px 0;
	background: #fff;
}
article section:nth-of-type(2) div h3 {
	margin: 0 auto 20px auto;
	padding-bottom: 20px;
	font-size: 1.25vw;
	line-height: normal;
	font-family: 'Sanomat Sans Web Regular';
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
}
article section:nth-of-type(2) div h3:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 60px;
	height: 1px;
	background: #000000;
	margin-left: -30px;
}
article section:nth-of-type(2) div p {
	width: 650px;
	margin: 0 auto 10px auto;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	line-height: 1.8em;
	top: -10px;
	opacity: 0;
	position: relative;
}
article section:nth-of-type(2) div p:last-child {
	margin-bottom: 0;
}
article section:nth-of-type(3) {
	background: #ebf1f2;
	padding: 75px 0;
	position: relative;
}
article section:nth-of-type(3) h3 {
	font-size: 3em;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: relative;
	top: -50px;
	opacity: 0;
	font-family: 'Sanomat Sans Web Regular';
}
article section:nth-of-type(3) h3.animate {
	top: 0;
	opacity: 1;
}
article section:nth-of-type(3) table {
	width: 800px;
	margin: 0 auto 20px auto;
	position: relative;
	top: -20px;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
article section:nth-of-type(3) table th,  article section:nth-of-type(3) table td {
	font-size: 1.2em;
	padding: 20px 0;
	border-bottom: 1px solid #c8c8cc;
	position: relative;
	line-height: 1.75em;
}
article section:nth-of-type(3) table th img,  article section:nth-of-type(3) table td img {
	width: 150px;
	height: 32px;
}
article section:nth-of-type(3) table th h5,  article section:nth-of-type(3) table td h5 {
	font-family: 'Sanomat Sans Web bold';
}
article section:nth-of-type(3) table th {
	width: 270px;
}
article section:nth-of-type(3) table tr:nth-child(3) td a,  article section:nth-of-type(3) table tr:nth-child(4) td a {
	color: #00a7ea;
	text-decoration: none;
	letter-spacing: 0.1em;
}
article section:nth-of-type(3) table tr:nth-child(3) td a:nth-child(2),  article section:nth-of-type(3) table tr:nth-child(4) td a:nth-child(2) {
	color: #000;
	display: block;
	width: 150px;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	text-align: center;
	background: #00d5e8;
	border-radius: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 0.9em;
}
article section:nth-of-type(3) table.animate {
	top: 0;
	opacity: 1;
}
article section:nth-of-type(3) table + p {
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
	font-size: 1.5em;
	font-weight: bold;
}
article section:nth-of-type(3) > a {
	color: #000;
	display: block;
	width: 400px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #00d5e8;
	border-radius: 22.5px;
	position: relative;
	left: 50%;
	margin-left: -200px;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 0.15em;
}
article section:nth-of-type(4) {
	padding: 75px 0;
	background: #fff;
	z-index: 10;
}
article section:nth-of-type(4) div {
	width: 1000px;
	margin: 0 auto;
}
article section:nth-of-type(4) div dl {
	margin-bottom: 50px;
}
article section:nth-of-type(4) div dl dt {
	margin-bottom: 20px;
	font-size: 1.3em;
	font-family: 'Sanomat Sans Web Bold';
	letter-spacing: 0.05em;
}
article section:nth-of-type(4) div dl:nth-of-type(1) dd {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}
article section:nth-of-type(4) div dl:nth-of-type(1) dd a:nth-of-type(1) {
	width: 150px;
	height: 32px;
	display: block;
	margin-right: 45px;
}
article section:nth-of-type(4) div dl:nth-of-type(1) dd a:nth-of-type(1) img {
	width: 150px;
	height: 32px;
	display: block;
}
article section:nth-of-type(4) div dl:nth-of-type(1) dd a:nth-of-type(2) {
	width: 230px;
	height: 32px;
	margin-right: 45px;
	display: block;
}
article section:nth-of-type(4) div dl:nth-of-type(1) dd a:nth-of-type(2) img {
	width: 230px;
	height: 32px;
	display: block;
}
article section:nth-of-type(4) div dl:nth-of-type(1) dd a:nth-of-type(3) {
	width: 220px;
	height: 55px;
	display: block;
}
article section:nth-of-type(4) div dl:nth-of-type(1) dd a:nth-of-type(3) img {
	width: 220px;
	height: 55px;
	display: block;
}
	
article section:nth-of-type(4) div dl:nth-of-type(2) dd {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	
}

article section:nth-of-type(4) div dl:nth-of-type(2) dd img:nth-of-type(1){
	height:15px;
	margin-right: 45px;
	position: relative;
	top:15px;
	width:250px;
}	
	
article section:nth-of-type(4) div dl:nth-of-type(2) dd a:nth-of-type(1) img {
	width:54px;
	height:45px;
	top:0;
}	
	
article section:nth-of-type(4) div dl:nth-of-type(3) dd {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(1) {
	width: 147px;
	height: 30px;
	display: block;
	margin-right: 45px;
	margin-bottom: 30px;
}
article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(1) img {
	width: 147px;
	height: 30px;
	display: block;
	margin-right: 0;
}
article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(2) {
	position: relative;
	width: 144px;
	top: -10px;
	height: 35px;
	display: block;
	margin-right: 45px;
}
article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(2) img {
	width: 144px;
	height: 35px;
	display: block;
}
article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(3) {
	position: relative;
	top: -5px;
	width: 178px;
	height: 30px;
	display: block;
	margin-right: 45px;
}
article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(3) img {
	width: 178px;
	height: 30px;
	display: block;
}

article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(4) {
	position: relative;
	width: 250px;
	height: 44px;
	display: block;
}

article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(4) img {
	width: 250px;
	height: 44px;
	display: block;
}
	
article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(5) {
	position: relative;
	width:207px;
	height: 18px;
	display: block;
	margin-right: 25px;
}
article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(5) img {
	width:207px;
	height: 18px;
	display: block;
}
article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(6) {
	width: 99px;
	height: 35px;
	display: block;
	position: relative;
	top: -9px;
	margin-right: 25px;
}
article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(6) img {
	width: 99px;
	height: 35px;
	display: block;
}	
	
article section:nth-of-type(4) div dl:nth-of-type(3) dd>img {
	height: 12px;
	top:3px;
	position: relative;
}
article section:nth-of-type(4) div dl:nth-of-type(4) dd {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}
article section:nth-of-type(4) div dl:nth-of-type(4) dd a:nth-of-type(1) img {
	width: 100px;
	height: 25px;
}
}
