@charset "utf-8";
/* CSS Document */
body.lower_page .lower_header {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lower_header {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.top_page .lower_header {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

body.top_page .lower_header.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}


.contact-form_a .titlebox5 {
  text-align: center;
}

.contact-form_a .contact_en {
  margin-bottom: clamp(16px, 2vw, 24px);
  color: #cf9f3e;
  line-height: 1;
  letter-spacing: .14em;
  font-weight: 400;
}

.contact-form_a .contact_title {
  color: #fff;
  line-height: 1.5;
  letter-spacing: .12em;
  font-weight: 400;
}

.contact-form_a .contact_lead {
  color: #fff;
  letter-spacing: .08em;
}

@media screen and (max-width: 576px) {
  .contact-form_a .contact_en {
    font-size: clamp(34px, 9vw, 44px);
    letter-spacing: .08em;
  }

  .contact-form_a .contact_lead {
    text-align: left;
  }
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

