﻿.shoho-log-lp .lp-contact {
  position: relative;
  display: grid;
  grid-template-columns: 237px minmax(0, 606px) minmax(214px, 1fr);
  align-items: center;
  justify-content: stretch;
  column-gap: 83px;
  width: min(1600px, calc(100% - 96px));
  min-height: 336px;
  margin: 80px auto 180px;
  padding: 80px clamp(48px, 8.3333cqw, 160px);
  border-radius: 85px;
  background: linear-gradient(117.1638deg, #94c7d3 10.019%, #166e87 94.679%);
  color: #fff;
}

.shoho-log-lp .lp-contact--product {
  margin-top: -506px;
  margin-bottom: 170px;
}

.shoho-log-lp .lp-contact__title {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: normal;
}

.shoho-log-lp .lp-contact__subtitle {
  margin: 4px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
}

.shoho-log-lp .lp-contact__text {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
}

.shoho-log-lp .lp-contact__link {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 214px;
  min-height: 48px;
  margin: 0;
  justify-self: end;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 48px;
  white-space: nowrap;
}

.shoho-log-lp .lp-contact__link::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
}

.shoho-log-lp .lp-contact:focus-within {
  outline: 3px solid #fff;
  outline-offset: -8px;
}

.shoho-log-lp .lp-contact__arrow {
  display: block;
  flex: 0 0 48px;
  width: 48px;
  height: 35px;
  background: url("./contact-arrow.svg") center / 48px 35px no-repeat;
}

/* Keep the 1920px contact composition when the page is scaled down. */
@media (max-width: 0px) {
  .shoho-log-lp .lp-contact {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 56px 48px;
  }

  .shoho-log-lp .lp-contact__link {
    justify-self: start;
  }
}

@media (max-width: 0px) {
  .shoho-log-lp .lp-contact {
    width: calc(100% - 40px);
    min-height: 0;
    margin-bottom: 96px;
    padding: 40px 20px;
    border-radius: 48px;
  }

  .shoho-log-lp .lp-contact--product {
    margin-top: -420px;
  }

  .shoho-log-lp .lp-contact__title {
    font-size: 36px;
  }

  .shoho-log-lp .lp-contact__text {
    font-size: 16px;
    line-height: 32px;
  }
}

