.wrap {
  animation: fadein 3s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.btn--bordered.btn--primary {
  color: #94adff;
  border-color: #94adff;
}

.feature-panel .feature--icon {
  color: #94adff;
}

.btn--bordered.btn--primary:hover {
  color: #ffffff;
  background-color: #94adff;
  border-color: #94adff;
}

.btn--bordered.btn--primary:active {
  color: #ffffff;
  background-color: #94adff;
  border-color: #94adff;
}

.btn--bordered.btn--primary:focus {
  color: #ffffff;
  background-color: #94adff;
  border-color: #94adff;
}

.member .member-overlay .member-social {
  background-color: #444a8d;
}

.footer-widget .footer--widget-contact ul li i {
  color: #94adff;
}

a {
  color: #94adff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .navbar-toggle .icon-bar {
    background-color: #94adff;
  }
  .navbar-toggle {
    border-color: #94adff;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-toggle .icon-bar {
    background-color: #94adff;
  }
  .navbar-toggle {
    border-color: #94adff;
  }
}

.page-title .title {
  padding: 140px 0 103px;
}

.career table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul,
var,
video {
  /* margin: 0; */
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

section.career table tr td:first-child {
  width: 160px;
}

@media (max-width: 767px) {
  section.career table tr td:first-child {
    width: 110px;
    padding: 0;
  }
}

section.career h2 span {
  padding-left: 1rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #363636;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  margin: 0 0 28px;
  line-height: 1;
}

.introduce-td {
  width: 70px;
}

.introduce-en-td {
  width: 140px;
}

.about td {
  font-size: 16px;
}

.slider .slide--sub--headline {
  color: #ffffff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 25px;
  line-height: 70px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .feature-panel {
    min-height: 160px;
  }
}

@media (min-width: 992px) {
  .feature-panel {
    min-height: 180px;
  }
}

@media (max-width: 767px) {
  .google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.heading .heading--divider:after {
  background-color: #94adff;
}

p {
  color: #4e4e4e;
}

.feature-panel .feature--content p {
  color: #1b1b1b;
}

body {
  color: #4e4e4e;
}
