@import url("global.css");
.lead {
  text-align: center;
  font-size: 21px;
}

ul.brand {
  margin: 60px 0 80px;
}
ul.brand li {
  margin-top: 1px;
}
ul.brand li a {
  display: block;
  height: 500px;
  position: relative;
  color: #fff;
  overflow: hidden;
}
ul.brand li a figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
ul.brand li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
ul.brand li a .wrapper {
  position: relative;
  z-index: 3;
}
ul.brand li a .main {
  padding-top: 200px;
  width: 480px;
}
ul.brand li a .main .catch {
  border-bottom: #fff 1px solid;
  font-size: 26px;
  letter-spacing: 0;
  padding-bottom: 12px;
}
ul.brand li a .main .catch span {
  font-size: .8em;
}
ul.brand li a .main .logo {
  height: 80px;
  margin: 30px 0 15px;
}
ul.brand li a .main .logo img, ul.brand li a .main .logo svg {
  height: 100%;
  width: auto;
}
ul.brand li a .main .text {
  letter-spacing: 0;
}
ul.brand li a:hover figure {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}
ul.brand li a:hover::before {
  opacity: .5;
}
ul.brand li:nth-of-type(odd) a::before {
  background: linear-gradient(to right bottom, rgba(57, 44, 44, 0.7), rgba(57, 44, 44, 0.2));
}
ul.brand li:nth-of-type(even) a::before {
  background: linear-gradient(to left top, rgba(57, 44, 44, 0.7), rgba(57, 44, 44, 0.2));
}
ul.brand li:nth-of-type(even) a .main {
  margin-left: auto;
}

.consultation-banner {
  margin-top: 40px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1600px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .lead {
    font-size: 18px;
    letter-spacing: 1px;
  }

  ul.brand {
    margin: 50px 0 50px;
  }
  ul.brand li a {
    height: 420px;
  }
  ul.brand li a .main {
    padding-top: 150px;
    width: 430px;
  }
  ul.brand li a .main .catch {
    font-size: 24px;
  }
  ul.brand li a .main .logo {
    height: 70px;
  }
  ul.brand li a:hover figure {
    transform: none;
  }
  ul.brand li a:hover::before {
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .lead {
    font-size: 16px;
    margin: 0 20px;
    letter-spacing: 0;
  }

  ul.brand {
    margin: 40px 0;
  }
  ul.brand li a {
    height: 300px;
  }
  ul.brand li a .main {
    padding-top: 100px;
    width: 300px;
  }
  ul.brand li a .main .catch {
    font-size: 18px;
    padding-bottom: 10px;
  }
  ul.brand li a .main .catch span {
    font-size: .65em;
  }
  ul.brand li a .main .logo {
    height: 50px;
    margin: 20px 0 10px;
  }
  ul.brand li a .main .text {
    font-size: 13px;
  }
  ul.brand li#gaiheki .text br {
    display: none;
  }

  .consultation-banner {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=lineup.css.map */
