@charset "utf-8";
*{
	margin:0;
	padding:0;
	line-height:1;
}
a{
	text-decoration:none;
	color:#333333;
}
p{
    line-height: normal;
}
table{
	border-collapse: collapse;
}
body{
	padding:0;
	margin:0;
	font-size:16px;
	color:#333333;
}
td p {
    line-height: 1.5;
}
ul li{
	list-style:none;
}
.clearfix{
	clear:both;
}
.container{
	max-width:1100px;
	width:100%;
	margin:0 auto;
}
img{
	max-width:100%;
}
/** HEADER **/
.container-top{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	height:44px;
	line-height: 44px;
}
header {
    clear: both;
}

.topfix {
    top:0;
	position:fixed;
	background: #fff;
	height: 50px;
	width:100%;
	padding:25px 0;
	z-index: 999;
	transform: translate3d(0,-120px,0);
    -webkit-transform: translate3d(0,-100px,0);
    transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
	z-index: 999999;
}
.fixed .topfix{
	transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
.nav-left {
    float: left;
}
.nav-right {
    float: right;
}
.logo span{
	font-size:26px;
	color:#12368e;
	float: right;
	margin-left:20px;
	font-weight:bold;
	height:44px;
	line-height:44px;
}
ul.main-menu {
    margin: 0;
    padding: 0;
}
ul.main-menu li {
    float: left;
    list-style: none;
    text-align: center;
}
ul.main-menu li a {
    padding: 0 26px;
    display: inline-block;
	color:#333333;
	font-size:16px;
	transition: 0.5s all;
	position:relative;
}

ul.main-menu li a:after {
    content: "";
    background: #FFF;
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transition: all 0.3s ease;
}
ul.main-menu li a:hover:after, ul.main-menu li a.active:after {
    background: #12368e;
    width: calc(100% - 52px);
    left: 26px;
}
ul.main-menu li a span {
    width: 100%;
}
span.nav-text-bottom {
    font-size: 12px;
}
span.nav-text-top, span.nav-text-bottom {
    display: inline;
    clear: both;
    float: left;
	line-height: 22px;
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
}

span.nav-text-top {
    font-weight: bold;
}

/** BANNER **/
section.parallax.banner-top{
	position:relative;
}
.main-top section.wrap-article {
    margin-top: 30px;
}
.parallax {
    /*height: 657px;*/ 
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-text {
    text-align: center;
	position:absolute;
	top:30%;
	width:100%;
}
.banner-text span{
	display:inline-block;
}
.banner-text .text-top, .banner-text .text-bottom{
	display:none;
}
.banner-page-text .text-page-top, .banner-page-text .text-page-bottom{
	opacity: 0;
	transition: 1s all;
}
.banner-text .text-top {
    font-size: 46px;
    width: 100%;
}
.banner-text .text-bottom{
	font-size:26px;
	margin-top:30px;
}
.wrap-article article{
	clear:both;
}
.article-left {
    float: left;
    max-width: 580px;
    padding-left: 100px;
    box-sizing: border-box;
	width:100%;
}
.article-left:before {
    display: inline-block;
    content: "";
    border-top: 2px solid #12368e;
    width: 90px;
    transform: translate(-100px,22px);
}
.article-right {
    float: right;
    max-width: 440px;
	line-height: 0;
}
.wrap-infor {
    clear: both;
    background: #f8f8f9;
    padding: 50px 0;
    margin: 0 auto;
}
.information {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.information h3, .information .h3{
    font-size: 28px;
	font-weight:bold;
}
.information .h3 {
    color: #333333;
    text-decoration: none;
}
.main-top article {
    margin: 40px 0 68px;
    display: inline-block;
    clear: both;
    width: 100%;
}
.banner-text .text-top, .banner-text .text-bottom  {
    text-shadow: 0px 0px 10px #fff, 0px 0px 20px #fff, 0px 0px 30px #fff, 0px 0px 40px #fff,0px 0px 50px #fff;
}
.main-top article h2{
	font-size:34px;
}
.main-top .article-left span {
    margin-top: 5px;
    display: inline-block;
}
.main-top .article-left p{
	margin-top: 40px;
	min-height: 100px;
	line-height:1.5;
}
.main-top .article-address .article-left p {
    min-height: 0px;
}
.main-top article a.readmore {
    color: #fff;
    padding: 15px 30px 15px 30px;
    background: #333;
    text-decoration: none;
	margin-top: 10px;
    float: right;
	transition: 0.5s all;
	font-size: 14px;
}

.main-top article a.readmore.no-margin {
    margin-top: -10px;
}
.main-top article a.readmore:hover{
	background:#12368e;
}
.main-top article ul{
	margin-top:30px;
}
.main-top article ul li{
	margin-bottom:10px;
}
.information span {
    display: inline-block;
    width: 100%;
    line-height: 1.3;
}
.information span.top-tel {
    margin-top: 40px;
}
.information a.link-contact {
    padding: 17px 70px 17px 70px;
    display: inline-block;
    background: #333;
    color: #fff;
    text-decoration: none;
    margin: 20px 0;
	transition: 0.5s all;
	font-size: 14px;
}
.information a.link-contact:hover{
	background:#12368e;
}
footer {
    background: #12368e;
    color: #fff;
    height: 60px;
    line-height: 60px;
	text-align:center;
}
.container.wrap-footer {
    font-size: 13px;
}
footer a {
    color: #fff;
}
.wrap-footer .footer-left{
	float:left;
}
.wrap-footer .footer-right{
	float:right;
}
.container.wrap-footer {
    display: inline-block;
    width: 100%;
    margin-top: 22px;
}
/** list efftect **/
.list-mv01 {
 transition: 1s;
 opacity: 0;
 transform: translate(0, 100px);
 -webkit-transform: translate(0, 100px);
 -moz-transform: translate(0, 100px);
 -transition-property: opacity, transform;
 -webkit-transition-property: opacity, transform;
 -moz-transition-property: opacity, transform;
}

.mv01 {
 opacity: 1.0;
 transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
}

.list-mv02 {
 transition: 1.5s;
 opacity: 0;
 transition-delay: 0.3s;
 transform: translate(0, 80px);
 -webkit-transform: translate(0, 80px);
 -moz-transform: translate(0, 80px);
 -transition-property: opacity, transform;
 -webkit-transition-property: opacity, transform;
 -moz-transition-property: opacity, transform;
}

.mv02 {
 opacity: 1.0;
 transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
}

.list-mv03 {
 transition: 1s;
 transition-delay: 1s;
 opacity: 0;
 -transition-property: opacity;
 -webkit-transition-property: opacity;
 -moz-transition-property: opacity;
}

.mv03 {
 opacity: 1.0;
}

.list-mv04 {
 opacity: 0;
 transition: 0.5s;
 transition-delay: 0.5s;
 -transition-property: opacity;
 -webkit-transition-property: opacity;
 -moz-transition-property: opacity;
}

.mv04 {
 opacity: 1.0;
}

.wrap-arrow {
    position: fixed;
    bottom: 90px;
    right: calc((100% - 1100px)/2 - 50px);
    width: 50px;
    height: 50px;
    background: #333;
    text-align: center;
	cursor: pointer;
	opacity: 0;
    pointer-events: none;
    transition: 0.8s all;
}
.wrap-arrow.show{ 
	opacity: 1; 
	pointer-events: all;
}
.wrap-arrow:hover{
	background:#12368e;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
}
#top_map{ width:440px; height:300px;}
.hide-pc{ 
	display:none!Important;
}
.hide-sp {
    display: block!Important;
}

.no-parallax{
	margin-top:100px;
}
.wrap-content{
	background:#fff;
	width: 100%;
    display: inline-block;
}

section.banner-page{
	height:400px;
	background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.banner-page-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	width:auto;
	display:inline-block;
}
.banner-page-text {
    color: #fff;
    text-align: center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	/*filter: Shadow(Color=black, Direction=130, Strength=1);*/
}
.text-page-top {
    font-size: 50px;
    font-weight: bold;
	width: 100%;
	display:inline-block;
	position:relative;
}
.text-page-top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0;
    top: 25%;
    box-shadow: 1px 1px 42px 8px rgba(0,0,0,0.3);
    z-index: -1;
}
.text-page-bottom:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 0px;
    left: 25%;
    top: 25%;
    box-shadow: 1px 1px 42px 8px rgba(0,0,0,0.3);
    z-index: -1;
}
.text-page-top:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0;
    top: 75%;
    box-shadow: 1px 1px 42px 8px rgba(0,0,0,0.3);
    z-index: -1;
}
.text-page-bottom:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 0px;
    left: 25%;
    top: 75%;
    box-shadow: 1px 1px 42px 8px rgba(0,0,0,0.2);
    z-index: -1;
}

.main-recruit .text-page-top:before, .main-recruit .text-page-top:after , .main-recruit .text-page-bottom:before, .main-recruit .text-page-bottom:after{
	 box-shadow: 1px 1px 42px 8px #fff;
}
.main-about .text-page-top:before, .main-about .text-page-top:after , .main-about .text-page-bottom:before, .main-about .text-page-bottom:after{
	 box-shadow: 1px 1px 42px 8px #fff;
}



.text-page-bottom {
    margin-top: 10px;
    font-size: 20px;
	position:relative;
}
/* bussness */
.content-text {
    margin: 0 auto;
    text-align: center;
}
.content-text p {
    text-align: center;
    display: inline-block;
    margin: 60px 0;
    font-size: 18px;
	font-weight:bold;
}
.main-about .content-text p {
	font-weight:normal;
}
section.wrap-content.wrap-list-article {
    margin-bottom: 60px;
}
.list-article .article {
    float: left;
    width: 33.3333%;
    padding: 0 20px;
    box-sizing: border-box;
}
.list-article .content-title {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}
.list-article .title-left {
    font-size: 24px;
	float:left;
	font-weight:bold;
}
.list-article .title-right {
    font-size: 16px;
	float:right;
	margin-top:8px;
}
.list-article hr {
    clear: both;
    margin-top: 10px;
    border: none;
    border-top: 1px solid #dadada;
}
.list-article .content-content span {
    font-size: 16px;
}
.list-article .content-content p {
    font-size: 16px;
    min-height: 100px;
	margin-top:20px;
	line-height:1.5;
}

@media (min-width: 751px){
	.content-text p span {
		display: inline-block;
		width: 100%;
		line-height: 2;
	}
	.vtable_top table td span.span-cus {
		display: inline-block;
		width: 100%;
	}
	.vtable_top table td p i.hide-sp {
		display: unset!important;
	}
}

/** WORK **/
.list-work {
    padding: 0 10px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.list-work .article {
    float: left;
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
	margin-bottom: 30px;
}
.list-work .article .wrap-overlay {
    position: relative;
    width: 100%;
    display: inline-block;
}
.list-work .article .title-overlay {
    position: absolute;
	top:0;
	left:0;
	width:180px;
	height:35px;
	color: #fff;
    background: rgba(0, 0, 0, 0.7);
    line-height: 35px;
    text-align: center;
    font-size: 13px;
}
.list-work .content-content {
    margin: 10px 0;
    width: 100%;
    text-align: center;
    display: inline-block;
	font-size: 18px;
	font-weight:bold;
}

.list-work .hr {
    border-top: 2px solid #ccc;
    clear: both;
    margin: 40px 20px 0px;
}
.list-work-item {
    padding: 0 30px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.list-work-item .article{
	margin-top:40px;
}
.list-work-item .article .work-title {
    font-size: 16px;
    color: #12368e;
    margin-left: -10px;
    line-height: 2;
	font-weight: bold;
}

.list-work-item .article .work-content p {
    line-height: 2;
    font-size: 16px;
}
section.wrap-work-content {
    margin-bottom: 60px;
}

/*** RECRUIT **/
.main-recruit .banner-page-text {
    color: #000;
    text-align: center;
    text-shadow: 0px 0px 10px #fff, 0px 0px 20px #fff, 0px 0px 30px #fff;
}
.wrap-table-content .h1 {
    width: 100%;
    margin: 0px auto;
    display: inline-block;
    text-align: center;
	margin-bottom: 50px;
}
.wrap-table-content .h1 h1{
	font-size: 30px;
	font-weight: bold;
}
section.wrap-recruit-content h2 {
    font-weight: bold;
    font-size: 24px;
	color:#12368e;
	float: left;
}
section.wrap-recruit-content.vtable2 h2 {
    float: none;
}
section.wrap-recruit-content .alert {
    font-size: 14px;
    background: #b50000;
    color: #fff;
    padding: 3px 3px 3px 6px;
    border-radius: 3px;
    margin-left: 10px;
    display: inline-block;
}
.vtable_top {
    clear: both;
    overflow-x: auto;
    margin-top: 15px;
}
.vtable_top table {
    width: calc(100% - 2px);
    max-width: 960px;
}
.vtable_top table td {
    border: 1px solid #e1e1e1;
	padding: 20px 39px;
}
.vtable_top table td.hightlight {
    border-top: 5px solid #12368e;
}
span.down-sp{ display:unset;}
/*
.vtable_top table td.hightlight {
    position:relative;
}
.vtable_top table td.hightlight:before {
	content: "";
	display: block;
	width: calc(100%);
	height: calc(100% - 5px);
	position: absolute;
	top: 0;
	left: 0;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-top: 5px solid #12368e;
	z-index: 0;
}

.vtable_top table td.hightlight:before {
    content: "";
    display: block;
    width: calc(100%);
    height: 5px;
    background:#12368e;
    position: absolute;
    top: 0;
    right: 0;
}
*/
.vtable_top tr td:first-child {
    background: #f9f9f9;
	text-align:center;
	font-weight: bold;
}

.form-submit a{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.wrap-button {
	background: #009350; 
	text-align: center;
	padding: 20px 23px;
	margin: 0 auto;
	display:inline-block;
}
.wrap-button:hover , .wrap-button.active{
	background: #00bc66;
}
.wrap-button span {
    color: #fff;
    display: inline-block;
    width: 100%;
}
.wrap-button span a{
	color: #fff;
}
.form-submit {
    width: 100%;
    margin: 60px 0 70px;
	text-align:center;
}
span.bbottom {
    font-size: 18px;
    margin-top: 5px;
}
span.btop {
    font-size: 38px;
}
.main-recruit .wrap-table-content .container, .main-recruit .wrap-content .container {
    max-width: 960px;
    width: calc(100% - 40px);
}
/** about **/
.main-about .banner-page-text {
    color: #000;
    text-align: center;
    text-shadow: 0px 0px 10px #fff, 0px 0px 20px #fff, 0px 0px 30px #fff;
}
.wrap-content .h1.first {
    margin-top: 65px;
	margin-bottom:0;
}

.main-about .content-text p{
	text-align:left;
}
.main-about .wrap-table-content .container {
    max-width: 960px;
}
.main-about .wrap-content span.span-sign {
    width: 100%;
    text-align: right;
    display: inline-block;
}
section.wrap-about-content.wrap-table-content {
	margin-bottom: 70px;
}
.vtable_top table {
    border-left: 1px solid #fff;
}
/* contact */
.content-text p a {
    text-decoration: underline;
    padding-bottom: 16px;
}
.wrap-content-contact .content-contact {
    text-align: center;
	margin-bottom:65px;
}
.wrap-content-contact .box-contact{
	color:#12368e;
	font-weight:bold;
}
span.icon-number {
    font-weight: bold;
    font-size: 40px;
}
.icon-box{ 
	display:inline-block;
	margin-top: 20px;
}
.icon-left{
	float:left;
}
.icon-right {
    margin-left: 20px;
    float: right;
	text-align:left;
}
.note-box{
	text-align: left;
    line-height: 1.5;
}

.note-box .right{
	text-align: right;
    width: 85%;
    display: inline-block;
}
.box-mail a {
    background: #333333;
    display: inline-block;
    padding: 37px;
	transition: 0.8s all;
}
.box-mail a:hover{
	background: #12368e;
}
.box-mail img{
	float: left;
    margin-right: 20px;
}
.box-mail span{
	display: inline-block;
    margin-top: 6px;
    float: right;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.box-mail {
    margin-top: 50px;
}
span.icon-number a {
    color: #12368e;
}
section.wrap-content-contact {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
/* privacy **/
section.wrap-privacy-content .title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
section.wrap-privacy-content .ttop {
    font-size: 30px;
    line-height: 1.3;
	font-weight:bold;
}
.main-privacy .hr {
    border-top: 2px solid #12368e;
    display: inline-block;
    width: 100%;
    margin: 40px 0;
}
.list-privacy {
    margin: 0 85px;
}
.item-privacy:first-child {
    margin-top: 20px;
}
.item-privacy {
    margin-top: 45px;
}
.item-privacy p {
    margin-top: 5px;
	line-height:1.5;
}
.item-privacy label {
    font-weight: bold;
    line-height: normal;
	display:inline-block;
}
section.wrap-list-privacy {
    margin-bottom: 65px;
}
/* fix IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  	body .vtable_top table td.hightlight:before {
		height: calc(100% + 2px);
	}
	.vtable_top table td.hightlight:before {
		border-left: 2px solid #e1e1e1;
	}
	.vtable_top table td.hightlight:before {
		border-right: 2px solid #e1e1e1;
		display:none;
	}
}
/* fix font */
body{
	font-family:'Hiragino Kaku Gothic Pro', '游ゴシック' , '游ゴシック体' , 'Hiragino Kaku Gothic Pro',YuGothic , 'Yu Gothic', 'ＭＳ ゴシック' , 'MS Gothic';
}
.main-top .article-left h2, .information h3, .banner-text, .banner-page-text .text-page-top, .main-business .list-article .title-left, .main-work .content-content p, .wrap-table-content .h1 h1, .wrap-recruit-content h2, section.wrap-recruit-content .alert, .main-about .content-text p,.wrap-privacy-content .ttop{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.banner-page-text .text-page-bottom, .main-business .list-article .title-right, .form-submit .span.btop,.box-contact .icon-number a, .top-tel a{
	font-family: "verdana";
}

.banner-text{
	font-weight:bold;
}

/* fix image */
.banner-text .text-bottom {
    margin-top: -50px;
}