/* adobe fonts */
/*Source Han Sans Japanese
font-family: source-han-sans-japanese, sans-serif;*/
/*Toppan Bunkyu Midashi Min StdN
font-family: source-han-sans-japanese, sans-serif;*/
/*Franklin Gothic URW
font-family: franklin-gothic-urw, sans-serif;*/
/*Copperplate
font-family: copperplate, serif;*/


/*Copperplate Condensed
font-family: copperplate-condensed, serif;*/
/*Franklin Gothic URW Extra Compressed
font-family: franklin-gothic-ext-comp-urw, sans-serif;*/
/*Franklin Gothic URW Condensed
font-family: franklin-gothic-urw-cond, sans-serif;*/
/*Franklin Gothic URW Compressed
font-family: franklin-gothic-urw-comp, sans-serif;*/


.header {
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1), rgba(255, 255, 255, 1));
        top: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 1030;
}


.header .container {
    width: 100%;
}

.header .bar {
    /* font-family: "Montserrat", sans-serif; */
    /* font-weight: 600; */
    /* font-size: 0.75019rem; */
    letter-spacing: 0.01em;
    /* border-radius: 3px; */
    transition: all 0.2s ease-in-out;
    padding-left: 2rem;
    padding-right: 1rem;
    /* line-height: 1.5; */
}

.header .bar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: row;
    padding: .5rem 1rem;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    left: 1rem;
}

.header .bar a.bar-brand {
    padding-right: 5px;
        font-size: 1.333rem;
    text-transform: uppercase;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}


.header a.bar-brand {
    color: #fafafa;
}


.h2-head {
  padding-bottom:1rem;
}

section h2, .h2 {
  font-size: 6rem;
  text-align:center;
  color:#bfbfbf;
  font-family: copperplate, serif;
  position:relative;
  /* bottom: 1rem; */
}

section.case-study {
  padding: 2rem 0;
}

.case-study h2, .h2 {
  bottom:0;
  padding:0 0 8rem;
}



section h2 span {
    position:relative;
    color:#54d1d1;
    font-size:1.4rem;
    font-family: source-han-sans-japanese, sans-serif;
    bottom:0;
    z-index: 5;
    display:block;
}

section h3, .h3 {
  font-size: 2.2rem;
  line-height:1.3;
   font-family: source-han-sans-japanese, sans-serif;
}


@media screen and (max-width: 767px) {
  section h2, .h2 {
    font-size: 4rem;
}
section h2 span {
    font-size: 1.2rem;
}
}

@media screen and (max-width: 575px) {
  section h2, .h2 {
    font-size: 3rem;
}
section h2 span {
    font-size: 1rem;
}
}



@media screen and (min-width: 1240px) {
.znav-container .container {
    width:1180px;
}
}

@media screen and (max-width: 1239px) {
  .znav-container ul li {
  padding:0 0;
}
}

.bar-brand img {
    width:302px;
}

.bar-buttons {
    display:flex;
    flex-wrap:nowrap;
    overflow:hidden;
    position:absolute;
    z-index:1040;
    right: 2rem;
    top:25px;
}

.bar-buttons .btn {
    background:#31567a;
    margin-right:0.6rem;
    font-size:1.15rem;
    color:#FFF;
}

.bar-buttons .btn.freedial {
    background:#2589a0;
}


  .navbar {
    min-height:50px!important;
  }

  .navbar-nav li {
  }

  .navbar-nav li a {
    font-weight:500;
    position:relative;
    left:28px;
  }

  .navbar-nav li a:before {
    content:"";
    background: url(../images/icn-nav.svg);
    width:22px;
    height:22px;
    position:absolute;
    left:-8px;
    top:0.5rem;
  }

@media screen and (max-width: 991px) {


  .bar-buttons .btn {
    margin-right:0.3rem;
    font-size:0.8rem;
    min-width:92px;
}
}

@media screen and (max-width: 767px) {

.bar-buttons {
    display:flex;
    flex-wrap:nowrap;
    overflow:hidden;
    position:fixed;
    z-index:1040;
    right: auto;
    top:auto;
    bottom:0;
    width:100%;
}

.bar-buttons .btn {
    margin:0;
    width:50%;
    border-radius:0;
    padding:0.8rem;
}



}

.mainvis {
    padding:6.5rem 0;
    z-index: 1;
    overflow: visible;
}

.mainvis-inner .panel img {
    max-width:560px;
    width:90%;
}

.mainvis-inner {
  z-index:1;
}

.mainvis-inner .panel {
    display:flex;

}

.mainvis-inner .medal {
    display:flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.mainvis-inner .medal > div {
    width:45%;
    max-width:200px;
    margin-left:0.4rem;
    position:relative;
    bottom:-7.5rem;
}

.catch-area {
    display:flex;
    background:#d6eae8;
    align-items: center;
    justify-content: center;
    padding: 1.4rem 1rem;
    z-index: 0;
}

.catch-area p {
    font-family: source-han-sans-japanese, sans-serif;
    font-size:1.4rem;
    line-height: 1.3;
    color:#003264;
    margin-bottom:0;
}

@media screen and (max-width: 991px) {

  .mainvis-inner .panel {
    /* align-items:center; */
    justify-content: center;
  }
  .mainvis-inner .panel img {
    max-width: 80%;
    width:auto;
}

.mainvis-inner .medal {
  justify-content:center;
}

.mainvis-inner .medal > div {
    width:35%;
}

.catch-area {
    height: auto;
}

.catch-area p {
    font-size:1.2rem;
}

}

@media screen and (max-width: 767px) {
  .mainvis {
    padding:4rem 0;
  }

  .mainvis-inner .medal > div {
    position:relative;
    bottom:-12vw
}
}

.concept {
    padding: 5rem 0;
}

.concept .lead {
    position: relative;
    width:100%;
    /* height:600px; */
    display: flex;
    justify-content: flex-end;
}

.concept .lead .background-holder.overlay:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.concept .lead .background-holder {
    background-position: left;
}

.concept .lead:after {
    background:rgb(0 0 0 / 0.4);
    width:50%;
    content:'';
    height:100%;
    position:absolute;
    right:0;
}

.concept .lead .lead-text {
    color:#FFF;
    width:50%;
    height:100%;
    right:0;
    /* position:absolute; */
    z-index:2;
    padding: 70px 50px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.concept .lead .lead-text > div {
  width:100%;
  max-width:560px;
}

.concept .lead .lead-text h3 {
    font-size:2.2rem;
    margin-bottom:0.6em;
}

.concept .lead .lead-text h3 span {
    font-size:1.3rem;
    display:block;
}

.concept .lead .lead-text p {
    font-size:1.1rem;
    line-height: 1.8;
}


.concept .lead .lead-text p.expensive {
     font-family: source-han-sans-japanese, sans-serif;
     font-size:1.2rem;
     color:#b3dbdb;
}


@media screen and (max-width: 991px) {
  .concept .lead .lead-text h3 {
    font-size: 1.4rem;
}

.concept .lead .lead-text h3 span {
    font-size: 0.9rem;
}

.concept .lead .lead-text p {
    font-size:0.9rem;
}

.concept .lead .lead-text p.expensive {
    font-size: 1rem;
}
}

@media screen and (max-width: 767px) {
  .concept .lead .lead-text {
    width: 100%;
    padding: 50px 30px;
}

.concept .lead:after {
    width: 100%;
    height: 100%;
}
}


.our-contents {
 background: linear-gradient(to bottom left, #091138, #003668);
 color:#FFF;
 padding: 4rem 0 2rem;
}

.our-contents h4, .promise h4 {
  font-family: source-han-sans-japanese, sans-serif;
  font-size:1.1rem;
  font-weight:400;
  line-height:1.5em;
  margin:0.4em 0 0.3em;

}

.our-contents p, .promise p {
  font-size:0.85rem;
}

.promise p {
  font-size:0.8rem;
}

.u-construction,
.promise-content {
  min-height:310px;
  position:relative;
}

.u-construction img,
.promise-content img {
  width:100%;
}


section.promise {
  padding-bottom: 0;
}

.promise-num {
    position:absolute;
    width:90px;
    height:90px;
    border-radius:50%;
    background:linear-gradient(to bottom left, #375c93, #0071bc);
    right:1.5rem;
    top:8.5rem;
    display:flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

.promise-num > div {
  color:#FFF;
  font-family: source-han-sans-japanese, sans-serif;
      font-size:2.4rem;
    line-height:1;
    text-align:center;
}

.promise-num > div span {
  font-size:0.8rem;
  display:block;
 font-family: source-han-sans-japanese, sans-serif;
}



@media screen and (max-width: 767px) {
  .promise-num {
    width:75px;
    height:75px;
    right:1.5rem;
    top:6.5rem;
}

.promise-num > div {
      font-size:1.8rem;
}

.promise-num > div span {
  font-size:0.7rem;
}
}

@media screen and (max-width: 575px) {

  .promise-num {
    right:auto;
    left:2.5rem;
    top:-1rem;
}

.u-construction,
.promise-content {
  padding-left:2rem;
  padding-right:2rem;
}

}



.case-study {

}

.case-study .cases,
.case-study .workings,
.promise .promise-contents {
  background:#e7f2f2;
  position:relative;
  padding: 2.5rem 0 7rem;
}

.case-study .workings {
  background:#e7f2f2;
  margin-top:12rem;
}


.case-study h3,
.promise h3 {
  bottom: 0.5rem;
  position:relative;
  z-index:1;
  text-align:center;
  color:#FFF;
  font-size:1.8rem;
}


.promise {
  position:relative;
}

.promise h3 {
  /* margin-top:-1rem; */
  position:relative;
  margin-bottom: 118px;
}

.promise h3 span {
  font-size: 1.1rem;
  display:block;
}

.case-study h3:before,
.promise h3:before {
  width:200px;
  height:200px;
  background:linear-gradient(to bottom right, #003668, #091138);
  content:'';
  position:absolute;
  top:-88px;
  left:calc(50% - 100px);
  z-index:-1;
}

.case-study h3:after,
.promise h3:after  {
    width:200px;
  height:8px;
  left:calc(50% - 100px);
    content:'';
  position:absolute;
  background:#375c93;
  top:-88px;
}



.price {
    padding: 3.5rem 0;
}

.price .lead {
    position: relative;
    width:100%;
    display: flex;
}

.price .lead .background-holder.overlay:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.price .lead .background-holder {
    background-position: right;
}

.price .lead:after {
    background:rgb(0 0 0 / 0.4);
    width:50%;
    content:'';
    height:100%;
    position:absolute;
    left:0;
}

.price .lead .lead-text {
    color:#FFF;
    width:50%;
    height:100%;
    left:0;
    position: relative;
    z-index:2;
    padding: 70px 50px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.price .lead .lead-text > div {
  width:100%;
  max-width:560px;
}



.price .lead .lead-text p {
    font-size:1.1rem;
    line-height:1.8;
}

@media screen and (max-width: 991px) {
  .price .lead .lead-text p {
    font-size:0.9rem;
}
}

@media screen and (max-width: 767px) {

  .case-study h3, .promise h3 {
     font-size: 1.3rem;
}

.case-study h3:before,
.promise h3:before {
  width:150px;
  height:150px;
  top:-60px;
  left:calc(50% - 75px);
}

.case-study h3:after,
.promise h3:after  {
    width:150px;
  height:6px;
  left:calc(50% - 75px);
  top:-60px;
}


.price .lead .lead-text {
    width:100%;
}

.price .lead:after {
    width:100%;
}
}


.btn-area {
 background: linear-gradient(to bottom left, #091138, #003668);
 color:#FFF;
 padding: 4rem 0;
}

.btn-area .estimate,
.btn-area .tel {
  display:flex;
  align-items: center;
  justify-content: center;
}

.btn-area .btn {
    background: #375c93;
    font-size: 1.4rem;
    color: #FFF;
    border-radius:3rem;
    width:320px;
    min-width:280px;
    padding:0.7rem;
    box-shadow: 8px 8px 8px rgba(0,0,0,0.2);
    font-family: source-han-sans-japanese, sans-serif;
}

.bar1 {
  height:280px;
  width:100%;
  background: url(../images/bg-bar1.jpg);
  background-size:cover;
  position:relative;
}

.bar2 {
  height:240px;
  width:100%;
  background: url(../images/bg-bar2.jpg);
  background-size:cover;
  position:relative;
  background-position-y:bottom;
  background-position-x: center;
}

.bar1:before {
  background: rgba(0, 0, 0, 0.3);
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}


.bar2:before {
  background: rgba(0, 0, 0, 0.15);
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}


@media screen and (max-width: 768px) {
.bar1,
.bar2 {
  height:120px;
}
}

@media screen and (max-width: 767px) {
  .btn-area .btn {
    font-size: 1.1rem;
    width:auto;
    min-width:240px;
    margin:0.5rem 0;
}
}


section.area {
  padding:2rem 0;
}


.area img {
  width: 100%;
}

.area h2, .h2,
.faq h2, .h2,
.contact h2, .h2 {
  bottom:0;
  padding: 0 0 3rem;
}

.area .text {
  padding:4rem 0 0;
}

.faq .q {
  background:#f7f7f7;
  padding:20px 0;
  position:relative;
}

.faq .q:before {
  content:"Q";
  font-size:2.3rem;
  position:absolute;
  color:#375c93;
  left:1rem;
  top:0.3rem;
  font-family: source-han-sans-japanese, sans-serif;
}

.faq .a:before {
  content:"A";
  font-size:2.3rem;
  position:absolute;
  color:#5ababa;
  font-family: source-han-sans-japanese, sans-serif;
  left:1rem;
  top:0.3rem;
}

.faq .a {
  padding: 1.3rem 0 3rem;
  position:relative;
}

.faq .q p,
.faq .a p {
  position:relative;
  margin-bottom:0;
  padding-left: 4rem;
  padding-right: 2rem;
}


.company {
    padding: 0;
}

.company .data {
    position: relative;
    width:100%;
    /* height: 1100px; */
    z-index:0;
}

.company .data .background-holder.overlay:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.company .data .background-holder {
    background-position: center;
}



.company .data > div {
    color:#FFF;
    width:100%;
    height:100%;
    /* position:absolute; */
    /* z-index:2; */
    padding: 70px 50px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.company .data > div table th {
  width:20%
}

.company .data > div table tr {
  border-bottom:1px solid rgb(255 255 255 / 0.2)
}


.company .data > div table th,
.company .data > div table td {
  padding:0.8rem 0;

}



@media screen and (max-width: 767px) {

  .company .data > div table th,
.company .data > div table td {
  display:block;
   padding:0.6rem 0;

}

.company .data > div table th {
  width:100%
}
}

.contact {
 background: linear-gradient(to bottom right, #003668, #091138);
 color:#FFF;
 padding: 4rem 0;
}

.contact table {
  width: 100%;
}

.contact table .post,
.contact table .state {
  width:200px;
}

.contact .form-bg {
  padding:40px;
  background:rgba(255,255,255,.20);
  margin-bottom:4rem;
}

section.contact h2, .h2 {
    color: rgba(255,255,255,.15);
}

section.contact h2 span {
  color:#FFF;
}

.contact table {
   border-top:2px solid #0a3c5a;
}

.contact table th,
.contact table td {
  padding:1rem 0;
}

.contact table tr {
  border-bottom:2px solid #0a3c5a;
}

.contact input[type=submit].btn-block {
  width: 80%;
  margin:auto;
  margin-top:2rem;
  max-width: 400px;
  position:relative;
  font-size:1.4rem;
  border-radius:50px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight:700;
}

.contact input[type=submit].btn-block:before {
  content:'';
  position:absolute;
}

button, input, optgroup, select, textarea {
  font-size:smaller;
}

@media only screen and (max-width: 575px) {

  .contact input[type=submit].btn-block {
    font-size:1rem;
    width:90%;
  }

  .contact .form-bg {
  padding: 20px;
}

}



footer p {
  text-align:center;
  padding:2.8rem 0;
font-family: source-han-sans-japanese, sans-serif;
font-size:0.75rem;
font-weight:700;
}

.privacy h3 {
  text-align:center;
  font-size:1.3rem;
  margin-bottom:1.5em;
}

.privacy .lead {
  font-size:0.9rem;
  margin-bottom:2.5em;
}
.privacy h4 {
  font-size:1rem;
  margin-top:2.5rem;
  font-weight:100;
}

.privacy p,
.privacy li {
  font-size:0.9rem;
  font-weight:100;
}


.toggle { margin: 2px 0 0 14px; float: left; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.toggle li { float: left; }
.toggle li a {width: 50px; padding: 6px 0; text-align: center; display: block; text-shadow: 1px 1px 0 #fff; font-size: 12px; font-weight: 600; color: #666; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -o-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; 

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */

box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
-moz-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
-webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;

}
.toggle li:first-child a {-webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; -o-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;}
.toggle li a:hover { background: #ededed; color: #222; }
.toggle li a.active { background: #c8e0f3; color: #325874; cursor: default; box-shadow: inset 0 0 3px rgba(0,0,0,0.4); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.4); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.4); }

.slider { margin: 50px 0 10px!important;}
#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}

.button {
  display: inline-block;
  margin: 0;
  padding: .461em 1.563em .41em;
  color: #fff!important;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  line-height: 1;
  font-size: .9em;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  border: 1px solid #1a4064;
  background: #255a8c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
}
.button:active  {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.button.green  {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border: 1px solid #578824;
  background: #71b02f;
}
.button.green:hover  {
  background: #79bc32;
}
#scroll-top.fadein {
    transition: all 1s ease-out;
    transition: bottom 0.2s ease-out;
    opacity: 0.9;
}

#scroll-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: #3d6da5;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #FFF;
    opacity: 0;
    text-decoration:none;
}

#scroll-top span {
    display: block;
    font-size: 0.9rem;
    line-height: 1;
}



@media only screen and (max-width: 767px) {

.contact table th,
.contact table td {
  display:block;
}

.contact table th {
  padding-bottom:0;
}


  #scroll-top {
    bottom: 60px;
    right: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 1rem;
}

#scroll-top span {
  display:none;
}

footer {
  margin-bottom:40px;
}

}

form .state {
  padding:0.5rem;
}