@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html, body {
  font-size: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
  color: #444;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.7;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #2590c2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.04em;
}

ul {
  list-style: none;
}


/* ==========================
   Header
========================== */
.header {
  transition: all 0.5s;
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

/* Header：SPではロゴを中央寄せ */
@media (max-width: 575px) {
  .header .container-fluid {
    justify-content: center;
  }
}

/* スクロール時の演出用 */
.header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
  padding: 10px 0;
}

.header .logo img {
  height: 27px;
  width: auto;
  display: block;
}

@media (max-width: 576px) {
  .header .logo img {
    height: 24px;
  }
}


/* ==========================
   page-title
========================== */
.page-title {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.page-title h1 {
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #004098;
  position: relative;
}
.page-title h1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;
  background: #ddd;
}

/* page-title 内の画像 */
.page-title-image {
  margin-top: 50px;
}

.page-title-image img {
  display: block;
  margin: 0 auto;
  max-width: 440px;
  width: 100%;
  height: auto;
}

/* SP 調整 */
@media (max-width: 576px) {
  .page-title-image {
    margin-top: 20px;
  }
  .page-title-image img {
    max-width: 240px;
  }
}


/* ==========================
   Section: notice
========================== */

.notice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notice-title {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.notice-list li {
  display: flex;
  gap: .5em;
  margin-bottom: 1rem;
}

/* Bootstrap Icons */
.notice-list li::before {
  content: "\F518"; /* bi-dot-circle */
  font-family: "bootstrap-icons";
  color: #dc3545;
  flex-shrink: 0;
  margin-top: .1em;
  font-size: .9em;
}

/* ==========================
   Notice CTA（よくある質問ボタン）
========================== */

.notice-cta {
  margin-top: 2rem;
  text-align: center;
}

/* ボタン本体 */
.notice-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 560px;
  min-height: 48px;
  padding: .75rem 1rem;
  border: 1px solid #007ac3;
  border-radius: 4px;
  background: #fff;
  color: #007ac3;
  font-weight: 700;
  text-decoration: none;
}

/* hover */
.notice-cta__btn:hover {
  background-color: #007ac3;
  text-decoration: none;
  color: #fff;
}

/* fixed-top対策：アンカーがヘッダーに隠れないように */
#faq {
  scroll-margin-top: 90px;
}


/* ==========================
   Consent form（同意事項）
========================== */

.consent-form {
  border: 1px solid #E4E4E4;
  background: #fff;
  padding: 24px;
}

.consent-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #333;
}

/* グレー説明欄 */
.consent-text {
  background: #f1f1f1;
  padding: 20px;
  line-height: 1.9;
  color: #555;
}
.consent-text p { margin: 0; }

/* 水色欄 */
.consent-action {
  margin-top: 24px;
  background: #eef7fb;
  padding: 28px 20px;
  text-align: center;
}

/* チェック */
.consent-check {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 18px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
}

.consent-check input[type="checkbox"] {
  width: 26px;
  height: 26px;
}

/* 送信ボタン */
.consent-submit {
  width: 100%;
  max-width: 520px;
  padding: 14px 16px;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 4px;
  background: #f28c28;
  border: 1px solid #f28c28;
  color: #fff;
}

.consent-submit:hover {
  background: #e67f1f;
  border-color: #e67f1f;
}

/* 注意文 */
.consent-note {
  margin-top: 14px;
  font-size: .9rem;
  color: #d9534f;
}

/* SP */
@media (max-width: 576px) {
  .consent-form { padding: 18px; }
  .consent-action { padding: 22px 14px; }
  .consent-check { font-size: 1.25rem; }
  .consent-text { letter-spacing: 0.015em; }
}

/* ==========================
   Contact（お問い合わせ）
========================== */

.contact {
  padding: 3rem 0;
}

/* 見出し */
.contact-title {
  font-size: 1.75rem;
  font-weight: 500;
  color: #6F6F72;
  margin: 0 0 2rem 0;
}

/* リスト全体 */
.contact-list {
  overflow: hidden;
}

/* 各項目 */
.contact-item {
  border-top: 1px solid #d9d9d9;
}

.contact-item:last-child {
  border-bottom: 1px solid #d9d9d9;
}

/* 見出し行 */
.contact-head {
  position: relative;
  padding: 1.25rem 3rem 1.25rem 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  cursor: pointer;
}

/* 右端の矢印（閉じている時：右向き） */
.contact-head::after {
  content: "\F285"; /* bi-chevron-right */
  font-family: "bootstrap-icons";
  font-size: 1.6rem;
  color: #bdbdbd;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

/* 開いた時：下向き */
.contact-item.is-open .contact-head::after {
  content: "\F282"; /* bi-chevron-down */
}


/* ==========================
   FAQ（よくある質問）
========================== */

.faq {
  padding: 3rem 0;
}

.faq-title {
  font-size: 1.75rem;
  font-weight: 500;
  color: #6F6F72;
  margin: 0 0 2rem 0;
}

.faq-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 1.5rem 0 2rem;
  color: #333;
  padding-left: 1rem;
}

/* リスト全体 */
.faq-list {
  overflow: hidden;
}

/* 各項目 */
.faq-item {
  border-top: 1px solid #d9d9d9;
}

.faq-list .faq-item:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.faq-head {
  position: relative; 
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.25rem 3rem 1.25rem 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  cursor: pointer;
}

/* Qマーク */
.faq-head::before {
  content: "Q";
  font-weight: 700;
  font-size: 1.2rem;
  color: #0078c6;
  line-height: 1.6;
}

/* 右端の矢印（閉じている時：右向き） */
.faq-head::after {
  content: "\F285"; /* bi-chevron-right */
  font-family: "bootstrap-icons";
  font-size: 1.6rem;
  color: #bdbdbd;

  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

/* 開いた時：下向き */
.faq-item.is-open .faq-head::after {
  content: "\F282"; /* bi-chevron-down */
}


/* ==========================
   FAQ Answer（Aマーク）
========================== */

/* 回答文 */
.faq-body p {
  position: relative;
  padding-left: 2rem;
}

/* Aマーク */
/* 回答の最初の段落だけ A を表示 */
.faq-body p:first-of-type::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 1.2rem;
  color: #d32f2f;
}

.faq-more {
  margin-top: 0.75rem;
}


/* ==========================
［共通] 開閉をなめらかに：Contact（お問い合わせ）、FAQ（よくある質問）
========================== */

/* 中身：常に存在させて、高さで開閉する */
.contact-body,
.faq-body {
  line-height: 1.8;
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0 1rem;
  transition: max-height 0.45s cubic-bezier(.22,.61,.36,1), opacity 0.25s ease, padding 0.25s ease;
}

/* 開いた状態（max-heightはJSで入れる） */
.contact-item.is-open .contact-body,
.faq-item.is-open .faq-body {
  opacity: 1;
}

/* 共通（faq-body、contact-body） */
.accordion-inner {
  padding: 20px 1rem 28px;
}


/* ==========================
   Footer
========================== */

.site-footer {
  padding: 1.5rem 0;
  background: #007ac3;
}

.site-footer__copy {
  margin: 0;
  color: #FFF;
  font-size: .75rem;
}


/* ==========================
   Scroll Top Button
========================== */

.scroll-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(178,178,178,0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.2s ease;
}

.scroll-top.active {
  opacity: 1;
  visibility: visible;
}

.scroll-top:hover {
  background-color: rgba(178,178,178,1);
  text-decoration: none;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  -webkit-text-stroke: 1px #FFF;

}
