@charset "UTF-8";

/* 下層ページ　共通仕様 */
.sub-page-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: clamp(50px, 4vw, 80px);
}

/* ページトップ */
.page-title-area {
  padding: 2.5vw 5vw 1.5vw;
  background: linear-gradient(to bottom right, #F5FAFF, #97C8EB);
  overflow: hidden;
}

.page-title-area-iiner {
  width: 100%;
  margin: 0 auto;
}

.page-title--01 {
  font-size: 8em;
  font-weight: bold;
  color: #97c8eb7d;
  line-height: 0.7;
  margin-bottom: 15px;
}

.page-title--02 {
  font-size: 1.8em;
  font-weight: bold;
  color: #004C99;
}


/* お問い合わせ完了 */
.contact-complete__head {
  font-size: 2em;
  font-weight: 600;
  color: #004C99;
  text-decoration: underline;
  text-underline-offset: 10%;
  text-decoration-thickness: 2px;
  text-align: center;
  margin: 3vh 0 6% 0;
}

.contact-complete__text {
  text-align: center;
  font-weight: 500;
}

.contact-complete__btn {
  margin: 10% auto;
}




@media(max-width:780px) {

  /* 下層ページ　共通仕様 */
  .sub-page-title {
    font-size: 1.8em;
  }


  /* ページトップ */
  .page-title-area {
    padding: 20px 5vw 15px;
  }


  .page-title--01 {
    font-size: 5em;
    margin-bottom: 7px;
  }

  .page-title--02 {
    font-size: 1.5em;
  }


  /* お問い合わせ完了 */
  .contact-complete__head {
    font-size: clamp(18px,4vw,30px);
    font-weight: 600;
    color: #004C99;
    text-decoration: underline;
    text-underline-offset: 10%;
    text-decoration-thickness: 2px;
    text-align: center;
    margin: 3vh 0 6% 0;
  }

  .contact-complete__text {
    text-align: center;
    font-weight: 500;
  }
}




@media(max-width:500px) {
  .sub-page-title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: clamp(50px, 4vw, 80px);
  }


  /* お問い合わせ完了 */
  .contact-mail__inner{
    max-width: 350px;
  }
}


