.page-title {
  background-image: url(../images/form-thanks/title-bg-form-thanks.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30.52vw;
  max-height: 417px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 12px;
}

.page-title .container {
  width: 100%;
}

.page-title .page-title-inner {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 95px;
  margin-left: -0.8em;
}

.page-title .title {
  font-size: 15px;
  line-height: 1;
  color: #fff;
  padding-bottom: 16px;
}

.page-title .caveat {
  font-size: 110px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.02em;
}

.page-title .breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.page-title .breadcrumb ul li {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #fff;
  display: flex;
  align-items: center;
}

.page-title .breadcrumb ul li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
  font-size: 1.5em;
}

.page-title .breadcrumb ul li a {
  color: #fff !important;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-title {
    padding-bottom: 0.9vw;
  }

  .page-title .page-title-inner {
    gap: 2.2vw;
    margin-bottom: 6.9vw;
  }

  .page-title .title {
    font-size: 1.1vw;
    padding-bottom: 1.2vw;
  }

  .page-title .caveat {
    font-size: 8vw;
  }

  .page-title .breadcrumb ul {
    gap: 0.75vw;
  }

  .page-title .breadcrumb ul li {
    font-size: 0.9vw;
  }

  .page-title .breadcrumb ul li:not(:last-child)::after {
    margin-left: 0.75vw;
  }
}

@media screen and (max-width: 767px) {
  .page-title {
    background-image: url(../images/form-thanks/title-bg-form-thanks-sp.png);
    height: 77.6vw;
    max-height: unset;
    padding-bottom: 1.6vw;
  }

  .page-title .page-title-inner {
    gap: 7vw;
    margin-bottom: 16vw;
    margin-left: 0;
  }

  .page-title .title {
    font-size: 4vw;
    padding-bottom: 3vw;
  }

  .page-title .caveat {
    font-size: 20vw;
    letter-spacing: 0.04em;
  }

  .page-title .breadcrumb ul {
    gap: 4vw;
  }

  .page-title .breadcrumb ul li {
    font-size: 3vw;
  }

  .page-title .breadcrumb ul li:not(:last-child)::after {
    margin-left: 4vw;
  }
}

body .contact {
  display: none !important;
}

.page-content {
  padding: 70px 0;
}

.page-content > .container {
  border-radius: 20px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 85px 80px 80px;
  border: 1px solid #4764dc;
}

.contact-title {
  font-size: 25px;
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-align: center;
}

.contact-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #000;
  margin-top: 35px;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) and (max-width: 930px) {
  .contact-title {
    font-size: 3vw;
  }

  .contact-text {
    font-size: 1.7vw;
  }
}


@media screen and (max-width: 767px) {
  .page-content {
    padding: 10.6vw 0 18.6vw;
  }

  .page-content > .container {
    border-radius: 5.3vw;
    padding: 15.5vw 4vw 15vw;
  }

  .contact-title {
    font-size: 5.3vw;
    line-height: 1.5;
  }

  .contact-text {
    font-size: 3.98vw;
    margin-top: 6.5vw;
    line-height: 1.85;
    text-align: left;
  }
}
