@charset "utf-8";

/*==========================================
clearfix
============================================*/
.cf{zoom:1;}
.cf:before, .cf:after{content:""; display:table;}
.cf:after{clear:both;}

*{margin:0;padding:0}
a{text-decoration:none}
ul,ol{list-style:none}
img{vertical-align:middle}
/*===========================================
 Global nav PC
=============================================*/
.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
.mblogo{
	display:none;
}
#blank{
	height:115px;
}
#blank2{
	height:100px;
}
#mobilehead{
	margin-top: -50px;
}
#mob-headlogo{
	display:none;
}
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    line-height: 2;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .black{
	background-color:black;
	height:80px;
	text-align: center;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#top-head .grd{
	height:35px;
	text-align: center;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #09123c), color-stop(1.00, #0e3e8d));
background: -webkit-linear-gradient(#09123c, #0e3e8d);
background: -moz-linear-gradient(#09123c, #0e3e8d);
background: -o-linear-gradient(#09123c, #0e3e8d);
background: -ms-linear-gradient(#09123c, #0e3e8d);
background: linear-gradient(#09123c, #0e3e8d);
}
#global-nav ul {
	margin: 0 auto;
	max-width: 900px;
	height: 35px;
	text-align: left;
	position:relative;
}
#global-nav ul li {
	width: 136px;
	height: 35px;
	float: left;
	border-left: #0B2161 1px solid;
	box-sizing: border-box;
}

#global-nav ul li#icon {
	width: 50px;
	height: 35px;
	display:inline;
	border-left: #0B2161 1px solid;
	box-sizing: border-box;
}
#global-nav ul li#icon a{
	padding: 0px 15px;

}
#global-nav ul li:last-child {
	border-right: #0B2161 1px solid;
}
#global-nav ul li a {
	font-size:0.875em;
    padding: 2px 20px;
	line-height: 35px;
	display: block;
	text-align: center;
	transition: all 0.2s linear;
}
.down {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.down::before,
.down::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.down,
.down::before,
.down::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.down::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.down:hover::after {
	top: 0;
	background-color: #474747;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 2px 20px;
}
#top-head.fixed #global-nav ul li#icon a {
    padding: 0px 15px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 17px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #eee;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/*===========================================
 Global nav Mobile
=============================================*/
@media screen and (max-width: 900px) {
#blank{
	height:56px;
}
#blank2{
	height:0;
}
#top-head .black{
	display:none;
}
#mob-headlogo{
	display: inline-block;
}
#top-head .grd{
	margin-top:-500px;
	background:none;
}
.mblogo{
	display:inline;
}
.down:hover::after {
	top: 0;
	background: none;
}
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        position: absolute;
        width: 100%;
        height: 56px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #093071), color-stop(0.55, #09123c), color-stop(0.01, #000));
background: -webkit-linear-gradient(top, #000 1%, #09123c 55%, #093071 100%);
background: -moz-linear-gradient(top, #000 1%, #09123c 55%, #093071 100%);
background: -o-linear-gradient(top, #000 1%, #09123c 55%, #093071 100%);
background: -ms-linear-gradient(top, #000 1%, #09123c 55%, #093071 100%);
background: linear-gradient(to bottom, #000 1%, #09123c 55%, #093071 100%);
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
	height:240px;
        width: 100%;
        text-align: center;
        padding: 6px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        z-index: -500;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
    }
#global-nav ul li {
	width: 100%;
	height: 35px;
	float: none;
	border-left: #0B2161 0px solid;
	box-sizing: border-box;
}
#global-nav ul li:last-child {
	border-right: #0B2161 0px solid;
}
#global-nav ul #icon {
	border-top:solid 1px #fff;
	margin-top:8px;
	text-align: center;
}
#global-nav ul li#icon{
	border-top:none;
	border-left: #0B2161 0px solid;
	display:inline-block;
	margin:5px 9px;
}
#global-nav ul li:hover > a {
	background-color: rgba(255, 255, 255, .2);
} 
#global-nav ul li#icon:hover > a {
	background:none;
} 

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 0px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/*==========================================
 body
===========================================*/
body {
	width: 100%;
	background-color:#FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.875em;
	color:#000;
	line-height:-1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.jumbohead{
	width: 100%;
	height: 280px;
	padding-top: 60px;
	padding-bottom: 30px;
	text-align: center;
	background-color:#7498DB;
	color:#fff;
}
.jumbohead h1{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:4.5em;
	margin-top: 40px;
	margin-bottom: 20px;
}
.bline{
	display: inline-block;
	width:200px;
	margin-bottom:10px;
	margin-right: 7px;
}
.bline2{
	display: inline-block;
	width:200px;
	margin-bottom:20px;
}

.blankW{
	height: 20px;
}
.tit{
	border-bottom: 1px solid #444;
	text-align: center;
}
#sendform{
	width:100%;
	text-align: center;
}
#question{
	text-align: right;
}
#circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 20px;
  color: white;
  background-color: #131F44;
  text-align: center;
	float: left;
	margin-right: 15px;
}
#circle p {
  position: relative;
  top:50%;
  transform: translateY(-50%);
}
/*============================
 button
===========================*/
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	/*transitionで変化を設定 これにより滑らかに動く*/
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.btn1 {
	display: inline-block;
	width: 198px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	outline: none;
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
}
.btn1 span {
	display: block;
	position: absolute;
	width: 198px;
	height: 40px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
.btn1 span:nth-child(1) {
	background-color: #fff;
	color: #7498DB;
	font-weight: 300;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -20px;
	-moz-transform-origin: 50% 50% -20px;
	transform-origin: 50% 50% -20px;
}
.btn1 span:nth-child(2) {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size: 1.2em;
	background-color: #7498DB;
	color: #fff;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -20px;
	-moz-transform-origin: 50% 50% -20px;
	transform-origin: 50% 50% -20px;
}
.btn1:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.btn1:hover span:nth-child(2) {
	background-color: #fff;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
/*===============================
 フッターのスタイル
===============================*/
footer {
	background:#000;
	border-top: 10px;
	color:#fff;
	}
footer div {
	padding-top:30px;
	padding-bottom:30px;
	margin: 15px 0 15 0px;
	text-align:center;
	}
footer div p {
	font-size: 0.8em;
	margin-bottom: 0;
	}
footer div small {
	margin-top: 0;
	font-size: 0.7em;
	}
/*===============================
 PageTopBottom
===============================*/
#pagetop {
	position: fixed;
	bottom: 50px;
	right: 30px;
}

/*===============================
 Mobile 767以下
================================*/
@media screen and (max-width: 767px) {
.jumbohead{
	height: 192px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.jumbohead h1{
	font-weight:300;
	font-size:4em;
	margin-bottom: 10px;
}
.button {
	width: 148px;
	height: 36px;
	line-height: 32px;
}
.btn1 span {
	width: 148px;
	height: 36px;
	line-height: 32px;
}
.btn1 span:nth-child(1) {
	-webkit-transform-origin: 50% 50% -18px;
	-moz-transform-origin: 50% 50% -18px;
	transform-origin: 50% 50% -18px;
}
.btn1 span:nth-child(2) {
	font-size: 1em;
	-webkit-transform-origin: 50% 50% -18px;
	-moz-transform-origin: 50% 50% -18px;
	transform-origin: 50% 50% -18px;
}
.bline,
.bline2{
	width: 150px;
	margin-bottom:0px;
}
.bline{
	margin-right: 7px;
}
.bline{
	margin-left: 7px;
}
}



