@charset "utf-8";

/* =========================
   base
========================= */
.lic-top {
  color: #17324a;
  background: #f7fbfe;
  overflow: hidden;
}

.lic-top * {
  box-sizing: border-box;
}

.lic-top img {
  max-width: 100%;
  display: block;
}

.lic-top a {
  text-decoration: none;
}

.lic-top .inner {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
}

.lic-top section {
  padding: 80px 0;
}

.lic-sec-head {
  margin-bottom: 34px;
}

.lic-sec-head.center {
  text-align: center;
}

.lic-sec-head.left {
  text-align: left;
}

.lic-sec-head h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.35;
  color: #17324a;
}

.lic-sec-head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
  color: #5f7487;
}

.lic-kicker {
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: .12em;
  color: #d6f4ff;
  font-size: 11px;
  opacity: 0.9;
}

.note {
  margin-left: 6px;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  font-size: 0.42em;
  line-height: 1;
  color: #ffb3b3;
  opacity: 1;
  vertical-align: baseline;}
.sp767-br {
  display: none;}
.br480{
    display: none;}

/* =========================
   hero
========================= */
.lic-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3,32,56,.10) 0%, rgba(3,32,56,.16) 22%, rgba(3,32,56,.44) 56%, rgba(3,32,56,.74) 100%),
    url("../img/2026/fv_top_pc.jpg") left center / cover no-repeat;
  color: #fff;
}
.lic-hero .inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-right: 42px;
  padding-top: 22px;
}

.lic-hero__copy {
  width: min(500px, 100%);
}

.lic-hero h1 {
  margin: -18px 0 8px;
  font-size: clamp(36px, 4.6vw, 48px);
  line-height: 1.18;
  color: #fff;
}
.lic-kicker {
  margin: 0 0 20px;
  font-weight: 700;
  letter-spacing: .12em;
  color: #d6f4ff;
  font-size: 11px;
  opacity: 0.9;
}
.lic-hero__lead {
  margin-top: 42px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,.92);
  max-width: 480px;
}

.lic-hero__mini {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.lic-hero__mini li {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.20);
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}

/* =========================
   branch
========================= */
.lic-branch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.lic-branch__card {
  display: block;
  padding: 22px 20px 22px;
  border-radius: 22px;
  background: rgba(255,255,255,.90);
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
  backdrop-filter: blur(8px);
}

.lic-branch__label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  color: #0c67ac;
}

.lic-branch__card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.4;
  color: #17324a;
}

.lic-branch__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #5f7487;
}

.lic-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8cd9e8 0%, #85f4bb 100%);
  color: #083b63;
  font-size: 14px;
  font-weight: 700;
}

/* =========================
   seo intro / store copy / seo text
========================= */
.lic-seo-intro,
.lic-store-copy,
.lic-seo-text {
  background: #fff;
}

.lic-seo-intro .inner,
.lic-store-copy .inner,
.lic-seo-text .inner {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
}

.lic-seo-intro p,
.lic-store-copy p,
.lic-seo-text p {
  margin: 0 0 1.2em;
  font-size: 15px;
  line-height: 2;
  color: #4f6477;
}

.lic-seo-text h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.4;
  color: #17324a;
}

/* =========================
   flow slider
========================= */
.lic-flow-slider-sec {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 64px;
}

.lic-flow-slider {
  overflow: hidden;
  margin-top: 28px;
  position: relative;
  padding-bottom: 16px;
}

.lic-flow-slider::before,
.lic-flow-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 70px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.lic-flow-slider::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);
}

.lic-flow-slider::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255,255,255,0) 100%);
}

.lic-flow-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: licFlowSlider 36s linear infinite;
}

.lic-flow-slider:hover .lic-flow-track {
  animation-play-state: paused;
}

.lic-flow-item {
  flex: 0 0 auto;
  width: 220px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(12,103,172,.10);
  background: #fff;
  transform: translateY(0);
}

.lic-flow-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.lic-flow-item:nth-child(2),
.lic-flow-item:nth-child(9) {
  transform: translateY(6px);
}

.lic-flow-item:nth-child(4),
.lic-flow-item:nth-child(11) {
  transform: translateY(12px);
}

.lic-flow-item:nth-child(6),
.lic-flow-item:nth-child(13) {
  transform: translateY(6px);
}

@keyframes licFlowSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 8px));
  }
}

/* =========================
   data section
========================= */
.lic-data {
  padding: 80px 0;
  background: #f7fbfe;
}

.lic-data h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.4;
  text-align: center;
}

.lic-data-lead {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 15px;
  line-height: 1.9;
  color: #4f6477;
}

.lic-data-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.lic-data-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  box-shadow: 0 10px 24px rgba(12,103,172,.08);
}

.lic-data-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.lic-data-card h3 {
  font-size: 22px;
  line-height: 1.4;
  margin: 16px 0;
  padding: 0 14px;
}

.lic-data-card h3 span {
  background: linear-gradient(transparent 60%, #ffe900 60%);
}
/********ここからデータ変更分************/
.license-data-section {
  padding: 60px 0;
  background: #f7fbff;
}

.license-data-inner {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
}

.license-data-head {
  text-align: center;
  margin-bottom: 24px;
}

.license-data-lead {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  background: #fff100;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.license-data-head h2 {
  margin: 0 0 18px;
  color: #111;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.license-data-intro {
  max-width: 760px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 2;
}

.license-data-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.license-data-card {
  background: #fff;
  border-radius: 24px;
  padding: 28px 22px 26px;
  box-shadow: 0 12px 30px rgba(0, 79, 140, 0.08);
  text-align: center;
}

.license-data-card-lead {
  display: inline-block;
  margin: 0 0 12px;
  padding: 5px 10px;
  background: #eaf7ff;
  color: #0077b6;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 999px;
}

.license-data-card h3 {
  margin: 0 0 20px;
  color: #111;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
  min-height: 4.5em;
}

.license-data-image {
  margin-bottom: 18px;
}

.license-data-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.license-data-highlight {
  margin: 0 0 14px;
  color: #0077b6;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
}

.license-data-text {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.9;
  text-align: left;
}

.license-data-note {
  margin: 12px auto 0;
  max-width: 900px;
  color: #777;
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
}

/* fadein */
.fadein {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein.active {
  opacity: 1;
  transform: translateY(0);
}

/* tablet */
@media screen and (max-width: 767px) {
  .license-data-section {
    padding: 60px 16px;
  }

  .license-data-head {
    margin-bottom: 34px;
  }

  .license-data-lead {
    font-size: 13px;
    padding: 5px 12px;
  }

  .license-data-head h2 {
    font-size: 28px;
  }

  .license-data-intro {
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }

  .license-data-grid {
    flex-direction: column;
    gap: 18px;
  }

  .license-data-card {
    border-radius: 18px;
    padding: 24px 18px 22px;
  }

  .license-data-card h3 {
    min-height: auto;
    font-size: 20px;
    margin-bottom: 16px;
  }

  .license-data-highlight {
    font-size: 21px;
  }

  .license-data-text {
    font-size: 13px;
  }

  .license-data-note {
    text-align: left;
    font-size: 11px;
  }
}

/* small mobile */
@media screen and (max-width: 480px) {
  .license-data-head h2 {
    font-size: 24px;
  }

  .license-data-highlight {
    font-size: 19px;
  }
}

/**********ここまでデータ変更分**************/
.lic-caption {
  margin-top: 10px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #5c7286;
  text-align: center;
}

.lic-desc {
  padding: 0 16px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
  color: #4f6477;
}

.lic-chart {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
}

.lic-chart-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 18px;
  text-align: center;
}

.lic-chart-text strong {
  font-size: 24px;
  line-height: 1.2;
  color: #17324a;
}

.lic-chart-text p {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #4f6477;
}

.pie-single {
  background: conic-gradient(#7faec7 0 75%, #f5c85b 75% 100%);
}

.pie-gender {
  background: conic-gradient(#7faec7 0 55%, #f28aa5 55% 100%);
}

.pie-age {
  background: conic-gradient(
    #f28aa5 0 35%,
    #7faec7 35% 55%,
    #f5c85b 55% 80%,
    #a3a3a3 80% 90%,
    #e8e8e8 90% 100%
  );
}

/* =========================
   stores
========================= */
.lic-store-sec {
  background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%);
}

.lic-store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.lic-store-card {
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(12,103,172,.08);
}

.lic-store-card__img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lic-store-card__body {
  padding: 16px 16px 20px;
}

.lic-store-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.lic-store-card__area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef7fb;
  color: #0c67ac;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.lic-store-card__body h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
  color: #17324a;
}

.lic-store-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.lic-store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #eef7fb;
  color: #0c67ac;
  font-size: 13px;
  font-weight: 700;
  flex: 1 1 130px;
}

.lic-store-link.sub {
  background: #fff;
  border: 1px solid #0c67ac;
  color: #0c67ac;
}

/* =========================
   cta
========================= */
.lic-cta-sec {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(4,43,74,.58) 0%, rgba(4,43,74,.82) 100%),
    url("../img/2026/cta2.jpg") center center / cover no-repeat;
}

.lic-cta-box {
  max-width: 860px;
  margin: 0 auto;
  padding: 34px 28px;
  text-align: center;
  border-radius: 28px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
}

.lic-cta-box h2 {
  margin: 0 0 14px;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.42;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.lic-cta-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
  color: rgba(255,255,255,.92);
}

.lic-cta-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.lic-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8cd9e8 0%, #85f4bb 100%);
  color: #083b63;
  font-size: 14px;
  font-weight: 700;
}

.lic-cta-btn.sub {
  background: rgba(255,255,255,.92);
}

/* =========================
   animation
========================= */
.fade-down {
  opacity: 0;
  transform: translateY(-28px);
  transition: opacity .9s ease, transform .9s ease;
  will-change: opacity, transform;
}

.fade-down.is-show {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
.delay-4 { transition-delay: .4s; }
.delay-5 { transition-delay: .5s; }
.delay-6 { transition-delay: .6s; }

/* =========================
   hover (PC only)
========================= */
@media (hover: hover) and (pointer: fine) {
  .lic-btn,
  .lic-cta-btn,
  .lic-store-link {
    transition:
      transform .25s ease,
      box-shadow .25s ease,
      filter .25s ease,
      background .25s ease,
      color .25s ease;
  }

  .lic-btn:hover,
  .lic-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
    filter: brightness(1.05);
  }

  .lic-store-link:hover {
    transform: translateY(-2px);
    background: #dff3fb;
  }

  .lic-store-link.sub:hover {
    background: #0c67ac;
    color: #fff;
  }
}

/* =========================
   responsive 1024
========================= */
@media (max-width: 1024px) {
  .lic-data-grid,
  .lic-store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ========================================
   SP clean 767
======================================== */
@media (max-width: 767px) {
  .lic-top section {
    padding: 62px 0;
  }

  .lic-top .inner,
  .lic-seo-intro .inner,
  .lic-store-copy .inner,
  .lic-seo-text .inner {
    width: min(100% - 24px, 900px);
  }

  .fade-down {
    transform: translateY(-18px);
    transition: opacity .7s ease, transform .7s ease;
  }

  /* ===== hero ===== */
  .lic-hero {
    min-height: auto;
    padding: 34px 0 48px;
    background:
       linear-gradient(180deg, rgba(3,32,56,.45) 0%, rgba(3,32,56,.82) 100%),
      url("../img/2026/fv_top_sp.jpg") center / cover no-repeat;
  }

  .lic-hero .inner {
    display: block;
    padding-right: 0;
    padding-top: 0;
    margin-top: 0;
  }

  .lic-hero__copy {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
  }

  .lic-kicker {
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 1.4;
    text-align: left;
    position: static;
    top: auto;
  }

  .lic-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(24px, 8vw, 34px);
    line-height: 1.3;
    letter-spacing: -0.01em;
    max-width: 12em;
    text-align: left;
  }

  .note {
    display: inline-block;
    white-space: nowrap;
    font-size: 0.38em;
    line-height: 1;
    margin-left: 4px;
    color: #ffd1d1;
    vertical-align: baseline;
  }

  .lic-hero__lead {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.85;
    max-width: 92%;
    text-align: left;
  }

  .lic-hero__mini {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    margin-top: 14px;
  }

  .lic-hero__mini li {
    font-size: 11px;
    padding: 7px 11px;
    text-align: center;
  }

  /* ===== branch ===== */
  .lic-branch {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
    align-items: stretch;
  }

  .lic-branch__card {
    width: 100%;
    max-width: none;
    padding: 20px 18px;
    border-radius: 22px;
  }

  .lic-branch__card strong {
    font-size: 18px;
  }

  .lic-branch__card p {
    font-size: 13px;
    line-height: 1.75;
  }

  .lic-btn {
    min-height: 46px;
    padding: 12px 18px;
    font-size: 14px;
  }

  .sp767-br {
    display: inline;
  }

  /* ===== flow slider ===== */
  .lic-flow-slider {
    margin-top: 22px;
  }

  .lic-flow-slider::before,
  .lic-flow-slider::after {
    width: 36px;
  }

  .lic-flow-track {
    gap: 14px;
    animation: licFlowSliderSp 28s linear infinite;
  }

  .lic-flow-item {
    width: 200px;
    border-radius: 14px;
  }

  .lic-flow-item img {
    height: 134px;
  }

  .lic-flow-item:nth-child(2),
  .lic-flow-item:nth-child(4),
  .lic-flow-item:nth-child(6),
  .lic-flow-item:nth-child(9),
  .lic-flow-item:nth-child(11),
  .lic-flow-item:nth-child(13) {
    transform: translateY(0);
  }

  /* ===== data ===== */
  .lic-data h2 {
    font-size: 30px;
    text-align: center;
  }

  .lic-data-lead {
    max-width: 560px;
    margin: 0 auto 32px;
    text-align: center;
    font-size: 14px;
    line-height: 1.85;
  }

  .lic-data-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .lic-data-card h3 {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
  }

  .lic-caption {
    text-align: center;
  }

  .lic-desc {
    max-width: 520px;
    margin: 12px auto 0;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
  }

  .lic-chart {
    width: 170px;
    height: 170px;
    margin: 12px auto 0;
  }

  /* ===== stores ===== */
  .lic-store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .lic-store-card__body h3 {
    font-size: 20px;
  }

  /* ===== seo widths ===== */
  .lic-seo-intro .inner,
  .lic-store-copy .inner,
  .lic-seo-text .inner {
    width: min(92%, 680px);
  }
  .license-data-section {
    padding: 60px 0;
  }

  .license-data-inner {
    width: min(100%, calc(100% - 24px));
    margin: 0 auto;
  }

  .license-data-head {
    margin-bottom: 30px;
  }

  .license-data-lead {
    font-size: 13px;
    padding: 5px 12px;
  }

  .license-data-head h2 {
    font-size: 28px;
    line-height: 1.45;
  }

  .license-data-intro {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }

  .license-data-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 520px;
    margin: 0 auto;
  }

  .license-data-card {
    padding: 24px 18px 22px;
    border-radius: 18px;
  }

  .license-data-card h3 {
    font-size: 20px;
    line-height: 1.5;
    min-height: auto;
    margin-bottom: 16px;
  }

  .license-data-highlight {
    font-size: 21px;
    line-height: 1.5;
  }

  .license-data-text {
    font-size: 13px;
    line-height: 1.9;
    text-align: left;
  }

  .license-data-note {
    max-width: 520px;
    margin: 20px auto 0;
    font-size: 11px;
    text-align: left;
  }
    
}

/* ========================================
   SP clean 480
======================================== */
@media (max-width: 480px) {
  .lic-hero {
    background:
       linear-gradient(180deg, rgba(3,32,56,.48) 0%, rgba(3,32,56,.86) 100%),
      url("../img/2026/fv_top_sp2.jpg") 78% center / cover no-repeat;
  }
.br480{
    display: block;}
  .lic-hero__copy {
    padding-left: 8px;
    padding-right: 8px;
  }
.lic-hero {
    min-height: 760px;
  }
  .lic-kicker {
    margin: 0 0 10px;
    font-size: 10px;
    line-height: 1.4;
  }

  .lic-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(23px, 7.2vw, 29px);
    line-height: 1.34;
    max-width: 12.8em;
  }

 .note {
    display: block;
    margin-top: 4px;
    margin-left: 0;
    font-size: 0.40em;
    color: #ffdede;
    line-height: 1.15;
  }

   .lic-hero__lead {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.8;
    max-width: 68%;
  }
  .lic-hero__mini {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
  }

  .lic-hero__mini li {
    min-width: 160px;
    font-size: 12px;
    line-height: 1.35;
    padding: 8px 9px;
  }

  .lic-branch {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
    margin-top: 32px;
  }

  .lic-branch__card {
    width: 90%;
    max-width: 420px;
  }

  .lic-store-grid {
    grid-template-columns: 1fr;
  }

  .lic-data-card h3 {
    font-size: 20px;
  }

  .lic-desc {
    font-size: 13px;
  }
  .license-data-head h2 {
    font-size: 24px;
  }

  .license-data-highlight {
    font-size: 19px;
  }
    
}

/* ========================================
   SP clean 375
======================================== */
@media (max-width: 375px) {
  .lic-hero {
    min-height: 720px;
    background:
      linear-gradient(180deg, rgba(3,32,56,.52) 0%, rgba(3,32,56,.88) 100%),
      url("../img/2026/fv_top_sp2.jpg") 82% center / cover no-repeat;
  }
    h2{font-size:20px !important; }
  .lic-kicker {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .lic-hero h1 {
    font-size: 22px;
    line-height: 1.34;
    max-width: 12.8em;
  }

  .note {
    display: block;
    margin-top: 4px;
    margin-left: 0;
    font-size: 0.38em;
    color: #ffe4e4;
    line-height: 1.15;
  }

  .lic-hero__lead {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.82;
    max-width: 72%;
  }

  .lic-branch__card {
    width: 94%;
    padding: 20px 18px;
  }

  .lic-caption {
    padding: 0 16px;
    line-height: 1.5;
  }
}

@keyframes licFlowSliderSp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 7px));
  }
}
/* =========================
   修正版
   角丸・ボタン・グラフ調整
========================= */

/* 角丸を取る */
.lic-branch__card,
.lic-store-card,
.lic-cta-box,
.license-data-card,
.license-data-image img,
.lic-flow-item {
  border-radius: 0 !important;
}

/* 丸いボタンも角丸なしにする */
.lic-btn,
.lic-cta-btn,
.lic-store-link,
.lic-store-card__area,
.license-data-lead,
.license-data-card-lead,
.lic-hero__mini li {
  border-radius: 0 !important;
}

/* ボタンを目立たせる */
.lic-btn,
.lic-cta-btn {
  background: #005bac !important;
  color: #fff !important;
  border: 2px solid #005bac !important;
  box-shadow: none !important;
}

.lic-cta-btn.sub,
.lic-store-link.sub {
  background: #fff !important;
  color: #005bac !important;
  border: 2px solid #005bac !important;
}

/* hover */
.lic-btn:hover,
.lic-cta-btn:hover {
  background: #003f7f !important;
  border-color: #003f7f !important;
  color: #fff !important;
}

.lic-cta-btn.sub:hover,
.lic-store-link.sub:hover {
  background: #005bac !important;
  color: #fff !important;
}

/* グラフカードも少し既存サイト寄りに */
.license-data-card {
  box-shadow: 0 4px 12px rgba(0, 79, 140, 0.08);
  border: 1px solid #d9e8f2;
}

/* グラフ画像の影も弱める */
.license-data-image img {
  box-shadow: none !important;
}

/* SPでも角丸なし */
@media screen and (max-width: 767px) {
  .license-data-card {
    border-radius: 0 !important;
  }
}
/* ===== 店舗カード ボタン位置揃え ===== */

.lic-store-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lic-store-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.lic-store-buttons {
  margin-top: auto;
}

/* ボタン高さも揃える（任意） */
.lic-store-link {
  height: 42px;
}
/* ===== 店舗カード ボタン幅揃え ===== */

.lic-store-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lic-store-link {
  width: 100%;
  flex: none;
  height: 42px;
  min-height: 42px;
  box-sizing: border-box;
}

.lic-store-link.sub {
  width: 100%;
  box-sizing: border-box;
}
.license-data-section {
  padding: 90px 0;
  background: #f7fbff;
  margin-bottom: 60px;
}
/* ===== セクション間の余白強制 ===== */

.license-data-section {
  margin-bottom: 80px !important;
}

.lic-store-sec {
  margin-top: 80px !important;
}
.license-data-section + .lic-store-sec {
  margin-top: 80px !important;
}
.license-data-section {
  padding: 80px 0 !important;
}
/* ===== データセクションと店舗セクションの区切り ===== */

.license-data-section {
  padding-bottom: 90px !important;
}

.lic-store-sec {
  background: #fff !important;
  padding-top: 90px !important;
}
.lic-slider {
  margin-bottom: 40px; /* ←減らす */
}
/* ===== 余白調整 ===== */

/* ヒーロー下の説明文セクション */
.lic-seo-intro {
  padding: 40px 0 25px !important;
}

/* スライダーセクション上部 */
.lic-flow-slider-sec {
  padding-top: 35px !important;
}

/* データセクション */
.license-data-section {
  padding-top: 60px !important;
  padding-bottom: 40px !important;
}

/* データセクションの見出し下 */
.license-data-head {
  margin-bottom: 28px !important;
}

/* データ下の注記 */
.license-data-note {
  margin-top: 12px !important;
}

/* 店舗セクション上部 */
.lic-store-sec {
  padding-top: 50px !important;
}