@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

ol, ul {
  list-style: none;
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  scroll-behavior: smooth;
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1150px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  color: #14273f;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4545454545;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased; /* macOS用 */
  -moz-osx-font-smoothing: grayscale; /* macOS用 */
  font-smooth: always; /* Windows用 */
}
@media (max-width: 767px) {
  body {
    font-size: 2.6rem;
    line-height: 1.6923076923;
  }
}

#container {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.main {
  margin-top: min(5.46875vw, 70px);
}
@media (max-width: 767px) {
  .main {
    margin-top: 8rem;
    min-height: 100vh;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
a {
  text-decoration: none;
  color: #14273f;
  transition: all 0.4s;
}

.inner {
  max-width: 109rem;
  width: 100%;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

picture {
  display: block;
  width: 100%;
}

.font-bold {
  font-weight: 500;
}

.header {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}

.main-container {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}

.text {
  transform: rotate(0.05deg);
}

.header {
  max-width: 109rem;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-block: 0.7rem;
}
@media (max-width: 767px) {
  .header {
    height: 9.4rem;
    padding-inline: 0;
  }
}
.header .header-contact {
  display: flex;
  align-items: center;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.header-logo {
  width: 19.3rem;
}
@media (max-width: 767px) {
  .header-logo {
    width: 25.9rem;
    margin-left: 2rem;
  }
}

.header-tel {
  width: 25rem;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .header-tel {
    margin-right: 0;
  }
}

.header-line,
.header-mail {
  width: 12rem;
  aspect-ratio: 120/63;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .header-line,
  .header-mail {
    width: 28.5rem;
    aspect-ratio: auto;
  }
}

.flex-head {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .flex-head {
    width: 100%;
    column-gap: 3.9rem;
    margin-block: 2.2rem 4.2rem;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .header-nav {
    position: absolute;
    top: 0;
    left: 120%;
    z-index: 999;
    width: 100%;
    background-color: #1a264b;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 11.5rem;
    transition: all 0.5s ease;
    height: 100%;
    padding-bottom: 5rem;
  }
  .header-nav li {
    height: 9.8rem;
    width: 69.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: #fff solid 0.1rem;
  }
  .header-nav li a {
    color: #fff;
    font-size: 2.8rem;
  }
  .header-nav li:first-of-type {
    border-top: #fff solid 0.1rem;
  }
  .header-nav.open {
    left: 0;
    pointer-events: all;
  }
}
@media (max-width: 767px) {
  .header-contact {
    display: flex;
    flex-direction: column;
    padding-inline: 6rem;
  }
}

@media (max-width: 767px) {
  .header-tel {
    width: 100%;
    margin-top: 4.8rem;
  }
}
.hbm-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  transition: all 0.5s ease;
  width: 9.4rem;
  height: 9.4rem;
  background-color: #1a264b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 10px;
  color: #fff;
}
.hbm-container .hbm-inner {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hbm-container p {
  margin-top: 0.1rem;
  list-style: none;
}
.hbm-container span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.hbm-container.open {
  position: fixed;
  top: 0;
  right: 0;
}
.hbm-container.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hbm-container.open span:nth-child(2) {
  opacity: 0;
}
.hbm-container.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
}
.nav-overlay.open {
  display: block;
}

/* ===== 強制上書き：SPだけ ===== */
/* ===== SP決定版：背景固定／メニュー全体を1スクロール／中央寄せ維持 ===== */
@media (max-width: 767px) {
  /* 黒幕：背景は見えず触れない */
  .nav-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 998 !important;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    opacity: 0;
    transition: opacity 0.25s ease;
    overscroll-behavior: contain;
  }
  .nav-overlay.open {
    display: block;
    opacity: 1;
  }
  /* パネル本体：全画面固定＋横スライド、縦方向はフレックスで中央寄せ */
  .header-nav {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    background: #1a264b;
    transform: translateX(100%) !important;
    transition: transform 0.35s ease;
    /* ★ここを block ではなく flex に戻す（崩れの原因を解消） */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; /* 子要素（nav.sp/連絡ボタン）を中央寄せ */
    /* メニュー全体を1スクロール領域にする */
    height: 100dvh !important;
    min-height: 100dvh !important;
    overflow-y: auto !important; /* ← nav.sp も header-contact も一緒にスクロール */
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-top: 11.5rem;
    padding-bottom: max(5rem, env(safe-area-inset-bottom));
  }
  .header-nav.open {
    transform: translateX(0) !important;
  }
  /* メニュー部（nav.sp）を幅100%にして親の中央寄せに乗せる */
  .header-nav > nav.sp {
    width: 100% !important;
    flex: 0 0 auto !important; /* パネル全体でスクロールするため overflowは付けない */
    min-height: auto !important; /* 以前の min-height:0 指定を無効化 */
    overflow: visible !important;
  }
  /* リスト幅のはみ出し防止＆中央寄せ（liの横幅指定と相性を取る） */
  .header-nav .header-nav-list {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .header-nav .header-nav-item {
    width: 69.5rem; /* 既存値を活かす */
    max-width: 90vw; /* 端末幅に収める保険 */
    margin-inline: auto; /* 自身で中央寄せ（親align-itemsの保険） */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 9.8rem;
    border-bottom: #fff solid 0.1rem;
  }
  .header-nav .header-nav-item:first-of-type {
    border-top: #fff solid 0.1rem;
  }
  .header-nav .header-nav-item a {
    color: #fff;
    font-size: 2.8rem;
  }
  /* 連絡ボタン群も中央寄せ・幅100%で通常フローに */
  .header-nav > .header-contact {
    width: 100% !important;
    flex: 0 0 auto !important;
    position: static !important;
    background: transparent !important;
    padding: 2rem 6rem max(5rem, env(safe-area-inset-bottom)) !important; /* 既存sp指定と整合 */
    box-sizing: border-box;
  }
  /* ハンバーガーは最前面 */
  .hbm-container {
    top: 0;
    right: 0;
    z-index: 10000 !important;
  }
}
/* 背景ページは body だけロック（htmlは触らない） */
body.lock-scroll {
  overflow: hidden;
  height: 100dvh;
}

@media (max-width: 767px) {
  .header-nav {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    background: #1a264b;
    transform: translateX(100%) !important;
    transition: transform 0.35s ease;
    will-change: transform;
    /* ← iOS安定の高さ。svh→dvh→vh の順でフォールバック */
    height: 100svh !important;
    height: 100dvh !important;
    height: 100vh !important;
    /* メニュー全体（nav.sp + header-contact）をスクロール対象に */
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding-top: 11.5rem;
    padding-bottom: max(5rem, env(safe-area-inset-bottom));
  }
  .header-nav.open {
    transform: translateX(0) !important;
  }
  /* リストのはみ出し防止＆中央寄せの保険 */
  .header-nav .header-nav-item {
    max-width: 90vw;
    margin-inline: auto;
  }
  .hbm-container {
    top: 0;
    right: 0;
    z-index: 10000 !important;
  }
  /* 黒幕は表示/非表示だけ（touchmoveはJSで触らない） */
  .nav-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 998 !important;
  }
}
/* 背景ロックは body を固定方式に（iOS抜け対策） */
body.lock-scroll {
  /* JSで top を動的にセットします */
  position: fixed;
  width: 100%;
}

/* ===== SP：ヘッダーは常に見せて、その「下」にメニューを出す ===== */
@media (max-width: 767px) {
  /* モバイルのデフォルトヘッダー高（JSで動的上書きします） */
  :root {
    --hdr: 9.4rem;
  }
  /* 黒幕：ヘッダーの下だけを覆う（背景は見えず・触れない） */
  .nav-overlay {
    position: fixed !important;
    top: var(--hdr) !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 10800 !important;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .nav-overlay.open {
    display: block;
    opacity: 1;
  }
  /* メニュー本体：ヘッダー直下に固定。縦だけにスライド表示 */
  .header-nav {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: var(--hdr) !important;
    /* 高さ＝画面高 − ヘッダー高（svh→dvh→vhの順で対応） */
    height: calc(100vh - var(--hdr)) !important;
    height: calc(100dvh - var(--hdr)) !important;
    height: calc(100svh - var(--hdr)) !important;
    z-index: 10900 !important; /* 黒幕より上、ヘッダーより下にしたい場合は調整 */
    background: #1a264b;
    transform: translateY(-100%) !important; /* 上から出てくる */
    transition: transform 0.35s ease;
    will-change: transform;
    /* メニュー全体が縦スクロール対象（背景は固定のまま） */
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    /* 既存の中央寄せを維持 */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding-top: 2rem;
    padding-bottom: max(5rem, env(safe-area-inset-bottom));
  }
  .header-nav.open {
    transform: translateY(0) !important;
  }
  /* 既存の横スライド指定（left:120% など）を打ち消す保険 */
  .header-nav.open {
    left: 0 !important;
  }
  /* リストは端末幅に収める保険 */
  .header-nav .header-nav-item {
    max-width: 90vw;
    margin-inline: auto;
  }
}
/* 背景ロックは body を固定（iOSで抜けない定番） */
body.lock-scroll {
  position: fixed;
  width: 100%;
}

footer {
  padding-bottom: 13rem;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 10rem;
  }
}

.footer {
  padding: 0 3rem 5.5rem;
}

.footer-logo {
  width: 19.3rem;
  margin: 0 auto;
  display: block;
  margin-top: 10rem;
}

.footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.5rem;
}

.company-address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .company-address {
    font-size: 2.4rem;
  }
}
.company-address .company-name {
  font-size: 2.1rem;
  font-weight: 400;
}

.copy-right-area {
  background-color: #e6e6e6;
  padding: 2.6rem 0 1.2rem;
  color: #403f41;
  text-align: center;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .footer-info {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 3.5rem;
    row-gap: 2rem;
  }
}
.footer-info p {
  font-size: 1.6rem;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer-info p {
    font-size: 2.4rem;
  }
}
.footer-info .footer-info-link {
  display: flex;
  align-items: center;
  column-gap: 4rem;
  font-size: 1.4rem;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer-info .footer-info-link {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 2.4rem;
    row-gap: 2rem;
  }
}

.copy-right {
  font-size: 1.547rem;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .copy-right {
    font-size: 2.3rem;
  }
}

.float-cta {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background-color: #1a264b;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
  padding: 1.2rem 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
@media (max-width: 767px) {
  .float-cta {
    padding: 1.6rem 0;
  }
}

.float-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.float-link {
  margin: 1rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.4rem;
}
@media (max-width: 767px) {
  .float-link {
    margin: 0 auto 0;
  }
}
.float-link img {
  width: 28.4rem;
}

.float-box {
  position: relative;
}
.float-box .top-btn {
  position: absolute;
  top: -10rem;
  right: 0rem;
  z-index: 100;
  width: 7rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .float-box .top-btn {
    top: -10rem;
    right: 0rem;
  }
}

@media (max-width: 767px) {
  .float-line img {
    width: 26.5rem;
  }
  .float-mail img {
    width: 14.6rem;
  }
  .float-tel img {
    width: 26.5rem;
  }
}
/* --------------------------------
top-fv
----------------------------------- */
.fv {
  position: relative;
}
@media (min-width: 768px) {
  .fv {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .fv-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute; /* 背景的に配置 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* background-size:cover 相当 */
    object-position: center top; /* background-position:center top 相当 */
    z-index: -1;
    max-height: 1782px;
    overflow: hidden;
  }
}

.fv-inner {
  position: relative;
  z-index: 1;
  max-width: 109rem;
  width: 100%;
  margin: 0 auto;
}

.fv-img {
  background-color: #1a264b;
  position: relative;
}
.fv-img::before {
  content: "";
  position: absolute;
  background-color: #1a264b;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
}
.fv-img::after {
  content: "";
  position: absolute;
  background-color: #1a264b;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}

a:hover {
  opacity: 0.7;
}

.sec01 {
  padding: 4rem 3rem 3rem;
  margin-bottom: 3.7rem;
}
@media (max-width: 767px) {
  .sec01 {
    padding: 3.9rem 2rem 6.6rem;
  }
}

.sec01-title {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 500;
  color: #0071bc;
  column-gap: 0.5rem;
}
@media (max-width: 767px) {
  .sec01-title {
    font-size: 4.5rem;
    justify-content: center;
  }
}
.sec01-title img {
  width: 3.2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .sec01-title img {
    width: 5.7rem;
  }
}

.slide {
  margin-bottom: 3rem;
}

.slider-top {
  display: flex;
}

.slider-bottom {
  display: flex;
}

.slide {
  margin-top: 3px;
}

.slide-wrap {
  display: flex;
}

.slide-wrap.bottom {
  margin-top: 3px;
  justify-content: flex-end;
}

.slide-wrap ul {
  display: flex;
}

.slide-wrap.top ul:first-child {
  animation: slideTop 70s -35s linear infinite;
}

.slide-wrap.top ul:last-child {
  animation: slideTop2 70s linear infinite;
}

.slide-wrap.bottom ul:first-child {
  animation: slideBottom 40s linear infinite;
}

.slide-wrap.bottom ul:last-child {
  animation: slideBottom2 40s -20s linear infinite;
}

.slide-wrap li {
  width: 118rem;
}

.slide-wrap.top li {
  margin-right: 4px;
}

.slide-wrap.bottom li {
  margin-left: 4px;
}

@keyframes slideTop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideTop2 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes slideBottom {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes slideBottom2 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
/*-------------------------
information 
-------------------------*/
/* 見出し */
.info-heading {
  margin: 0 0 0.5rem;
  font-weight: 700;
  color: #0066c9; /* 青みを強めて見出しを強調 */
}

/* 外枠（薄い水色＋余白） */
.info-box {
  background: #e7f4ff; /* スクショの淡いブルー */
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  border-radius: 4px;
}

/* スクロール領域 */
.info-list {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0.75rem; /* 上下にも少し余白を足す */
  height: 13rem; /* ← 固定高さに変更（3行＋余白ぶん） */
  overflow-y: auto;
}
@media (max-width: 767px) {
  .info-list {
    height: 15rem;
  }
}

/* 行そのものの高さも統一しておくと計算しやすい */
.info-list li {
  display: flex;
  gap: 1rem;
  padding: 0.4rem 0;
  line-height: 1.6; /* ここで1行=約2.4rem (例:15px*1.6=24px) */
}

/* 日付 */
.info-list time {
  white-space: nowrap;
  color: #555;
  font-size: 2.2rem;
}

/* タイトルリンク */
.info-list a {
  color: #000;
  text-decoration: none;
}

.info-list a:hover {
  text-decoration: underline;
}

/* --- カスタムスクロールバー (WebKit系) --- */
.info-list::-webkit-scrollbar {
  width: 6px;
}

.info-list::-webkit-scrollbar-track {
  background: transparent;
}

.info-list::-webkit-scrollbar-thumb {
  background: #0066c9;
  border-radius: 3px;
}

/* Firefox 用 */
.info-list {
  scrollbar-width: thin;
  scrollbar-color: #0066c9 transparent;
  transform: rotate(0.05deg);
}

.sec01-sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .sec01-sns {
    justify-content: center;
    margin: 3.5rem 0 4rem;
  }
}

.info-title {
  width: 18rem;
  margin-bottom: -2rem;
}
@media (max-width: 767px) {
  .info-title {
    width: 32.9rem;
    margin: 0 auto -2rem;
  }
}

.sec01-tiktok {
  width: 4.76rem;
}
@media (max-width: 767px) {
  .sec01-tiktok {
    width: 7.4rem;
  }
}

.sec01-x {
  width: 4.76rem;
}
@media (max-width: 767px) {
  .sec01-x {
    width: 7.4rem;
  }
}

.sec01-insta {
  width: 4.4rem;
}
@media (max-width: 767px) {
  .sec01-insta {
    width: 7.4rem;
  }
}

.sec01-youtube {
  width: 13.4rem;
}
@media (max-width: 767px) {
  .sec01-youtube {
    width: 21rem;
  }
}

.sns-img {
  width: 17.4rem;
  margin-left: auto;
  margin-right: 2.4rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .sns-img {
    width: 41.8rem;
    margin: 0 auto;
  }
}

.future {
  padding: 5.7rem 3rem 6.7rem;
  background-image: url("../../assets/img/pc/ba01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 767px) {
  .future {
    background-image: url("../../assets/img/sp/bg01.webp");
    padding: 9rem 1.5rem 11rem;
  }
}

.future-title {
  font-size: 5rem;
  font-weight: bold;
  color: #403f41;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .future-title {
    font-size: 5.7rem;
  }
}
.future-title span {
  color: #c9183f;
  font-size: 6rem;
}
@media (max-width: 767px) {
  .future-title span {
    font-size: 6.8rem;
  }
}
.future-title img {
  width: 12.4rem;
}
@media (max-width: 767px) {
  .future-title img {
    width: 14.1rem;
  }
}

.future-title-text02 {
  font-size: 6.2rem;
}
@media (max-width: 767px) {
  .future-title-text02 {
    font-size: 7rem;
  }
}

.future-container {
  display: flex;
  justify-content: center;
}

.future-img {
  width: 53.3rem;
  margin: 0 auto;
}

.future-lists {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  margin: 3.7rem 0 0;
}
.future-lists li {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-size: 3.5rem;
  font-weight: bold;
  color: #403f41;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 767px) {
  .future-lists li {
    font-size: 3.4rem;
    column-gap: 0.5rem;
  }
}
.future-lists li span {
  color: #0071bc;
}
.future-lists li .future-list-img {
  width: 3.1rem;
  flex-shrink: 0;
}

.sec03 {
  padding: 7.8rem 3rem 5.7rem;
}
@media (max-width: 767px) {
  .sec03 {
    padding: 7.8rem 1.5rem 5.7rem;
  }
}

.sec03-title {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 auto 5.5rem;
  font-size: 6rem;
  font-weight: bold;
  color: #403f41;
  column-gap: 3.3rem;
}
@media (max-width: 767px) {
  .sec03-title {
    font-size: 5.7rem;
    column-gap: 2.3rem;
  }
}
.sec03-title-img {
  width: 12.4rem;
}
.sec03-title span {
  display: block;
  background-color: #c9183f;
  color: #fff;
  padding-inline: 1.9rem 5rem;
}
@media (max-width: 767px) {
  .sec03-title span {
    padding-inline: 1.2rem 1.2rem;
    letter-spacing: -3px;
  }
}

.sec03-message {
  border: #0071bc solid 0.2rem;
  display: flex;
  justify-content: space-between;
  padding-inline: 8rem 11rem;
}
@media (max-width: 767px) {
  .sec03-message {
    padding-inline: 2rem 2rem;
    flex-direction: column-reverse;
    row-gap: 3rem;
    border: none;
  }
}

.sec03-message-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 2.3rem;
  line-height: 1.8260869565;
  padding-block: 5.3rem;
  display: flex;
  flex-direction: column;
  row-gap: 5.3rem;
}
@media (max-width: 767px) {
  .sec03-message-text {
    font-size: 3.4rem;
    text-align: center;
  }
}
.sec03-message-text .blue-font {
  color: #0071bc;
}
.sec03-message-text .red-font {
  color: #c9183f;
}

.sec03-message-img {
  width: 29.3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec03-message-img {
    width: 100%;
    margin: 0 auto;
  }
  .sec03-message-img img {
    width: 53.8rem;
    align-items: center;
  }
  .sec03-message-img .sec03-message-img-img {
    margin: 0 auto;
    padding-right: 2.1rem;
  }
}
.sec03-message-img-name {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #403f41;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  justify-content: center;
  background-color: #0071bc;
  color: #fff;
  width: 22.2rem;
  height: 4.16rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec03-message-img-name {
    font-size: 4.6rem;
    text-align: center;
    width: auto;
    height: auto;
    background-color: #fff;
    color: #000;
  }
  .sec03-message-img-name span {
    font-size: 3.3rem;
  }
}
.sec03-message-img-name img {
  width: 2rem;
}
@media (max-width: 767px) {
  .sec03-message-img-name img {
    width: 5.2rem;
  }
}

.sec03-youtube-title01 {
  font-size: 5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7.8rem;
}
@media (max-width: 767px) {
  .sec03-youtube-title01 {
    font-size: 4.8rem;
  }
}
.sec03-youtube-title01 img {
  width: 18.1rem;
}

.sec03-youtube-title02 {
  font-size: 5.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 6.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .sec03-youtube-title02 {
    font-size: 5.1rem;
  }
}
.sec03-youtube-title02 .sec03-youtube-red-point {
  color: #c9183f;
}
@media (max-width: 767px) {
  .sec03-youtube-title02 .sec03-youtube-point {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.sec03-youtube-line {
  margin: 0 auto;
  width: 75rem;
}
@media (max-width: 767px) {
  .sec03-youtube-line {
    width: 100%;
  }
}

.youtube-top {
  width: 44.6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .youtube-top {
    width: 72rem;
  }
}
.youtube-top h3 {
  font-size: 4.1rem;
  font-weight: 500;
  margin-top: 1.3rem;
  text-align: center;
}

.youtube-link-list {
  display: flex;
  justify-content: space-between;
  column-gap: 11.8rem;
  flex-wrap: wrap;
  width: 80.6rem;
  margin: 2.5rem auto;
  row-gap: 4rem;
}
@media (max-width: 767px) {
  .youtube-link-list {
    flex-direction: column;
    width: 44.8rem;
  }
}
.youtube-link-list__item a {
  font-size: 3.3rem;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  height: 7.2rem;
  padding-inline: 2.5rem 2rem;
  border-radius: 3.6rem;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
@media (max-width: 767px) {
  .youtube-link-list__item a {
    font-size: 4.4rem;
    height: 9.8rem;
    padding-inline: 1.5rem;
    justify-content: center;
  }
}
.youtube-link-list__item a img {
  width: 4.3rem;
}

.youtube-top__link {
  margin-bottom: 4.2rem;
}

@media (max-width: 767px) {
  .sp-letter {
    letter-spacing: -0.01em;
  }
}

.contactArea {
  padding: 5.4rem 6.1rem;
  background-image: url("./../../assets/img/pc/cta-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 767px) {
  .contactArea {
    background-image: url("./../../assets/img/sp/cta-bg.webp");
    padding: 20.1rem 1.5rem;
  }
}

.contact-container {
  background-color: #fff;
  padding-block: 4rem 5rem;
  padding-inline: 4rem;
}

.contact-text {
  font-size: 3.4rem;
  align-items: center;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.contact-text span {
  color: #c9183f;
}

.contact-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-box .contact-text30 {
  border-right: #fff solid 1px;
}
@media (max-width: 767px) {
  .contact-box .contact-text30 {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .contact-box {
    flex-direction: column;
    align-items: center;
    row-gap: 3.5rem;
    margin-block: 4rem 3.5rem;
  }
}
.contact-box img {
  width: 50.5rem;
  height: 11.2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .contact-box img {
    width: 100%;
    height: auto;
  }
}

.contact-tel {
  width: 101rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact-tel {
    width: 100%;
  }
}

a:hover {
  opacity: 0.7;
}

.point {
  padding: 6.4rem 3rem 5.6rem;
  background-color: #e1f1f9;
}
@media (max-width: 767px) {
  .point {
    padding: 6.4rem 1.5rem 5.6rem;
  }
}

.point-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6.6rem;
}
@media (max-width: 767px) {
  .point-title {
    align-items: center;
  }
}
.point-title-img {
  width: 16.9rem;
}
@media (max-width: 767px) {
  .point-title-img {
    width: 11.6rem;
  }
}
.point-title-point {
  font-size: 15rem;
  font-weight: bold;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 12rem;
  text-align: center;
}
.point-title-text01 {
  color: #403f41;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.6739130435;
  display: block;
  line-height: 1;
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .point-title-text01 {
    margin-right: 11rem;
  }
}
.point-title-text02 {
  color: #009245;
  font-size: 6.8rem;
  font-weight: bold;
  line-height: 1.7352941176;
}
.point-title-text03 {
  color: #403f41;
  font-size: 6.3rem;
  font-weight: bold;
  line-height: 1.7352941176;
}
.point-title h2 {
  display: flex;
}
@media (max-width: 767px) {
  .point-title h2 {
    align-items: flex-end;
  }
}
.point-title .point-position {
  margin-right: 14rem;
}
@media (max-width: 767px) {
  .point-title .point-position {
    margin-right: 12rem;
  }
}

.point-title01 {
  color: #0071bc;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .point-title01 {
    font-size: 3.8rem;
    line-height: 1.2;
    margin-top: 0.5rem;
  }
}

.point-text {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  color: #000;
  text-align: left;
  font-size: 2.05rem;
  font-weight: 400;
  line-height: 1.7;
  transform: rotate(0.05deg);
}
@media (max-width: 767px) {
  .point-text {
    font-size: 2.8rem;
  }
}

.point-list-bottom__01-sub-text {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .point-list-bottom__01-sub-text {
    font-size: 2.4rem;
  }
}

.point-list-up__01-link {
  font-size: 1.5rem;
  color: #0071bc;
}
.point-list-up__01-link span {
  color: #000;
}
@media (max-width: 767px) {
  .point-list-up__01-link {
    font-size: 2.8rem;
  }
}

.point-list-up__01-img {
  width: 33rem;
}
@media (max-width: 767px) {
  .point-list-up__01-img {
    width: 100%;
  }
}

.point-list-up__01-num,
.point-list-bottom__01-num {
  width: 12rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .point-list-up__01-num,
  .point-list-bottom__01-num {
    width: 23.8rem;
  }
}

.point-list-top {
  display: flex;
  align-items: flex-start;
  column-gap: 2rem;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .point-list-top {
    flex-direction: column;
    row-gap: 8rem;
  }
}

.point-list-top__01 {
  width: 33rem;
}
@media (max-width: 767px) {
  .point-list-top__01 {
    width: 100%;
  }
}

.p01-list03 {
  width: 33rem;
}
.p01-list03 .point-list-up__01-num {
  margin-left: 0rem;
}
.p01-list03 .point-list-up__01-title {
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .p01-list03 {
    width: 100%;
  }
}

.point-list-bottom {
  display: flex;
  align-items: flex-start;
  column-gap: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 3.5rem;
}
@media (max-width: 767px) {
  .point-list-bottom {
    flex-direction: column;
    row-gap: 6.7rem;
  }
}

.point-list-bottom__01 {
  width: 49%;
}
@media (max-width: 767px) {
  .point-list-bottom__01 {
    width: 100%;
    margin-top: 8rem;
  }
}

.point-list-bottom__container {
  display: flex;
  align-items: flex-start;
}

.point-list-bottom__01-img {
  width: 17.6rem;
  flex-shrink: 0;
}

.point-list-bottom__01-title {
  color: #0071bc;
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .point-list-bottom__01-title {
    font-size: 3.3rem;
  }
}
.point-list-bottom__01-title span {
  font-size: 0.9rem;
}

.point-list-bottom-box {
  padding-left: 1.8rem;
}

@media (max-width: 767px) {
  .price-title {
    flex-direction: column;
  }
  .price-title .point-title-img02 {
    margin: 0 auto;
  }
}

.sec05 {
  background-color: #f4f4f4;
  padding: 6.4rem 3rem 11.2rem;
}
@media (max-width: 767px) {
  .sec05 {
    padding: 6.4rem 1.5rem 11.2rem;
    position: relative;
  }
}

.point-title-img02 {
  width: 16.9rem;
}

.price-title {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(5%);
}
@media (max-width: 767px) {
  .price-title {
    transform: translateX(0);
  }
}
.price-title h2 {
  text-align: center;
}
.price-title h2 .point-title-text02 {
  color: #c9183f;
}
@media (max-width: 767px) {
  .price-title .point-title-point {
    margin-right: 0;
  }
  .price-title .point-title-text01 {
    margin-right: 0;
  }
}

.point-title-point {
  font-size: 15rem;
  font-weight: bold;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 0;
}
@media (max-width: 767px) {
  .point-title-point {
    margin-right: 0rem;
  }
}

.font-red {
  color: #c9183f;
}

.price-sub-text {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .price-sub-text {
    font-size: 2.8rem;
  }
}

.price-text {
  color: #0071bc;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
  margin-top: 3.1rem;
}
@media (max-width: 767px) {
  .price-text {
    font-size: 3.9rem;
  }
}

.payment {
  background-color: #fff;
  padding: 4.4rem 5rem 2.2rem;
  border-radius: 3rem;
  margin-top: 6rem;
}

.payment-list {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  margin-bottom: 4rem;
}

.payment-title {
  font-size: 5.3rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
}
.payment-title::before {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  background-color: #0071bc;
  border-radius: 50%;
}

.payment-item-title {
  font-size: 1.64rem;
  font-weight: bold;
  width: 22.9rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .payment-item-title {
    font-size: 3.2rem;
    width: 34.6rem;
    height: 6rem;
  }
}

.payment-item-box {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .payment-item-box {
    font-size: 2.8rem;
  }
}

.payment-item-visa img {
  width: 31rem;
}
@media (max-width: 767px) {
  .payment-item-visa img {
    width: 100%;
  }
}

.payment-item-box03 {
  width: 12.8rem;
}
@media (max-width: 767px) {
  .payment-item-box03 {
    width: 28rem;
  }
}

.payment-item-box04 {
  width: 51.5rem;
}

.payment-item {
  display: flex;
  align-items: flex-start;
  column-gap: 3rem;
}
@media (max-width: 767px) {
  .payment-item {
    flex-direction: column;
    row-gap: 2rem;
  }
}

.payment-text02 {
  font-size: 1.64rem;
  font-weight: bold;
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .payment-text02 {
    font-size: 2.4rem;
  }
}

.flow {
  padding: 6.4rem 3rem 15.6rem;
  background-color: #edf8fc;
}

.flow-h-title {
  position: relative;
}
@media (max-width: 767px) {
  .flow-h-title {
    text-align: center;
  }
  .flow-h-title .point-title-text01 {
    margin-right: 0;
  }
  .flow-h-title img {
    width: 13.6rem;
  }
  .flow-h-title .point-title-point {
    margin-right: 0;
  }
}
.flow-h-title .point-title-img02 {
  position: absolute;
  bottom: 0;
  right: 10rem;
}
@media (max-width: 767px) {
  .flow-h-title .point-title-img02 {
    right: -4rem;
  }
}

.font61 {
  font-size: 6.1rem;
}

.flow-list {
  display: flex;
  flex-direction: column;
  row-gap: 12.8rem;
}
.flow-list li:not(:first-of-type) {
  position: relative;
}
.flow-list li:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: -11.4rem;
  left: 7.9rem;
  transform: translateX(-50%);
  width: 0.6rem;
  height: 9.4rem;
  background-image: url("./../../assets/img/pc/dots.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .flow-list li:not(:first-of-type)::before {
    background-image: url("./../../assets/img/sp/dots.png");
    width: 0.6rem;
    height: 15.4rem;
    top: -20.4rem;
  }
}

.flow-item__img {
  width: 15.7rem;
  flex-shrink: 0;
}

.flow-item__num {
  width: 9.9rem;
  flex-shrink: 0;
}

.flow-title {
  display: flex;
  align-items: center;
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 3.4rem;
}

.flow-item:last-of-type {
  position: relative;
}
.flow-item:last-of-type .flow-item__title {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}
.flow-item:last-of-type .flow-item__title::after {
  content: "";
  display: block;
  background-image: url("./../../assets/img/pc/happy.png");
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.flow-item {
  display: flex;
  align-items: flex-start;
  column-gap: 3.6rem;
}

.flow-item__text {
  transform: rotate(0.05deg);
}
.flow-item__text span {
  color: #c9183f;
}
@media (max-width: 767px) {
  .flow-item__text {
    font-size: 2.8rem;
  }
}

.flow .inner {
  position: relative;
}

.flow-ma-img {
  position: absolute;
  bottom: -6.4rem;
  right: 40%;
}
@media (max-width: 767px) {
  .flow-ma-img {
    right: 1.5rem;
    bottom: -10rem;
  }
}
.flow-ma-img img {
  width: 12.8rem;
}

.diff {
  background-color: #f4f4f4;
  padding: 6.4rem 3rem 8.2rem;
}
@media (max-width: 767px) {
  .diff {
    padding: 6.4rem 1.5rem 8.2rem;
  }
}

.diff-box {
  position: relative;
}

@media (max-width: 767px) {
  .diff-title-img {
    position: absolute;
    top: -7rem;
    right: 1rem;
  }
}

.difference-title {
  margin: 0 auto;
  text-align: center;
  color: #403f41;
}
.difference-title .point-title-text01 {
  font-size: 5.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .difference-title .point-title-text01 {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.difference-title .point-title-text02 {
  color: #403f41;
  font-size: 5.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .difference-title .point-title-text02 {
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .difference-title .point-title-point {
    font-size: 9.6rem;
    margin-right: 0;
  }
}

.diff-box {
  display: flex;
  align-items: flex-end;
}

.diff-box-title {
  text-align: left;
  font-size: 2.26rem;
  font-weight: bold;
  line-height: 1.5;
  color: #0071bc;
  width: 31.2rem;
}
@media (max-width: 767px) {
  .diff-box-title {
    font-size: 2rem;
    width: 15.5rem;
  }
}

.div01 {
  border-bottom: #c9ced5 solid 0.1rem;
  height: 26rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.div01 img {
  width: 100%;
}

.f-div {
  padding-left: 2.7rem;
  height: 7.1rem;
  border: #c9ced5 solid 0.1rem;
  border-top: none;
  display: flex;
  align-items: center;
  background-color: #edf0f1;
}
@media (max-width: 767px) {
  .f-div {
    padding-inline: 0.5rem;
    height: 10.1rem;
  }
}

.diff-box01 {
  border: #c9183f solid 0.5rem;
  box-sizing: border-box;
  width: 28.2rem;
  background-color: #fff;
}
.diff-box01 img {
  width: 27.2rem;
}
@media (max-width: 767px) {
  .diff-box01 img {
    width: 10.2rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .diff-box01 {
    background-color: #fff;
    width: 16.9rem;
  }
}

.div-02 {
  height: 7.1rem;
  color: #0071bc;
  width: 27.2rem;
  border-top: #c9ced5 solid 0.1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .div-02 {
    width: 16.9rem;
    height: 10.1rem;
  }
}
.div-02 span {
  display: block;
  font-size: 1.6rem;
  color: #403f41;
  font-weight: bold;
}

@media (max-width: 767px) {
  .div11 {
    margin-top: 0.2rem;
  }
}

.div12 {
  font-size: 2.2rem;
  color: #c9183f;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .div12 {
    font-size: 1.5rem;
  }
}
.div12 span {
  font-size: 1.9rem;
  display: block;
}
@media (max-width: 767px) {
  .div12 span {
    font-size: 1.5rem;
  }
}

.diff-box02 {
  width: 16.88rem;
  color: #8e9192;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  border: #c9ced5 solid 0.1rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .diff-box02 {
    width: 13.5rem;
  }
}

.div-03 {
  border-bottom: #c9ced5 solid 0.1rem;
  height: 7.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #8e9192;
}
@media (max-width: 767px) {
  .div-03 {
    height: 10.1rem;
  }
}

.font-s {
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .font-s {
    font-size: 2.2rem;
  }
}

.div28,
.div38,
.div48 {
  border-bottom: none;
}

.div18 {
  height: 6.8rem;
}
@media (max-width: 767px) {
  .div18 {
    height: 9.8rem;
  }
}

.div21,
.div31,
.div41,
.div22,
.div32,
.div42 {
  color: #403f41;
  font-weight: 600;
}

.review-container {
  padding: 8rem 3rem 8.6rem;
  background-color: #fffcde;
}
@media (max-width: 767px) {
  .review-container {
    padding: 8rem 1.5rem 8.6rem;
  }
}
.review-container ul {
  display: flex;
  flex-direction: column;
  row-gap: 3.3rem;
}

.review-item {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  column-gap: 8rem;
  padding: 5rem 4rem;
}
@media (max-width: 767px) {
  .review-item {
    flex-direction: column;
    align-items: center;
    padding: 5rem 0.5rem;
  }
}
.review-item .review-item__img {
  width: 12.7rem;
}
@media (max-width: 767px) {
  .review-item .review-item__img {
    margin-bottom: 7rem;
  }
}
.review-item .review-item__text {
  width: 100%;
  font-size: 1.9rem;
  font-weight: 400;
  transform: rotate(0.05deg);
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  line-height: 1.7368421053;
}
@media (max-width: 767px) {
  .review-item .review-item__text {
    justify-content: center;
    font-size: 2.8rem;
  }
}
.review-item .review-item__text img {
  width: 21.7rem;
}
@media (max-width: 767px) {
  .review-item .review-item__text img {
    margin: 0 auto 3rem;
  }
}

.faq {
  padding: 6.4rem 3rem 8rem;
}

.qa-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.qa-title .q-a__img {
  width: 11.9rem;
  position: absolute;
  bottom: 0;
  left: 15rem;
}
@media (max-width: 767px) {
  .qa-title .q-a__img {
    left: -1rem;
  }
}
.qa-title h2 {
  text-align: center;
}
.qa-title h2 .point-title-point {
  font-size: 12.8rem;
  font-weight: bold;
  line-height: 1;
  color: #b9e0ea;
  margin-right: 0;
  display: block;
}
.qa-title h2 .point-title-text02 {
  font-size: 6.3rem;
  font-weight: bold;
  color: #403f41;
}

/* --- レイアウト & 色 --- */
.qanda-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d0dfea;
  margin-top: 6rem;
}

.qanda-item {
  margin-bottom: 4rem;
}

/* --- 質問行（ボタン） --- */
.qanda-item__question {
  width: 100%;
  background: #0071bc; /* 青背景 */
  color: #fff;
  font-size: 1rem;
  text-align: left;
  padding: 1rem 3rem 1rem 3.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  border: none;
  cursor: pointer;
}

.qanda-item__label {
  font-weight: 700;
  font-size: 4.6rem;
  font-family: "Poppins", sans-serif;
  margin-right: 3rem;
}

.qanda-item__text {
  font-weight: bold;
  font-size: 2.4rem;
}

.qanda-item__icon::before,
.qanda-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 1.5rem;
  width: 1.9rem;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
  transition: transform 0.25s;
}

/* 縦棒（＋記号の縦線） */
.qanda-item__icon::after {
  transform: translateY(-50%) rotate(90deg);
}

/* --- 開いたとき（aria-expanded="true"） --- */
.qanda-item__question[aria-expanded=true] .qanda-item__icon::after {
  transform: translateY(-50%) rotate(0deg); /* 縦線を消して「−」に */
}

/* --- 回答ブロック --- */
.qanda-item__label--answer {
  color: #c41737; /* 赤文字 A */
  font-weight: 700;
  font-size: 4.6rem;
  margin-right: 3rem;
}

/* テキスト内の改行・span 装飾など自由に */
.qanda-item__answer-body {
  line-height: 1.7;
  font-size: 2.1rem;
  padding-right: 5.8rem;
  transform: rotate(0.05deg);
}

@media (hover: hover) {
  .qanda-item__question:hover {
    background: #005f9d;
  }
}
.qanda-item__answer-inner {
  /* ← 新設 */
  padding: 1.5rem 2rem 1.5rem 3.5rem;
  display: flex;
  gap: 0.75rem;
}

.section-title {
  font-size: 4.76rem;
  color: #403f41;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-title::before {
  content: "";
  display: inline-block;
  width: 6.1rem;
  height: 2px;
  background-color: #403f41;
  margin-right: 4rem;
}
.section-title::after {
  content: "";
  display: inline-block;
  width: 6.1rem;
  height: 2px;
  background-color: #403f41;
  margin-left: 4rem;
}

.company {
  padding-inline: 2rem;
}

.company-content {
  padding-block: 6.5rem 2rem;
  font-size: 2.278rem;
  color: #403f41;
  font-weight: 500;
  line-height: 1.2727272727;
}

.company-item-add {
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  .company-item-add {
    background-color: rgba(0, 0, 0, 0);
  }
}

.company-item {
  display: flex;
  height: 11.9rem;
  align-items: center;
}
@media (max-width: 767px) {
  .company-item {
    flex-direction: column;
    height: auto;
  }
}
.company-item dt {
  width: 28.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .company-item dt {
    background-color: #f4f4f4;
    width: 100%;
    height: 8.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
  }
}
.company-item dd {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
@media (max-width: 767px) {
  .company-item dd {
    background-color: #fff;
    width: 100%;
    margin-block: 4.5rem;
    font-size: 2.8rem;
  }
}

.media {
  padding-inline: 3rem;
}

.media-text {
  font-size: 2.257rem;
  font-weight: 500;
  color: #000;
  line-height: 1.7727272727;
  text-align: center;
  margin-block: 4rem;
}

.media-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 2rem;
}
.media-img img {
  width: 32.1rem;
}
@media (max-width: 767px) {
  .media-img img {
    width: 21rem;
  }
}

.sec11-message {
  display: flex;
  padding: 8rem 0 9.5rem;
  column-gap: 4rem;
}
@media (max-width: 767px) {
  .sec11-message {
    flex-direction: column;
    padding: 8rem 1.5rem 4rem;
  }
}

.sec11-message-text {
  flex: 1;
  font-size: 1.8rem;
  color: #403f41;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 900;
}
@media (max-width: 767px) {
  .sec11-message-text {
    font-size: 2.8rem;
    padding-inline: 3.3rem;
  }
}
.sec11-message-text .blue-font {
  color: #0071bc;
}
.sec11-message-text .red-font {
  color: #c9183f;
}

@media (max-width: 767px) {
  .sec03-message-img-img {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .sec03-message-img-img img {
    width: 53.8rem;
    margin: 0 auto;
  }
}

/* 入力フィールド全体の共通設定 */
.wpcf7-form .contact-name,
.wpcf7-form .contact-mail,
.wpcf7-form .contact-tel01,
.wpcf7-form .contact-message {
  margin-bottom: 3.8rem;
}

.wpcf7-form label {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.wpcf7-form label .red-font {
  color: red;
  margin-left: 0.5rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .wpcf7-form label .red-font {
    font-size: 2.8rem;
  }
}

.wpcf7-form label .contact-form-label {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #403f41;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .wpcf7-form label .contact-form-label {
    font-size: 2.8rem;
  }
}

/* テキスト・メール・電話番号の入力欄 */
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #0071bc;
  border-radius: 0.8rem;
  background-color: #f1f8fc;
  font-size: 1.6rem;
  box-sizing: border-box;
}

/* テキストエリア */
.wpcf7-form textarea {
  min-height: 16rem;
}

/* プライバシー注意書き */
.wpcf7-form .privacy {
  font-size: 1.8rem;
  text-align: center;
  margin: 2rem 0 1.5rem;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 767px) {
  .wpcf7-form .privacy {
    font-size: 2.6rem;
  }
}

/* チェックボックスラッパー */
.wpcf7-form .wpcf7-acceptance {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  margin-bottom: 3rem;
}

/* 送信ボタン */
.wpcf7-form input[type=submit] {
  background-color: #0a1f44;
  color: #fff;
  font-size: 2.9rem;
  font-weight: 500;
  padding: 1.8rem 2rem;
  border: none;
  border-radius: 3rem;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 55.6rem;
  text-align: center;
  transition: background-color 0.3s ease;
}

.wpcf7-form input[type=submit]:hover {
  background-color: #05142e;
}

.contact-form {
  padding: 10rem 1.5rem 0;
}

.contact-form-title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .contact-form-title {
    font-size: 4.5rem;
  }
}

.lavel-text {
  display: flex;
}/*# sourceMappingURL=style.css.map */