* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f4f4f4;
}

.lp {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.lp-image-wrap {
  position: relative;
  width: 100%;
  max-width: 1000px;
  line-height: 0;
}

.lp-image {
  display: block;
  width: 100%;
  height: auto;
}

.cta-link {
  position: absolute;
  left: 41.6%;
  top: 84.5%;
  width: 48.2%;
  height: 5.6%;
  display: block;
}

.cta-link:focus-visible {
  outline: 4px solid #1a73e8;
  outline-offset: 4px;
  border-radius: 999px;
}

.contact-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 20px;
  color: #222;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  background: #f7f7f4;
}

.contact-box {
  width: min(100%, 560px);
  padding: 32px;
  background: #fff;
  border: 1px solid #ddd;
}

.contact-box h1 {
  margin: 0 0 16px;
  font-size: 28px;
}

.contact-box p {
  margin: 0 0 24px;
  line-height: 1.8;
}

.back-link {
  color: #0b7f80;
}
