@charset "UTF-8";
/* ===============================================
# コンテナ幅
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# フォント
=============================================== */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/* ===============================================
# ブレイクポイント
=============================================== */
/* ===============================================
# 画像ファイルパス
=============================================== */
/* ===============================================
# 共通
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# フォントをremに変換
=============================================== */
/* ===============================================
# remのclamp
=============================================== */
/* ===============================================
# 外部アイコン
=============================================== */
/* under_title
=========================================== */
#header {
  position: static;
}

.inner {
  background-image: linear-gradient(0deg, #fcf0f0, #fffbfb);
}

#under_title {
  background: url("/wp-content/uploads/under_bg-scaled.jpg") no-repeat center center/cover;
  padding: 140px 0;
  text-align: center;
}
@media (max-width: 767px) {
  #under_title {
    padding: 60px 0;
  }
}
#under_title h1 {
  font-size: clamp(2.4rem, 2.196193265vw, 3.6rem);
  color: #fff;
}

/* thanks
=========================================== */
.thanks-page {
  text-align: center;
}
.thanks-page__container {
  background: #fff;
  padding: 60px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.thanks-page__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #093556;
  margin-bottom: 24px;
}
.thanks-page__message {
  font-size: 1.6rem;
  color: #093556;
  line-height: 1.8;
  margin-bottom: 40px;
}
.thanks-page__btn {
  display: inline-block;
  background-color: #E84649;
  border: 2px solid #E84649;
  color: #fff;
  font-weight: 600;
  padding: 12px 36px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.thanks-page__btn:hover {
  background-color: #fff;
  color: #E84649;
}

@media (max-width: 767px) {
  .thanks-page__container {
    padding: 30px 20px 40px;
  }
  .thanks-page__title {
    font-size: 1.8rem;
  }
  .thanks-page__message {
    font-size: 1.4rem;
    margin-bottom: 32px;
  }
  .thanks-page__btn {
    padding: 10px 28px;
    font-size: 1.6rem;
  }
}
/* 404ページ
=========================================== */
#notfound {
  padding: 0;
}
#notfound .container {
  max-width: 100%;
  padding: 60px 4%;
}
#notfound .container .text_box p {
  font-size: 1.8rem;
}/*# sourceMappingURL=under.css.map */