* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background: #081f67;
}

.mv {
  position: relative;
  width: 100%;
  min-height: 100vh;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.mv__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 36, 133, 0.22) 0%, rgba(4, 27, 103, 0.5) 52%, rgba(6, 30, 107, 0.9) 78%, #082775 100%),
    radial-gradient(circle at 75% 22%, rgba(76, 134, 255, 0.38) 0%, rgba(4, 36, 126, 0.1) 44%, rgba(3, 21, 84, 0.82) 100%);
}

.mv__header,
.mv__center,
.mv__content,
.mv__stats-image-wrap,
.mv__cta-wrap {
  position: relative;
  z-index: 2;
}

.mv__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 0 0 30px;
}

.mv__brand {
  letter-spacing: 0.08em;
}

.mv__brand a{
	color:#fff;
	text-decoration:none;
}

.mv__company-name {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
}

.mv__company-sub {
  margin: 10px 0 0;
  font-size: 15px;
  letter-spacing: 0.24em;
  font-weight: 500;
  opacity: 0.84;
}

.mv__actions {
  display: flex;
  align-items: stretch;
  margin-top: -24px;
}

.mv__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
  height: 72px;
  background: #052773;
  color: #c9db59;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
}

.mv__phone-icon {
  font-size: 20px;
}

.mv__menu-button {
  width: 78px;
  height: 72px;
  border: 0;
  background: #1444bd;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  align-items: center;
}

.mv__menu-line {
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
}


.mv__center {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0;
}

.mv__content {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
}

.mv__lead {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 12px;
  text-align: center;
}

.mv__copy {
  margin: 20px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: center;
}

.mv__description {
  margin: 26px 0 0;
  font-size: 30px;
  line-height: 1.75;
  font-weight: 700;
}

.mv__stats-image-wrap {
  margin: 24px auto 0;
  max-width: 940px;
  padding: 0 20px;
}

.mv__stats-image {
  display: block;
  width: 100%;
  height: auto;
}

.mv__cta-wrap {
  margin-top: 0;
  display: flex;
  width: 100%;
}

.mv__cta {
  width: 50%;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.mv__cta--primary {
  color: #082775;
  background: #c3df1d;
}

.mv__cta--secondary {
  color: #fff;
  background: #0f3eb8;
}

.mv__cta-arrow {
  margin-left: auto;
  padding-right: 20px;
  font-size: 28px;
}

.mv__cta-text {
  margin-left: auto;
}

@media (max-width: 767px) {
  .mv {
    min-height: 100svh;
  }

  @supports (min-height: 100dvh) {
    .mv {
      min-height: 100dvh;
    }
  }

  .mv__header {
    padding: 16px 0 0 14px;
  }

  .mv__company-name {
    font-size: 17px;
  }

  .mv__company-sub {
    margin-top: 6px;
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .mv__actions {
    margin-top: -16px;
  }

  .mv__phone {
    height: 52px;
    padding: 0 12px;
    font-size: 17px;
    gap: 6px;
  }

  .mv__phone-icon {
    font-size: 15px;
  }

  .mv__menu-button {
    width: 52px;
    height: 52px;
    gap: 6px;
  }

  .mv__menu-line {
    width: 20px;
  }

  .mv__center {
    padding: 16px 0;
    justify-content: center;
  }

  .mv__content {
    max-width: calc(100% - 32px);
    margin: 0 auto;
  }

  .mv__lead {
    font-size: 15px;
    padding-bottom: 8px;
    line-height: 1.5;
  }

  .mv__copy {
    margin-top: 16px;
    font-size: 38px;
    line-height: 1.45;
  }

  .mv__description {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.75;
  }

  .mv__stats-image-wrap {
    margin-top: 18px;
    padding: 0 12px;
  }

  .mv__cta-wrap {
    margin-top: 12px;
    flex-direction: column;
  }

  .mv__cta {
    width: 100%;
    height: 56px;
    font-size: 20px;
  }

  .mv__cta-arrow {
    padding-right: 16px;
    font-size: 20px;
  }
}

/* ===================================================
   gnav.css - ハンバーガーメニュー
   =================================================== */

/* ---------- オーバーレイ + パネル 非表示 ---------- */
.gnav {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
}

.gnav.is-open {
  pointer-events: auto;
  visibility: visible;
}

/* 背景暗幕 */
.gnav__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 28, 80, 0.55);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gnav.is-open .gnav__overlay {
  opacity: 1;
}

/* パネル（右からスライド） */
.gnav__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(380px, 85vw);
  height: 100%;
  background: #fff;
  box-shadow: -8px 0 40px rgba(8, 28, 80, 0.18);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}

.gnav.is-open .gnav__panel {
  transform: translateX(0);
}

/* ---------- パネルヘッダー ---------- */
.gnav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid #e0e8f5;
}

.gnav__logo {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  color: #0f43c0;
}

.gnav__close {
  appearance: none;
  border: none;
  background: none;
  font-size: 32px;
  line-height: 1;
  color: #4568ac;
  cursor: pointer;
  padding: 0 4px;
  transition: color 0.2s;
}

.gnav__close:hover {
  color: #0f43c0;
}

/* ---------- メニューリスト ---------- */
.gnav__list {
  list-style: none;
  margin: 0;
  padding: 16px 0;
  flex: 1;
}

.gnav__list li {
  border-bottom: 1px solid #edf1f9;
}

.gnav__list li:last-child {
  border-bottom: none;
}

.gnav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
  font-size: 16px;
  font-weight: 700;
  color: #113577;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.gnav__link::after {
  content: "\203A";
  font-size: 22px;
  color: #b0c4e8;
  transition: color 0.2s, transform 0.2s;
}

.gnav__link:hover {
  background: #f5f8ff;
  color: #0f43c0;
}

.gnav__link:hover::after {
  color: #0f43c0;
  transform: translateX(4px);
}

/* CTAリンク */
.gnav__link--cta {
  margin: 8px 20px;
  padding: 16px 24px;
  background: #0f43c0;
  color: #fff;
  border-radius: 12px;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  transition: background 0.2s, transform 0.2s;
}

.gnav__link--cta::after {
  content: none;
}

.gnav__link--cta:hover {
  background: #1a52d4;
  color: #fff;
  transform: translateY(-2px);
}

/* ---------- パネルフッター ---------- */
.gnav__footer {
  padding: 20px 24px 28px;
  border-top: 1px solid #e0e8f5;
  text-align: center;
}

.gnav__phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 900;
  color: #0f43c0;
  text-decoration: none;
}

.gnav__hours {
  margin: 8px 0 0;
  font-size: 12px;
  color: #4568ac;
  font-weight: 700;
}

.privacy-policy{
	color:#333;
}


/* ============================================
   公式LINEリンク 固定ボタン
   ============================================ */

.line-fixed-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;

  width: 98px;
  height: 98px;
  border-radius: 50%;

  background-color: #06C755;
  color: #fff;
  text-decoration: none;

  box-shadow: 0 4px 16px rgba(6, 199, 85, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;

  /* 入場アニメーション */
  animation: line-btn-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.line-fixed-btn:hover {
  background-color: #05b34d;
  transform: translateY(-3px) scale(1.07);
  box-shadow: 0 8px 24px rgba(6, 199, 85, 0.55);
}

.line-fixed-btn:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 3px 10px rgba(6, 199, 85, 0.4);
}

/* アイコン */
.line-fixed-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.line-fixed-btn__icon svg {
  width: 100%;
  height: 100%;
}

/* ラベルテキスト */
.line-fixed-btn__label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.04em;
}

/* 入場アニメーション */
@keyframes line-btn-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ============================================
   レスポンシブ（スマートフォン）
   ============================================ */
@media (max-width: 767px) {
  .line-fixed-btn {
    bottom: 16px;
    right: 16px;
    width: 60px;
    height: 60px;
  }

  .line-fixed-btn__icon {
    width: 24px;
    height: 24px;
  }

  .line-fixed-btn__label {
    font-size: 8px;
  }
}