@media (max-width: 767px) {
  body,
html {
    font-size: 16px;
  }

  .navbar__menu-trigger {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  .navbar__menu-trigger::before, .navbar__menu-trigger::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-margin-top-collapse: 0;
    display: block;
    margin-left: -9px;
    border-radius: 3px;
    width: 18px;
    height: 3px;
    background: #ffffff;
    transition: all 200ms ease;
  }
  .navbar__menu-trigger::before {
    transform: translateY(12px);
    filter: drop-shadow(0 6px 0 white);
  }
  .navbar__menu-trigger::after {
    transform: translateY(24px);
  }
  .navbar__menu-trigger--active::before {
    filter: none;
    transform: translateY(18px) rotate(-45deg);
  }
  .navbar__menu-trigger--active::after {
    transform: translateY(18px) rotate(45deg);
  }

  nav.navbar {
    width: 100%;
    height: 80px;
    justify-content: space-between;
    padding: 0 2rem;
    align-items: center;
  }
  nav.navbar .navbar__logo {
    padding-left: 1rem;
  }
  nav.navbar .navbar__logo img {
    width: 33.875vw;
    height: 7.25vw;
  }
  nav.navbar .navbar__items {
    position: absolute;
    flex-direction: column;
    width: 100%;
    height: auto;
    left: -100%;
    top: 80px;
    background: #fff;
    opacity: 0;
    transition: all 400ms ease;
    box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.2);
    z-index: 999999999;
  }
  nav.navbar .navbar__items--active {
    left: 0;
    opacity: 1;
  }
  nav.navbar .navbar__item a {
    width: 100%;
    height: auto !important;
    color: #000 !important;
    padding: 2rem 0;
    line-height: 1.4;
    font-size: 16px;
  }
  nav.navbar .navbar__item::before {
    content: none !important;
  }

  .banner .slick-dots {
    display: none !important;
  }

  .brand {
    align-items: center;
    height: auto;
  }
  .brand__logo {
    position: inherit;
    top: inherit;
    left: inherit;
    padding: 2rem 0;
    height: auto;
    width: auto;
  }
  .brand__logo img {
    width: auto;
    height: 70px;
  }
  .brand__items {
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    width: 100%;
    transform: inherit;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
  }
  .brand__items::after {
    content: none;
  }
  .brand__item {
    width: 100%;
    align-items: center;
    padding: 0.5rem 0;
    flex-direction: column-reverse;
  }
  .brand__item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
  }
  .brand__dot {
    display: none;
  }
  .brand__content {
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    font-size: 16px;
    padding: 1rem 0;
    line-height: 1.4;
    align-items: center;
  }
  .brand__content b {
    font-size: 16px;
  }
  .brand__date {
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    font-size: 18px;
    transform: inherit;
    color: #999;
    font-family: Raleway;
  }

  .service {
    padding-top: 0;
    padding-bottom: 4rem;
  }
  .service__title {
    width: inherit;
    height: inherit;
    padding: 2rem 0;
  }
  .service__title img {
    width: auto;
    height: 70px;
  }
  .service__items {
    margin-top: 1rem;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 2rem;
  }
  .service__item {
    align-items: center;
  }
  .service__image {
    width: inherit;
    height: inherit;
  }
  .service__image img {
    width: 30vw;
    width: 30vw;
  }
  .service__image span {
    font-size: 16px;
  }
  .service__info {
    font-size: 16px;
    line-height: 1.6;
  }
  .service__button {
    margin-top: 2rem;
    font-size: 16px;
  }

  .advantage__row {
    flex-direction: column;
    height: auto;
  }
  .advantage__row > div {
    width: 100% !important;
  }
  .advantage__container {
    bottom: inherit !important;
    width: auto;
    bottom: 9.375vw;
  }
  .advantage__container__title {
    width: 41.25vw;
    height: 16.7291666667vw;
    right: 3.1770833333vw;
    bottom: 2rem !important;
  }
  .advantage__container li {
    width: 10.4166666667vw;
    height: 0.625vw;
    background: rgba(255, 255, 255, 0.3);
    margin: 0;
  }
  .advantage__container li.slick-active {
    background: white;
  }
  .advantage__container li button {
    display: none;
  }
  .advantage__container li ~ li {
    margin-left: 2.0833333333vw;
  }
  .advantage__container__dots {
    bottom: 2rem;
  }
  .advantage__arrows {
    width: 100%;
    height: 0;
    padding-bottom: 37.4009509%;
    position: relative;
  }
  .advantage__arrows__item {
    position: absolute;
    height: 100%;
    font-size: 18px;
    line-height: 1.8;
    width: 50%;
  }
  .advantage__arrows__item img {
    margin-top: 1rem;
    width: auto;
    height: 20px;
  }
  .advantage__arrows__item ~ .advantage__arrows__item {
    left: 50%;
  }
  .advantage__carousel-wrapper {
    height: auto;
  }
  .advantage__first-carousel, .advantage__second-carousel {
    flex-wrap: wrap;
  }
  .advantage__first-carousel__item, .advantage__second-carousel__item {
    width: 50%;
  }
  .advantage__first-carousel__title {
    font-size: 18px;
  }
  .advantage__second-carousel__title {
    font-size: 16px;
  }
  .advantage__second-carousel__description {
    font-size: 14px;
  }
  .advantage__second-carousel__description b {
    font-size: 14px;
    margin-right: 1em;
  }

  .case__title {
    width: inherit;
    height: inherit;
    padding: 2rem 0;
  }
  .case__title img {
    width: auto;
    height: 70px;
  }
  .case .slick-dotted.slick-slider {
    margin-bottom: 3rem !important;
  }
  .case .slick-dots {
    width: auto;
    bottom: 9.375vw;
    width: 100%;
    bottom: -3rem;
  }
  .case .slick-dots li {
    width: 10.4166666667vw;
    height: 0.625vw;
    background: rgba(255, 255, 255, 0.3);
    margin: 0;
  }
  .case .slick-dots li.slick-active {
    background: white;
  }
  .case .slick-dots li button {
    display: none;
  }
  .case .slick-dots li ~ li {
    margin-left: 2.0833333333vw;
  }
  .case .slick-dots li {
    width: 40px;
    background: #fff;
  }
  .case .slick-dots li.slick-active {
    background: #fbd26c !important;
  }

  .house__info {
    height: auto;
    padding: 2rem 1rem;
    justify-content: center;
    min-height: 120px;
  }
  .house__info__title {
    font-size: 16px;
    margin-bottom: 0.4em;
  }
  .house__info__name {
    font-size: 14px;
  }

  .thanks {
    padding-top: 0;
    padding-bottom: 4rem;
  }
  .thanks__title {
    width: inherit;
    height: inherit;
    padding: 2rem 0;
  }
  .thanks__title img {
    width: auto;
    height: 70px;
  }
  .thanks__image {
    width: 100px;
    height: 100px;
  }
  .thanks .thanks-arrow {
    width: 30px;
    height: 25.320139702px;
    top: 50%;
  }
  .thanks .thanks-arrow-next {
    right: -3.2rem;
  }
  .thanks .thanks-arrow-prev {
    left: -3.2rem;
  }
  .thanks__content {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 1rem;
  }

  .business {
    padding-top: 0;
    padding-bottom: 4rem;
  }
  .business__title {
    width: inherit;
    height: inherit;
    padding: 2rem 0;
  }
  .business__title img {
    width: auto;
    height: 70px;
  }
  .business__items {
    width: 100%;
    padding: 0 2rem;
  }
  .business__item {
    justify-content: center;
    width: 33.33%;
  }

  .contact {
    padding: 0 2rem;
  }
  .contact__container {
    padding: 2rem 0;
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .contact__info, .contact__form {
    width: 100%;
  }
  .contact__info {
    font-size: 16px;
  }
  .contact__info > div {
    font-size: 16px;
  }
  .contact .form {
    margin-top: 1rem;
  }
  .contact .form__field input {
    height: 50px;
    padding: 0 1rem;
  }
  .contact .form__field textarea {
    height: 200px;
    padding: 0 1rem;
  }
  .contact .form__field button {
    height: 50px !important;
    width: 100px !important;
  }
  .contact .form__field img {
    width: 20px;
    height: 20px;
    right: 1rem;
  }
  .contact .form .form__field ~ .form__field {
    margin-top: 12px;
  }

  .map {
    padding: 2rem;
  }
  .map__container {
    flex-direction: column;
    width: 100%;
  }
  .map__image {
    display: none;
  }
  .map__box {
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    width: 100%;
  }
  .map__box img {
    display: none;
  }
  .map__box__content {
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    width: 100%;
    height: inherit;
    transform: inherit;
    opacity: 1;
    line-height: 1.6;
  }
  .map__box__content > div {
    font-size: 16px;
  }
  .map__box__content::after {
    content: none;
  }
  .map__box__address {
    line-height: 1.6;
  }

  .footer .navbar__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: column;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: all 400ms ease;
    box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.2);
  }
  .footer .navbar__items--active {
    left: 0;
    opacity: 1;
  }
  .footer .navbar__item a {
    width: 100%;
    height: auto !important;
    color: #fff !important;
    padding: 1.2rem 0;
    line-height: 1.4;
    font-size: 16px;
  }
  .footer .navbar__items .navbar__item::before,
.footer .navbar__items .navbar__item--active::before,
.footer .navbar__items .navbar__item--active ~ .navbar__item::before {
    content: none !important;
  }
  .footer .footer__record {
    font-size: 14px;
    padding: 1rem 0;
  }

  .breadcrumb {
    height: 50px;
    font-size: 16px;
  }
  .breadcrumb--fixed {
    top: 80px;
  }

  .advantage-container {
    padding: 0 2rem;
  }

  .advantage-card {
    align-items: center;
    padding-top: 0;
  }
  .advantage-card__title {
    width: inherit;
    height: inherit;
    padding: 2rem 0;
  }
  .advantage-card__title img {
    width: auto;
    height: 70px;
  }
  .advantage-card__title {
    justify-content: center;
  }
  .advantage-card__body {
    width: 100%;
    padding: 0;
  }
  .advantage-card__content {
    padding: 0;
  }
  .advantage-card__number {
    display: none;
  }

  .advantage-grid__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }

  .advantage-grid__item {
    width: 100% !important;
    justify-content: center;
  }
  .advantage-grid__item img {
    width: 10.4166666667vw;
    height: 8.75vw;
  }
  .advantage-grid__item > div {
    font-size: 16px;
  }

  .advantage-grid--huge-image .advantage-grid__item img {
    width: 16.5625vw;
    height: 16.5625vw;
  }

  .landing .advantage-grid__items {
    display: flex;
  }

  .landing table tr td {
    height: 80px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  nav.navbar {
    width: 100%;
    height: 80px;
    justify-content: space-between;
    padding: 0 2rem;
    align-items: center;
  }
  nav.navbar .navbar__logo {
    padding-left: 0.5rem;
  }
  nav.navbar .navbar__logo img {
    width: 42.34375vw;
    height: 9.0625vw;
  }

  .advantage__second-carousel__description {
    font-size: 12px;
  }
  .advantage__second-carousel__description b {
    font-size: 12px;
    margin-right: 1em;
  }

  .house {
    flex-direction: column;
  }
  .house__item {
    width: 100%;
    flex-shrink: 0;
  }
  .house__image img {
    height: 240px;
  }

  .contact__info__detail img {
    height: 3.125vw;
    margin-right: 1.25vw;
  }
}

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