@charset "UTF-8";
/* ========================================
   リセット & ベーススタイル
======================================== */
 html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
}
*, *::before, *::after {
  box-sizing: inherit;
}
@media (prefers-reduced-motion: reduce) {
* {
  -webkit-animation-duration: 0.01ms !important;
  animation-duration: 0.01ms !important;
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  scroll-behavior: auto !important;
}
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:root,
[data-bs-theme=light] {
  --bs-black: #000;
  --bs-white: #fff;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --black: #3e372a;
  --primary: #004695;
  --secondary: #f4f7ff;
  --blue: #234a96;
}
.text-primary {
  color: var(--primary);
}
.text-secondary {
  color: var(--secondary);
}
.text-black {
  color: var(--bs-black);
}
.text-white {
  color: var(--bs-white);
}
.bg-primary {
  background-color: var(--primary);
}
.bg-secondary {
  background-color: var(--secondary);
}
.bg-black {
  background-color: var(--bs-black);
}
.bg-white {
  background-color: var(--bs-white);
}
figure {
  margin: 0 0 1rem;
  margin: 0;
}
.figure {
  display: inline-block;
}
img, svg {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
iframe {
  width: 100%;
  height: 300px;
  border: none;
}
a {
  color: var(--black);
  background: transparent;
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a, a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
ol, ul {
  padding-left: 2rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
b, strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}
sub,sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify;
}
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
@media print, screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

body {
  color: var(--black);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  word-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  margin: 0;
}
p {
  margin-bottom: 0;
}
.ff-roboto {
  font-family: "Roboto", sans-serif;
}
h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
ol, ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bg-white-triangle {
  position: relative;
}
.bg-white-triangle::before, .bg-white-triangle::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: -50px;
  z-index: 0;
}
.bg-white-triangle::before {
  left: -20px;
  border-width: 97px 0 0 215px;
  border-color: transparent transparent transparent var(--bs-white);
}
.bg-white-triangle::after {
  right: -20px;
  border-width: 0 0 97px 215px;
  border-color: transparent transparent var(--bs-white) transparent;
}
.bg-secondary-triangle {
  position: relative;
  z-index: 0;
}
.bg-secondary-triangle::before {
  content: "";
  position: absolute;
  bottom: -114px;
  left: 0;
  width: 100%;
  height: 114px;
  background: var(--secondary);
  z-index: -1;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.bg-secondary-triangle2 {
  position: relative;
}
.bg-secondary-triangle2::before, .bg-secondary-triangle2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.bg-secondary-triangle2::before {
  left: -20px;
  border-width: 97px 0 0 215px;
  border-color: transparent transparent transparent var(--secondary);
}
.bg-secondary-triangle2::after {
  right: -20px;
  border-width: 0 0 97px 215px;
  border-color: transparent transparent var(--secondary) transparent;
}
.underline-wide {
  padding-bottom: 1px;
  border-bottom: 3px solid var(--primary);
}
/* ========================================
   ページレイアウト
======================================== */
.page {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #ebf0fb;
}
.page-background {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  background-image: url(../images/bg-img.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-content {
  width: 100%;
  max-width: 390px;
  height: 100%;
  background: var(--bs-white);
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0 auto;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: auto;
}
.page-content::-webkit-scrollbar {
  display: none;
}
.page-content .privacy-policy::-webkit-scrollbar {
  width: 8px;
}
.page-content .privacy-policy::-webkit-scrollbar-track {
  background: #E2E2E2;
  border-radius: 4px;
  background-clip: content-box;
}
.page-content .privacy-policy::-webkit-scrollbar-thumb {
  background: #B8B8B8;
  border-radius: 2px;
}
.page-content .privacy-policy::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* ========================================
   左固定コンテンツエリア
======================================== */
.page-left {
  display: none;
}
@media (min-width: 960px) {
  .page-left {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    align-items: center;
    width: auto;
    max-width: calc(50% - 390px / 2);
  }
  .page-left .hero {
    max-width: 100%;
    padding: 20px;
  }
  .page-left .hero-title-line {
    font-size: clamp(1.5rem, 2.8vw, 3em);
  }
  .page-left .hero-cta {
    max-width: 360px;
  }
  .page-left .hero-cta .button-primary {
    padding: 21px 21px 12px;
  }
  .page-left .hero-cta-label {
    font-size: clamp(10px, 1vw, 14px);
  }
}
@media (min-width: 1200px) {
  .page-left .hero {
    padding: 20px 30px 20px 45px;
  }
}
@media (min-width: 1440px) {
  .page-left {
    left: calc(50% - 390px/2 - 525px);
  }
  .page-left .hero {
    max-width: 525px;
    padding: 30px 30px 30px 45px;
  }
  .page-left .hero-title-line {
    font-size: 48px;
  }
  .page-left .hero-subtitle, .page-left .hero-tagline, .page-left .hero-tagline-sub {
    font-size: 18px;
  }
  .page-left .hero-cta {
    max-width: 360px;
  }
  .hero-cta .button-primary {
    padding: 25px 21px 15px;
  }
  .page-left .hero-cta-label {
    font-size: 14px;
  }
}

/* ========================================
   ヘッダー
======================================== */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px 10px 20px;
  background: rgba(253, 253, 255, 0.8);
  backdrop-filter: blur(10px);
}
.header-cta {
  padding: 10px 27px 12px 27px;
  background: var(--primary);
  border: none;
  border-radius: 100px;
  color: #fefefe;
  font-size: 14px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  transition: background 0.3s;
}
.header-cta:hover {
  background: #003570;
}

/* ========================================
   ヒーローセクション
======================================== */
.hero {
  padding: 66px 20px 230px 20px;
}
.page-content .hero {
  background-image: url(../images/bg-hero.png);
}
.hero-subtitle {
  font-size: 14px;
  margin-bottom: 10px;
}
.hero-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
.hero-title-line {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}
.hero-title-accent {
  background: linear-gradient(357deg, #e19e05 0%, #c50318 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-title-sns {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}
.hero-tagline {
  margin-bottom: 5px;
}
.hero-tagline-sub {
  padding-left: 14px;
}
.hero-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.hero-cta:hover {
  transform: translateY(-5px);
  }
.hero-cta-label {
  padding: 5px 10px;
  background: var(--bs-white);
  border: 2px solid var(--blue);
  border-radius: 100px;
  font-weight: 700;
  color: var(--blue);
  position: absolute;
  top: -8px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
/* ========================================
   ボタン
======================================== */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 21px;
  border: none;
  border-radius: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.button-primary {
  background: var(--primary);
  color: #fefefe;
  box-shadow: 0px 4px 5px rgba(4, 54, 110, 0.2);
  transition: all 0.3s ease-in-out;
}
.hero-cta .button-primary {
  padding: 25px 21px 15px;
}
.fix-cta .button-primary {
  padding: 21px 21px 12px;
}
a.button:hover img {
  opacity: 1;
}
.button-primary:hover {
  background: #003570;
}
.hero-cta:hover .button-primary {
  background: #003570;
}
.button-gradient {
  background: linear-gradient(357deg, #DD8409 0%, #CD3013 100%);
  color: #fefefe;
  box-shadow: 0px 4px 15px rgba(4, 54, 110, 0.4);
}
.button-gradient:hover {
  opacity: 0.9;
}
.button-icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

/* ========================================
   セクションヘッダー
======================================== */
.section-header {
  text-align: center;
  margin-bottom: 30px;
}
.section-header-label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.section-header-title {
  font-size: 22px;
}

/* ========================================
   課題セクション
======================================== */
.challenges {
  padding: 0 48px 50px;
  background: var(--secondary);
}
.challenges-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
.challenges-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.challenges-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.challenges-text {
  font-size: 16px;
  font-weight: 700;
}
.challenges-conclusion {
  font-size: 20px;
}

/* ========================================
   3つの致命的なミス
======================================== */
.mistakes {
  padding: 50px 20px 50px;
  position: relative;
}
.mistakes::before, .mistakes::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.mistakes-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.mistakes-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
.mistake-card {
  position: relative;
  padding: 20px 25px 25px 25px;
  background: var(--bs-white);
  box-shadow: 0px 0px 15px #e0e7fa;
  border-radius: 15px;
}
.mistake-card-number {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background: #a2a3a6;
  border-top-left-radius: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--bs-white);
  width: 52px;
  text-align: center;
}
.mistake-card-icon {
  width: 120px;
  height: 80px;
  margin: 0 auto 10px auto;
}
.mistake-card-title {
  color: var(--primary);
  text-align: center;
  margin-bottom: 15px;
}
.mistake-card-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mistake-card-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 12px;
  padding-left: 25px;
  position: relative;
}
.mistake-card-point::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  display: block;
  width: 4px;
  height: 4px;
  background: var(--primary);
  border-radius: 50%;
  flex-shrink: 0;
}
.mistakes-conclusion {
  font-size: 20px;
  position: relative;
  z-index: 1;
}

/* ========================================
   選ばれる理由
======================================== */
.reasons {
  padding: 30px 30px 114px;
}
.reasons-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-bottom: 30px;
}
.reasons-logo {
  padding-bottom: .25rem;
}
.reasons-illustration {
  width: 300px;
  height: 150px;
  margin: 0 auto;
}
.reasons-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 38px;
}
.reason-card {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 1;
}
.reason-card::after {
  content: "";
  position: absolute;
  background-image: url(../images/bg-reason-circle.svg);
  background-size: cover;
  background-position: center;
  top: 38px;
  right: -10px;
  width: 152px;
  height: 152px;
  z-index: -1;
}
.reason-card:last-child {
  border-bottom: none;
}
.reason-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: linear-gradient(0deg, #e19e05 0%, #c50318 100%);
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: var(--bs-white);
  margin-bottom: 15px;
  margin-right: 15px;
}
.reason-card-title {
  margin-bottom: 15px;
}
.reason-card-title-wrap {
  flex: 1;
}
.reason-card-text {
  line-height: 1.8;

}
.ls-0 {
  letter-spacing: 0;
}
.reasons-industries {
  position: relative;
  padding: 25px 15px;
  border: 2px solid var(--blue);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.reasons-industries-title {
  position: absolute;
  top: -29px;
  left: -2px;
  padding: 7px 15px 5px;
  background: var(--blue);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--bs-white);
}
.reasons-industries-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reasons-industry {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.reasons-industry-icon {
  flex-shrink: 0;
  width: 15px;
  height: 18px;
  position: relative;
  top: 2px;
}
.reasons-industry-desc {
  color: #808080;
}

/* ========================================
   CTA
======================================== */
.cta {
  padding: 50px 30px;
}
.cta-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 13px;
}

/* ========================================
   なぜSNS広告が重要か
======================================== */
.importance {
  padding: 20px 20px 10px;
}
.importance-title {
  margin-bottom: 30px;
}
.importance-title-highlight {
  font-size: 28px;
}
.importance-intro {
  line-height: 2.2;
  margin-bottom: 50px;
}
.stat-card {
  padding: 30px;
  background: var(--bs-white);
  box-shadow: 0px 0px 15px #e0e7fa;
  border-radius: 20px;
  margin-bottom: 15px;
}
.stat-card-title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary);
  margin-bottom: 10px;
}
.stat-card-number {
  font-size: 40px;
}
.stat-card-number-txt {
  font-size: 36px;
}
.stat-card-chart {
  margin: 0 auto 10px auto;
}
.stat-card-text {
  font-size: 12px;
  margin-bottom: 10px;
}
.stat-card-source {
  font-size: 10px;
  text-decoration: underline;
}
.importance-conclusion {
  padding: 50px 0 100px;
  margin-top: 75px;
}
.importance-conclusion-text {
  font-size: 16px;
  line-height: 2.0;
}
.importance-conclusion-highlight {
  font-size: 22px;
}

/* ========================================
   お客様の声
======================================== */
.reviews {
  padding: 50px 0;
  background: #f4f8ff;
}
.swiper {
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  max-width: 390px;
  align-items: center;
}
.swiper-slide {
  width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.review-card {
  width: 100%;
  max-width: 300px;
  padding: 20px 25px 25px 25px;
  background: var(--bs-white);
  box-shadow: 0px 0px 15px rgba(179, 195, 213, 0.4);
  border-radius: 15px;
}
.review-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.review-card-avatar {
  width: 80px;
  height: 80px;
  background: #d9d9d9;
  border-radius: 50%;
  flex-shrink: 0;
}
.review-card-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 15px;
}
.review-card-title-img {
  margin-bottom: 15px;
}
.review-card-text {
  padding-top: 15px;
  border-top: 1px solid #808080;
}
.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 63px;
  height: 63px;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(185, 180, 180, 0.6);
  background: var(--bs-white);
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  box-shadow: 0px 0px 15px rgba(120, 120, 120, 0.5);
  transform: translateY(-50%) scale(1.05);
}
.swiper-button-next {
  right: -28px;
}
.swiper-button-prev {
  left: -28px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
/* ========================================
   フロー
======================================== */
.flow {
  padding: 50px 45px;
}
.flow-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 45px;
  counter-reset: flow-counter;
}
.flow-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 13px 0 13px;
  border-color: #004695 transparent transparent transparent;
}
.flow-number {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: var(--primary);
}
.flow-title {
  font-size: 18px;
  color: var(--bs-black);
  margin-bottom: 0;
}
.flow-text {
  color: var(--bs-black);
}

/* ========================================
   FAQ
======================================== */
.faq {
  padding: 50px 30px;
  background: #f4f8ff;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: var(--bs-white);
  box-shadow: 0px 0px 15px rgba(179, 195, 213, 0.4);
  border-radius: 15px;
  overflow: hidden;
}
.faq-question {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  cursor: pointer;
  list-style: none;
}
.faq-q {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: var(--primary);
}
.faq-question-text {
  flex: 1;
  font-weight: 700;
  padding-right: 12px;
}
.faq-icon {
  transition: transform 0.3s;
}
.accordion-icon {
  position: relative;
  right: 15px;
}
.accordion-icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: var(--primary);
}
.accordion-icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion-icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.accordion-icon.active span:nth-of-type(1) {
  display: none;
}
.accordion-icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.faq-answer {
  display: none;
  padding: 0 20px 20px;
  line-height: 1.8;
}
.faq-answer p {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

/* ========================================
   無料相談で分かること
======================================== */
.consultation {
  padding: 50px 40px;
}
.consultation-title {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 21px;
}
.consultation-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
.consultation-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.consultation-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.consultation-text {
  font-size: 16px;
  letter-spacing: 0.01em;
}
.consultation-note {
  font-size: 10px;
  letter-spacing: .02em;
}

/* ========================================
   CTA Box
======================================== */
.cta-box {
  margin: 0 20px;
  padding: 40px 25px;
  border-radius: 15px;
}
.cta-box-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 13px;
}

/* ========================================
   会社情報
======================================== */
.company {
  padding: 50px 20px;
}
.company-gallery {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 15px;
}
.company-thumbnail {
  display: flex;
  gap: 12px;
}
.company-thumbnail img {
  width: calc(50% - 6px);
}
.company-info {
  padding: 15px 0 30px 0;
  border-radius: 10px;
}
.company-name {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 5px;
}
.company-address {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 21px;
}
.company-ceo {
  margin-bottom: 10px;
}
.company-ceo-label {
  font-size: 14px;
  line-height: 1.8;
}
.company-ceo-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.company-ceo-reading {
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}
.company-credentials {
  font-size: 12px;
  line-height: 1.8;
}
.dot-list li {
  position: relative;
  padding-left: 1rem;
}
.dot-list li span {
  position: absolute;
  left: 0;
}
/* ========================================
   フッター
======================================== */
.footer {
  padding: 50px 30px;
  background: var(--primary);
  color: var(--bs-white);
}
.footer-logo {
  margin-bottom: 6px;
}
.footer-address {
  margin-bottom: 5px;
}
.footer-tel {
  font-size: 21px;
  margin-bottom: 18px;
}
.footer-social {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}
.footer-social-link {
  display: block;
  width: 38px;
  height: 38px;
}
.footer-privacy {
  color: var(--bs-white);
  text-decoration: underline;
}
/* ========================================
   プライバシーポリシー
======================================== */
.privacy-policy-wrapper {
  position: relative;
  overflow: hidden;
  padding: 40px 15px 40px 20px;
}
.privacy-policy {
  background: var(--bs-white);
  color: var(--black);
  overflow-y: auto;
  max-height: calc(90vh - 80px);
  box-sizing: content-box;
  padding-right: 11px;
}
.privacy-policy-intro {
  font-size: 12px;
}
.privacy-policy-title {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
}
.privacy-policy-text {
  font-size: 12px;
}
/* ========================================
   モーダル
======================================== */
.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s, visibility 0s 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
}
.modal-container {
  display: flex;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}
_:-ms-lang(x)::-ms-backdrop,
.modal-container {
  min-height: 100vh;
}
_:-ms-lang(x)::-ms-backdrop,
.modal-container::after {
  content: '';
  min-height: inherit;
  font-size: 0;
}
.modalInner {
  margin: 20px auto;
  width: auto;
}
.modal-content {
  display: none;
  position: relative;
  background: var(--bs-white);
  border-radius: 15px;
  max-width: 350px;
  width: 100%;
  max-height: 90vh;
  margin: 0 auto;
}
.is-active .modal-content {
  display: block;
}
.modal button {
  position: absolute;
  top: -16px;
  right: -9px;
  background-color: #333;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 1.5em;
  box-shadow: 3px 7px 18px rgba(0, 0, 0, .2);
  font-size: 2em;
  font-weight: bold;
}
.batu-relative {
  position: absolute;
  top: 5px;
  right: 0px;
  cursor: pointer;
}
.batu {
  position: absolute;
  content: "×";
  top: 2px;
  right: -3px;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 200;
  line-height: 1;
  color: var(--bs-white);
}
_:lang(x)+_:-webkit-full-screen-document, .modal button {
  -webkit-appearance: none;
  appearance: none;
  }

/* ========================================
▼固定CTA設定
======================================== */
.fix-cta {
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  bottom: 15px;
  width: 100%;
  max-width: 330px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  padding: 0 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.fix-cta.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.fix-cta.fade-out {
  opacity: 0;
  transform: translateX(-50%) translateY(20px);
}
.fix-cta.relative {
  position: relative;
  bottom: auto;
  padding: 20px;
}
.fix-cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}
.fix-cta-box-label {
  padding: 5px 10px;
  background: var(--bs-white);
  border: 2px solid var(--blue);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  color: var(--blue);
  position: absolute;
  top: -8px;
  line-height: 1;
}
@media (min-width: 960px) {
  .fix-cta {
    display: none;
  }
}
/* ========================================
   右固定コンテンツエリア
======================================== */
.page-right {
  display: flex;
  width: 100%;
  position: absolute;
  left: calc(50% + 390px/2);
  top: 0;
  height: 100%;
  align-items: center;
}
@media (min-width: 1440px) {
  .page-right {
    width: 400px;
    left: calc(50% + 390px/2);
  }
}
/* ========================================
▼目次設定
======================================== */
.toc {
  display: none;
}
@media (min-width: 960px) {
  .toc {
    width: calc(50% - 390px/2);
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    padding: 20px;
  }
  .toc-header {
    padding-bottom: 20px;
    border-bottom: 3px solid var(--primary);
  }
  .toc-title {
    font-size: 18px;
    line-height: 27px;
  }
  .toc-nav {
    width: 100%;
  }
  .toc-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .toc-item {
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .toc-item:hover {
    transform: translateY(-4px);
  }
  .toc-link {
    font-weight: 700;
    transition: color 0.3s ease-in-out;
  }
  .toc-item:hover .toc-link {
    color: var(--primary);
  }
}
@media (min-width: 1440px) {
  .toc, .toc-item {
    width: 400px;
  }
  .toc {
    gap: 50px;
    padding: 0;
  }
  .toc-list {
    gap: 50px;
  }
  .toc-link {
    font-size: 18px;
  }
}