@charset "utf-8";  
/*------------------------------------------------------------ 
	デフォルトスタイル	全ページ共通css
------------------------------------------------------------*/  

/**** フォントサイズ　*************

基本を12pxに、サイズは％指定。

====偶数====　　　====奇数====
■10px = 84%      ■11px = 92%
■12px = 100%     ■13px = 109%
■14px = 117%     ■15px = 125%
■16px = 134%     ■17px = 142%
■18px = 150%     ■19px = 159%
■20px = 167%     ■21px = 175%
■22px = 184%     ■23px = 192%
■24px = 200%     ■25px = 209%
■26px = 217%     ■27px = 226%

**********************************/

html,
body { margin: 0; padding: 0;}
body {
	font-size: 76%;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	overflow-y:scroll;
}

html { font-size: 100%;}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,figure,fagcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.6;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}  

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
    display: block;
}

blockquote,
q { quotes: none;}

a {
	text-decoration: none;
	outline: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del { text-decoration: line-through;}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

input[type=text],
input[type=tel],
input[type=password],
textarea{ -webkit-appearance:none;}

input[type=checkbox],
input[type=radio]{
	position:relative;
	top:-1px;
}

ul { list-style-type: none;}
img { vertical-align: middle;}

.img-responsive{
	width:100%;
	height:auto;
}

.opacity { transition:all 0.2s ease-out;}

.opacity:hover { opacity: .7;}

.clear { clear: both;}
.clearfix { width: 100%;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}

.fl { float: left;}
.fr { float: right;}

.txtl { text-align: left;}
.txtr { text-align: right;}
.txtc { text-align: center;}

strong,
strong *,
.fwb { font-weight: bold;}

.clrr { color: #FF0000;}
.clrb { color: #333;}
.clrw { color: #fff;}

.il { display: inline;}
.bl { display: block;}
.no { display: none;}

.li2 { line-height: 2;}

/* margin */
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}

.mr10 { margin-right: 10px;}
.mr20 { margin-right: 20px;}
.mr30 { margin-right: 30px;}

.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}

.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml30 { margin-left: 30px;}

/* padding */
.pt10 { padding-top: 10px;}
.pt20 { padding-top: 20px;}
.pt30 { padding-top: 30px;}

.pr10 { padding-right: 10px;}
.pr20 { padding-right: 20px;}
.pr30 { padding-right: 30px;}

.pb10 { padding-bottom: 10px;}
.pb20 { padding-bottom: 20px;}
.pb30 { padding-bottom: 30px;}

.pl10 { padding-left: 10px;}
.pl20 { padding-left: 20px;}
.pl30 { padding-left: 30px;}

/* font-size */
.font10 { font-size: 84%;}
.font11 { font-size: 92%;}
.font12 { font-size: 100%;}
.font13 { font-size: 109%;}
.font14 { font-size: 117%;}
.font15 { font-size: 125%;}
.font16 { font-size: 134%;}
.font17 { font-size: 142%;}
.font18 { font-size: 150%;}
.font19 { font-size: 159%;}
.font20 { font-size: 167%;}
.font21 { font-size: 175%;}
.font22 { font-size: 184%;}
.font23 { font-size: 192%;}
.font24 { font-size: 200%;}
.font25 { font-size: 209%;}
.font26 { font-size: 217%;}
.font27 { font-size: 226%;}


/*------------------------------------------------------------ 
    スタイル 
------------------------------------------------------------*/

.inner {
	width:auto;
	max-width:990px;
	margin: 0 auto;
	padding-right:15px;
	padding-left:15px;
	overflow: hidden;
}

/*------------------------------------------------------------ 
    ヘッダー 
------------------------------------------------------------*/

#header {
	width:100%;
	height:500px;
	position:relative;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

#hdLogo{
	width:274px;
	position:absolute;
	left:60px;
	top:25px;
	z-index:1000;
}

#gNavi{
	width:calc(100% - 460px);
	position:absolute;
	right:30px;
	top:24px;
	z-index:100;
	overflow:hidden;
}

#gNavi ul{
	padding:13px 0;
	overflow:hidden;
}

#gNavi li{
	height:34px;
	float:left;
	border-right:1px solid #fff;
}

#gNavi li:first-child{ border-left:1px solid #fff;}

#gNavi li a{
	display:block;
	padding:0 25px;
	line-height:34px;
	font-size:125%;
	color:#fff;
}

#hdContact{
	width:186px;
	height:60px;
	position:absolute;
	right:30px;
	top:24px;
	z-index:110;
}

#hdContact a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:60px;
	color:#fff;
	font-size:125%;
	background:#011586;
}

#hdContact a:before{
	display:inline-block;
	vertical-align:middle;
	content:"";
	width:19px;
	height:15px;
	margin-right:10px;
	background:url(../img/icons.png) no-repeat;
	background-size:100px 100px;
}

#headline{
	text-align:center;
	position:absolute;
	left:50%;
	top:50%;
	color:#fff;
	transform: translate(-50%, -50%);
	z-index:50;
}

#headline-en{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:60px;
	font-weight:bold;
	line-height:1;
}

#headline-jp{
	font-size:150%;
	margin-top:15px;
	line-height:1;
}



/* sp */

#navBtn{
	display:none;
	width:56px;
	height:60px;
	position:fixed;
	right:0;
	top:0;
	z-index:100;
}

#navBtn a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	background:#012B73;
}

#navBtn a:after{
	display:block;
	padding-top:38px;
	text-align:center;
	line-height:1;
	content:"MENU";
	color:#fff;
	font-size:109%;
	font-family: 'Oswald', sans-serif;
}

.top-bar,
.middle-bar,
.bottom-bar{
	width: 30px;
	height: 2px;
	background-color:#fff;
	transition: transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	transform-origin: 50% 50%;
	position: absolute;
	top: 12px;
	left:13px;
}

.middle-bar{
	transition: opacity 0s .15s linear;
	top: 20px;
}

.bottom-bar{ top: 29px;}

.open .top-bar{
	transform: rotate(45deg);
	top: 20px;
}

.open .middle-bar{ opacity: 0;}

.open .bottom-bar{
	transform: rotate(-45deg);
	top: 20px;
}


/*------------------------------------------------------------ 
    コンテンツ 
------------------------------------------------------------*/ 

#contents{
	width:100%;
	overflow:hidden;
}

.sectionHd{
	width:100%;
	margin-bottom:30px;
	text-align:center;
	color:#021586;
}

.sectionHd-en{
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	font-size:48px;
	line-height:1;
}

.sectionHd-jp{
	font-size:134%;
	line-height:1;
	margin-top:5px;
}

.text{ font-size:134%;}

.load{ visibility:hidden;}

.move-left,
.move-right{
	transition: all 0.6s;
	transform: translate(0, 0);
	opacity: 1;
}

.move-left.move {
	transform: translate(-600px, 0);
	opacity: 0;
}

.move-right.move {
	transform: translate(600px, 0);
	opacity: 0;
}

/*------------------------------------------------------------ 
    フッター 
------------------------------------------------------------*/  

#pagetop{
	display:none;
	width:60px;
	height:60px;
	position:fixed;
	right:20px;
	bottom:90px;
	z-index:500;
}

#pagetop a{
	display:block;
	width:auto;
	padding:0 15px;
	text-align:center;
	line-height:60px;
	opacity:0.7;
	transition:opacity 0.2s ease-out;
	background:#000;
	border-radius:50%;
}

#footer{
	width:100%;
	margin-top:100px;
	text-align:center;
}

#gmap{
	width:100%;
	height:360px;
}

#ftLogo{
	width:288px;
	margin:30px auto 10px;
}

#ftTxt{ font-size:117%;}

#ftContact{
	font-size:134%;
	margin-top:15px;
}

#ftContact dd{ margin-top:5px;}
#ftContact a{ color:#000;}

#ftBtn{
	width:260px;
	height:50px;
	margin:15px auto;
}

#ftBtn a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:50px;
	color:#fff;
	font-size:134%;
	background:#011586;
}

#ftLink{
	font-size:125%;
	color:#000;
	transition:all 0.2s ease-out;
}

#ftLink:hover{ color:#011586;}

#copyright{
	width:100%;
	margin-top:35px;
	background:#000;
}

#copyright small{
	color:#fff;
	font-size:117%;
	line-height:64px;
}


/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* PC */
@media screen and (max-width: 1400px){

#hdLogo{ left:30px;}

#gNavi{ width:calc(100% - 380px);}
#gNavi li a{ padding:0 20px;}

}


/* TABLET */
@media screen and (min-width: 789px){

body{ min-width:1260px;}

.tb-show{ display:none;}

#gNavi{ display:block!important;}

#pagetop a:hover{ opacity:1;}

}

@media screen and (max-width: 788px){
body.open {
	overflow:hidden;
}

.tb-hide{ display:none;}

#navBtn{ display:block;}

#header{
	padding-top:60px;
	height:410px;
}

#header:before{
	display:block;
	content:"";
	width:100%;
	height:60px;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	transition:all 0.2s ease-out;
}

#hdLogo{
	width:calc(100% - 198px);
	max-width:171px;
	position:fixed;
	left:15px;
	top:0;
	line-height:60px;
	z-index:100;
}

#hdContact,
#hdTel{
	width:56px;
	height:60px;
	position:fixed;
	top:0;
	border-left:1px solid #012B73;
	overflow:hidden;
	z-index:100;
}

#hdContact{ right:56px;}

#hdContact a,
#hdTel a{
	display:block;
	width:100%;
	height:22px;
	padding-top:38px;
	text-align:center;
	line-height:1;
	font-size:100%;
	background:none;
}

#hdContact a{ color:transparent;}

#hdContact a:before{
	display:block;
	width:26px;
	height:18px;
	margin-right:0;
	background-position:-24px -25px;
	position:absolute;
	left:15px;
	top:13px;
}

#hdContact a:after{
	display:block;
	width:100%;
	text-align:center;
	content:"電話";
	color:#012B73;
	position:absolute;
	left:0;
	top:38px;
	line-height:1;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#hdTel{ right:113px;}

#hdTel a{ color:#012B73;}

#hdTel a:before{
	display:block;
	content:"";
	width:23px;
	height:23px;
	margin-right:0;
	background:url(../img/icons.png) no-repeat 0 -25px;
	background-size:100px 100px;
	position:absolute;
	left:16px;
	top:10px;
}

#gNavi{
	display:none;
	width:100%;
	height:100%;
	overflow:auto;
	position:fixed;
	top:60px;
	right:0;
	padding:30px 15%;
	background:rgba(1,43,115,.9);
	box-sizing:border-box;
	padding:0;
}

#gNavi ul{
	float:none;
	padding:0;
}

#gNavi li{
	height:34px;
	float:none;
	border-right:none;
	height:auto;
	padding:3vw;
	border-bottom: solid 1px #FFFFFF;
	line-height:2em;
}

#gNavi li:first-child{ border-left:none;}

#gNavi li a{
	padding:0;
	line-height:34px;
	color:#fff;
	font-weight:bold;
	line-height:2em;
	position: relative;
	display: block;
	padding-left: 15px;
	color: #fff;
	text-decoration: none;
}
#gNavi li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	margin-top: -6px;
	border-color: transparent transparent transparent #fff;
}

#headline{ padding-top:60px;}

#headline-en{ font-size:48px;}

#headline-jp{ font-size:134%;}



/* contents */

.sectionHd-en{ font-size:36px;}

.sectionHd-jp,
.text{ font-size:125%;}

.move-left.move { transform: translate(-400px, 0);}
.move-right.move { transform: translate(400px, 0);}


/* footer */

#footer{ margin-top:80px;}

#pagetop{ bottom:70px;}

#ftLogo{ width:216px;}

#ftTxt{ font-size:109%;}

#ftContact{ font-size:125%;}

#ftBtn{
	width:220px;
	height:46px;
}

#ftBtn a{
	line-height:46px;
	font-size:125%;
}

#ftLink{ font-size:117%;}

#copyright small{
	font-size:109%;
	line-height:50px;
}




}


/* SP */
@media screen and (min-width: 561px){

.sp-show{ display:none;}

}

@media screen and (max-width: 560px){

.sp-hide{ display:none;}

#header{ height:350px;}

#headline-en{ font-size:36px;}

#headline-jp{ font-size:125%;}


/* contents */

.sectionHd{	margin-bottom:20px;}

.sectionHd-en{ font-size:200%;}

.sectionHd-jp,
.text{ font-size:117%;}

.move-left.move { transform: translate(-300px, 0);}
.move-right.move { transform: translate(300px, 0);}



/* footer */

#footer{ margin-top:60px;}

#pagetop{
	width:40px;
	height:40px;
	right:15px;
	bottom:50px;
}

#pagetop a{
	padding:0 10px;
	line-height:40px;
}

#gmap{ height:250px;}

#ftContact,
#ftBtn a{ font-size:117%;}

#copyright{ margin-top:20px;}
#copyright small{
	font-size:92%;
	line-height:40px;
}

}


/*------------------------------------------------------------ 
    zero
------------------------------------------------------------*/  

#zero{
	width:100%;
	margin-top:20px;
	padding:30px 0 40px;
	position:relative;
}



#zeroInner{
	width:100%;
	max-width:530px;
	text-align:center;
}

#lead{
	font-size:209%;
	font-weight:bold;
	margin-bottom:20px;
}


/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* TABLET */
@media screen and (max-width: 788px){

#zero{
	margin-top:20px;
	padding:0 0 40px;
}


#zeroInner{ max-width:100%;}
#lead{
	font-size:175%;
	margin-bottom:15px;
}
}

/* SP */
@media screen and (max-width: 560px){

#zero{
	margin-top:20px;
	padding-bottom:20px;
}

#lead{ font-size:150%;}
}