/*
====================================
contact form section
====================================
*/
.c_page-mv {
  position: relative;
  z-index: 2;
}

.contact-form-section {
  position: relative;
  z-index: 1;
  margin-top: -100px;
  position: relative;
  padding-top: 200px;
  padding-bottom: 120px;
  background: radial-gradient(1200px 420px at 82% 12%, rgba(77, 161, 212, 0.16) 0%, rgba(77, 161, 212, 0) 60%), radial-gradient(900px 340px at 12% 88%, rgba(47, 120, 187, 0.12) 0%, rgba(47, 120, 187, 0) 62%), #f8f8f8;
}
.contact-form-section__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  align-items: start;
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
}
.contact-form-section__left {
  position: relative;
  z-index: 1;
  min-height: 520px;
  padding: 48px 42px 34px;
  background: linear-gradient(90deg, #2f78bb 0%, #49a9d8 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-left-radius: 42px;
  box-shadow: 0 22px 40px rgba(32, 96, 145, 0.2);
  box-sizing: border-box;
}
.contact-form-section__right {
  position: relative;
  z-index: 2;
  margin-top: -22px;
  margin-left: -8px;
  min-height: 660px;
  padding: 34px 26px 28px;
  background: linear-gradient(180deg, #9bc8de 0%, #88bad6 100%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom-right-radius: 42px;
  box-shadow: 0 26px 46px rgba(36, 89, 129, 0.22);
  box-sizing: border-box;
}
.contact-form-section__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-form-section__list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 14px 12px 46px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(2px);
  font-size: 2rem;
  font-family: "futura-pt", sans-serif;
  line-height: 1.5;
  color: #fff;
  box-sizing: border-box;
}
.contact-form-section__list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(233, 246, 255, 0.9) 100%);
}
.contact-form-section__list li::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: #2e7ebf;
}
.contact-form-section__list li + li {
  margin-top: 8px;
}
.contact-form-section__brand {
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}
.contact-form-section__logo {
  margin: 0;
}
.contact-form-section__logo img {
  display: block;
  width: 240px;
  max-width: 100%;
  background: #fff;
  border-radius: 6px;
}
.contact-form-section__office {
  margin-top: 18px;
  color: #fff;
}
.contact-form-section__officeLabel {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.7;
}
.contact-form-section__officeText {
  margin: 8px 0 0;
  font-size: 1.7rem;
  line-height: 1.7;
}
.contact-form-section__heading {
  margin: 0 0 16px;
  font-family: "futura-pt", sans-serif;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 300;
  color: #274567;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
}

@media screen and (max-width: 900px) {
  .contact-form-section__inner {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 640px;
  }
  .contact-form-section__left {
    min-height: auto;
    padding: 32px 20px 28px;
    border-bottom-left-radius: 28px;
  }
  .contact-form-section__right {
    margin-top: 0;
    margin-left: 0;
    min-height: auto;
    padding: 28px 20px 24px;
    border-bottom-right-radius: 28px;
  }
  .contact-form-section__brand {
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-section {
    margin-top: -50px;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .contact-form-section__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
  .contact-form-section__left {
    margin-top: 24px;
  }
  .contact-form-section__heading {
    margin-bottom: 14px;
    font-size: 2rem;
  }
  .contact-form-section__list li {
    min-height: 38px;
    padding: 8px 12px 8px 40px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .contact-form-section__list li::before {
    left: 12px;
    width: 16px;
    height: 16px;
  }
  .contact-form-section__list li::after {
    left: 17px;
    width: 5px;
    height: 5px;
  }
  .contact-form-section__logo img {
    width: 160px;
  }
  .contact-form-section__officeLabel {
    font-size: 1.24rem;
  }
  .contact-form-section__officeText {
    font-size: 1.24rem;
  }
}
/*
====================================
cf7 form
====================================
*/
.cf7-form .wpcf7-form-control-wrap {
  display: block;
}
.cf7-form .cf7-form__input,
.cf7-form .cf7-form__textarea,
.cf7-form select.cf7-form__input {
  width: 100%;
  height: 45px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: inset 0 1px 2px rgba(40, 72, 106, 0.08);
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1.7rem;
  color: #5b5b5b;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.cf7-form .cf7-form__input:focus,
.cf7-form .cf7-form__textarea:focus,
.cf7-form select.cf7-form__input:focus {
  outline: none;
  border-color: #3e95cf;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(62, 149, 207, 0.18);
}
.cf7-form .cf7-form__textarea {
  height: 248px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical;
}
.cf7-form .cf7-form__input::-moz-placeholder, .cf7-form .cf7-form__textarea::-moz-placeholder {
  color: #b8b8b8;
}
.cf7-form .cf7-form__input::placeholder,
.cf7-form .cf7-form__textarea::placeholder {
  color: #b8b8b8;
}
.cf7-form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 13px;
}
.cf7-form .cf7-form__submitWrap {
  margin-top: 16px;
}
.cf7-form .cf7-form__privacy {
  margin: 8px 0 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
.cf7-form .cf7-form__privacy a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.cf7-form .wpcf7-spinner {
  margin: 8px 0 0 8px;
}
.cf7-form .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 1.1rem;
}
.cf7-form .wpcf7-response-output {
  margin: 14px 0 0 !important;
  padding: 10px 12px !important;
  font-size: 1.2rem;
  line-height: 1.7;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}

/*
====================================
button size modifier
====================================
*/
.m_btn-contact--sm {
  min-width: 220px;
  padding: 16px 18px;
  border-radius: 4px;
  border: none !important;
  color: #fff !important;
  font-size: 2rem !important;
  box-shadow: 0 10px 22px rgba(34, 111, 173, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.m_btn-contact--sm .m_btn-contact__icon {
  width: 20px;
  height: 20px;
}
.m_btn-contact--sm .m_btn-contact__icon::before {
  width: 6px;
  height: 6px;
}

.m_btn-contact--sm:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(30, 96, 149, 0.32);
}

@media screen and (max-width: 768px) {
  .m_btn-contact--sm {
    min-width: 150px;
    padding: 10px 16px;
  }
  .m_btn-contact--sm .m_btn-contact__text {
    font-size: 1.6rem;
  }
}
.cf7-form .wpcf7-not-valid-tip {
  font-size: 1.6rem;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #fff;
  color: #5b5b5b;
  border: 1px solid #5b5b5b;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 10px 12px;
  margin-top: 13px;
  text-align: center;
}

/*
====================================
page faq
====================================
*/
.page-faq {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
  margin-bottom: 120px;
  overflow: hidden;
}
.page-faq::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  background: linear-gradient(180deg, #edf7f4 0%, #b9ddec 100%);
  border-bottom-left-radius: 72px;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.page-faq__inner {
  position: relative;
  z-index: 1;
}
.page-faq__heading {
  margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
  .page-faq {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .page-faq::after {
    width: 72%;
    border-bottom-left-radius: 40px;
  }
  .page-faq__heading {
    margin-bottom: 26px;
  }
}
/*
====================================
page faq item
====================================
*/
.page-faq-item {
  border-bottom: 1px solid #d7d7d7;
}
.page-faq-item__question {
  width: 100%;
  display: grid;
  grid-template-columns: 18px 1fr 24px;
  align-items: center;
  gap: 10px;
  padding: 18px 0 17px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.page-faq-item__qIcon, .page-faq-item__aIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.page-faq-item__qIcon img, .page-faq-item__aIcon img {
  display: block;
  width: 100%;
  height: auto;
}
.page-faq-item__questionText {
  padding-left: 24px;
  font-size: 2.5rem;
  line-height: 1.7;
  color: #1b2c55;
}
.page-faq-item__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #1595b5;
  font-size: 1.4rem;
  line-height: 1;
}
.page-faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-faq-item__answerInner {
  overflow: hidden;
}
.page-faq-item__answerRow {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  padding: 0 0 16px;
}
.page-faq-item__answerText {
  padding-left: 24px;
}
.page-faq-item__answerText p {
  margin: 0;
  font-size: 2rem;
  line-height: 1.8;
  color: #1b2c55;
}
.page-faq-item.is-open .page-faq-item__answer {
  grid-template-rows: 1fr;
}

@media screen and (max-width: 768px) {
  .page-faq-item__question {
    grid-template-columns: 16px 1fr 20px;
    gap: 8px;
    padding: 16px 0 15px;
  }
  .page-faq-item__qIcon, .page-faq-item__aIcon {
    width: 16px;
    height: 16px;
  }
  .page-faq-item__questionText {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .page-faq-item__toggle {
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
  }
  .page-faq-item__answerRow {
    grid-template-columns: 16px 1fr;
    gap: 8px;
    padding-bottom: 14px;
  }
  .page-faq-item__answerText p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}/*# sourceMappingURL=contact.css.map */