@charset "utf-8";

.p-cta {
  .l-inner {
    max-width: 1312px;
    display: flex;
    gap: 11px;

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

.p-cta__img {
  width: 20%;
  flex: 1 1 auto;
  aspect-ratio: 330 / 315;
  border-radius: 20px;
  object-fit: cover;

  @media (width < 768px) {
    width: 100%;
    aspect-ratio: auto;
    height: 150px;
  }
}

.p-cta-box {
  width: 36%;
  border-radius: 20px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;

  @media (width < 768px) {
    width: 100%;
    padding: 32px 18px;
  }
}

.p-cta-box.is-contact {
  background: linear-gradient(180deg, #c6e6e5 0%, #8cd5d2 100%);

  .c-btn {
    padding: 0 60px 0 6px;

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

  .c-btn::after {
    background: #74d0c9 url("https://saikorokohak.com/system_panel/uploads/images/arrow-right-white.svg") no-repeat center center / 30%;
  }
}

.p-cta-box.is-shop {
  background: linear-gradient(180deg, #c9eafa 0%, #8cc6de 100%);

  .c-btn::after {
    background: var(--color-blue) url("https://saikorokohak.com/system_panel/uploads/images/arrow-right-white.svg") no-repeat center center / 30%;
  }
}

.p-cta-box__heading {
  font-family: var(--font-quicksand);
  color: #fff;
  font-size: 60px;
  line-height: 0.83;
  letter-spacing: 0;

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

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

.p-cta-box__text {
  margin: 0 auto;
  max-width: 358px;

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

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

.p-cta-box__btn {
  max-width: 309px;
  background: #fff;

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

  .c-btn__text {
    color: var(--color-base);

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

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

.p-cta-box__btn::after {
  width: 34px;
  height: 33px;
}

.p-footer {
  margin-top: -160px;
  padding-top: 216px;
  background: #f4f5f5;
  border-radius: 40px 40px 0 0;

  .l-inner {
    padding-bottom: 275px;
    max-width: 1190px;

    @media (width < 768px) {
      padding-bottom: 140px;
    }
  }
}

.p-footer__flex {
  display: flex;
  justify-content: space-between;

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

.p-footer__info {
}

.p-footer__logo {
  width: 183px;
  aspect-ratio: 183/34;
  object-fit: contain;
  margin-left: 14px;

  @media (width < 768px) {
  }
}

.p-footer__address {
  margin-top: 25px;
  letter-spacing: 0;
}

.p-footer__mail {
  margin-top: 4px;
  margin-left: 11px;
  letter-spacing: 0;

  a:hover {
    opacity: 0.7;
  }
}

.p-footer__nav {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 0 35px;
  height: 47px;

  @media (width < 768px) {
    flex-direction: column;
    height: auto;
    width: fit-content;
    padding: 20px;
    gap: 30px;
    align-items: start;
  }
}

.p-footer__link {
  color: #585858;
  font-weight: 500;
  line-height: normal;
}

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

.p-footer__copyright {
  margin: 0 50px;
  font-family: var(--font-noto-sans-jp);
  font-size: 12px;
  border-top: 1px solid #dde7e9;
  padding: 23px 0;
  text-align: center;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0em;

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