@charset "UTF-8";
/* --
form.css
お問い合わせ・入会資料請求

 ------------------------------------
-- */
/*-----------------------------------

	$font

-----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@200;400;500;700;800&family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*-----------------------------------

	$color

-----------------------------------*/
/*-----------------------------------

	$mixin

-----------------------------------*/
/*-----------------------------------

	$contents
コンテンツ共有パーツ

-----------------------------------*/
/* --
form.css
お問い合わせ・入会資料請求

 ------------------------------------
-- */
/**======================================
	setting
======================================**/
/*-----------------------------------

	$icon
	矢印アイコン（CSS mask + data-URI SVG）

-----------------------------------*/
.section-heading {
  margin-bottom: clamp(5rem, 10.3333333333rem + -6.9444444444vw, 2rem);
}
@media (max-width: 768px) {
  .section-heading {
    margin-bottom: 2rem;
  }
}
.section-heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: clamp(1.8rem, -0.6888888889rem + 3.2407407407vw, 3.2rem);
  font-weight: 700;
  color: #006699;
  line-height: 1.6;
  margin: 0;
}
.section-heading h2::before {
  content: "";
  display: block;
  width: 3rem;
  height: 0.6rem;
  background-color: #ff9900;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.7em;
}
@media (max-width: 768px) {
  .section-heading h2::before {
    width: 2rem;
    height: 0.4rem;
  }
}
@media (max-width: 768px) {
  .section-heading h2 {
    gap: 8px;
  }
}

.page-hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 28rem;
  background: linear-gradient(125deg, #006699 0.37%, #36a9ff 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .page-hero::before {
    display: none;
  }
}
.page-hero__inner {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .page-hero__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-hero__inner {
  padding-top: 5.2rem;
}
@media (max-width: 768px) {
  .page-hero__inner {
    padding: 0;
  }
}
.page-hero__title {
  color: #fff;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .page-hero__title {
    background: linear-gradient(125deg, #006699 0.37%, #36a9ff 100%);
    padding: 1.5rem 2rem 2rem;
  }
}
.page-hero__title-label {
  font-family: "Heebo", sans-serif;
  font-size: clamp(1.6rem, -0.5333333333rem + 2.7777777778vw, 2.8rem);
  line-height: 1;
}
@media (max-width: 768px) {
  .page-hero__title-label {
    line-height: normal;
  }
}
.page-hero__title-label span {
  font-weight: 200;
}
.page-hero__title-label b {
  margin-left: 0.25em;
}
.page-hero__title h2 {
  font-size: clamp(2.4rem, -1.8666666667rem + 5.5555555556vw, 4.8rem);
  font-weight: 8700;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  .page-hero__title h2 {
    line-height: normal;
  }
}
.page-hero__lead {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .page-hero__lead {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-hero__lead {
  padding-top: 4rem;
  padding-bottom: 7rem;
}
@media (max-width: 768px) {
  .page-hero__lead {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background: #fff;
  }
}
.page-hero__lead .section-heading {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .page-hero__lead .section-heading {
    margin-bottom: 1.5rem;
  }
}
.page-hero__inner > .page-hero__lead {
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.page-hero__lead-text {
  font-size: clamp(1.6rem, 1.2444444444rem + 0.462962963vw, 1.8rem);
  font-weight: 400;
  line-height: 2;
  color: #090909;
  text-align: left;
}

.contents-mv {
  margin-right: calc(50% - 50vw);
}
.contents-mv img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contents-mv {
    margin-left: calc(50% - 50vw);
  }
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.js-fade.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*-----------------------------------

	$contents
コンテンツ共有パーツ

-----------------------------------*/
/*-----------------------------------

	$form
	お問い合わせ・入会資料請求

-----------------------------------*/
.form-page {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .form-page {
    padding: 4rem 0 6rem;
  }
}
.form-page__inner {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .form-page__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.form-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 94rem;
}

.form {
  width: 100%;
  max-width: 88rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media (max-width: 768px) {
  .form {
    gap: 4rem;
  }
}
.form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    padding: 1.5rem 0;
  }
}
.form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  width: 24rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 5rem;
}
@media (max-width: 768px) {
  .form__head {
    width: 100%;
    min-height: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.form__label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #090909;
}
.form__required {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 1.6rem;
  border-radius: 10rem;
  background: #ff9900;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  white-space: nowrap;
}
.form__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.form__input, .form__textarea {
  width: 100%;
  border: 1px solid #006699;
  border-radius: 0.6rem;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #090909;
}
.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  color: #666666;
}
.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: #666666;
}
.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  color: #666666;
}
.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
  color: #666666;
}
.form__input::placeholder, .form__textarea::placeholder {
  color: #666666;
}
.form__input:focus, .form__textarea:focus {
  outline: none;
  border-color: #006699;
  -webkit-box-shadow: 0 0 0 1px #006699;
          box-shadow: 0 0 0 1px #006699;
}
.form__input {
  height: 5rem;
  padding: 1.2rem 1.6rem;
}
.form__input--md {
  max-width: 42rem;
}
@media (max-width: 768px) {
  .form__input--md {
    max-width: 100%;
  }
}
.form__textarea {
  min-height: 30rem;
  padding: 1.6rem;
  resize: vertical;
}
.form__select {
  position: relative;
  max-width: 42rem;
}
@media (max-width: 768px) {
  .form__select {
    max-width: 100%;
  }
}
.form__select::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background-color: #006699;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.form__select select {
  width: 100%;
  height: 5rem;
  padding: 1.2rem 3.6rem 1.2rem 1.6rem;
  border: 1px solid #006699;
  border-radius: 0.6rem;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #090909;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.form__select select:focus {
  outline: none;
  border-color: #006699;
  -webkit-box-shadow: 0 0 0 1px #006699;
          box-shadow: 0 0 0 1px #006699;
}
.form__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  width: 100%;
}
@media (max-width: 768px) {
  .form__foot {
    gap: 3rem;
  }
}
.form__note {
  width: 100%;
  margin: 0;
  padding: 2rem;
  border-radius: 0.6rem;
  background: #f5f5f5;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #090909;
}
.form__note a {
  color: #006699;
  text-decoration: underline;
}
.form__note a:hover {
  opacity: 0.8;
}
.form__submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 2rem;
}
@media (max-width: 768px) {
  .form__submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form__submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(16rem, -50%);
          transform: translate(16rem, -50%);
}
.form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30rem;
  height: 4.8rem;
  padding: 1.2rem 3rem;
  border: 1px solid #006699;
  border-radius: 5.6rem;
  background: #006699;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #f5f5f5;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.form__btn--submit {
  background: #ff9900;
  border: 1px solid #ff9900;
}
.form__btn:hover {
  opacity: 0.8;
}
.form__reset {
  background: none;
  color: #006699;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  text-decoration: underline;
  border: none;
  font-size: 1.4rem;
}