@charset "UTF-8";
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-danger {
  background-color: #c41325 !important;
}

.text-danger {
  color: #c41325 !important;
}

.text-white {
  color: #fff;
}

.text-indigo {
  color: #2b2d77;
}

.text-blue {
  color: #00688d;
}

.border {
  border: 2px solid #343a40;
}

.border-danger {
  border-color: #c41325 !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

body, main {
  color: #343a40;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 500;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-1 {
  padding: 1rem;
}

.m-1 {
  margin: 1rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-4 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 1.5rem;
}

.mb-3 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 2.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.m-0 {
  margin: 0 !important;
}

.p-button {
  background: #00688d;
}

.p-index-slider__item-inner .p-button, .p-showcase__inner .p-button, .p-pagetop a {
  background: #00688d;
  color: #fff;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.l-header__logo {
  width: auto;
  max-width: 300px;
}

.is-active .l-header__logo--retina img {
  height: 50px;
  width: auto;
  margin: 5px 0;
}

.p-index-slider {
  background-color: rgba(0, 0, 0, 0.6);
}

.p-index-slider h2 {
  display: none;
}

.p-index-slider p {
  text-shadow: 3px 3px 3px #000000;
}

.p-index-slider .p-button {
  text-shadow: none;
}

.p-index-slider .hero {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-index-slider #hero-01 {
  background-image: url("../img/hero-01.jpg");
}

.p-index-slider #hero-02 {
  background-image: url("../img/hero-02.jpg");
}

.p-index-slider #hero-03 {
  background-image: url("../img/hero-03.jpg");
}

.p-index-slider #hero-04 {
  background-image: url("../img/hero-04.jpg");
}

.p-index-slider .p-index-slider__item-catch {
  color: #ffffff;
  font-size: 40px;
  text-shadow: 3px 3px 3px #000000;
}

.p-news-ticker__item-date {
  color: #008bbc;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: #008bbc;
}

.p-index-content02__item-desc {
  text-align: center;
}

.slick-dots li.slick-active, .slick-dots li:hover {
  background-color: #008bbc;
}

.slick-dots li button:before, .slick-dots li.slick-active button:before {
  color: #008bbc;
}

.p-review__name {
  color: #666;
}

.p-index-content07__archive-link:hover {
  color: #008bbc;
}

.p-index-content07 {
  background-image: url("../img/japanese-paper.jpg");
}

.p-pagetop {
  background-color: #333;
}

.p-pagetop a {
  width: 56px;
  opacity: 0.6;
  position: fixed;
  border-radius: 50%;
  bottom: 30px;
  right: 15px;
  z-index: 100000;
}

.p-pagetop a:hover {
  opacity: 0.9;
  background: #0099cc;
}

.p-address {
  display: block;
}

.l-footer__logo {
  margin-bottom: 16px;
}

.l-footer .footer-widget-area {
  color: #cfcfcf;
}

.l-footer .footer-widget-area__column > div, .main-footer-widget-area .contact-col {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.main-footer-widget-area {
  background-color: #354943;
  color: #efefef;
  padding: 46px 0;
}

.main-footer-widget-area .p-widget__title {
  font-size: 18px;
  text-align: center;
  font-weight: 200;
}

.main-footer-widget-area .numero {
  font-size: 28px;
}

.main-footer-widget-area .p-button {
  height: 80px;
  font-size: 16px;
  line-height: 80px;
  color: #efefef;
  background-color: transparent;
  border: 2px solid #efefef;
  display: block;
  min-width: inherit;
  width: 100%;
}

.main-footer-widget-area .p-button:hover {
  background-color: #283732;
}

.main-footer-widget-area .p-button .fas {
  font-size: 14px;
  line-height: 80px;
}

@media screen and (min-width: 768px) {
  .main-footer-widget-area .p-widget__title {
    font-size: 34px;
  }
  .main-footer-widget-area .p-button, .main-footer-widget-area .p-button .fas {
    font-size: 24px;
  }
  .main-footer-widget-area .numero {
    font-size: 42px;
  }
  .l-footer .footer-widget-area__column, .main-footer-widget-area .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-footer .footer-widget-area__column > div, .main-footer-widget-area .contact-col {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .l-footer .footer-widget-area__column > div, .main-footer-widget-area .contact-col {
    text-align: left;
  }
  .l-footer .footer-widget-area__column > div:nth-child(odd), .main-footer-widget-area .contact-col:nth-child(odd) {
    text-align: right;
  }
}

.page h3, .page h6 {
  text-align: center;
}

.page h6 {
  color: #66b9d7;
}

.page .p-entry__body h3 {
  font-size: 190%;
  margin-bottom: 48px;
}

.page .card {
  text-align: center;
  line-height: 1.8;
}

.page .card p {
  margin-bottom: 3px;
}

.page .card em {
  color: #66b9d7;
  font-size: 13px;
}

.page .card h5 {
  font-size: 180%;
}

.sky {
  color: #66b9d7;
}

.page .card .fas {
  font-size: 120%;
  color: #00688d;
}

.page .card .barre {
  text-decoration: line-through;
  color: #ccc;
}

.page .service-02 {
  padding: 80px 0 40px;
  background-image: url("../img/tokyo-1141165.jpg");
  margin-bottom: 80px;
  background-size: cover;
}

.faq dl {
  margin: .5rem 0 1rem 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
}

.faq dt {
  background: #f2f2f2;
  padding: 15px;
  display: block;
  font-weight: 400;
}

.faq dd {
  padding: 15px 15px 25px 15px;
}

.faq strong {
  font-size: 150%;
  margin-right: 20px;
}

.faq dt strong {
  color: #66b9d7;
}

.faq dd strong {
  color: #fcf48d;
}

.solution .post_col-2 {
  text-align: center;
}

.cercle-gray {
  background: #bdccd4;
  border-radius: 50%;
  width: 200px;
  height: 160px;
  vertical-align: middle;
  padding-top: 40px;
  text-align: center;
  color: #fff;
  margin: 10px auto;
}

.cercle-gray strong {
  color: #222;
  font-size: 120%;
}

dl.works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

dl.works dt {
  width: 50%;
}

dl.works dt h5 {
  padding: 25px;
  margin-right: 20px;
}

dl.works dt h5 span {
  color: #2980b9;
  font-size: 120%;
  font-weight: bold;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
}

dl.works dd {
  width: 50%;
  color: #2980b9;
}

@media screen and (max-width: 767.98px) {
  dl.works {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  dl.works dt {
    width: 100%;
  }
  dl.works dt h5 {
    text-align: center;
    width: 70%;
    margin: 15px auto;
  }
  dl.works dt h5 span {
    display: block;
    margin: 10px auto;
  }
  dl.works dd {
    width: 100%;
  }
}

/* .card */
.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

.p-entry__body .aligncenter.img-md {
  display: none;
}

@media (min-width: 576px) {
  .p-entry__body .aligncenter.img-md {
    display: block;
  }
  .p-entry__body .aligncenter.img-sm {
    display: none;
  }
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.p-copyright {
  opacity: .6;
  text-align: center;
}

.p-copyright small {
  float: none;
}

.post_col-4, .post_col-2_3 {
  float: left;
  margin-bottom: 2em;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.well-max:before {
  content: "";
  top: 10px;
  height: 0px;
  width: 0px;
  border-top: 30px solid #bdccd4;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
}

dl.bull {
  clear: both;
}

dl.bull dd {
  padding: 10px;
}

dl.bull dd:after {
  clear: left;
}

.bull dt {
  background-color: #66b9d7;
  width: 40%;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 120%;
  height: 100%;
  position: relative;
  float: left;
  margin-right: 10px;
  -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
  margin-bottom: 40px;
}

.bull dt:before {
  position: absolute;
  left: 30%;
  bottom: -60px;
  content: "";
  height: 0px;
  width: 0px;
  border-top: 30px solid #66b9d7;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}

.bull dt:after {
  clear: left;
}

@media screen and (min-width: 768px) {
  .post_col-4 {
    width: 25%;
  }
  .post_col-2_3 {
    width: 66.666%;
  }
  .well-max {
    min-height: 500px;
    padding-top: 300px;
  }
  .well-max:before {
    position: absolute;
    left: -5px;
    top: 50%;
    border-top: 30px solid transparent;
    border-left: 30px solid #bdccd4;
  }
}

.fleche {
  height: 50px;
  border-left: 5px solid #eee;
  border-right: 5px solid #eee;
  border-bottom: 5px solid #eee;
  margin-bottom: -10px;
}

.flech-02-cadre {
  border: #008bbc 5px solid;
  padding-top: 30.4px;
  border-radius: 3px;
  position: relative;
  margin-top: -5px;
}

.flech-02:before {
  position: absolute;
  content: '';
  top: -160px;
  left: -50px;
  border-color: #008bbc;
  border-style: solid;
  border-width: 80px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}

.flech-02 {
  margin: 80px 50px 0 50px;
  position: relative;
  display: inline-block;
  background-color: #008bbc;
  height: 40px;
  width: 60px;
}

.gray {
  color: #eee;
}

.solution .stripe {
  background-color: #fff;
  background: repeating-linear-gradient(-10deg, #fff, #fff 1000px, #cce8f2 1000px, #cce8f2 1600px);
}

h5.immo, h5.solar {
  text-align: center;
  font-weight: 600;
  margin-bottom: 12px;
}

h5.immo:before, h5.solar:before {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}

h5.immo:before {
  content: url("../img/icon-immo.png");
}

h5.solar:before {
  content: url("../img/icon-solar.png");
}

.bg_blank {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #eee;
  text-align: left;
  display: block;
}

.fleche-long {
  position: relative;
  padding-right: 25px;
  padding-bottom: 10px;
}

.fleche-long:before {
  position: absolute;
  content: '';
  bottom: -3px;
  right: 0;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 15px transparent;
  border-bottom: solid 15px #2ca9e1;
}

.fleche-long:after {
  position: absolute;
  content: '';
  bottom: -3px;
  right: 10px;
  width: 100%;
  border-bottom: solid 3px #2ca9e1;
}

.accomplishment .case {
  border: solid 1px #66b9d7;
  text-align: center;
}

.accomplishment .case p {
  padding: 20px;
  margin: 0;
}

.accomplishment .case:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
  color: #fff;
  background-color: #66b9d7;
  display: block;
  height: 40px;
  line-height: 40px;
}

.accomplishment .case-02 {
  border: 2px solid #00688d;
  margin: 10px auto 30px;
  width: 80%;
  padding: 20px 10px;
  font-size: 130%;
  font-weight: 600;
  text-align: center;
}

.paper {
  background: url("../img/japanese-paper.png");
  width: 284px;
  height: 284px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 120%;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 800;
}

.company .bg-01, .company .bg-02, .company .bg-03 {
  background-size: cover;
  padding: 30px 0;
  background-position: center center;
}

.company .bg-01 {
  background-image: url("../img/mer.jpg");
  color: #fff;
}

.company .bg-02 {
  background-image: url("../img/mer-02.jpg");
}

.company .bg-03 {
  background-image: url("../img/map.png");
  height: 300px;
}

.company .bg-02 h3 {
  background-color: #fff;
}

.company .bg-02 .p-entry__body td {
  text-align: left;
}

.company .bg-01 table {
  color: #222;
}

.company .p-entry__body td, .company .p-entry__body th {
  vertical-align: middle;
  text-align: center;
}

.company .card {
  border-color: #00688d;
}

.company .card h5 {
  font-size: 120%;
  padding: 10px 0;
  border-bottom: 1px solid #00688d;
  margin: 5px 20px 0;
}

.wpcf7 p {
  margin: 0 auto;
  max-width: 400px;
}

.wpcf7 input, .wpcf7 textarea {
  width: 100%;
}

.lb-nav {
  background: #222;
  top: calc(100% + 50px);
  height: 50px;
}

.lb-nav a.lb-prev {
  left: calc(50% - 51px);
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
  background: #333;
  opacity: 1;
  line-height: 50px;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 9999;
}

.lb-data .lb-caption {
  display: block !important;
  height: 50px;
  line-height: 50px;
}

.lang {
  line-height: 103px;
  height: 103px;
}

.is-active .lang {
  line-height: 70px;
  height: 70px;
}

.lang img {
  vertical-align: middle;
  margin-left: 5px;
}

.login.login-password-protected h1 a {
  background-image: url("../img/logo.png");
}

@media only screen and (max-width: 1200px) {
  .home .lang, .lang {
    line-height: 60px;
    height: 60px;
    position: absolute;
    right: 70px;
    top: 0;
  }
}

.c-menu-button {
  color: #333;
}

.wpcf7-recaptcha > div {
  margin: 0 auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row.justify-content-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.row.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row .post_col, .row .post_col-2, .row .post_col-3 {
  float: none;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.col, .col-8, .col-6, .col-4, .col-md-8, .col-md-6, .col-md-4, .col-md-3, .col-lg-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
}

.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

#page-service .page-header {
  height: 500px;
  background-size: cover;
  position: relative;
}

#page-service .page-header:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

#page-service .page-header-inner {
  color: #fff;
  position: absolute;
  top: -420px;
  left: 0;
}

@media (min-width: 768px) {
  #page-service .page-header-inner {
    top: -360px;
  }
}

#page-service .page-header-inner h1 {
  font-size: 3rem;
}

#page-service .page-header-inner h3 {
  border-left: none;
  padding: 0.25rem 0 0.25rem 0.5rem;
  margin-top: 2rem;
}

#page-service .btn {
  color: #fff;
  background-color: #2b2d77;
  padding: 0.5rem 0.25rem;
  font-weight: 500;
}

#page-service .btn:hover {
  background-color: #020307;
}

#page-service .lead {
  font-size: 1.25rem;
}

#page-service .list-box {
  padding: 1rem;
  border-left: 5px solid #2b2d77;
  margin-bottom: 1rem;
}

#page-service .arrow-down-indigo {
  font-size: 2rem;
  text-align: center;
  color: #2b2d77;
}
/*# sourceMappingURL=kwt.css.map */