/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

@font-face {
  font-family: "Silka";
  src: url("fonts/SilkaRegular.eot");
  src: url("fonts/SilkaRegular.eot") format("embedded-opentype"), url("fonts/SilkaRegular.woff2") format("woff2"), url("fonts/SilkaRegular.woff") format("woff"), url("fonts/SilkaRegular.ttf") format("truetype"), url("fonts/SilkaRegular.svg") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "Silka";
  src: url("fonts/SilkaSemiBold.eot");
  src: url("fonts/SilkaSemiBold.eot") format("embedded-opentype"), url("fonts/SilkaSemiBold.woff2") format("woff2"), url("fonts/SilkaSemiBold.woff") format("woff"), url("fonts/SilkaSemiBold.ttf") format("truetype"), url("fonts/SilkaSemiBold.svg") format("svg");
  font-weight: 600;
}
@font-face {
  font-family: "Silka";
  src: url("fonts/SilkaMonoBold.eot");
  src: url("fonts/SilkaMonoBold.eot") format("embedded-opentype"), url("fonts/SilkaMonoBold.woff2") format("woff2"), url("fonts/SilkaMonoBold.woff") format("woff"), url("fonts/SilkaMonoBold.ttf") format("truetype"), url("fonts/SilkaMonoBold.svg") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "Silka";
  src: url("fonts/SilkaMedium.eot");
  src: url("fonts/SilkaMedium.eot") format("embedded-opentype"), url("fonts/SilkaMedium.woff2") format("woff2"), url("fonts/SilkaMedium.woff") format("woff"), url("fonts/SilkaMedium.ttf") format("truetype"), url("fonts/SilkaMedium.svg") format("svg");
  font-weight: 500;
}
/* *** GLOBAL *** */
.container {
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 1220px;
    max-width: 100%;
    padding: 0 30px;
  }
}
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0;
}

body p {
  margin-bottom: 25px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body ul {
  margin-bottom: 25px;
  padding-left: 16px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "Silka";
}

body {
  font-family: "Silka";
  font-size: 16px;
  color: #000;
  line-height: 150%;
  min-width: 302px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** HEADER *** */
body header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 93px 0;
  transition: 0.15s linear;
  z-index: 10;
}

.logo img {
  display: block;
}

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 101;
  width: 100%;
  padding: 10px 0px;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-rsp .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  max-height: 100%;
}

.hamburger {
  position: absolute;
  top: 8px;
  right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #000;
}

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px;
}

.data-rsp a {
  font-size: 11px;
}

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 80px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none;
}

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09153A;
  z-index: 1;
  opacity: 0.4;
}

.menu-rsp nav {
  float: left;
  width: 100%;
  height: 100%;
  background: #09153A;
  overflow: auto;
}

/* *** HOME *** */
.x-padding-1 {
  padding: 90px 0;
}

.x-mt-1 {
  margin-top: 90px;
}

.x-mb-1 {
  margin-bottom: 90px;
}

.x-content-box-1 {
  background: url("../img/03.png") center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.x-content-box-1 .image-box-mobile {
  display: none;
}
.x-content-box-1 .container {
  position: relative;
}
.x-content-box-1 .container .image-box {
  position: absolute;
  bottom: -200px;
  right: 0;
}
.x-content-box-1 .x-button-box {
  display: flex;
}
.x-content-box-1 .x-button-box a {
  margin-right: 30px;
}
.x-content-box-1 .x-button-box a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 0.9;
}
.x-content-box-1 .description {
  height: 700px;
  display: flex;
  width: 660px;
  max-width: 100%;
  padding-top: 50px;
  flex-direction: column;
  justify-content: center;
}

.x-content-box-2 {
  background: #000;
  color: #fff;
}

.x-title-small {
  color: #009472;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 100%;
}

.x-title {
  margin-bottom: 60px;
}
.x-title h2 {
  margin: 0;
  font-weight: 600;
  font-size: 48px;
}

.x-boxes-1 {
  padding-top: 50px;
}
.x-boxes-1 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: space-between;
}
.x-boxes-1 .row-box .col-box {
  max-width: 250px;
  padding: 0 20px;
}
.x-boxes-1 .row-box .col-box .x-box-1 {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  font-weight: 600;
}
.x-boxes-1 .row-box .col-box .x-box-1 figure {
  margin-bottom: 20px;
}

.x-content-box-3 {
  background: #009472;
  color: #fff;
  text-align: center;
}
.x-content-box-3 .txt {
  margin: 0 auto;
  max-width: 100%;
  width: 700px;
  font-size: 24px;
  font-weight: 600;
  max-width: 100%;
  line-height: 150%;
}

.x-content-box-4 .x-boxes-2 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.x-content-box-4 .x-boxes-2 .row-box .col-box {
  width: 33.3333%;
  padding: 0 25px;
}
.x-content-box-4 .x-boxes-2 .row-box .col-box .x-box-2 figure {
  margin-bottom: 30px;
}
.x-content-box-4 .x-boxes-2 .row-box .col-box .x-box-2 figure img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}
.x-content-box-4 .x-button-box {
  display: flex;
  justify-content: center;
}

.x-btn-1 {
  padding: 0 20px;
  height: 44px;
  border-radius: 22px;
  background: #009472;
  color: #fff;
  font-weight: 600;
  line-height: 45px;
  display: inline-block;
}
.x-btn-1:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #fff;
  opacity: 0.9;
}

.x-content-box-5 {
  background: linear-gradient(to bottom, #000000 0%, #000000 70%, #013B2D 100%);
}
.x-content-box-5 .x-title h2 {
  color: #fff;
}
.x-content-box-5 .x-button-box {
  display: flex;
  justify-content: center;
}

.x-btn-1-1 {
  background: #FFFFFF;
  color: #000;
}
.x-btn-1-1:hover {
  color: #000;
}

.x-boxes-2a .row-box {
  display: flex;
  margin: 0 -15px;
}
.x-boxes-2a .row-box .col-box {
  padding: 0 15px;
  width: 33.3333%;
}
.x-boxes-2a .row-box .col-box .x-box-2a {
  padding: 40px 30px;
  height: 100%;
  border: 1px solid #009472;
  color: #fff;
  border-radius: 10px;
}

.x-content-box-3 .txt-1 {
  width: 960px;
}

.x-content-box-6 .x-button-box {
  display: flex;
  justify-content: center;
}

.x-boxes-3 .row-box {
  display: flex;
  margin: 0 -25px;
}
.x-boxes-3 .row-box .col-box {
  padding: 0 25px;
  width: 33.33333%;
}
.x-boxes-3 .row-box .col-box .x-box-3 {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #F6F6F6;
  border-radius: 10px;
}
.x-boxes-3 .row-box .col-box .x-box-3 .info {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  background: #000;
  border-radius: 10px;
  height: 34px;
  line-height: 36px;
  padding: 0 10px;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
}
.x-boxes-3 .row-box .col-box .x-box-3 .description {
  padding: 25px 30px;
}
.x-boxes-3 .row-box .col-box .x-box-3 .description p {
  margin: 0;
}
.x-boxes-3 .row-box .col-box .x-box-3 .description h3 {
  font-weight: 600;
  color: #009472;
  font-size: 24px;
  margin-bottom: 10px;
}

.x-content-box-7 {
  background: #000;
  position: relative;
  color: #fff;
  min-height: 621px;
}
.x-content-box-7 figure {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -700px;
}
.x-content-box-7 .description {
  width: 460px;
  max-width: 100%;
}

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

.x-content-box-8 .x-button-box {
  display: flex;
  justify-content: center;
}

.x-btn-1-2 {
  background: #000;
}

.x-boxes-3a .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.x-boxes-3a .row-box .col-box {
  padding: 0 15px;
  width: 33.33333%;
}
.x-boxes-3a .row-box .col-box .x-box-3a {
  padding: 30px;
  border-radius: 10px;
  background: #F6F6F6;
  height: 100%;
}
.x-boxes-3a .row-box .col-box .x-box-3a .icon {
  margin-bottom: 20px;
}

.x-content-box-9 {
  min-height: 490px;
  background: #F6F6F6 url("../img/02.png") center no-repeat;
}
.x-content-box-9 .description {
  width: 475px;
  max-width: 100%;
}
.x-content-box-9 .description .text {
  margin-bottom: 40px;
}
.x-content-box-9 .description .x-button-box {
  display: flex;
}
.x-content-box-9 .description .x-button-box a {
  margin-right: 30px;
}
.x-content-box-9 .description .x-button-box a:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

footer {
  padding: 60px 0;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(to right, #000000 0%, #000000 5%, #009472 100%);
}
footer .mail {
  text-decoration: underline;
}
footer .mail:hover {
  text-decoration: underline;
}
footer a {
  color: #fff;
}
footer a:hover {
  opacity: 0.85;
  color: #fff;
}
footer .row-box {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
}
footer .row-box .col-box {
  padding: 0 15px;
}
footer .row-box .col-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-box {
  display: flex;
  padding-top: 15px;
}
.social-box a {
  margin-right: 20px;
}
.social-box a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.x-button-box-mobile {
  display: none;
}

.figure-mobile {
  display: none;
}

/* *** SUBPAGE *** */
body .header-1 {
  height: 100px;
  padding: 32px 0;
  background: #009472;
}

body.subpage {
  padding-top: 100px;
}

.prev-content {
  padding: 14px 0;
  border-bottom: 1px solid #F5F5F5;
}

.x-button-box-center {
  display: flex;
  justify-content: center;
}

.z-content-box-1-1 .row-box {
  display: flex;
  margin: 0 -15px;
}
.z-content-box-1-1 .row-box .col-box {
  padding: 0 15px;
  width: 50%;
}
.z-content-box-1-1 .row-box .col-box figure img {
  border-radius: 10px;
}

.text h3 {
  font-weight: bold;
  font-family: "Silka";
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}

.z-bg-1 {
  background: #F5F5F5;
}

.w440 {
  max-width: 100%;
  width: 440px;
}

.mb30 {
  margin-bottom: 30px;
}

.z-content-box-1-1 .cols3 .col-box {
  width: 33.3333%;
}
.z-content-box-1-1 .cols4 .col-box {
  width: 25%;
}

.z-content-box-1-2 .row-box {
  flex-wrap: wrap;
  margin-bottom: -50px;
}
.z-content-box-1-2 .row-box .col-box {
  width: 50%;
  margin-bottom: 50px;
}

.z-content-box-1-3 .row-box {
  flex-wrap: wrap;
  margin-bottom: -50px;
}
.z-content-box-1-3 .row-box .col-box {
  width: 33.3333%;
  margin-bottom: 50px;
}
.z-content-box-1-3 .row-box .col-box figure img {
  width: 100%;
}

.z-content-box-1-4 .row-box {
  margin: 0 -25px;
  flex-wrap: wrap;
  margin-bottom: -50px;
}
.z-content-box-1-4 .row-box .col-box {
  width: 33.3333%;
  padding: 0 25px;
  margin-bottom: 50px;
}
.z-content-box-1-4 .row-box .col-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}

.z-content-box-1-1 img {
  border-radius: 10px;
}

.z-content-box-1-4 .cols4 .col-box {
  width: 25%;
}
.z-content-box-1-4 .cols5 .col-box {
  width: 20%;
}

.x-content-box-1 {
  position: relative;
}

.x-content-box-1 .container {
  z-index: 5;
}

.video-bg, .video-bg-1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
}

.video-bg video, .video-bg-1 video {
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  width: 1905px;
  height: auto;
}

.video-bg-1 {
  display: none;
}

@media (max-width: 1190px) {
  body .video-bg video, body .video-bg-1 video {
    margin: auto;
    position: absolute;
    z-index: -1;
    transform: none;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.x-content-box-1 .container .image-box {
  width: 458px;
}

.banner-1 ul, .banner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.banner-1 img {
  display: inline-block;
}

.x-content-box-1 .image-box {
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}

.body-active .x-content-box-1 .image-box {
  transform: scale(1.2);
}/*# sourceMappingURL=style.css.map */