@charset "utf-8";

.p-footer {
  padding-top: 60px;
  padding-bottom: 29px;
  background: linear-gradient(180deg, #ecf8f6 0%, #ddfffa 44%, #f4f7e9 100%);
  border-radius: 40px 40px 0px 0px;

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

.p-cta {
  display: flex;
  align-items: start;
  margin-bottom: 60px;

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

.p-cta__box {
  padding: 36px 20px 30px;
  text-align: center;
  flex: 1 1 auto;

  @media (width < 768px) {
    padding: 36px 0px 30px;
  }
}

.p-cta__box:not(:first-of-type) {
  border-left: 1px solid var(--color-l-green);

  @media (width < 768px) {
    border-left: none;
    border-top: 1px solid var(--color-l-green);
  }
}

.p-cta-btn {
  width: 100%;
  max-width: 425px;
  height: auto;
  flex-direction: column;
  align-items: start;
  padding: 12px 60px 20px;
  position: relative;
}

.p-cta-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 35px;
  aspect-ratio: 1;
  background: url("https://mountfield.co.jp/system_panel/uploads/images/btn-arrow-transparent.svg") no-repeat center center / contain;
}

.p-cta-btn.is-interview {
  background: linear-gradient(90deg, #fc883c 0%, #ffb437 100%);
}

.p-cta-btn.is-contact {
  background: linear-gradient(90deg, #16928d 0%, #81d2c5 100%);
}

.p-cta-btn__en p {
  font-family: var(--font-elms);
  font-size: 60px;
  line-height: calc(8 / 6);

  @media (width < 1120px) {
    font-size: 44px;
  }
}

.p-cta-btn__ja p {
  font-size: 16px;
  font-weight: 500;
  line-height: 0.8;
}

.p-cta__text {
  margin: 32px auto 0;
  max-width: 425px;
  color: var(--color-green);
  font-size: 14px;
  line-height: 2;
}

.p-footer-nav {
  border-top: 1px solid var(--color-l-green);
  padding: 126px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;

  @media (width < 768px) {
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
    gap: 30px;
  }
}

.p-footer-nav__link {
  font-weight: 500;
  font-size: 14px;
  line-height: calc(19 / 14);
  opacity: 0.7;
}

.p-footer-nav__link a:hover {
  opacity: 0.5;
}

.p-footer-info {
  border-top: 1px solid var(--color-l-green);
  padding-top: 50px;
  text-align: center;
}

.p-footer-info__logo {
  display: block;
  margin: auto;
  width: 150px;
  aspect-ratio: 1;

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

.p-footer-info__company {
  margin: 18px 0 26px;
  font-weight: 500;
  font-size: 14px;
  line-height: calc(19 / 14);
  opacity: 0.7;
}

.p-footer-info__text {
  margin-top: 11px;
  font-size: 12px;
  line-height: calc(16 / 12);
  opacity: 0.7;

  a:hover {
    opacity: 0.5;
  }
}

.p-footer__copyright {
  margin: 84px auto 0;
  text-align: center;
  font-size: 12px;
  line-height: calc(16 / 12);
  opacity: 0.5;
}
