@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
a img {
	border: none;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	min-width: site-width;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1.9;
	-webkit-text-size-adjust: none;
}
body img {
	vertical-align: bottom;
}
body a {
	color: #000;
	text-decoration: none;
}
section {
	position: relative;
}
.global-header {
	background: #fff;
	width: 100%;
	height: 136px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom:1px solid #eee;
}
.global-header .inner {
	position: relative;
	width: 980px;
	height: 136px;
	margin: 0 auto;
}
.global-header h1 {
	position: absolute;
	top: 26px;
	left: 20px;
	font-size: 10px;
}
.global-header .logo {
	width: 222px;
	height: 70px;
	background:url(../images/logo.png) left top no-repeat;
	text-indent: -999em;
	position: absolute;
	top: 40px;
	left: 12px;
}
.global-header .logo a {
	display: block;
	width: 222px;
	height: 70px;
}
.global-header .tel {
	width: 341px;
	height: 32px;
	background: url("../images/header-nav.png?71a6c36a03") no-repeat;
	background-position: 0px -223px;
	text-indent: -999em;
	position: absolute;
	top: 23px;
	right: 187px;
}
.global-header .contact {
	position: absolute;
	top: 16px;
	right: 15px;
}
.global-header .contact a {
	width: 153px;
	height: 39px;
	background: url("../images/button.png?6cf53877c3") no-repeat;
	background-position: 0px -367px;
	text-indent: -999em;
	display: block;
}
.global-header .contact a span {
			opacity: 0;
			display: block;
			width: 20px;
			height: 105px;
			position: absolute;
			top: -82px;
			left: -20px;
			background: rgba(255, 255, 255, 0.2);
			background: -moz-linear-gradient(
				left,
				rgba(255, 255, 255, 0.2) 0%,
				rgba(255, 255, 255, 0.5) 40%,
				rgba(255, 255, 255, 0.8) 90%,
				rgba(255, 255, 255, 0.0) 100%
			);
			background: -webkit-linear-gradient(
				top,
				rgba(255, 255, 255, 0.2) 0%,
				rgba(255, 255, 255, 0.5) 40%,
				rgba(255, 255, 255, 0.8) 90%,
				rgba(255, 255, 255, 0.0) 100%
			);
			background: -webkit-gradient(
				linear, left top, right top,
				color-stop(0%  ,rgba(255, 255, 255, 0.2)),
				color-stop(40% ,rgba(255, 255, 255, 0.5)),
				color-stop(90% ,rgba(255, 255, 255, 0.8)),
				color-stop(100%,rgba(255, 255, 255, 0.0))
			);
			background: -o-linear-gradient(
				top,
				rgba(255, 255, 255, 0.2) 0%,
				rgba(255, 255, 255, 0.5) 40%,
				rgba(255, 255, 255, 0.8) 90%,
				rgba(255, 255, 255, 0.0) 100%
			);
			background: -ms-linear-gradient(
				top,
				rgba(255, 255, 255, 0.2) 0%,
				rgba(255, 255, 255, 0.5) 40%,
				rgba(255, 255, 255, 0.8) 90%,
				rgba(255, 255, 255, 0.0) 100%
			);
			background: linear-gradient(
				top,
				rgba(255, 255, 255, 0.2) 0%,
				rgba(255, 255, 255, 0.5) 40%,
				rgba(255, 255, 255, 0.8) 90%,
				rgba(255, 255, 255, 0.0) 100%
			);
			-webkit-transition-property: left, top, opacity;
			   -moz-transition-property: left, top, opacity;
			    -ms-transition-property: left, top, opacity;
				 -o-transition-property: left, top, opacity;
					transition-property: left, top, opacity;
			-webkit-transition-duration: 0.7s, 0.5s, 0.1s;
			   -moz-transition-duration: 0.7s, 0.5s, 0.1s;
			    -ms-transition-duration: 0.7s, 0.5s, 0.1s;
				 -o-transition-duration: 0.7s, 0.5s, 0.1s;
					transition-duration: 0.7s, 0.5s, 0.1s;
			-webkit-transition-timing-function: ease;
			   -moz-transition-timing-function: ease;
				-ms-transition-timing-function: ease;
				 -o-transition-timing-function: ease;
					transition-timing-function: ease;
			-webkit-transform: rotate(30deg);
			   -moz-transform: rotate(30deg);
				-ms-transform: rotate(30deg);
				 -o-transform: rotate(30deg);
					transform: rotate(30deg);
}
.global-header .contact a:hover span {
	opacity: 1;
	top: 0px;
	left: 153px;
}
.global-header nav {
	position: absolute;
	bottom: 32px;
	right: 14px;
}
.global-header nav ul {
	zoom: 1;
}
.global-header nav ul:before, .global-header nav ul:after {
	content: "";
	display: table;
}
.global-header nav ul:after {
	clear: both;
}
.global-header nav ul li {
	float: left;
}
.global-header nav ul li a {
	height: 33px;
	text-indent: -999em;
	display: block;
}
.global-header nav ul li.nav-0 a {
	width: 162px;
	background: url("../images/header-nav.png?71a6c36a03") no-repeat;
	background-position: 0px -58px;
}	
.global-header nav ul li.nav-1 a {
	width: 140px;
	background: url("../images/header-nav.png?71a6c36a03") no-repeat;
	background-position: 0px -91px;
}
.global-header nav ul li.nav-2 a {
	width: 124px;
	background: url("../images/header-nav.png?71a6c36a03") no-repeat;
	background-position: 0px -124px;
}
.global-header nav ul li.nav-3 a {
	width: 115px;
	background: url("../images/header-nav.png?71a6c36a03") no-repeat;
	background-position: 0px -157px;
}
.global-header nav ul li.nav-4 a {
	width: 160px;
	background: url("../images/header-nav.png?71a6c36a03") no-repeat;
	background-position: 0px -190px;
}
.global-header nav ul li.nav-0 a:hover{	background-position:-344px -58px;}
.global-header nav ul li.nav-1 a:hover{	background-position:-344px -91px;}
.global-header nav ul li.nav-2 a:hover{	background-position:-344px -124px;}
.global-header nav ul li.nav-3 a:hover{	background-position:-344px -157px;}
.global-header nav ul li.nav-4 a:hover{	background-position:-344px -190px;}
.key-visual {
	position: relative;
	background: url("../images/key-visual.png") center 0 no-repeat transparent;
	width: 100%;
	height: 651px;
	margin-top: 136px;
	margin-bottom: 10px;
}
.key-visual .button {
	position: absolute;
	top: 282px;
	left: 50%;
	margin-left: -484px;
	width: 433px;
	height: 60px;
	background: url("../images/button.png?6cf53877c3") no-repeat;
	background-position: 0px 0px;
	text-indent: -999em;
	display: block;
}
.sec-0 {
	width: 100%;
	height: auto;
	margin-bottom: 51px;
}

.key-visual2 {
	background: url("../images/key-visualw.jpg");
	width: 100%;
	height: 651px;
	margin-top: 136px;
	margin-bottom: 10px;
}

.sec-0 h2 {
	text-align: center;
	width: 100%;
}
.sec-0 .inner {
	position: relative;
	width: 954px;
	height: 390px;
	margin: 0 auto;
}
.sec-0 .inner .txt-1 {
	position: absolute;
	top: 31px;
	left: 0;
}
.sec-0 .inner .txt-2 {
	position: absolute;
	top: 31px;
	right: -37px;
}
.sec-0 .txt-3 {
	text-align: center;
	width: 100%;
	margin-bottom: 77px;
}
.sec-0 .txt-4 {
	background: url("../images/section-0-5-bg.png") 0 0 repeat-x transparent;
	text-align: center;
	width: 100%;
}
.sec-1 {
	width: 954px;
	height: auto;
	margin: 0 auto 155px;
	padding-top: 137px;
	margin-top: -137px;
}
.sec-1 h2 {
	width: 448px;
	height: 51px;
	background: url("../images/title.png?a30ac6e24e") no-repeat;
	background-position: 0px 0px;
	text-indent: -999em;
	margin-bottom: 34px;
}
.sec-1 .txt-1 {
	font-size: 16px;
	line-height: 2.2;
	letter-spacing: 2px;
	margin-bottom: 16px;
	padding: 0 4px;
}
.sec-1 .txt-2 {
	margin-bottom: 89px;
}
.sec-2 .button {
	width: 953px;
	height: 135px;
	background: url("../images/button.png?6cf53877c3") no-repeat;
	background-position: 0px -60px;
	display: block;
	text-indent: -999em;
}
.sec-2 {
	width: 954px;
	height: auto;
	margin: 0 auto 236px;
}
.sec-2 h2 {
	width: 260px;
	height: 51px;
	background: url("../images/title.png?a30ac6e24e") no-repeat;
	background-position: 0px -51px;
	text-indent: -999em;
	margin-bottom: 69px;
}
.sec-2 h3 {
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 20px;
	border-bottom: solid 4px #0051b6;
}
 @-webkit-keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.sec-2 strong {	border-bottom: solid 2px #ff0000;}
.sec-2 .txt-1 { margin-bottom: 52px;}
.sec-2 .txt-2 {	margin-bottom: 56px;}
.sec-2 .txt-1 {
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 2px;
	margin-bottom: 16px;
	padding: 0px;
}
.apbox {
	margin-bottom: 120px;
	position:relative
}
.apbox .kaiketu{
	position:absolute;
	top:-28px;
	left:-119px;
}
.sec-3 {
	width: 954px;
	height: auto;
	margin: 0 auto 137px;
	zoom: 1;
	padding-top: 137px;
	margin-top: -137px;
}
.sec-3:before, .sec-3:after {
	content: "";
	display: table;
}
.sec-3:after {	clear: both;}
.sec-3 h2 {
	width: 310px;
	height: 51px;
	background: url("../images/title.png?a30ac6e24e") no-repeat;
	background-position: 0px -102px;
	text-indent: -999em;
	margin-bottom: 55px;
}
.sec-3 .youtube {margin-bottom: 52px;}
.sec-3 p {
	font-size: 18px;
	margin: 20px;
}
.sec-3 ul {
	margin: 30px;
	font-size: 18px;
	font-weight: bold;
}
.sec-3 .left {
	padding-top: 11px;
	width: 382px;
	float: left;
}
.sec-3 .right {
	width: 570px;
	float: left;
}
.sec-3 .right p {
	font-size: 16px;
	line-height: 2.2;
	letter-spacing: 2px;
	margin-bottom: 31px;
}
.sec-3 .right ul {
	background: #fffcdb;
	padding: 34px 20px 30px 63px;
	margin-bottom: 31px;
}
.sec-3 .right ul li {
	text-indent: -1em;
	font-size: 18px;
	line-height: 2.2;
	letter-spacing: 2px;
}
.sec-4 {
	width: 954px;
	height: auto;
	margin: 0 auto 132px;
	zoom: 1;
}
.sec-4:before, .sec-4:after {
	content: "";
	display: table;
}
.sec-4:after {
	clear: both;
}
.sec-4 h2 {
	width: 260px;
	height: 51px;
	background: url("../images/title.png?a30ac6e24e") no-repeat;
	background-position: 0px -153px;
	text-indent: -999em;
	margin-bottom: 65px;
}
.sec-4 .txt-1 {
	font-size: 14px;
	letter-spacing: 1px;
	position: absolute;
	top: 24px;
	left: 432px;
}
.sec-4 .list {
	width: 630px;
	background: url("../images/section-5-list-bg.png") 0 0 repeat-x transparent;
}
.sec-4 .list li {
	font-size: 14px;
	line-height: 1.5;
	padding: 14px 0 13px;
	background: url("../images/section-5-list-bg.png") 0 bottom repeat-x transparent;
}
.sec-4 .list li span {
	font-size: 14px;
	font-weight: bold;
	margin-right: 43px;
}
.sec-4 .nav {
	position: absolute;
	top: 53px;
	right: 2px;
}
.sec-4 .nav li {
	margin-bottom: 16px;
}
.sec-4 .nav li.nav-1 a {
	width: 245px;
	height: 72px;
	background: url("../images/button.png?6cf53877c3") no-repeat;
	background-position: 0px -406px;
	text-indent: -999em;
	display: block;
}
.sec-4 .nav li.nav-2 a {
	width: 245px;
	height: 72px;
	background: url("../images/button.png?6cf53877c3") no-repeat;
	background-position: 0px -478px;
	text-indent: -999em;
	display: block;
}
.sec-4 .nav li.nav-3 a {
	width: 244px;
	height: 72px;
	background: url("../images/button.png?6cf53877c3") no-repeat;
	background-position: 0px -550px;
	text-indent: -999em;
	display: block;
}
.sec-5 {
	width: 954px;
	height: auto;
	margin: 0 auto 196px;
	padding-top: 137px;
	margin-top: -137px
}
.sec-5 h2 {
	width: 270px;
	height: 51px;
	background: url("../images/title.png?a30ac6e24e") no-repeat;
	background-position: 0px -204px;
	text-indent: -999em;
	margin-bottom: 33px;
}
.sec-5 .txt-1 {
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 3px;
}
.sec-5 .txt-2 {
	font-size: 16px;
	line-height: 2.3;
	letter-spacing: 2px;
	margin-bottom: 32px;
}
.button-large {
	width: 954px;
	height: 172px;
	background: url("../images/button.png?6cf53877c3") no-repeat;
	background-position: 0px -195px;
	display: block;
	text-indent: -999em;
	margin: 0 auto 300px;
}
.btnKira a{
	position:relative
}
.btnKira a span{
	opacity: 0;
	display: block;
	width: 50px;
	height: 190px;
	position: absolute;
	top: -30px;
	left: -52px;
		background: rgba(255, 255, 255, 0.2);
		background: -moz-linear-gradient(
				left,
				rgba(255, 255, 255, 0.2) 0%,
				rgba(255, 255, 255, 0.5) 40%,
				rgba(255, 255, 255, 0.8) 90%,
				rgba(255, 255, 255, 0.0) 100%
		);
		background: -webkit-linear-gradient(
				top,
				rgba(255, 255, 255, 0.2) 0%,
				rgba(255, 255, 255, 0.5) 40%,
				rgba(255, 255, 255, 0.8) 90%,
				rgba(255, 255, 255, 0.0) 100%
		);
		background: -webkit-gradient(
				linear, left top, right top,
				color-stop(0%  ,rgba(255, 255, 255, 0.2)),
				color-stop(40% ,rgba(255, 255, 255, 0.5)),
				color-stop(90% ,rgba(255, 255, 255, 0.8)),
				color-stop(100%,rgba(255, 255, 255, 0.0))
		);
		background: -o-linear-gradient(
				top,
				rgba(255, 255, 255, 0.2) 0%,
				rgba(255, 255, 255, 0.5) 40%,
				rgba(255, 255, 255, 0.8) 90%,
				rgba(255, 255, 255, 0.0) 100%
		);
		background: -ms-linear-gradient(
				top,
				rgba(255, 255, 255, 0.2) 0%,
				rgba(255, 255, 255, 0.5) 40%,
				rgba(255, 255, 255, 0.8) 90%,
				rgba(255, 255, 255, 0.0) 100%
		);
		background: linear-gradient(
				top,
				rgba(255, 255, 255, 0.2) 0%,
				rgba(255, 255, 255, 0.5) 40%,
				rgba(255, 255, 255, 0.8) 90%,
				rgba(255, 255, 255, 0.0) 100%
		);
			-webkit-transition-property: left, top, opacity;
			   -moz-transition-property: left, top, opacity;
			    -ms-transition-property: left, top, opacity;
				 -o-transition-property: left, top, opacity;
					transition-property: left, top, opacity;
			-webkit-transition-duration: 0.5s, 0.3s, 0.1s;
			   -moz-transition-duration: 0.5s, 0.3s, 0.1s;
			    -ms-transition-duration: 0.5s, 0.3s, 0.1s;
				 -o-transition-duration: 0.5s, 0.3s, 0.1s;
					transition-duration: 0.5s, 0.3s, 0.1s;
			-webkit-transition-timing-function: ease;
			   -moz-transition-timing-function: ease;
				-ms-transition-timing-function: ease;
				 -o-transition-timing-function: ease;
					transition-timing-function: ease;
			-webkit-transform: rotate(30deg);
			   -moz-transform: rotate(30deg);
				-ms-transform: rotate(30deg);
				 -o-transform: rotate(30deg);
					transform: rotate(30deg);
}
.btnKira a:hover span {
	opacity: 1;
	top: -50px;
	left:1000px;
}
.sec-6 {
	width: 954px;
	height: auto;
	margin: 0 auto 132px;
	padding-top: 137px;
	margin-top: -137px;
	zoom: 1;
}
.sec-6:before, .sec-6:after {
	content: "";
	display: table;
}
.sec-6:after {
	clear: both;
}
.faqList {
	background: url(../images/qa.jpg) left top no-repeat;
	padding: 190px 67px 60px 67px;
}
.faqList dt {
	font-size: 29px;
	color: #003366;
	font-weight: bold;
	border-bottom: dashed 1px #9f9b9b;
	position: relative;
	padding-left: 65px;
	padding-bottom: 16px;
}
.faqList dt:before {
	position: absolute;
	top: 0;
	left: 0;
	content: url(../images/faq.png);
}
.faqList dd {
	font-size: 21px;
	padding-top: 28px;
	padding-bottom: 38px;
}
.sec-7 {
	padding-top: 137px;
	margin-top: -137px
}

/*# sourceMappingURL=style.css.map */
