﻿.ct-hero {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1rem 1.5rem 1rem;
}
.hk-sec-title {
  margin: 0 0 2.5rem;
  color: #7fa3a3;
}
.hk-sec-title__en {
  display: block;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: .06em;
}
.ct-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 3rem;
}
.ct-hero__copy p {
  margin: 0 0 1.25rem 0;
  color: #6b8f8f;
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
.ct-hero__img img {
  width: 100%;
  height: auto;
  display: block;
}
.ct-form {
  max-width: 72rem;
  margin: 0 auto;
  padding: 1rem 1.5rem 1rem;
}
.ct-form__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1.25rem 1.5rem;
  table-layout: fixed;
}
.ct-form__table th, .ct-form__table td {
  border: 0.1875rem solid #7fa3a3;
  padding: 1.25rem;
  vertical-align: middle;
}
.ct-form__table th {
  width: 18rem;
  color: #6b8f8f;
  font-weight: 600;
  text-align: left;
}
.ct-input, .ct-textarea {
  width: 95%;
  display: block;
  background: transparent;
  border: 0.1875rem solid #7fa3a3;
  padding: 0.9rem 1rem;
  color: #2e4652;
  font-size: 1rem;
  outline: none;
}
.ct-textarea {
  min-height: 12rem;
  resize: vertical;
}
.ct-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.hk-apply {
  --teal: #7fa3a3;
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  background: transparent;
  border: none;
  color: var(--teal);
  cursor: pointer;
  padding: .25rem 0;
}
.hk-apply__label {
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: .03em;
  font-weight: bolder;
}
.hk-apply__icon {
  width: 8rem;
  height: 4.5rem;
  border-radius: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease;
}
.hk-apply__arrow {
  position: relative;
  display: block;
  width: 3.6rem;
  height: .5rem;
  background: #7fa3a3;
}
.hk-apply__arrow::after {
  content: "";
  position: absolute;
  right: -.25rem;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-right: .5rem solid #7fa3a3;
  border-top: .5rem solid #7fa3a3;
  transform: translateY(-50%) rotate(45deg);
}
.hk-apply:hover .hk-apply__icon {
  transform: translateX(2px);
}
@media (max-width: 48rem) {
  .hk-apply__label {
    font-size: 1.5rem;
  }
  .hk-apply__icon {
    width: 7rem;
    height: 4rem;
    border-width: .45rem;
  }
  .hk-apply__arrow {
    width: 3.2rem;
    height: .45rem;
  }
  .hk-apply__arrow::after {
    width: 1.05rem;
    height: 1.05rem;
    border-width: .45rem;
  }
}
@media (max-width: 64rem) {
  .ct-hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .ct-hero__copy p {
    font-size: 1.375rem;
  }
}
@media (max-width: 480px) {
  .hk-sec-title__en {
    display: block;
    font-family: "Dela Gothic One", sans-serif;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: .06em;
  }
  .ct-hero__grid {
    display: block;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 3rem;
  }
  .ct-form {
    max-width: 72rem;
    margin: 0 auto;
    padding: 3rem 0.5rem 5rem;
  }
  .ct-form__table {
    border-spacing: .75rem 1rem;
  }
  .ct-form__table th {
    width: 5rem;
  }
  .hk-cta-pill__label {
    font-size: 1.5rem;
  }
  .hk-cta-pill__shape {
    width: 6.5rem;
    height: 3.5rem;
  }
  .ct-input, .ct-textarea {
    width: 78%;
    display: block;
    background: transparent;
    border: 0.1875rem solid #7fa3a3;
    padding: 0.9rem 1rem;
    color: #2e4652;
    font-size: 1rem;
    outline: none;
  }
}