@charset "utf-8";

.p-cta {
  display: flex;
  height: 388px;

  @media (width < 768px) {
    flex-direction: column;
    height: auto;
  }
}

.p-cta__card {
  width: 50%;
  padding: 46px clamp(20px, calc(48vw / 13.66), 48px);

  @media (width < 768px) {
    width: 100%;
    padding: 40px 20px;
  }
}

.p-cta__download {
  background: linear-gradient(180deg, #5cbfcb 0%, #39a5b2 100%);
}

.p-cta__contact {
  background: linear-gradient(180deg, #94cfac 0%, #5db881 100%);
}

.p-cta__flex {
  margin: 42px auto 0;
  max-width: 576px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.p-cta__img {
  width: 28%;
  height: 100%;
  max-height: 180px;
  object-fit: contain;
}

.p-cta__body {
  margin-top: 16px;
  width: 65%;
  max-width: 330px;

  @media (width < 1120px) {
    margin-top: 0;
    width: 68%;
  }
}

.p-cta__text {
  color: var(--color-white);
}

.p-cta__btn {
  margin-top: 25px;
  background: var(--color-white);
  max-width: 315px;
  padding: 0px 34px 0 36px;

  @media (width < 1120px) {
    padding: 0px 16px;
  }
}

.p-cta__btn::after {
  width: 20px;
}

.p-cta__download .p-cta__btn p {
  color: #5cbfcb;
}

.p-cta__download .p-cta__btn::after {
  background: url("https://eco-connect-plus.co.jp/system_panel/uploads/images/btn-arrow-5cbfcb.svg") no-repeat center center / contain;
}

.p-cta__contact .p-cta__btn p {
  color: #94cfac;
}

.p-cta__contact .p-cta__btn::after {
  background: url("https://eco-connect-plus.co.jp/system_panel/uploads/images/btn-arrow-94CFAC.svg") no-repeat center center / contain;
}

.p-footer {
  background: #f2f9f2;
  padding: 84px 0 20px;

  .l-inner {
    max-width: 1190px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    @media (width < 768px) {
      flex-direction: column;
      align-items: start;
      gap: 60px;
    }
  }
}

.p-footer__info {
  width: 60%;
  max-width: 260px;

  @media (width < 768px) {
    width: 100%;
    max-width: none;
  }
}

.p-footer__logo {
  display: block;
  width: 177px;
  aspect-ratio: 177/59;
  object-fit: contain;
}

.p-footer__logo:hover {
  opacity: 1;
}

.p-footer__text {
  margin-top: 16px;
  color: var(--color-black);
  line-height: 2;
  letter-spacing: 0;
}

.p-footer__nav {
  width: 60%;
  max-width: 506px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 50px;
  justify-content: end;

  @media (width < 1120px) {
    gap: 32px 36px;
  }

  @media (width < 768px) {
    width: 80%;
    gap: 20px 36px;
    justify-content: start;
  }
}

.p-footer__link {
  color: var(--color-black);

  a:hover {
    opacity: 0.7;
  }
}

.p-footer__copyright {
  margin: 200px auto 0;
  text-align: center;
  color: #797979;
  font-size: 11px;
  line-height: 1.909;
  letter-spacing: 0;

  @media (width < 768px) {
    margin: 120px auto 0;
  }
}
