@charset "utf-8";

.p-cta {
  position: relative;
  z-index: 1;

  .l-inner {
    display: flex;
    gap: 40px;

    @media (width < 1120px) {
      flex-direction: column;
      align-items: center;
    }
  }
}

.p-cta::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0273c7;
  z-index: -1;

  @media (width < 1120px) {
    display: none;
  }
}

.p-cta__tel,
.p-cta__mail {
  width: 100%;
  max-width: 563px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #ffffff;
  border-radius: 10px;

  @media (width < 768px) {
    padding: 20px 16px;
    gap: 16px;
    min-height: 192px;
  }
}

.p-cta__tel {
  background: #0082d8 url("https://arrows8.co.jp/system_panel/uploads/images/cta-tel_bg.png") no-repeat center center / cover;
}

.p-cta__mail {
  background: #0f55a4 url("https://arrows8.co.jp/system_panel/uploads/images/cta-mail_bg.png") no-repeat center center / cover;

  .c-link-btn {
    margin-top: 10px;
    padding: 8px 14px 8px 24px;
    width: 100%;
    max-width: 284px;
    justify-content: space-between;

    @media (width < 768px) {
      padding: 8px 10px;
      max-width: 195px;
    }

    p {
      font-size: 14px;

      @media (width < 768px) {
        font-size: 12px;
      }
    }

    img {
      width: 40px;

      @media (width < 768px) {
        width: 20px;
      }
    }
  }
}

.p-cta__img {
  width: 40%;
  max-width: 187px;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;

  @media (width < 768px) {
    width: 30%;
  }
}

.p-cta__body {
  flex: 1 1 auto;
  min-width: 262px;

  @media (width < 768px) {
    min-width: auto;
  }
}

.p-cta__head {
  display: flex;
  align-items: center;
  gap: 8px;

  img {
    width: 16px;
    aspect-ratio: 1;
    object-fit: contain;
  }

  p {
    letter-spacing: 0.05em;

    @media (width < 768px) {
      font-size: 11px;
    }
  }
}

.p-cta__tel-main {
  font-family: var(--font-lato);
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: 0.08em;

  @media (width < 768px) {
    font-size: 25px;
  }

  a:hover {
    opacity: 0.7;
  }
}

.p-cta__tel-sub {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.417;
  letter-spacing: 0.05em;

  a:hover {
    opacity: 0.7;
  }
}

.p-cta__lists {
  margin-top: 26px;
  padding-top: 12px;
  border-top: 1px solid #fff;
  display: flex;
  gap: 26px;

  @media (width < 768px) {
    margin-top: 14px;
    flex-direction: column;
    gap: 8px;
  }
}

.p-cta-list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-cta-list__head {
  background: #ffffff;
  border-radius: 2px;
  padding: 0 6px;
  color: var(--color-blue);
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-cta-list__text {
  font-size: 10px;
  letter-spacing: 0.05em;
}

.p-footer {
  margin-top: 68px;

  .l-inner {
    max-width: 1306px;
  }
}

.p-footer__flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;

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

.p-footer__info {
  color: #555555;
  font-weight: 600;
  line-height: 2.143;
}

.p-footer__logo {
  display: block;
  width: 100%;
  max-width: 357px;
  aspect-ratio: 357/31;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.p-footer__address {
  margin-top: 40px;
  letter-spacing: 0.06em;
}

.p-footer__tel {
  margin-top: 10px;
  letter-spacing: 0.06em;
}

.p-footer__mail {
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.p-footer__nav {
  width: 54.2%;
  background: #ecf6ff;
  display: flex;
  flex-wrap: wrap;
  padding: 55px 50px 60px 75px;
  gap: 26px 92px;

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

.p-footer__link {
  color: var(--color-blue);
  font-weight: 600;
  line-height: 2.357;
  letter-spacing: 0.05em;
  min-width: 5em;
}

.p-footer__link a:hover {
  opacity: 0.7;
}

.p-footer__copyright {
  margin-top: 200px;
  border-top: 1px solid #d2d9e0;
  padding: 20px 0 26px;
  text-align: center;
  color: #7e7e7e;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.909;
}
