@charset "utf-8";
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size:16px;
	line-height:1.6;
	word-wrap: break-word;
	color: #001565;
	background:#081565;
}


a{
	color: #001565;
}


h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

@media screen and (max-width: 800px) {
body {
	font-size:14px;
}
}

/* contents
-------------------------------------------------------------------*/
.wrap{
    min-width: 1024px;
    position: relative;
    overflow: hidden;
}

.wd{
	width:1000px;
	margin:0 auto;
}

.main-bg{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background:url(../img/growth/common/main-bg.jpg) no-repeat center center;
	background-size:cover;
	z-index:-1;
}

.contents{
	clear:both;
	position:relative;
	z-index:3;
}

.scale{
	width:100%;
	height:auto;
}

.sp{
	display:none !important;
}

.left{
	float:left;
}

.right{
	float:right;
}

img{
	max-width:100%;
	height:auto;
}

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .inner iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}

@media screen and (max-width: 800px) {
.wrap{
    min-width: inherit;
}

.wd{
	width:100%;
}
	
.main-bg{
	background:url(../img/growth/common/sp/main-bg.jpg) no-repeat center center;
	background-size:cover;
}

.pc{
	display:none;
}

.sp{
	display:block !important;
}
}

/* footer
-------------------------------------------------------------------*/
footer{
	background:#fff;
	padding:100px 20px 30px 20px;
	text-align:center;
}

footer .link li{
	display:inline-block;
	padding:0 10px;
}

footer .copy{
	font-size: 12px;
	padding:80px 0 0 0;
}

@media screen and (max-width: 800px) {
footer{
	padding:60px 20px 30px 20px;
	text-align:center;
}

footer .copy{
	padding:40px 0 0 0;
}
}