/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto sans Japanese', 'M PLUS 1p', 'Helvetica Neue', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'sans-serif';
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}
/*headerメニューここからコピー*/
.nav-menu {
    display: none;
    /* Hidden by default for mobile (controlled by JS for hamburger) */
    flex-direction: column;
    position: absolute;
    top: 4rem;
    /* Header height */
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    gap: 0;
    z-index: 1000;
}

.nav-menu.active {
    display: flex;
}

.nav-menu .nav-link {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.nav-menu .nav-link:last-child {
    border-bottom: none;
}

.logo-image {
    width: 50%;
    height: auto;
}


.nav {
    display: none;
    gap: 1.5rem;
}
.mobile-menu-btn {
    display: flex;
    /* Visible by default for mobile */
    flex-direction: column;
    gap: 0.25rem;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-menu-btn span {
    width: 1.5rem;
    height: 2px;
    background: #374151;
    transition: all 0.3s;
}

.header {
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e5e7eb;
    top: 0;
}
.header-container {
  padding:0 1rem 1rem 1rem;
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
}

.facility-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.facility-header i {
    color: #2563eb;
    font-size: 1.5rem;
}

.facility-header h3 {
    font-size: 1.5rem;
    font-weight: bold;
    font-size: clamp(8px, 5vw, 38px);
    color: #1e3a8a;
}
.logo-section {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-icon {
    background: #2563eb;
    padding: 0.5rem;
    border-radius: 0.5rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-text > div {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
}

.logo-text p {
    font-size: 0.875rem;
    color: #6b7280;
}

/*headerメニューここまでコピー*/

/* Footerここからコピー */
.footer {
    padding: 1rem 0;
}


.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    font-size: 0.875rem;
}
/*footerここまでコピー*/

/*フリートライアルセクションここから*/

.Free-trial-section {
    /*background-color: var(--color-primary-light);*/
    background-color: #ffffff;
    line-height: 1.3;
    padding:1rem 0.5rem;
    text-align: center;
    /* 非常に明るい背景色 */
}


.free-trial-small-top {
    font-size: clamp(6px, 5vw, 24px);
    color: #000055;
    margin: 0;
    padding-bottom: 0.5%;
}

.free-trial-small-bottom {
    font-size: clamp(6px, 5vw, 24px);
    color: #000055;
    margin: 0;
    padding-top: 0.5%;
}

.free-trial-flow-container {

    /* 左右のパディングを0に変更 */
    font-size: 1.5rem;
}
.hero-buttons {
    
    align-items: center;
    /* ラッパー自身がコンテンツの幅に合わせるようにする */
    /* 必要に応じて、このラッパー全体の margin や position を調整して配置 */
    margin-top: 0px;
    /* 例: 上に吹き出しが出るスペースを確保するため */
    margin-left: 0px;
    /* 例: 全体的な位置調整 */


}
/* --- ボタン --- */
.btn {
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-size: 3rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    /* transform追加 */
    font-weight: 700;
}

.btn-primary {
       -webkit-text-stroke: 0.7px #0000aa; /* 縁取りの太さと色 */
      font-weight: 900;
font-family: 'M PLUS Rounded 1c';
    background-color: #ff9500;
    color: #fff;
    border: 1px solid transparent;
  
    font-weight: 900;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* シャドウ追加 */
}

.btn-primary:hover {
    background-color: #F7A8B8;
    transform: translateY(-2px);
    /* ホバーで少し浮き上がる */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.btn-lg {
    text-align: left;
    padding: 4% 10% ;
    /* ボタンを大きく */
    font-size: 2rem;
}

.red-arrow{
  color:#ff0000;
}
/*フリートライアルセクションここまで*/

/* リストスタイルここから*/
.list-check {
    list-style: none;
    /* デフォルトのリストスタイルを削除 */
    padding-left: 0;
    margin-top:0;
}

.list-check li {
    position: relative;
    padding-left: 1.5rem;
    /* チェックアイコン分のスペース */
    margin-bottom: 0.5rem;
    font-size: 1rem
}

.list-check li::before {
    content: '\f00c';
    /* Font Awesomeのチェックアイコン */
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    position: absolute;
    left: 0;
    color: #0000ff;
    /* チェックアイコンの色 */
}
/* リストスタイルここまで*/

/*ロケーションここから*/

.location-section {
  padding: 3rem 0;
}

.location-card {
  max-width: 32rem;
  margin: 0 auto;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.location-card h2 {
  text-align: center;
  padding-top:1.5rem;
  margin-bottom:0;
}
.location-content {
  padding: 1.5rem;
}

.address-info {
  display: flex;
  align-items: flex-start;
  gap: 1%;
  margin-bottom: 1rem;
}

.address {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
}
.address > span {
  font-size: 0.9rem;
    font-weight: 400;
}

.landmark {
   padding-left: 6%;
  color: #000000;
  margin-top: 0.5rem;
}

.landmark-info {
  background: #eff6ff;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #1e40af;
}
.contact-item {
  padding-left: 6%;
  display: flex;
  align-items: center;
  gap: 1%;
}
.contact-item02 {
  padding-left: 6%;
  display: flex;
  align-items:flex-start;
  gap: 1%;
}
/*ロケーションここまで*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1rem;
}

.logo-text h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 1.125rem;
  color: #111827;
}

.logo-text p {
  font-size: 0.75rem;
  color: #6b7280;
}



/* Hero Section - Mobile First */
.hero {
  background: linear-gradient(to right, #2563eb, #1e40af);
  color: white;
  text-align: center;
  padding: 1.5rem 1rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}

/* 新しいエレガントな実績バッジのスタイル */
.achievement-badge-container {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.achievement-badge-elegant {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #1e1b4b 100%);
  border: 2px solid #fbbf24;
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 8px 32px rgba(251, 191, 36, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  animation: float 3s ease-in-out infinite;
}

.badge-decoration-left,
.badge-decoration-right {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #fbbf24;
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 10px #fbbf24;
}

.badge-decoration-left {
  left: -4px;
}

.badge-decoration-right {
  right: -4px;
}

.badge-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.badge-icon {
  position: relative;
}

.crown-icon {
  position: relative;
  width: 24px;
  height: 20px;
}

.crown-base {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  border-radius: 2px;
}

.crown-top {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fbbf24;
}

.crown-gems {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 4px;
}

.crown-gems span {
  width: 3px;
  height: 3px;
  background: #fef3c7;
  border-radius: 50%;
  box-shadow: 0 0 4px #fbbf24;
  animation: sparkle 2s ease-in-out infinite;
}

.crown-gems span:nth-child(2) {
  animation-delay: 0.5s;
}

.crown-gems span:nth-child(3) {
  animation-delay: 1s;
}

.badge-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.badge-main {
  font-size: 0.75rem;
  font-weight: 400;
  color: #e5e7eb;
  letter-spacing: 0.05em;
}

.badge-emphasis {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fbbf24;
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.5);
}

.badge-glow {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #fbbf24, transparent, #fbbf24);
  border-radius: 2rem;
  opacity: 0.3;
  z-index: -1;
  animation: rotate 4s linear infinite;
}

.achievement-badge {
  display: none;
}

.achievement-number {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: #fbbf24;
  margin-bottom: 0.5rem;
  display: block;
}

.achievement-number .suffix {
  font-size: 1.25rem;
}

.achievement-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0rem;
}

.achievement-note {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
}

.hero-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 1.5rem 0;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 900;
  color: #ffff00;
}

.hero-description {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #ffffff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* 新しいヒーローセクションの横並びレイアウト用スタイルを追加 */
.hero-stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0rem;
  flex-wrap: wrap;
}

.achievement-badge-simple {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #1e1b4b 100%);
  border: 2px solid #fbbf24;
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
  box-shadow: 0 4px 16px rgba(251, 191, 36, 0.3);
}

.achievement-badge-simple .badge-text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fbbf24;
  text-shadow: 0 0 8px rgba(251, 191, 36, 0.5);
}

.achievement-badge-simple .crown-icon {
  width: 20px;
  height: 16px;
}

.cta-button {
  background: white;
  color: #2563eb;
  border: none;
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  background: #eff6ff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Features Section - Mobile First */
.features {
  padding: 1.5rem 1rem;
  background: white;
    background: linear-gradient(135deg, #f9fdff, #daf4f8);
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-header h2 {
  font-weight: 700;
  font-size: 1.75rem;
  color: #000000;
  margin-bottom: 1rem;
}

.section-header p {
  font-size: 1rem;
  color: #000000;
  max-width: 600px;
  margin: 0 auto;
}
.section-header > p >strong {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ff0000;
}
.features-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.features-grid > img {
  max-width: 100%;
}
.feature-card {
  background: white;
  border: 2px solid #dbeafe;
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: left;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
  border-color: #93c5fd;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.feature-card > img {
    max-width: 100%;
  }

.feature-icon {
  width: 3rem;
  height: 3rem;
  background: #dbeafe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
}

.feature-card h3 {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  color: #000000;
}

.feature-card p {
  color: #222222;
  line-height: 1.7;
  font-size: 1rem;
}

/* Stats Section - Mobile First */
.stats {
  padding: 3rem 1rem;
  background: #f4f4f4;
   color: #000055;
}

.stats .section-header h2 {
  color: #000000;
}

.stats .section-header p {
  color: #333333;
}

.stats-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}

.stat-item {
  text-align: center;
}

.stat-icon {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0  auto;
  font-size: 2rem;
}

.stat-number {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 4rem;
  color: #fbbf24;
  display: inline-block;
}

.stat-suffix {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 1.25rem;
  color: #fbbf24;
}

.stat-label {
  font-size: 1.6rem;
  margin: 0.5rem 0 0 0 ;
}

.stat-note {
  font-size: 1.1rem;
  color: #333333;
}

/* 統計セクションの新しいレイアウト用スタイルを追加 */
.stat-number-row {
  line-height: 1.0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  margin:  0;
}

.trust-badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  margin: 0 auto;
  max-width: fit-content;
      border: 1px solid #00ffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);

}

.badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.badge-divider {
  width: 100%;
  height: 1px;
  background: #4b5563;
}

/* CTA Section - Mobile First */
.cta {
  padding: 3rem 1rem;
  background: linear-gradient(135deg, #06b6d4, #2563eb);
  color: white;
  text-align: center;
}

.cta-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.star {
  color: #fbbf24;
  font-size: 1.25rem;
}

.cta h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.cta p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #bfdbfe;
}

.cta-note {
  margin-top: 1rem !important;
  font-size: 0.75rem !important;
  color: #bfdbfe !important;
}

.area-list {
  color: #9ca3af;
  font-size: 0.75rem;
}

.area-list > div {
  margin-bottom: 0.25rem;
}

.area-note {
  font-size: 0.625rem !important;
  margin-top: 0.5rem !important;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}

/* 新しいアニメーション効果を追加 */
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes sparkle {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fade-in {
  animation: fadeIn 1s ease-out;
}

.slide-up {
  animation: slideUp 1s ease-out;
}

.pulse {
  animation: pulse 2s infinite;
}

/* Scroll animations */
.aos-animate {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

[data-aos="fade-up"] {
  opacity: 0;
  transform: translateY(30px);
}

[data-aos="fade-up"].aos-animate {
  opacity: 1;
  transform: translateY(0);
  animation-name: fadeIn;
}

[data-aos="zoom-in"] {
  opacity: 0;
  transform: scale(0.8);
}

[data-aos="zoom-in"].aos-animate {
  opacity: 1;
  transform: scale(1);
  animation-name: zoomIn;
}

/* Ripple effect for buttons */
.ripple {
  position: relative;
  overflow: hidden;
}

.ripple::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.ripple:active::before {
  width: 300px;
  height: 300px;
}

/* Tablet breakpoint (768px and up) */
@media (min-width: 768px) {

  .info-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }

  .icon {
    font-size: 1rem;
  }

  .logo-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
  }

  .logo-text h1 {
    font-size: 1.25rem;
  }

  .logo-text p {
    font-size: 0.875rem;
  }

  .hero {
    padding: 4rem 1rem;
  }

  /* タブレット用のエレガントバッジスタイル */
  .achievement-badge-elegant {
    padding: 1rem 2rem;
  }

  .badge-main {
    font-size: 0.875rem;
  }

  .badge-emphasis {
    font-size: 1.125rem;
  }

  .crown-icon {
    width: 28px;
    height: 24px;
  }

  .crown-top {
    border-left-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 14px;
  }

  .crown-base {
    height: 8px;
  }

  .achievement-number {
    font-size: 3.5rem;
  }

  .achievement-number .suffix {
    font-size: 1.75rem;
  }

  .achievement-text {
    font-size: 1.25rem;
  }

  .achievement-note {
    font-size: 0.875rem;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .cta-button {
    padding: 1rem 2rem;
    font-size: 1.125rem;
  }

  .features {
    padding: 4rem 1rem;
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .section-header p {
    font-size: 1rem;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .feature-card {
    padding: 2rem;
  }
  
  .feature-icon {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.75rem;
  }

  .feature-card h3 {
    font-size: 1.25rem;
  }

  .feature-card p {
    font-size: 0.875rem;
  }

  .stats {
    padding: 4rem 1rem;
  }

  .stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }

  .stat-icon {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.25rem;
  }

  .stat-number {
    font-size: 3.5rem;
  }

  .stat-suffix {
    font-size: 1.75rem;
  }

  .stat-label {
    font-size: 1.125rem;
  }

  .stat-note {
    font-size: 0.875rem;
  }

  .trust-badges {
    flex-direction: row;
    gap: 1.5rem;
  }

  .badge {
    font-size: 0.875rem;
  }

  .badge-divider {
    width: 1px;
    height: 1.5rem;
  }

  .cta {
    padding: 4rem 1rem;
  }

  .cta-header {
    font-size: 1.125rem;
  }

  .star {
    font-size: 1.5rem;
  }

  .cta h2 {
    font-size: 2rem;
  }

  .cta p {
    font-size: 1.125rem;
  }

  .cta-note {
    font-size: 0.875rem !important;
  }


  .area-list {
    font-size: 0.875rem;
  }

  .area-note {
    font-size: 0.75rem !important;
  }

  /* タブレット用の横並びレイアウト調整 */
  .hero-stats-row {
    gap: 1.5rem;
    flex-wrap: nowrap;
  }

  .achievement-badge-simple {
    padding: 0.75rem 1.5rem;
  }

  .achievement-badge-simple .badge-text {
    font-size: 1rem;
  }

  .achievement-badge-simple .crown-icon {
    width: 24px;
    height: 20px;
  }
}

/* Desktop breakpoint (1024px and up) */
@media (min-width: 1024px) {
  .hero {
    padding: 5rem 1rem;
  }

  /* デスクトップ用のエレガントバッジスタイル */
  .achievement-badge-elegant {
    padding: 1.25rem 2.5rem;
  }

  .badge-main {
    font-size: 1rem;
  }

  .badge-emphasis {
    font-size: 1.25rem;
  }

  .crown-icon {
    width: 32px;
    height: 28px;
  }

  .crown-top {
    border-left-width: 12px;
    border-right-width: 12px;
    border-bottom-width: 16px;
  }

  .crown-base {
    height: 10px;
  }

  .achievement-number {
    font-size: 4rem;
  }

  .achievement-number .suffix {
    font-size: 2rem;
  }

  .achievement-text {
    font-size: 1.5rem;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .hero-description {
    font-size: 1.125rem;
  }

  .features {
    padding: 5rem 1rem;
  }

  .section-header h2 {
    font-size: 2.5rem;
  }

  .section-header p {
    font-size: 1.125rem;
  }

  .feature-icon {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }

  .stats {
    padding: 5rem 1rem;
  }


  .stat-icon {
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem;
  }

  .stat-number {
    font-size: 4rem;
  }

  .stat-suffix {
    font-size: 2rem;
  }

  .stat-label {
    font-size: 1.25rem;
  }

  .cta {
    padding: 5rem 1rem;
  }

  .cta-header {
    font-size: 1.25rem;
  }

  .cta h2 {
    font-size: 2.5rem;
  }

  .cta p {
    font-size: 1.25rem;
  }

  /* デスクトップ用の横並びレイアウト調整 */
  .hero-stats-row {
    gap: 2rem;
  }

  .achievement-badge-simple {
    padding: 1rem 2rem;
  }

  .achievement-badge-simple .badge-text {
    font-size: 1.125rem;
  }

  .achievement-badge-simple .crown-icon {
    width: 28px;
    height: 24px;
  }
}
