@charset "UTF-8";
/**
 * ヒーローセクション フロントエンド用スタイル
 * みんなのFPテーマ用
 */
/**
 * ヒーローセクション 共通スタイル
 * フロントエンド・エディター共通で使用
 */
:root {
  --mf-primary: #030213;
  --mf-secondary: #f3f3f5;
  --mf-accent: #e9ebef;
  --mf-muted: #ececf0;
  --mf-destructive: #d4183d;
  --mf-border: rgba(0, 0, 0, 0.1);
  --mf-text-primary: #111;
  --mf-text-secondary: #666;
  --mf-text-muted: #999;
  --mf-text-white: #fff;
  --mf-text-black: #000;
  --mf-bg-light-blue: #f5f9fc;
  --mf-bg-light-yellow: #fffbf0;
  --mf-bg-light-red: #fff5f5;
  --mf-bg-light-orange: #fff8e1;
  --mf-bg-light-green: #f0fdf4;
  --mf-bg-light-purple: #faf5ff;
  --mf-bg-light-white: #fff;
  --mf-bg-light-gray: #f9f9f9;
  --mf-service-insurance-blue: #33b0ff;
  --mf-service-education-blue: #33b0ff;
  --mf-service-dark-blue: #008ec1;
  --mf-service-housing-orange: #ffa500;
  --mf-service-light-orange: #ffd699;
  --mf-service-dark-orange: #d97706;
  --mf-service-retirement-purple: #8b5cf6;
  --mf-service-dark-purple: #7c3aed;
  --mf-service-insurance-green: #10b981;
  --mf-service-dark-green: #059669;
  --mf-service-warning-red: #ff6b6b;
  --mf-gradient-blue: linear-gradient(to right, #33b0ff, #008ec1);
  --mf-gradient-dark: linear-gradient(to right, #030213, #1e293b);
  --mf-gradient-light: linear-gradient(to right, #f5f9fc, transparent);
  --mf-gradient-light-blue: linear-gradient(to right, #f5f9fc, transparent);
  --mf-size-0: 0;
  --mf-size-4: 0.25rem;
  --mf-size-8: 0.5rem;
  --mf-size-12: 0.75rem;
  --mf-size-14: 0.875rem;
  --mf-size-16: 1rem;
  --mf-size-18: 1.125rem;
  --mf-size-20: 1.25rem;
  --mf-size-24: 1.5rem;
  --mf-size-32: 2rem;
  --mf-size-40: 2.5rem;
  --mf-size-48: 3rem;
  --mf-size-64: 4rem;
  --mf-size-80: 5rem;
}

.minnano-fp-hero-section {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.minnano-fp-hero-section .hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  position: relative;
}

.minnano-fp-hero-section .hero-background {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
}

.minnano-fp-hero-section .hero-content {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 3.4375rem 1.4375rem 1rem;
}
@media (min-width: 1024px) {
  .minnano-fp-hero-section .hero-content {
    padding: 6.5625rem 1.625rem;
  }
}
@media (min-width: 1440px) {
  .minnano-fp-hero-section .hero-content {
    padding: 10.1875rem 3.6875rem;
  }
}

.minnano-fp-hero-section .hero-content-inner {
  width: 100%;
  height: 100%;
}
@media (max-width: 479px) {
  .minnano-fp-hero-section .hero-content-inner {
    display: flex;
    flex-wrap: wrap;
  }
}

.minnano-fp-hero-section .hero-title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2;
  color: #2D2D2D;
}

.minnano-fp-hero-section .hero-title-pc {
  display: block;
}
@media (max-width: 479px) {
  .minnano-fp-hero-section .hero-title-pc {
    display: none;
  }
}

.minnano-fp-hero-section .hero-title-sp {
  display: none;
}
@media (max-width: 479px) {
  .minnano-fp-hero-section .hero-title-sp {
    display: block;
  }
}

.minnano-fp-hero-section .hero__highlight {
  font-size: 2.25rem;
  background-color: var(--hero-highlight-bg);
  color: var(--hero-highlight-text);
}

.minnano-fp-hero-section .hero__marker {
  font-size: 2.25rem;
  color: var(--hero-marker-text);
  font-weight: 700;
  padding: 0 6px;
  position: relative;
}
.minnano-fp-hero-section .hero__marker span {
  font-size: 1.75rem;
}
.minnano-fp-hero-section .hero__marker::before {
  width: 100%;
  height: 20px;
  background-color: var(--hero-marker-bg);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.minnano-fp-hero-section .hero-subtitle {
  font-size: 1.25rem;
  color: #495057;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.minnano-fp-hero-section .hero-actions {
  margin: auto auto 0;
}
@media (min-width: 744px) {
  .minnano-fp-hero-section .hero-actions {
    margin: 2.9375rem 0 0;
  }
}
@media (min-width: 1024px) {
  .minnano-fp-hero-section .hero-actions {
    margin: 5.25rem 0 0;
  }
}

.minnano-fp-hero-section .hero-cta-button {
  display: inline-block;
  background-color: rgb(51, 176, 255);
  color: #fff;
  padding: 1.25rem 5.25rem;
  border-radius: 3.125rem;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 8%;
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .minnano-fp-hero-section .hero-cta-button {
    font-size: 1.5625rem;
  }
}

.minnano-fp-hero-section .hero-picture {
  display: block;
  width: 100%;
  height: auto;
}

.minnano-fp-hero-section .hero-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  max-width: 100%;
}

.minnano-fp-hero-section .hero-image-placeholder {
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  border: 2px dashed #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.minnano-fp-hero-section .hero-image-placeholder-content {
  text-align: center;
  color: #6c757d;
}

.minnano-fp-hero-section .hero-image-sizes {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  opacity: 0.8;
}

.minnano-fp-hero-section .hero-cta-placeholder {
  background-color: var(--hero-cta-bg) !important;
  color: var(--hero-cta-text) !important;
  border: 2px dashed rgba(0, 0, 0, 0.2) !important;
  cursor: default !important;
  opacity: 0.7;
}

/*# sourceMappingURL=style.css.map */
