@charset "utf-8";

html,body{
    height:100%;
	-webkit-text-size-adjust: 100%;
}

body#contactpage {
	background-color: #fff;
}

body#contactpage img{
	vertical-align: top;
}


body#contactpage a:hover {
	color: #000;
}

.hentry {
	margin: 0 0 48px;
}

body#contactpage .entry-header {
	border-bottom: 1px dotted #000;
margin-bottom: 30px ;
padding-left: 0;
}

#logo {
	position: absolute;
	width:150px;
	height:150px;
	margin-top:-75px;
	margin-left:-75px;
	top: 50%;
	left: 50%;
	
	filter: alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;
}

#loading {
	position: absolute;
	width:32px;
	height:32px;
	margin-top:-16px;
	margin-left:-16px;
	top: 50%;
	left: 50%;
}


#top-visual {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 100%;
	z-index: -1;
	opacity: 0;
	display: none;
}

#top-visual ul {
	overflow: hidden;
}

#top-visual ul li {
	overflow: hidden;
	width: 100%;
}

#top-visual ul li img {
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 100%;
}

input, textarea {
		border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

form p {
	margin-bottom: 20px;
}



#header {
	position: absolute;
    height: 55px;
	top:0;
	left:0;
	width: 100%;
	background-color: rgba(255,255,255,0.4);
}

#header h1 {
	padding: 15px;
	position: relative;
	margin: 0;
	font-size: 100%;
	line-height:2.7;
}


#header h1 span{
	font-size: 10px;
	padding-left: 15px;
	vertical-align: top;
}

#header h1 img {
    width: 107px;
}

#contactpage #header h1 span{
	vertical-align: top;
}

#primary {
	padding-top: 100px;
}

#header #contact {
	margin-left:15px;
	/*border-left: 1px solid #214e94;*/
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	cursor: pointer;
}

#header #contact:hover {
	background-color: #214e94;
}

#header #contact:hover a{
	color: #ffffff;]
}

#header #contact a {
	background: url(../images/icon01.png) no-repeat 20px 15px;
	padding-left:30px;
	padding: 0 30px 0 50px;
	height: 55px;
	line-height: 55px;
	display: block;
	font-size: 12px;
	-webkit-transition: none;
}

.navi { 
    display: none;
}

.globalNav {
    display: none;
}

nav#top-menu {
	position: absolute;
	bottom: 40px;
	width:100%;
	left:0px;
}

nav#top-menu img {
    width: 150px;
}

nav#top-menu ul {
	font-size: 18px;
	
}

nav#top-menu ul li {
  opacity:0;
	position: relative;
	left: -50px;
	z-index:999;
	position: static\9;
	left:0\9;
}

nav#top-menu ul li a{
	padding-top 5px;
	padding-left: 20px;
}

nav#top-menu ul li a{	
	padding-top: 10px;
	text-decoration: none;
	display: block;
	font-size: 200%;
	font-weight: bold;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}


nav#top-menu ul li a:hover {
	opacity:0.8;
	background-color:#000;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}

nav#article-menu {
	position:absolute;
	top: 72px;
	left: 0px;
}

nav#article-menu ul li {
	margin-bottom: 19px;
	font-size: 13px;
}

nav#article-menu ul li a{
	padding: 12px 20px 12px 30px;
}

nav#article-menu ul li.on a,
nav#article-menu ul li.on span{
	background-color:#214e94;
	color: #fff;
}

nav#article-menu ul li span{
	padding-left: 5px;
	color: #666;
	font-size: 11px;
}

nav#article-menu ul li a:hover{
	background-color:#214e94;
	color: #fff;
}

nav#article-menu ul li a:hover span{
	color: #fff;
}

#main {
	margin-top: 55px;
	margin-left: 277px;
}

#main .inner {
	width: 700px;
}

#main #header-img {
	background-size: cover;
	height: 200px;
	text-indent: -9999px;
	overflow: hidden;
}

#main .h01 {
	background: url(../images/contents_bg01.jpg) no-repeat left top;
}

#main .h02 {
	background: url(../images/contents_bg02.jpg) no-repeat left top;
}

#main .h03 {
	background: url(../images/contents_bg03.jpg) no-repeat left top;
}

#main .h04 {
	background: url(../images/contents_bg04.jpg) no-repeat left top;
}


#main h2 {
	padding: 10px 0 0;
	font-weight: bold;
	font-size: 20px;
}

#main h3 {
	border-bottom: 1px dotted #000000;
	border-left: 5px solid #214e94;
	padding: 3px 0 3px 10px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;

}

#main h4 {
	background: url(../images/arrow.png) no-repeat left center;
	padding-left: 15px;
	margin-bottom:15px;
	font-weight: bold;
	font-size:22px;
}

#main .service {
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;

}

#main a {
	color: #214e94;
}

#main .service p {
	padding-left: 0;
}

#main section {
	margin-bottom: 40px;
	padding-right: 40px;
}

#main section p{
	padding-left: 20px;
	margin-bottom: 50px;
}

#main section#message p{
	margin-bottom: 30px;
}

#main section#message .q {
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	background-color: #fafafa;
	padding: 10px;
	line-height: 2;
}

#main #recruit dl {
	margin: 0 0 20px 0;
	border-top: 2px dotted #e4e5e5;
}

#main #privacy {
	padding: 40px 40px 40px 0;
}

#main dl {
	padding-left: 20px;
}

#main dl dt {
	float:left;  
	width:160px;
	padding:10px 0 10px 0;  
	clear:both;  
	font-weight:bold; 
	border-bottom:1px solid #e4e5e5;  
	color: #666666;
	font-size:13px;
}

#main dl dd {
	margin-left:100px;  
	padding:10px 5px 10px 10px;  
	border-bottom:1px solid #e4e5e5;
	max-height: 999999px;
	font-size:13px;
}

#main p {
	
	max-height: 999999px
}


footer {
	background-color: rgba(255,255,255,0.4);
	text-align: right;
	position: absolute;
	bottom: 0;
	width: 100%;
	/*border-top:1px solid #214e94;*/
}

footer.article {
	position:static;
}

footer p {
	padding: 10px;
	font-size: 80%;
}

footer a.policy {
	position: absolute;
	left: 10px;
	padding: 10px;
	font-size: 80%;
	cursor:pointer;
}

footer a:hover {
	color:#214e94;
}

form input, form textarea, form select {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	font-size: 100%;
	min-height: 14px;
	padding: 9px 3px;
	color:#000;
}


form input:focus, textarea:focus {
   border: 1px solid #009de1;
}
/*
#top-visual img {
animation: imageAnimation 10s linear infinite 0s;
-webkit-animation: imageAnimation 10s linear infinite 0s;
-ms-animation: imageAnimation 10s linear infinite 0s;
-moz-animation: imageAnimation 10s linear infinite 0s;
-o-animation: imageAnimation 10s linear infinite 0s;
}
@keyframes imageAnimation {
    0% {
        animation-timing-function: linear;
    }
    100% {
transform: scale(1.03);
}
}
@-ms-keyframes imageAnimation {
    0% {
        -ms-animation-timing-function: linear;
    }
    100% {
-ms-transform: scale(1.03);
}
}
@-moz-keyframes imageAnimation {
    0% {
        -moz-animation-timing-function: linear;
    }
    100% {
-moz-transform: scale(1.03);
}
}
@-o-keyframes imageAnimation {
    0% {
        -o-animation-timing-function: linear;
    }
    100% {
-o-transform: scale(1.03);
}
}
@-webkit-keyframes imageAnimation {
    0% {
        -webkit-animation-timing-function: linear;
    }
    100% {
-webkit-transform: scale(1.03);
}
}
*/

.navi {
    display: none;
}

@media screen and (max-width: 480px) {
     #top-visual ul li img {
        width: auto;
        height: 100vh;
    }
    
    #header h1 span {
        display: none;
    }
    
    #header h1 {
        padding-top: 18px;
        padding-bottom: 13px;
    }
    
    #container {
        overflow: hidden;
    }
        #top-visual ul li img {
            width: 250%;
            margin-left: -50%;
        }
        
        nav#top-menu ul li a img {
            width: 50%;
        }

/*
    #header h1 {
        text-align: center;
        padding: 20px 0 20px;
        margin-right: -30px;
    }
    
    #header #contact {
        display: none;
    }
    
    #header h1 span {
        display: block;
        font-size: 11px;
    }
    
    
    #top-menu {
        display: none;
    }
    
    #top-visual ul li img {
        width: auto;
        height: 100vh;
    }
    
    .navi {
        display: block;
        position: absolute;
        top: 30px;
        left: 18px;
        z-index: 9999;
    }
    
    .navi span {
    border-radius: 2px;
    background-color: #1A4485;
    height: 6px;
    font-size: 0;
    display: block;
    width: 30px;
    margin-bottom: 3px;
}
    
    #page.globalNavOpen #container {
    position: fixed;
    top: 0;
    -webkit-transform: translate( 230px, 0 );
    -moz-transform: translate( 230px, 0 );
    transform: translate( 230px, 0 );
}
    
   #container {
    position: relative;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
    -webkit-transform: translate( 0, 0 );
    -moz-transform: translate( 0, 0 );
    transform: translate( 0, 0 );

    -webkit-backface-visibility: hidden;
}

footer a.policy {
    left: 0;
    }
#page.globalNavOpen .disableContainer {
    position: absolute;
    top: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;

    background: rgba( 0, 0, 0, 0.4 );
    box-shadow: 4px 0 4px rgba( 0, 0, 0, 0.2 ) inset;

    cursor: pointer;
    }
    
	.site-content {
		margin-right: 0;
		padding-left:0;
	}
    
    #wrap > .globalNav {
        display: block;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 100;
    width: 230px;
    height: 100%;

    color: #fff;
    background: #1A4485;
    }
    #wrap > .globalNav a {
        position: relative;
        display: block;
        padding: 15px 45px 15px 30px;

        color: #fff;
        }
    #wrap > .globalNav > ul > li > a {
        border-bottom: 1px solid #5475A9;
        font-size: 14px;
        }
        #wrap > .globalNav a:after {
 border-right: 1px solid #ffffff;
 border-top: 1px solid #ffffff;
 border-radius: 2px;
 content: "";
 margin: 0 0 0 10px;
 height: 10px;
 right: 15px;
 position: absolute;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 top: 20px;
 width: 10px;
            }


#wrap > .globalNav .navCloseBtn {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 15px;
    border: none;
    margin-top: 10px;

    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;

    background: none;
    outline: none;
    }

#wrap > .globalNav .navCloseBtn:before {
    content: "x ";
}
    */
}



@media screen and (max-width: +3008px){
.site-content {
margin-left: 182px;
}

}

/*

@media screen and (max-width:480px){
    #top-visual {
        background-color: #214e94;
    }
    nav#top-menu {
        position: static;
        width:100%;
        margin-top: 300px;
    }
    footer a.policy {
left:0;
font-size:11px;
}

footer p {
font-size:10%;
}
    
    
}*/

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

    footer a.policy {
left:0;
font-size:10px;
}

footer p {
font-size:10px;
}