/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*=== MEDIA QUERY ===*/

html {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-family: 'Noto Sans JP' !important;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #222;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 44px;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}



/* Links */
a {
  color: #222;
  text-decoration: none;
  transition: all 0.35s ease;
}

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

.feature-item {
  margin-top: 2.1875vw;
  height: fit-content;
}

.feature-item p {
  font-size: 14px;
}

@media (min-width: 1025px) {
  .feature-item {
    flex-basis: 73.90625vw;
    margin-left: 5%;
  }
}



