@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?6iuir");
  src: url("../fonts/icomoon/icomoon.eot?6iuir#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?6iuir") format("truetype"), url("../fonts/icomoon/icomoon.woff?6iuir") format("woff"), url("../fonts/icomoon/icomoon.svg?6iuir#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: cormorant-garamond, dnp-shuei-mincho-pr6n, Garamond, Times, serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.7;
  color: #1F1F36;
  background: #f2f2f2;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  transition: 2s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #726D81;
  opacity: 1;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #4A4E69;
  outline: none;
  text-decoration: none;
  text-shadow: none;
}

p {
  letter-spacing: 0.125em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.875em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
figure {
  color: #1F1F36;
  font-family: cormorant-garamond, dnp-shuei-mincho-pr6n, Garamond, Times, serif;
  font-weight: 400;
  margin: 0 0 2em 0;
}

::-webkit-selection {
  color: #f2f2f2;
  background: #4A4E69;
}

::-moz-selection {
  color: #f2f2f2;
  background: #4A4E69;
}

::selection {
  color: #f2f2f2;
  background: #4A4E69;
}

.gfk-container {
  max-width: 1100px;
  width: 90%;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .gfk-container {
    width: 100%;
  }
}

.gfk-top {
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
  z-index: 1002;
  position: relative;
}
.gfk-top #gfk-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.gfk-top #gfk-logo a {
  color: #1F1F36;
}
.gfk-top #gfk-logo em {
  color: #4A4E69;
}
.gfk-top .social-icons {
  text-align: right;
}
.gfk-top .gfk-social-top {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .gfk-top .gfk-social-top {
    margin-right: 50px;
  }
}
.gfk-top .gfk-social-top li {
  padding: 0;
  margin: 0 0 0 10px;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gfk-top .gfk-social-top li a {
  color: #1F1F36;
}
@media screen and (max-width: 768px) {
  .gfk-top .gfk-social-top li {
    margin: 0 0 0 10px;
  }
}

.stuck {
  right: 0;
  top: 0 !important;
}

.gfk-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .gfk-nav {
    padding: 20px 0;
    display: none;
  }
}
.gfk-nav .gfk-container {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
}
.gfk-nav .gfk-container a {
  padding: 0;
  color: #f2f2f2;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .gfk-nav .gfk-container .menu-1,
  .gfk-nav .gfk-container .menu-2 {
    display: none;
  }
}
.gfk-nav .gfk-container ul {
  display: flex;
  justify-content: flex-start;
  padding: 0 0.5em 0 0;
  margin: 1em 0 0;
  width: 3em;
}
.gfk-nav .gfk-container ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.gfk-nav .gfk-container ul li.twolines {
  margin: 1.5vmin 0;
}
.gfk-nav .gfk-container ul li > a {
  font-size: 1.75vmin;
  padding: 1.5vmin 1vmin;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}
.gfk-nav .gfk-container ul li > a:hover, .gfk-nav .gfk-container ul li > a:focus, .gfk-nav .gfk-container ul li > a:active {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.gfk-nav .gfk-container ul li.has-dropdown {
  position: relative;
}
.gfk-nav .gfk-container ul li.has-dropdown .dropdown {
  width: 150px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #f2f2f2;
  padding: 20px;
  border-radius: 4px;
  transition: 0s;
}
.gfk-nav .gfk-container ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f2f2f2;
  border-width: 8px;
  margin-left: -8px;
}
.gfk-nav .gfk-container ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.gfk-nav .gfk-container ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.gfk-nav .gfk-container ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #b3b3d4;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.gfk-nav .gfk-container ul li.has-dropdown .dropdown li a:hover {
  color: #4A4E69;
}
.gfk-nav .gfk-container ul li.has-dropdown .dropdown li.active > a {
  color: #1F1F36 !important;
}
.gfk-nav .gfk-container ul li.has-dropdown:hover a, .gfk-nav .gfk-container ul li.has-dropdown:focus a {
  color: #f2f2f2;
}
.gfk-nav .gfk-container ul li.btn-cta a {
  color: #4A4E69;
}
.gfk-nav .gfk-container ul li.btn-cta a span {
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 4px 20px;
  color: #f2f2f2;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  transition: 0.3s;
  border-radius: 7px;
}
.gfk-nav .gfk-container ul li.btn-cta a:hover span {
  background: #f2f2f2;
  color: #4A4E69;
}
.gfk-nav .gfk-container ul li.active > a {
  color: #4A4E69 !important;
}

#gfk-header {
  position: absolute;
  top: 0;
  background: #575797;
}
@media screen and (max-width: 992px) {
  #gfk-header.gfk-cover {
    height: 100vh;
  }
}
#gfk-header .gfk-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#gfk-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(31, 31, 54, 0.6);
  transition: 0.5s;
}
@media screen and (max-width: 480px) {
  #gfk-header .text-left {
    text-align: center !important;
  }
}
#gfk-header .btn {
  color: #f2f2f2 !important;
}
@media screen and (max-width: 480px) {
  #gfk-header .btn {
    display: block;
    width: 100%;
  }
}
#gfk-header .mt-text {
  margin: 15vmin auto 0;
  float: none;
}
@media screen and (max-width: 768px) {
  #gfk-header .mt-text {
    margin-top: 0;
  }
}
#gfk-header .intro-text-small {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 10px;
}
#gfk-header h1,
#gfk-header h2,
#gfk-header p {
  margin: 0;
  padding: 0;
  color: rgb(255, 255, 255);
}
#gfk-header h1 {
  font-size: 6vmin;
  letter-spacing: 1vmin;
  line-height: 1.5;
  font-weight: 300;
  margin: auto;
  text-align: center;
  text-transform: none;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  width: 1.5em;
}
#gfk-header h1 span {
  font-size: 2vmin;
}
#gfk-header h1 strong {
  font-weight: 700;
  color: #4A4E69;
}
@media screen and (max-width: 768px) {
  #gfk-header h1 {
    font-size: 10vmin;
    line-height: 1.2;
    margin-top: 20vmax;
  }
  #gfk-header h1 span {
    font-size: 4vmin;
  }
}
#gfk-header h2 {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#gfk-header .swiper-wrapper .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
  backface-visibility: hidden;
}

#gfk-header,
#gfk-counter,
.gfk-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.gfk-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.gfk-video {
  height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 7px;
}
.gfk-video.gfk-video-sm {
  height: 250px;
}
.gfk-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #f2f2f2;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
}
.gfk-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.gfk-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.gfk-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.gfk-video:hover a {
  position: relative;
  transform: scale(1.2);
}

.gfk-cover {
  height: auto;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
.gfk-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.gfk-cover.section-odd .overlay {
  background: rgba(114, 109, 129, 0.8);
}
.gfk-cover.section-even .overlay {
  background: rgba(74, 78, 105, 0.8);
}
.gfk-cover > .gfk-container {
  margin: auto;
  padding: 12vmin 15px;
  z-index: 100;
}
.gfk-cover .display-t,
.gfk-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gfk-cover .display-t,
  .gfk-cover .display-tc {
    height: 640px;
  }
}
.gfk-cover.gfk-cover-sm {
  height: auto;
  min-height: 80vh;
}
@media screen and (max-width: 768px) {
  .gfk-cover.gfk-cover-sm {
    min-height: 400px;
    height: auto;
  }
}
.gfk-cover.gfk-cover-sm .display-t,
.gfk-cover.gfk-cover-sm .display-tc {
  height: 640px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gfk-cover.gfk-cover-sm .display-t,
  .gfk-cover.gfk-cover-sm .display-tc {
    height: 400px;
  }
}
.gfk-cover.gfk-cover-xs {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .gfk-cover.gfk-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.gfk-cover.gfk-cover-xs .display-t,
.gfk-cover.gfk-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gfk-cover.gfk-cover-xs .display-t,
  .gfk-cover.gfk-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}

.gfk-staff {
  text-align: center;
  margin-bottom: 7em;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gfk-staff {
    margin-bottom: 3em;
  }
}
.gfk-staff img {
  width: 100px;
  margin-bottom: 20px;
  border-radius: 50%;
}
.gfk-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.gfk-staff p {
  margin-bottom: 30px;
}
.gfk-staff .role {
  color: #e4e4f0;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.gfk-social-icons {
  margin: 0;
  padding: 0;
}
.gfk-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gfk-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #4A4E69;
  padding-left: 10px;
  padding-right: 10px;
}
.gfk-social-icons li a i {
  font-size: 20px;
}

.gfk-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
.gfk-contact-info ul {
  padding: 0;
  margin: 0;
}
.gfk-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.gfk-contact-info ul li:before {
  color: #f4f4f9;
  position: absolute;
  left: 0;
  top: 0.05em;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gfk-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.gfk-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.gfk-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.gfk-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

form label {
  font-weight: normal !important;
}

#gfk-header .display-tc,
#gfk-counter .display-tc,
.gfk-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#gfk-header .display-tc .intro-text-small,
#gfk-counter .display-tc .intro-text-small,
.gfk-cover .display-tc .intro-text-small {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 10px;
}
#gfk-header .display-tc h1,
#gfk-header .display-tc h2,
#gfk-counter .display-tc h1,
#gfk-counter .display-tc h2,
.gfk-cover .display-tc h1,
.gfk-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: rgb(255, 255, 255);
}
#gfk-header .display-tc h1,
#gfk-counter .display-tc h1,
.gfk-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 59px;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #gfk-header .display-tc h1,
  #gfk-counter .display-tc h1,
  .gfk-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#gfk-header .display-tc h2,
#gfk-counter .display-tc h2,
.gfk-cover .display-tc h2 {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#gfk-counter {
  text-align: center;
}
#gfk-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #4A4E69;
  font-weight: 100;
  display: block;
}
#gfk-counter .counter-label {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #gfk-counter .feature-center {
    margin-bottom: 50px;
  }
}
#gfk-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#gfk-counter .icon i {
  height: 70px;
}
#gfk-counter .icon i:before {
  color: #f4f4f9;
  display: block;
  text-align: center;
  margin-left: 3px;
}

#gfk-features,
#gfk-features-2,
#gfk-products,
#gfk-services,
#gfk-subscribe,
#gfk-footer,
.gfk-section {
  padding: 4em 0;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gfk-features,
  #gfk-features-2,
  #gfk-products,
  #gfk-services,
  #gfk-subscribe,
  #gfk-footer,
  .gfk-section {
    padding: 2em 0;
  }
}
#gfk-features.border-bottom,
#gfk-features-2.border-bottom,
#gfk-products.border-bottom,
#gfk-services.border-bottom,
#gfk-subscribe.border-bottom,
#gfk-footer.border-bottom,
.gfk-section.border-bottom {
  border-bottom: 1px solid white;
}

#gfk-features {
  margin-top: -20em;
  padding-top: 20em;
  position: relative;
}
#gfk-features:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 180%;
  top: 0;
  transform: skewY(-12deg);
  background: #4A4E69;
}
#gfk-features .gfk-heading h2 {
  color: #f2f2f2;
}
#gfk-features .gfk-heading p {
  color: rgba(255, 255, 255, 0.7);
}
#gfk-features .feature-center {
  color: #f2f2f2;
}
#gfk-features .feature-center .icon {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: #4A4E69;
}
#gfk-features .feature-center .icon i {
  color: #f2f2f2;
  font-size: 40px;
  font-style: normal;
}
#gfk-features .feature-center h3 {
  font-weight: 400;
  color: #f2f2f2;
}
#gfk-features .feature-center p {
  color: rgba(255, 255, 255, 0.7);
}

.flex-section {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
}
.flex-section .flex-img {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .flex-section .flex-img:before {
    display: none;
  }
}
.flex-section .col-1 {
  padding: 1em 0;
  width: 60%;
}
.flex-section .col-1 .text {
  margin: auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .flex-section .col-1 .text {
    padding: 0;
    width: 100%;
  }
}
.flex-section .col-2 {
  background-size: 90%;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 440px;
  width: 30%;
}
@media screen and (max-width: 992px) {
  .flex-section .col-1,
  .flex-section .col-2 {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .flex-section .col-1 {
    margin: 0 auto 50vmin;
    padding: 0;
  }
}
.flex-section.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .flex-section.reverse {
    flex-direction: column;
  }
}
.flex-section.reverse .flex-img {
  overflow: hidden;
}
.flex-section.reverse .flex-img:before {
  display: none;
}
.flex-section.reverse .flex-img:after {
  right: -120px !important;
  content: "";
  position: absolute;
  height: 120%;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .flex-section.reverse .flex-img:after {
    display: none;
  }
}
.flex-section.reverse .col-2 {
  width: 30%;
}
@media screen and (max-width: 992px) {
  .flex-section.reverse .col-2 {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .flex-section.reverse .col-1 {
    left: 0;
    margin: auto;
    width: 90%;
  }
}
.flex-section.reverse .col-1 .text {
  padding-left: 4em;
  padding-right: 30%;
}
@media screen and (max-width: 1200px) {
  .flex-section.reverse .col-1 .text {
    padding-right: 30%;
  }
}
@media screen and (max-width: 768px) {
  .flex-section.reverse .col-1 .text {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.section-even {
  background-color: #4A4E69;
}
.section-even h2,
.section-even h3,
.section-even h4,
.section-even h5,
.section-even dd,
.section-even p {
  color: #f2f2f2 !important;
}
.section-even h2 a,
.section-even h3 a,
.section-even h4 a,
.section-even h5 a,
.section-even dd a,
.section-even p a {
  border-bottom: #fff 2px dotted;
  color: #fff !important;
}
.section-even h2 a:hover,
.section-even h3 a:hover,
.section-even h4 a:hover,
.section-even h5 a:hover,
.section-even dd a:hover,
.section-even p a:hover {
  border-bottom: none;
}

.section-odd {
  background-color: #726D81;
}
.section-odd h2,
.section-odd h3,
.section-odd h4,
.section-odd h5,
.section-odd dd,
.section-odd p {
  color: #f2f2f2 !important;
}
.section-odd h2 a,
.section-odd h3 a,
.section-odd h4 a,
.section-odd h5 a,
.section-odd dd a,
.section-odd p a {
  border-bottom: #fff 2px dotted;
  color: #fff !important;
}
.section-odd h2 a:hover,
.section-odd h3 a:hover,
.section-odd h4 a:hover,
.section-odd h5 a:hover,
.section-odd dd a:hover,
.section-odd p a:hover {
  border-bottom: none;
}

.section-odd,
.section-even {
  position: relative;
}
.section-odd a,
.section-even a {
  text-shadow: #4A4E69 1px 1px 4px;
}
.section-odd a:hover,
.section-even a:hover {
  text-shadow: none;
}
.section-odd .section-title,
.section-even .section-title {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-odd .section-title,
  .section-even .section-title {
    height: auto;
    margin: auto;
    position: relative;
    width: 90%;
  }
}
.section-odd .section-title h2,
.section-even .section-title h2 {
  font-size: 8vmin;
  margin: auto;
  padding: 1em;
  text-align: center;
  transform: none;
}
@media screen and (max-width: 768px) {
  .section-odd .section-title h2,
  .section-even .section-title h2 {
    padding: 1em 15px 0.5em;
    transform: none;
  }
}
.section-odd .text,
.section-even .text {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .section-odd .text,
  .section-even .text {
    padding: 0 0 2em;
  }
}
.section-odd .text ul,
.section-even .text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-odd .text ul,
  .section-even .text ul {
    flex-direction: column;
  }
}
.section-odd .text ul li,
.section-even .text ul li {
  display: table;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .section-odd .text ul li,
  .section-even .text ul li {
    height: auto;
    margin-bottom: 1em;
    width: 100%;
  }
}
.section-odd .text ul li a,
.section-even .text ul li a {
  background: rgba(114, 109, 129, 0.8);
  bottom: 0;
  color: #fff;
  display: table-cell;
  font-size: 1.25em;
  height: 220px;
  padding: 2em 0;
  position: relative;
  vertical-align: middle;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .section-odd .text ul li a,
  .section-even .text ul li a {
    height: 4em;
  }
}
.section-odd .text ul li a:hover,
.section-even .text ul li a:hover {
  bottom: 7px;
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}

#section-about {
  background-size: 100vmin;
  background-position: bottom right !important;
  background-blend-mode: luminosity;
}
#section-about.flex-section .col-1 {
  width: 80%;
}
#section-about.flex-section .col-1 .text {
  width: 100%;
}
#section-about.flex-section .col-1 .text h4 {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  #section-about {
    background-size: contain;
  }
}

#section-history dl {
  color: #f2f2f2;
}
#section-history dl dt {
  margin: 2em 0 1em;
}
#section-history dl dd {
  margin-bottom: 1em;
}

#section-initiatives article {
  margin: 0 auto 8rem;
}
#section-initiatives img {
  width: 100%;
}
#section-initiatives ul li {
  padding: 0;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #section-initiatives ul li {
    margin-bottom: 1em;
    padding: 0;
    width: 100%;
  }
}
#section-initiatives ul li h4 {
  padding-top: 2em;
}
#section-initiatives ul li p {
  font-size: 0.875em;
  text-align: left;
}

#section-gofuso article {
  margin: 0 auto 8rem;
}
#section-gofuso img {
  width: 100%;
}
#section-gofuso aside {
  background: rgba(134, 124, 141, 0.25);
  font-size: 0.875em;
  margin: 0 auto 8rem;
  padding: 1.5em;
}
#section-gofuso aside > p:last-child {
  margin: 0;
}
#section-gofuso .swiper-wrapper .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 37.5vw;
  width: 50vw;
  max-height: 802.5px;
  overflow: hidden;
  backface-visibility: hidden;
}
#section-gofuso .swiper-wrapper .swiper-slide .slider-caption {
  background: rgba(31, 31, 54, 0.6);
  position: absolute;
  bottom: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}
#section-gofuso .swiper-pagination {
  bottom: -4rem;
}
#section-gofuso .swiper-pagination .swiper-pagination-bullet,
#section-gofuso .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f2f2f2;
}
#section-gofuso ul {
  display: flex;
  justify-content: space-between;
}
#section-gofuso ul li {
  margin: 0;
  padding: 0;
  width: 49%;
}
#section-gofuso ul li img {
  width: 100%;
}
#section-gofuso ul li h4 {
  padding-top: 2em;
}
#section-gofuso ul li p {
  font-size: 0.875em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #section-gofuso ul {
    margin-bottom: 1em;
    padding: 75% 0 0;
    width: 100%;
  }
}

#section-outline .gfk-container {
  padding-bottom: 0;
}
#section-outline .outline_container {
  display: flex;
}
@media screen and (max-width: 768px) {
  #section-outline .outline_container {
    flex-direction: column;
  }
}
#section-outline .outline_container .outline_l, #section-outline .outline_container .outline_r {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #section-outline .outline_container .outline_l, #section-outline .outline_container .outline_r {
    width: 100%;
  }
}
#section-outline dl {
  color: #f2f2f2;
  display: flex;
}
#section-outline dl dt {
  width: 30%;
}
#section-outline dl dd {
  width: 70%;
}
#section-outline dl dd ul li {
  color: inherit;
  display: inline;
  margin-bottom: 1em;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #section-outline dl {
    flex-direction: column;
  }
  #section-outline dl dt {
    width: 100%;
  }
  #section-outline dl dd {
    width: 100%;
  }
  #section-outline dl dd dl {
    flex-direction: row;
  }
  #section-outline dl dd dl dt {
    width: 30%;
  }
  #section-outline dl dd dl dd {
    width: 70%;
  }
}
#section-outline .outline_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
}
#section-outline .outline_map iframe {
  filter: grayscale(0.4);
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #section-outline .outline_map {
    padding-bottom: 100%;
  }
}

#section-contact h2 {
  text-align: center;
}
#section-contact .form-control {
  background: transparent;
  color: #f2f2f2;
  font-size: 16px !important;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  transition: 0.5s;
}
#section-contact .form-control:focus {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
}
#section-contact .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}
#section-contact .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #f2f2f2;
}
#section-contact .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #f2f2f2;
}
#section-contact .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
#section-contact .btn {
  height: 46px;
  border: none !important;
  background: #f2f2f2;
  color: #4A4E69;
  font-size: 16px;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#section-contact .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#section-contact .form-inline .form-group .form-control {
  width: 100%;
}
#section-contact .wpcf7-response-output {
  color: #f2f2f2;
  font-size: 0.75em;
}

#section-rebuild .gfk-container {
  margin: 0 auto;
}
#section-rebuild .gfk-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
#section-rebuild .gfk-container ul li {
  width: 33%;
}
#section-rebuild .gfk-container ul li a {
  background: none;
  color: #f2f2f2;
  display: flex;
  flex-direction: column;
  font-size: 1em;
  height: auto;
  padding: 1em;
  text-align: left;
  text-decoration: none;
}
#section-rebuild .gfk-container ul li a:hover {
  background: rgba(242, 242, 242, 0.5);
  color: #4A4E69;
}
#section-rebuild .gfk-container ul li a .post-thumb {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
}
#section-rebuild .gfk-container ul li a .post-thumb::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#section-rebuild .gfk-container ul li a .post-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#section-rebuild .gfk-container ul li a span.news_date {
  margin: 0;
}
#section-rebuild .gfk-container ul li a span.news_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #section-rebuild .gfk-container ul li {
    width: 100%;
  }
  #section-rebuild .gfk-container ul li a {
    flex-direction: column;
    text-align: left;
  }
  #section-rebuild .gfk-container ul li a span.news_title {
    width: 100%;
  }
}

#section-news .gfk-container {
  margin: 0 auto;
}
#section-news .gfk-container ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
#section-news .gfk-container ul li {
  margin: 0 auto;
  width: 100%;
}
#section-news .gfk-container ul li a {
  color: #f2f2f2;
  display: flex;
  font-size: 1em;
  height: auto;
  padding: 1em;
  text-align: left;
  text-decoration: none;
}
#section-news .gfk-container ul li a:hover {
  background: rgba(242, 242, 242, 0.5);
  color: #726D81;
}
#section-news .gfk-container ul li a span.news_date {
  margin: 0 5% 0 0;
  width: 25%;
}
#section-news .gfk-container ul li a span.news_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
@media screen and (max-width: 768px) {
  #section-news .gfk-container {
    width: 90%;
  }
  #section-news .gfk-container ul li a {
    flex-direction: column;
    text-align: left;
  }
  #section-news .gfk-container ul li a span.news_title {
    width: 100%;
  }
}

.overflow-hid {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.gfk-gray-bg {
  background-color: #4A4E69;
}
.gfk-gray-bg.skew {
  position: relative;
  padding-top: 110px;
}
.gfk-gray-bg.skew:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 180%;
  top: 0;
  transform: skewY(-12deg);
  background: #f6f9fc;
}

#gfk-features-2 {
  background: #efefef;
  position: relative;
  float: left;
  width: 100%;
}

.feature-center {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .icon {
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  margin: 0 auto 40px auto;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #f4f4f9;
}
.feature-center p,
.feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #4A4E69;
  position: relative;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #4A4E69;
}
.feature-left .feature-copy {
  float: right;
  width: 80%;
}
.feature-left .feature-copy h3 {
  font-size: 18px;
  color: #323256;
  margin-bottom: 10px;
}

.gfk-heading {
  margin-bottom: 5em;
}
.gfk-heading.gfk-heading-sm {
  margin-bottom: 2em;
}
.gfk-heading h2 {
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 300;
  color: #1F1F36;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gfk-heading h2 {
    font-size: 26px;
  }
}
.gfk-heading p {
  font-size: 20px;
  line-height: 1.5;
  color: #9393c1;
}

#gfk-products {
  background: #008ee0;
}
#gfk-products .item img {
  border-radius: 7px;
}
#gfk-products .gfk-heading h2 {
  color: #f2f2f2;
}
#gfk-products .gfk-heading p {
  color: rgba(255, 255, 255, 0.8);
}

#gfk-subscribe .form-control {
  background: transparent;
  color: #f2f2f2;
  font-size: 16px !important;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  transition: 0.5s;
}
#gfk-subscribe .form-control:focus {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
}
#gfk-subscribe .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}
#gfk-subscribe .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #f2f2f2;
}
#gfk-subscribe .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #f2f2f2;
}
#gfk-subscribe .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
#gfk-subscribe .btn {
  height: 46px;
  border: none !important;
  background: #f2f2f2;
  color: #4A4E69;
  font-size: 16px;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#gfk-subscribe .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#gfk-subscribe .form-inline .form-group .form-control {
  width: 100%;
}
#gfk-subscribe .gfk-heading {
  margin-bottom: 30px;
}
#gfk-subscribe .gfk-heading h2 {
  color: #f2f2f2;
}
#gfk-subscribe .gfk-heading p {
  color: rgba(255, 255, 255, 0.5);
}

#gfk-footer {
  padding-top: 4em;
  background: #4a4e69;
  color: rgba(242, 242, 242, 0.7);
}
#gfk-footer a:hover {
  color: #f2f2f2 !important;
}
#gfk-footer .gfk-footer-links {
  padding: 0;
  margin: 0 0 20px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #gfk-footer .gfk-footer-links {
    float: none;
  }
}
#gfk-footer .gfk-footer-links li {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  line-height: 1;
}
#gfk-footer .gfk-footer-links li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
#gfk-footer .gfk-footer-links li a:hover {
  color: #f2f2f2 !important;
  text-decoration: underline;
}
#gfk-footer .gfk-widget {
  margin-bottom: 30px;
}
#gfk-footer .gfk-widget h3 {
  color: #f2f2f2;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 2px;
}
#gfk-footer .gfk-widget .gfk-quick-contact {
  padding: 0;
  margin: 0;
}
#gfk-footer .gfk-widget .gfk-quick-contact li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#gfk-footer .gfk-widget .gfk-quick-contact li i {
  width: 30px;
  float: left;
  font-size: 18px;
  position: relative;
  margin-top: 4px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#gfk-footer .footer-logo span {
  color: #4A4E69;
}
#gfk-footer .copyright {
  color: #d4d4e6;
  padding-top: 3em;
  margin-top: 3em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  #gfk-footer .copyright .pull-left,
  #gfk-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
#gfk-footer .copyright .block {
  display: block;
}

#gfk-offcanvas {
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: #1f1f36;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  transform: translateX(270px);
  transition: 0.5s;
}
.lower #gfk-offcanvas {
  display: block;
}
@media screen and (max-width: 768px) {
  #gfk-offcanvas {
    display: block;
  }
}
.offcanvas #gfk-offcanvas {
  transform: translateX(0px);
}
#gfk-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#gfk-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#gfk-offcanvas ul {
  padding: 0;
  margin: 0;
}
#gfk-offcanvas ul li {
  padding: 0;
  margin: 0 0 1em;
  line-height: inherit;
  list-style: none;
}
#gfk-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#gfk-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#gfk-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
#gfk-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  transform: rotate(-180deg);
}

.lowercase {
  font-size: 14px;
  color: #1F1F36;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #f2f2f2;
  text-align: center;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.gfk-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.gfk-nav-toggle.active i::before, .gfk-nav-toggle.active i::after {
  background: #f2f2f2;
}
.gfk-nav-toggle:hover, .gfk-nav-toggle:focus, .gfk-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.gfk-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #f2f2f2;
  font: bold 14px/0.4 Helvetica;
  text-indent: -55px;
  background: #f2f2f2;
  transition: all 0.2s ease-out;
}
.gfk-nav-toggle i::before, .gfk-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}
.gfk-nav-toggle.gfk-nav-white > i {
  color: #f2f2f2;
  background: #f2f2f2;
}
.gfk-nav-toggle.gfk-nav-white > i::before, .gfk-nav-toggle.gfk-nav-white > i::after {
  background: #f2f2f2;
}

.gfk-nav-toggle i::before {
  top: -7px;
}

.gfk-nav-toggle i::after {
  bottom: -7px;
}

.gfk-nav-toggle:hover i::before {
  top: -10px;
}

.gfk-nav-toggle:hover i::after {
  bottom: -10px;
}

.gfk-nav-toggle.active i {
  background: transparent;
}

.gfk-nav-toggle.active i::before {
  top: 0;
  transform: rotateZ(45deg);
}

.gfk-nav-toggle.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
}

.gfk-nav-toggle {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
.gfk-nav-toggle.active {
  position: fixed;
}
.lower .gfk-nav-toggle {
  display: block;
}
@media screen and (max-width: 768px) {
  .gfk-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 0.4em;
  margin-bottom: 0.4em;
  font-family: cormorant-garamond, dnp-shuei-mincho-pr6n, Garamond, Times, serif;
  font-size: 1em;
  font-weight: 400;
  border-radius: 4px;
  transition: 0.5s;
  padding: 0.5em 2em;
}
.btn.btn-md {
  padding: 0.5em 1.25em !important;
}
.btn.btn-lg {
  padding: 1.125em 2em !important;
}
.btn.btn-text {
  padding: 1em 0;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-text {
  color: inherit;
  text-decoration: underline;
}
.btn-text:hover, .btn-text:focus, .btn-text:active {
  color: inherit;
  text-decoration: none;
}
.btn-text.btn-outline {
  background: transparent;
  color: #4A4E69;
  border: 2px solid #4A4E69;
}
.btn-text.btn-outline:hover, .btn-text.btn-outline:focus, .btn-text.btn-outline:active {
  background: #4A4E69;
  color: #f2f2f2;
}

.btn-primary {
  background: #4A4E69;
  color: #f2f2f2;
  border: 2px solid #4A4E69 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #555978 !important;
  border-color: #555978 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #4A4E69;
  border: 2px solid #4A4E69;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #4A4E69;
  color: #f2f2f2;
}

.btn-secondary {
  background: #726D81;
  color: #f2f2f2;
  border: 2px solid #726D81 !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: #7f798e !important;
  border-color: #7f798e !important;
}
.btn-secondary.btn-outline {
  background: transparent;
  color: #726D81;
  border: 2px solid #726D81;
}
.btn-secondary.btn-outline:hover, .btn-secondary.btn-outline:focus, .btn-secondary.btn-outline:active {
  background: #726D81;
  color: #f2f2f2;
}

.btn-success {
  background: #5cb85c;
  color: #f2f2f2;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #f2f2f2;
}

.btn-info {
  background: #5bc0de;
  color: #f2f2f2;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #f2f2f2;
}

.btn-warning {
  background: #f0ad4e;
  color: #f2f2f2;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #f2f2f2;
}

.btn-danger {
  background: #d9534f;
  color: #f2f2f2;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #f2f2f2;
}

.btn-white {
  background: #f2f2f2;
  color: #4A4E69;
  border: 2px solid #f2f2f2;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #4A4E69;
  background: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-white.btn-outline {
  color: #f2f2f2;
  border: 2px solid #f2f2f2;
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
  background: #f2f2f2;
  color: #1F1F36;
  border: 2px solid #f2f2f2;
}

.btn-outline {
  background: none;
  border: 2px solid #9393c1;
  font-size: 16px;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: inherit;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 46px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 15px;
  padding-right: 15px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #4A4E69;
}

.row-mt-15em {
  margin-top: 15em;
}
@media screen and (max-width: 768px) {
  .row-mt-15em {
    margin-top: 7em;
  }
}

.row-mt-25vh {
  margin-top: 25vh;
}

.mt-sm {
  margin-top: 6em;
}
@media screen and (max-width: 768px) {
  .mt-sm {
    margin-top: 3em;
  }
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.gfk-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .gfk-nav .gfk-contact {
    text-align: left !important;
  }
}
.gfk-nav .gfk-contact ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.gfk-nav .gfk-contact ul li {
  padding: 0;
  margin: 0;
}
.gfk-nav .gfk-contact ul li a {
  font-size: 14px;
  font-weight: bold !important;
  margin-left: 0px;
}
.gfk-nav .gfk-contact ul li a i {
  color: #4A4E69;
}
.gfk-nav .gfk-contact ul li a:hover i {
  color: #f2f2f2;
}

.gfk-flex {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: flex;
  position: relative;
  float: left;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -39px;
  z-index: 9999;
  position: absolute;
  transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #22223B;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #1F1F36;
}

.owl-carousel-fullwidth.gfk-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.gfk-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #f2f2f2;
}
.owl-carousel-fullwidth.gfk-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.gfk-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] i {
  font-size: 24px;
  background: rgb(245, 76, 83) !important;
  padding: 12px;
  transition: 0.5s;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover i, .owl-theme .owl-controls .owl-nav [class*=owl-]:focus i {
  background: rgb(245, 76, 83) !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #4A4E69;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #4A4E69;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #4A4E69;
}

.lower {
  /* About */
  /* Works */
  /* Publications */
  /* Privacy Policy */
}
.lower .gfk-section a {
  padding: 0;
  text-decoration: underline;
  white-space: normal;
}
.lower#about .page-inner .gfk-section {
  display: flex;
  align-items: flex-end;
  padding: 4em 0 0 0;
}
.lower#about .page-inner .gfk-section .gfk-about-img {
  width: 30vw;
}
.lower#about .page-inner .gfk-section .gfk-about-img img {
  width: 100%;
}
.lower#about .page-inner .gfk-section .gfk-about {
  padding: 0 4em 4em;
  width: 70vw;
}
.lower#about .page-inner .gfk-section .gfk-about h2, .lower#about .page-inner .gfk-section .gfk-about h3, .lower#about .page-inner .gfk-section .gfk-about p {
  text-align: left;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .lower#about .page-inner .gfk-section {
    flex-direction: column-reverse;
  }
  .lower#about .page-inner .gfk-section .gfk-about-img {
    width: 100vw;
  }
  .lower#about .page-inner .gfk-section .gfk-about-img img {
    width: 50%;
  }
  .lower#about .page-inner .gfk-section .gfk-about {
    padding: 0 2em;
    width: 100vw;
  }
  .lower#about .page-inner .gfk-section .gfk-about p {
    text-align: justify;
  }
}
.lower#work .page-inner {
  background-image: url(../images/bg_works.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lower#work.lower .gfk-section h2 span {
  font-size: 0.5em;
}
.lower#work.lower .gfk-section p {
  text-align: center;
  text-transform: none;
}
.lower#work.lower .gfk-section ul {
  list-style: none;
  margin: 2em auto;
  padding: 0;
}
.lower#work.lower .gfk-section ul li {
  color: #726D81;
  text-align: center;
  text-transform: none;
}
.lower#work.lower .gfk-section .gfk-container {
  margin: 0 auto;
  max-width: 800px;
}
.lower#publications .page-inner {
  background-image: url(../images/bg_publications.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lower #head-top {
  display: none;
}
.lower #gfk-header {
  background: rgba(74, 78, 105, 0.8);
  min-height: 128px;
  height: auto;
}
.lower #gfk-header .gfk-container {
  position: relative;
}
.lower #gfk-header h1 {
  font-size: 2em;
  margin-top: 1em;
  text-align: center;
  width: 80%;
}
.lower #gfk-header h1 a {
  color: #f2f2f2;
}
.lower #gfk-header p.header-category {
  font-size: 1em;
  text-align: center;
}
.lower #gfk-header p.header-category a {
  color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .lower #gfk-header p.header-category {
    margin-bottom: 1em;
  }
}
.lower .gfk-section {
  background: rgba(242, 242, 242, 0.8);
}
.lower .gfk-section h2, .lower .gfk-section h3 {
  color: #726D81;
  text-align: center;
}
.lower .gfk-section h2 + p, .lower .gfk-section h3 + p {
  text-align: center;
}
.lower .gfk-section ul.gfk-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.lower .gfk-section ul.gfk-card li {
  margin: 0 1.5% 2em;
  width: 30%;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item {
  background: #f2f2f2;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
  z-index: 9;
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  transition: 0.3s;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item figure {
  height: 400px;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 12;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item figure .overlay {
  opacity: 1;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(74, 78, 105, 0.5);
  transition: 0.7s;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item figure.img-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item figure.img-icon img {
  opacity: 0.2;
  width: 20%;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item img {
  width: 100%;
  z-index: 8;
  opacity: 1;
  transition: 0.3s;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item .gfk-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1em;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item .gfk-text h2,
.lower .gfk-section ul.gfk-card li a.gfk-card-item .gfk-text span {
  text-decoration: none !important;
  text-transform: none;
  text-align: left;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item .gfk-text h2 {
  font-size: 0.875em;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #4A4E69;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item .gfk-text span {
  color: #d4d4e6;
  font-size: 16px;
  font-weight: 400;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item .gfk-text p {
  color: #1F1F36;
  transition: 0.5s;
  text-align: justify;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item .gfk-text span.btn {
  color: #7373ae !important;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  background: white;
  border: 2px solid white !important;
  position: relative;
  transition: 0.5s;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item .gfk-text .gfk-category {
  font-size: 12px;
  color: #f4f4f9;
  margin: auto 0 0;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item .gfk-text .gfk-category span {
  font-size: 12px;
  color: #9393c1;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item:hover, .lower .gfk-section ul.gfk-card li a.gfk-card-item:focus {
  bottom: 7px;
  text-decoration: none;
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item:hover img, .lower .gfk-section ul.gfk-card li a.gfk-card-item:focus img {
  -webkot-transform: scale(1.2);
  transform: scale(1.2);
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item:hover span.btn, .lower .gfk-section ul.gfk-card li a.gfk-card-item:focus span.btn {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
  color: #f2f2f2 !important;
  border: 2px solid #555978 !important;
  background: #555978 !important;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item:hover figure .overlay, .lower .gfk-section ul.gfk-card li a.gfk-card-item:focus figure .overlay {
  opacity: 0;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item:hover figure .overlay i, .lower .gfk-section ul.gfk-card li a.gfk-card-item:focus figure .overlay i {
  margin-top: -15px;
}
.lower .gfk-section ul.gfk-card li a.gfk-card-item:hover h2,
.lower .gfk-section ul.gfk-card li a.gfk-card-item:hover span, .lower .gfk-section ul.gfk-card li a.gfk-card-item:focus h2,
.lower .gfk-section ul.gfk-card li a.gfk-card-item:focus span {
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .lower .gfk-section ul.gfk-card li {
    width: 100%;
  }
  .lower .gfk-section ul.gfk-card li .gfk-card-item figure {
    height: 220px;
  }
}
.lower .gfk-section #pub_academic ul.gfk-card li figure {
  height: 280px;
}
@media screen and (max-width: 768px) {
  .lower .gfk-section {
    flex-direction: column;
  }
  .lower .gfk-section li {
    width: 100%;
  }
}
.lower#privacy-policy .page-inner #content_area .gfk-container {
  width: 100%;
  max-width: 800px;
}
.lower#privacy-policy .page-inner #content_area .gfk-container h2 {
  font-size: 24px;
  margin-bottom: 1em;
}
.lower#privacy-policy .page-inner #content_area .gfk-container p {
  margin-bottom: 4em;
  text-align: left;
  text-align: justify;
}

/* single */
#content_area .post-header {
  margin: 2rem auto;
}
#content_area .wp-block-image img {
  width: 100%;
}
#content_area .post-pager {
  margin: 4rem auto;
}
#content_area .post-pager ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
#content_area .post-pager ul li {
  min-width: 6em;
  text-align: center;
}
#content_area .post-pager ul li a {
  font-size: 0.75em;
  letter-spacing: 0.1em;
}

.gfk-faq-list {
  margin: 0;
  padding: 0;
}
.gfk-faq-list li {
  margin: 0 0 40px 0;
  padding: 0;
  line-height: 1.5;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .gfk-faq-list li {
    margin: 0 0 20px 0;
  }
}
.gfk-faq-list li h2 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .gfk-faq-list li h2 {
    font-size: 26px;
  }
}

.check-li {
  padding: 0;
  margin: 0;
}
.check-li li {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  list-style: none;
  line-height: 1.5;
  font-weight: 300;
}
.check-li li:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0.2em;
  content: "\e116";
  font-size: 26px;
  color: #4A4E69;
}

form label {
  font-weight: normal !important;
}
form label.error {
  background: rgba(244, 67, 54, 0.5);
  border-radius: 4px;
  color: #f2f2f2;
  font-size: 0.75em !important;
  margin: 0.5em 0 0;
  padding: 0.1em 0;
  text-align: center;
  width: 100%;
}
form p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  text-align: center;
  width: auto;
  max-width: 800px;
}
form p label {
  font-size: 0.75em;
  margin-left: 1em;
  order: 2;
}
form p label a {
  color: #f2f2f2;
}
form p label.error {
  order: 3;
}
form p input {
  order: 1;
}

#message {
  min-height: 10em;
  resize: vertical;
}

#form-message-warning,
#form-message-success {
  display: none;
}

#form-message-warning {
  background: #f2f2f2;
  border-radius: 4px;
  clear: both;
  color: #1F1F36;
  font-size: 0.75em !important;
  margin: 0.5em 0 0;
  padding: 0.1em 0;
  text-align: center;
  width: 100%;
}

#form-message-success {
  font-size: 1em !important;
  margin: 0.5em 0 0;
  padding: 0.1em 0;
  text-align: center;
  width: 100%;
}

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: normal;
  font-size: 16px;
}

#google_rechapcha > div {
  margin: 0 auto 30px;
}

/************************************
** ショートコードカテゴリ一覧
************************************/
.lower .gfk-section .custom-entry-card-wrap {
  margin-bottom: 1em;
}
.lower .gfk-section .custom-entry-card-wrap.a-wrap {
  text-decoration: none;
  display: block;
  margin-bottom: 2em;
  transition: all 0.3s ease-in-out;
}
.lower .gfk-section .custom-entry-card-wrap.a-wrap h2 {
  font-size: 1em;
  margin: 0 0 0.5em 0;
  text-align: left;
  text-decoration: none;
}
.lower .gfk-section .custom-entry-card-wrap.a-wrap p {
  font-size: 1em;
  margin: 0 0 0.5em 0;
  text-align: left;
  text-decoration: none;
}
.lower .gfk-section .custom-entry-card-wrap .entry-card-content {
  width: 100%;
}
.lower .gfk-section .custom-entry-card-wrap figure.entry-card-thumb {
  margin-bottom: 1em;
  width: 100%;
}
.lower .gfk-section .custom-entry-card-wrap .card-thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagination.cumstom_pagination .border-partition a,
.pagination-next.cumstom_pagination .border-partition a,
.pagination-next.cumstom_pagination .border-partition a:first-of-type {
  border-top: solid;
  border-left: solid;
  border-right: solid;
  border-bottom: solid;
}

@media screen and (max-width: 480px) {
  .custom-entry-card-wrap h2 {
    font-size: 16px;
    line-height: 1.3;
  }
  .custom-entry-card-wrap .entry-card-thumb {
    width: 38%;
  }
  .custom-entry-card-wrap .card-thumb img {
    width: 100%;
    height: 18vw;
    max-height: 180px;
  }
}/*# sourceMappingURL=style.css.map */