body {
  min-height: unset;
}
section {
  overflow: hidden;
}
.slider {
  width: 100%;
  margin: 0 auto;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
  .slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .6;
}

.slick-current {
  opacity: 3;
}
  /**/

  .logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
#hero {
  position: relative;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0;
}

#hero.c3 .slick-slide img {
  max-width: unset;
  width: auto !important;
  min-width: 100%;
  min-height: 100vh;
  height: auto;
}

#hero .slider {
  width: 100%;
  margin-bottom: 0;
}
#hero .slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
#hero .slider.slick-initialized {
    visibility: visible;
    opacity: 1;    
}

.p-page {
  background: none;
}

section {
  padding: 50px 0;
}

section h4 {
  color: #1E6ADB;
  font-size: 32px;
  font-weight: bold;
}

.btn {
  color: #fff;
  margin-bottom: 30px;
  border-radius: 25px;
  font-size: 20px;
  padding: 5px 30px;
  font-weight: bold;
  transition: transform .32s;
}

.btn:hover {
  transform: scale(1.1);
}

.btn svg {
  margin-left: 20px;
}

/*Hiring*/
.hiring {
  background-color: #fff;
  overflow: hidden;
}

.hiring h1 {
  position: relative;
  font-size: 80px;
  color: #4095D1;
  font-weight: normal;
}

/*.hiring h1::before {
  content: "";
  background-image: url(../images/icon-tc.png);
  width: 41px;
  height: 53px;
  display: block;
  position: absolute;
  bottom: -40px;
  left: -55px;
}*/

.hiring h2 {
  font-size: 35px;
  position: relative;
  width: max-content;
  margin: 30px 0;
}

.hiring h2::before {
  content: "";
  background-image: url(../images/left-shape.png);
  height: 60px;
  width: 25px;
  display: block;
  position: absolute;
  left: -30px;
  top: -20px;
  background-size: 25px;
  background-repeat: no-repeat;
}

.hiring h2::after {
  content: "";
  background-image: url(../images/right-shape.png);
  height: 60px;
  width: 25px;
  display: block;
  position: absolute;
  right: -10px;
  bottom: -20px;
  background-size: 25px;
  background-repeat: no-repeat;
}

.page-template-page-companypage_en .hiring h2::after {
  right: -30px;
}

.btn.blue {
  background-color: #4095D1;
  border: 1px solid #4095D1;
  color: #fff;
}

.btn path {
  fill: #fff;
}

.btn.blue:hover {
  background-color: #fff;
  color: #4095D1;
}

.btn.blue:hover path {
  fill: #4095D1;
}

.hiring .image {
  position: relative;
}

.hiring .image img {
  width: 100%;
}

.hiring .image::before {
  content: "";
  background-image: url(../images/icon-walking.png);
  position: absolute;
  width: 130px;
  height: 165px;
  bottom: -65px;
  right: -50px;
}

/*Articles*/
.p-main__top {
  background-color: #F4F8F9;
}

.articles {
  background-color: #F4F8F9;
}

.articles .title {
  display: block;
  overflow: auto;
  margin-bottom: 20px;
}

.articles h4 {
  display: block;
  width: max-content;
  float: left;
}

.articles .more {
  float: right;
}

.articles h4 a {
  color: #1E6ADB;
  font-size: 20px;
}

.articles h4 a path {
  fill: #1E6ADB;
}

article {
  margin-bottom: 50px;
}

.page-template-page-companypage article img, .page-template-page-companypage_en article img {
  width: 100%;
  display: block;
  height: 220px;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.4);
}

article img {
  transition: transform .32s;
}

article img:hover {
  transform: scale(1.1);
}

.c-date__gray {
  font-weight: normal;
  font-size: 12px;
}

.title a {
  color: #333;
  text-decoration: navajowhite;
  font-size: 14px;
}
/*cta*/
.cta-gfit {
  background-color: #1E6ADB;
  padding: 50px 0;
}

.cta-gfit img {
  max-width: 250px;
  margin: 0 auto;
}

.cta-gfit h3 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}

.btn.yellow {
  background-color: #EEDB15;
  color: #000;
}

.btn.yellow path {
  fill: #000;
}

.btn.yellow:hover {
  background-color: #000;
  color: #EEDB15;
}

.btn.yellow:hover path {
  fill: #EEDB15;
}

/*team*/

.team {
  background-color: #fff;
  text-align: center;
}

.team .content {
  position: relative;
}

.team .content img {
  border-radius: 30px;
}

.team .content {
  position: relative;
}

/*.team .content::before {
  content: "";
  background-image: url(../images/icon-tc.png);
  width: 41px;
  height: 53px;
  display: block;
  position: absolute;
  top: 70%;
  left: -26px;
}*/

/*.team .content::after {
  content: "";
  background-image: url(../images/icon-hs.png);
  width: 63px;
  height: 48px;
  display: block;
  position: absolute;
  top: 15%;
  right: -40px;
}*/

.team .content .btn.blue {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: max-content;
}

/*products*/
.products {
  background-color: #F4F8F9;
}

.products .logos p {
  font-size: 14px;
}

.products .btn.blue {
  margin: 0 auto;
  width: max-content;
  display: block;
}

.products .logos {
  margin: 30px 0;
  text-align: center;
}

.logos img {
  max-width: 200px;
  margin: 0 auto;
  transition: transform .32s;
}
.logos img:hover {
  transform: scale(1.1);
}
/*news*/
.p-main.is-open {
  padding: 0;
}
.p-main.is-open .p-main__top {
  background-color: #F4F8F9;
  padding-top: 30px;
}
.c-card__title, .c-card__text {
  color: #333;
}
.c-card.c-card--long {
  text-decoration: none;
}

/*investors*/
.investors h3 {
  color: #444;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.investors img {
  max-width: 1024px;
  margin: 0 auto;
  display: block;
}
.investors img.bs-hidden {
  max-width: 100%;
}
/**/

  /*scroll down*/

.hero a.scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.hero a.scroll:hover {
  opacity: .5;
}
.hero a.scroll {
  padding-top: 60px;
}
.hero a.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -12px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
  /**/


/*mobile*/

@media (max-width: 1024px) {

  .btn {
    font-size: 15px;
  }

/*products*/
  .logos img {
  margin-bottom: 20px;
}

/*mobile - team*/
  .team .content .btn.blue {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
  }

  .team .content img {
  margin-bottom: 20px;
}

/*mobile - cta*/
.cta-gfit {
  text-align: center;
}

  .cta-gfit h3 {
    text-align: center;
    margin: 20px 0;
  }

  .btn.yellow {
    margin: 0 auto;
    width: max-content;
    display: block;
  }

/*mobile - hiring*/

  .hiring {
    text-align: center;
    background-color: #f7f7f7;
  }

  .hiring h1 {
    font-size: 50px;
  }

  .hiring h2 {
    font-size: 26px;
    margin: 30px auto;
  }

  .btn.blue.bs-hidden {
    margin: 20px auto;
    margin-bottom: 20px;
    width: max-content;
    margin-bottom: 0;
  }

/*mobile - footer*/
footer {
  text-align: center;
}
  footer img {
    max-width: 150px;
    margin: 0 auto;
  }

  footer .col-lg-8 {
    display: block !important;
  }

  footer .col-lg-8 p {
    width: 100%;
  }

  .sns {
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 676px) {
  #hero.c3 .slick-slide img {
    height: 100vh;
    max-width: unset;
    width: auto !important;
    margin-left: -100%;
  }
  .p-mv {
    margin-top: 90px;
  }
}

.grecaptcha-badge {
  display: none !important;
}