@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
  line-height: 1.7;
  color: #333;
  font-size: 16px;
  overflow-x: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #f59916;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1000;
  padding: 12px 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.header-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-info {
  display: flex;
  align-items: center;
  gap: 25px;
}

.logo img {
  height: 45px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1));
}

.business-hours {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}

.cta-header {
  background: #fff;
  color: #f59916;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(245, 153, 22, 0.3);
  transition: all 0.3s ease;
}
.cta-header:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 153, 22, 0.4);
}

.line {
  background: #00B900 !important;
  color: #fff !important;
}

.hero {
  height: 100vh;
  background: linear-gradient(135deg, rgba(245, 153, 22, 0.4) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(245, 153, 22, 0.4) 100%), url("./images/DSC00136.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.hero-content {
  max-width: 850px;
  z-index: 2;
  position: relative;
}
.hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  background: #333;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}
.hero h1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #f59916, #ff6b35);
  border-radius: 2px;
}
.hero p {
  font-size: 20px;
  color: #666;
  margin-top: 25px;
  margin-bottom: 40px;
  font-weight: 600;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #f59916 0%, #e88a00 100%);
  color: #fff;
  padding: 18px 36px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 0 8px 30px rgba(245, 153, 22, 0.3);
  transition: all 0.3s ease;
}
.hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(245, 153, 22, 0.4);
}

.section {
  padding: 80px 0;
  position: relative;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #333;
  position: relative;
  padding-bottom: 15px;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #f59916, #ff6b35);
  border-radius: 2px;
}

.intro {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(245, 153, 22, 0.02) 100%);
  padding-bottom: 50px;
}
.intro-content {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
.intro-text {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 50px;
}

.rolling-photos {
  background: linear-gradient(135deg, rgba(245, 153, 22, 0.02) 0%, rgba(255, 255, 255, 0.98) 50%, rgba(245, 153, 22, 0.03) 100%);
  overflow: hidden;
  position: relative;
  padding-top: 0;
  padding-bottom: 50px;
}
.rolling-photos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="20" r="0.5" fill="rgba(245,153,22,0.1)"/><circle cx="80" cy="80" r="0.3" fill="rgba(245,153,22,0.08)"/><circle cx="50" cy="50" r="0.4" fill="rgba(245,153,22,0.06)"/></svg>');
  pointer-events: none;
}
.rolling-photos .section-subtitle {
  text-align: center;
  color: #666;
  font-size: 18px;
  margin-top: -20px;
  margin-bottom: 50px;
  font-weight: 500;
}

.photos-slider {
  width: 100%;
  overflow: hidden;
  margin: 40px 0;
  position: relative;
}
.photos-slider::before, .photos-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.photos-slider::before {
  left: 0;
  background: linear-gradient(90deg, rgba(245, 245, 245, 0.8) 0%, transparent 100%);
}
.photos-slider::after {
  right: 0;
  background: linear-gradient(270deg, rgba(245, 245, 245, 0.8) 0%, transparent 100%);
}

.photos-track {
  display: flex;
  gap: 30px;
  animation: slideLeft 40s linear infinite;
  width: 5570px;
}

.photo-item {
  flex-shrink: 0;
  width: 300px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.photo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
  filter: brightness(0.95) saturate(1.1);
}

.photo-label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.achievement-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
  padding: 50px 0;
}

.stat-item {
  text-align: center;
  position: relative;
}
.stat-item::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #f59916;
  border-radius: 1px;
}

.stat-number {
  font-size: 48px;
  font-weight: 800;
  color: #f59916;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}
.stat-number .stat-unit {
  font-size: 24px;
  font-weight: 600;
  color: #666;
  margin-left: 2px;
}

.stat-label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2770px);
  }
}
@media (max-width: 768px) {
  .rolling-photos .section-subtitle {
    font-size: 16px;
  }
  .photos-slider {
    margin: 40px 0;
  }
  .photos-slider::before, .photos-slider::after {
    width: 50px;
  }
  .photos-track {
    gap: 20px;
    width: 4300px;
    animation-duration: 35s;
  }
  .photo-item {
    width: 240px;
    height: 160px;
  }
  .photo-item:hover {
    transform: translateY(-5px);
  }
  .achievement-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
    padding: 40px 0;
  }
  .stat-number {
    font-size: 36px;
  }
  .stat-number .stat-unit {
    font-size: 18px;
  }
  .stat-label {
    font-size: 14px;
  }
  @keyframes slideLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-2220px);
    }
  }
}
@media (max-width: 480px) {
  .photos-track {
    gap: 15px;
    width: 3425px;
    animation-duration: 30s;
  }
  .photo-item {
    width: 190px;
    height: 127px;
  }
  .achievement-stats {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .stat-number {
    font-size: 32px;
  }
  @keyframes slideLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1745px);
    }
  }
}
.photos-track {
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
}

.photo-item {
  will-change: transform;
  backface-visibility: hidden;
}

.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 50px;
  padding: 40px 0;
}

.fact-item {
  text-align: center;
  box-shadow: 0 3px 10px rgba(245, 153, 22, 0.2);
}
.fact-icon {
  width: 100%;
  padding: 10px;
  background: #e88a00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fact-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  padding: 0 15px 0;
  margin-bottom: 15px;
}
.fact-desc {
  font-size: 14px;
  padding: 10px 15px 15px;
  color: #666;
}

.fact-item {
  position: relative;
}
.fact-item .fact-icon {
  background: linear-gradient(135deg, #2d1a0a 0%, #3d2412 50%, #2d1a0a 100%);
  border: 2px solid #f59916;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1.5px;
  box-shadow: 0 8px 30px rgba(245, 153, 22, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
.fact-item .fact-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(245, 153, 22, 0.3) 50%, transparent 100%);
  animation: premiumShine 3s ease-in-out infinite;
}
.fact-item .fact-icon::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(135deg, rgba(245, 153, 22, 0.3) 0%, rgba(232, 138, 0, 0.2) 50%, rgba(245, 153, 22, 0.3) 100%);
  border-radius: 10px;
  z-index: -1;
  opacity: 0.8;
  filter: blur(1px);
}
.fact-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #f59916 transparent transparent;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(245, 153, 22, 0.3);
}
.fact-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 0;
  border-color: transparent rgba(255, 255, 255, 0.2) transparent transparent;
  z-index: 11;
}
.fact-item .fact-title {
  color: #1a1a1a;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
}
.fact-item .fact-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #f59916 20%, #e88a00 50%, #f59916 80%, transparent 100%);
}
.fact-item .fact-desc {
  color: #4a4a4a;
  font-weight: 600;
}

@keyframes premiumShine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.coverage {
  background: linear-gradient(135deg, rgba(245, 153, 22, 0.1) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(245, 153, 22, 0.4) 100%);
}

.car-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.car-type {
  background: #fff;
  padding: 25px 15px;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.car-type:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.car-type h4 {
  color: #f59916;
  text-align: center;
  font-weight: 600;
  margin-bottom: 8px;
}
.car-type p {
  font-size: 14px;
  text-align: left;
}

.reasons {
  background: #fff;
  margin-bottom: 80px;
}
.reasons .section-title span {
  font-size: 60px;
  color: #f59916;
  font-weight: 600;
  padding: 0 2px;
}

.reason-item {
  padding-top: 30px;
  margin-bottom: 80px;
  text-align: center;
}
.reason-item:last-child {
  margin-bottom: 0;
}
.reason-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.reason-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #f59916, #ff6b35);
  border-radius: 2px;
}
.reason-content {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 50px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.reason-image {
  width: 100%;
  height: 250px;
}
.reason-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.reason-desc {
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  color: #555;
}

.reasons {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.reasons::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -5%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(245, 153, 22, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.reasons::after {
  content: "";
  position: absolute;
  bottom: 20%;
  left: -3%;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(245, 153, 22, 0.02) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.reason-item {
  margin-bottom: 80px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.reason-item:last-child {
  margin-bottom: 0;
}
.reason-item .reason-number {
  background: linear-gradient(135deg, #f59916 0%, rgb(247.0987654321, 174.4074074074, 70.9012345679) 100%);
}
.reason-number-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}
.reason-number {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f59916 0%, #e88a00 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(245, 153, 22, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.reason-number::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 2px solid rgba(245, 153, 22, 0.2);
  border-radius: 50%;
  animation: pulse-ring 2s infinite ease-in-out;
}
.reason-number::after {
  content: "";
  position: absolute;
  top: 15%;
  left: 15%;
  right: 15%;
  bottom: 60%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
}
.reason-number .number-text {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 2;
  position: relative;
}
.reason-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.reason-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #f59916, #ff6b35);
  border-radius: 2px;
}
.reason-content {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 50px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.reason-image {
  width: 100%;
  height: 250px;
  background: #f0f0f0;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #666;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.reason-desc {
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  color: #555;
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
@keyframes check-pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .reason-item {
    margin-bottom: 60px;
  }
  .reason-number {
    width: 70px;
    height: 70px;
  }
  .reason-number .number-text {
    font-size: 28px;
  }
  .reason-number .number-decoration {
    width: 25px;
    height: 25px;
    top: -12px;
    right: -12px;
  }
  .reason-number .number-decoration::before {
    font-size: 12px;
  }
  .reason-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .reason-image {
    height: 200px;
  }
  .reason-desc {
    text-align: center;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .reason-number {
    width: 60px;
    height: 60px;
  }
  .reason-number .number-text {
    font-size: 24px;
  }
  .reason-number .number-decoration {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
  }
  .reason-number .number-decoration::before {
    font-size: 10px;
  }
  .reason-title {
    font-size: 24px;
  }
  .reason-desc {
    font-size: 15px;
  }
}
.pricing {
  background: linear-gradient(135deg, rgba(245, 153, 22, 0.17) 0%, rgba(255, 255, 255, 0.83) 100%);
}
.pricing-table {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-top: 40px;
}
.pricing-header {
  background: linear-gradient(135deg, #f59916 0%, #e88a00 100%);
  color: #fff;
  padding: 25px;
  text-align: center;
}
.pricing-header h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.pricing-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #f0f0f0;
}
.pricing-row.header {
  background: #f8f9fa;
  font-weight: 600;
}
.pricing-cell {
  padding: 20px 15px;
  text-align: center;
  border-right: 1px solid #f0f0f0;
}
.pricing-cell:last-child {
  border-right: none;
}
.pricing-cell.category {
  font-weight: 600;
  background: rgba(245, 153, 22, 0.05);
}

.pricing-additional {
  margin-top: 30px;
  display: grid;
  gap: 30px;
}
.pricing-additional .pricing-notes {
  padding: 0 13px 20px;
}
.pricing-additional .pricing-notes .note {
  color: #666;
  font-size: 14px;
  margin-bottom: 8px;
}
.pricing-additional .pricing-notes .note:last-child {
  margin-bottom: 0;
}
.pricing-additional .sub-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.pricing-additional .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #f59916;
  border-radius: 2px;
}
.pricing-additional .required-documents {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.pricing-additional .required-documents .document-list {
  list-style: none;
}
.pricing-additional .required-documents .document-list li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-left: 30px;
  color: #555;
  font-weight: 500;
}
.pricing-additional .required-documents .document-list li:last-child {
  border-bottom: none;
}
.pricing-additional .required-documents .document-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f59916;
  font-weight: bold;
  font-size: 16px;
}
.pricing-additional .insurance-review {
  background: linear-gradient(135deg, rgba(245, 153, 22, 0.08) 0%, #fff 100%);
  padding: 30px;
  border-radius: 15px;
  border: 2px solid rgba(245, 153, 22, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.pricing-additional .insurance-review .insurance-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.pricing-additional .insurance-review .insurance-header .star-icon {
  color: #f59916;
  font-size: 20px;
  font-weight: bold;
}
.pricing-additional .insurance-review .insurance-header h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0;
}
.pricing-additional .insurance-review .insurance-text {
  color: #555;
  line-height: 1.7;
  font-weight: 500;
}
.pricing-additional .warranty-plan {
  background: #fff;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.pricing-additional .warranty-plan .warranty-intro {
  color: #555;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.6;
}
.pricing-additional .warranty-plan .warranty-points {
  margin-bottom: 30px;
}
.pricing-additional .warranty-plan .warranty-points .point-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.pricing-additional .warranty-plan .warranty-points .point-item:last-child {
  margin-bottom: 0;
}
.pricing-additional .warranty-plan .warranty-points .point-item .point-number {
  background: #f59916;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}
.pricing-additional .warranty-plan .warranty-points .point-item .point-text {
  color: #555;
  line-height: 1.6;
  font-weight: 500;
}
.pricing-additional .warranty-plan .warranty-pricing {
  background: rgba(245, 153, 22, 0.03);
  padding: 25px;
  border-radius: 10px;
  border-left: 4px solid #f59916;
}
.pricing-additional .warranty-plan .warranty-pricing h5 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.pricing-additional .warranty-plan .warranty-pricing .warranty-examples {
  display: grid;
  gap: 15px;
}
.pricing-additional .warranty-plan .warranty-pricing .warranty-examples .example-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(245, 153, 22, 0.1);
}
.pricing-additional .warranty-plan .warranty-pricing .warranty-examples .example-item:last-child {
  border-bottom: none;
}
.pricing-additional .warranty-plan .warranty-pricing .warranty-examples .example-item .example-label {
  color: #555;
  font-size: 14px;
  flex: 1;
}
.pricing-additional .warranty-plan .warranty-pricing .warranty-examples .example-item .example-price {
  color: #f59916;
  font-weight: 700;
  font-size: 18px;
  margin-left: 20px;
}
.pricing-additional .payment-and-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.pricing-additional .payment-and-service .payment-methods,
.pricing-additional .payment-and-service .loaner-service {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.pricing-additional .payment-and-service .payment-text,
.pricing-additional .payment-and-service .service-text {
  color: #555;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pricing-additional {
    gap: 20px;
    margin-top: 30px;
  }
  .pricing-additional .sub-title {
    font-size: 18px;
    padding-left: 15px;
  }
  .pricing-additional .required-documents,
  .pricing-additional .warranty-plan,
  .pricing-additional .insurance-review {
    padding: 20px;
  }
  .pricing-additional .payment-and-service {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pricing-additional .payment-and-service .payment-methods,
  .pricing-additional .payment-and-service .loaner-service {
    padding: 20px;
  }
  .pricing-additional .warranty-points .point-item {
    gap: 10px;
  }
  .pricing-additional .warranty-points .point-item .point-number {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .pricing-additional .warranty-examples .example-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .pricing-additional .warranty-examples .example-item .example-price {
    margin-left: 0;
  }
}

.price-highlight {
  color: #f59916;
  font-weight: 600;
  font-size: 18px;
}

.family-facilities {
  background: #fff;
}

.facilities-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.facilities-description {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}
.facilities-description h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
.facilities-description p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  text-align: left;
}

.facility-image {
  width: 100%;
  height: 200px;
}
.facility-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.designated-factory {
  background: linear-gradient(135deg, rgba(245, 153, 22, 0.17) 0%, rgba(255, 255, 255, 0.83) 100%);
}

.factory-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.factory-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.factory-image {
  width: 100%;
  height: 200px;
}
.factory-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.factory-intro {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  color: #555;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  border-left: 5px solid #f59916;
  border-right: 5px solid #f59916;
}

.flow {
  background: #fff;
}
.flow-steps {
  max-width: 600px;
  margin: 40px auto 0;
}
.flow-step {
  text-align: center;
  position: relative;
  padding: 30px;
  background: linear-gradient(135deg, #fff 0%, rgba(245, 153, 22, 0.02) 100%);
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.flow-step:last-child {
  margin-bottom: 0;
}
.flow-step:last-child::after {
  display: none;
}
.flow-step::after {
  content: "▼";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: #f59916;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f59916 0%, #e88a00 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 20px;
}
.step-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.step-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.shop-info {
  background: linear-gradient(135deg, rgba(157, 157, 157, 0.15) 0%, rgba(255, 255, 255, 0.85) 100%);
}
.shop-info .cta-buttons {
  padding-top: 65px;
}
.shop-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.shop-image {
  width: 100%;
  height: 300px;
}
.shop-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.shop-details h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}
.shop-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(245, 153, 22, 0.1);
}
.shop-info-icon {
  width: 40px;
  height: 40px;
  background: #f59916;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 16px;
}

.final-cta {
  background: linear-gradient(135deg, #f59916 0%, #e88a00 100%);
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.final-cta h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.final-cta p {
  font-size: 18px;
  margin-bottom: 40px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cta-button {
  background: #fff;
  color: #f59916;
  padding: 18px 36px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.footer {
  background: #333;
  color: #fff;
  padding: 30px 0;
}
.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}
.footer-section h4 {
  color: #f59916;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.footer-section ul {
  list-style: none;
}
.footer-section li {
  margin-bottom: 10px;
}
.footer-section a {
  color: #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-section a:hover {
  color: #f59916;
}
.footer-bottom {
  text-align: center;
  color: #999;
  font-size: 14px;
}

@media (max-width: 768px) {
  .header-info {
    gap: 15px;
  }
  .business-hours {
    display: none;
  }
  .hero h1 {
    font-size: 32px;
  }
  .facts {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .fact-icon {
    width: 120px;
    height: 45px;
    font-size: 12px;
  }
  .car-types {
    grid-template-columns: repeat(2, 1fr);
  }
  .reason-content {
    grid-template-columns: 1fr;
  }
  .factory-images {
    grid-template-columns: 1fr 1fr;
  }
  .factory-image {
    height: auto;
  }
  .facilities-images {
    grid-template-columns: repeat(2, 1fr);
  }
  .shop-content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .car-types {
    grid-template-columns: 1fr;
  }
  .facilities-images {
    grid-template-columns: 1fr 1fr;
  }
  .facility-image {
    height: auto;
  }
}
.testimonials {
  background: #fff;
  position: relative;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}
.testimonials iframe {
  width: 100%;
  height: 900px;
  border: #f59916 5px solid;
}
@media screen and (max-width: 768px) {
  .testimonials iframe {
    height: 500px;
  }
}

.testimonial-card {
  background: linear-gradient(135deg, #fff 0%, rgba(245, 153, 22, 0.01) 100%);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 60px;
  color: rgba(245, 153, 22, 0.2);
  font-family: serif;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.testimonial-text {
  font-style: italic;
  margin-bottom: 20px;
  padding-left: 30px;
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #f59916 0%, #e88a00 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.author-info h5 {
  color: #333;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}
.author-info p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.faq {
  background: linear-gradient(135deg, rgba(245, 153, 22, 0.1) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(245, 153, 22, 0.4) 100%);
}
.faq-list {
  margin-top: 40px;
}
.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  background: #ff6b35;
}
.faq-item.active .faq-answer {
  max-height: 200px;
}
.faq-question {
  padding: 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
  font-size: 16px;
}
.faq-question:hover {
  background: rgba(245, 153, 22, 0.05);
}
.faq-question span {
  flex: 1;
  padding-right: 20px;
}
.faq-toggle {
  width: 30px;
  height: 30px;
  background: #f59916;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: rgba(245, 153, 22, 0.02);
  transition: max-height 0.4s ease;
}
.faq-answer-content {
  padding: 25px;
  color: #666;
  line-height: 1.7;
  font-size: 15px;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .hero {
    height: auto;
    padding-top: 100px;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .testimonial-card {
    padding: 25px;
  }
  .testimonial-card::before {
    font-size: 50px;
    top: 5px;
    left: 15px;
  }
  .testimonial-text {
    padding-left: 25px;
    font-size: 14px;
  }
  .faq-question {
    padding: 20px;
    font-size: 15px;
  }
  .faq-answer-content {
    padding: 20px;
    font-size: 14px;
  }
  .faq-toggle {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  .author-avatar {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
  .author-info h5 {
    font-size: 15px;
  }
  .author-info p {
    font-size: 13px;
  }
  .cta-header {
    padding: 5px 8px;
    font-size: 13px;
  }
  .hero-content {
    padding: 20px;
  }
  .hero h1 {
    font-size: 26px;
  }
  .hero p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .section-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .intro-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .facts {
    margin-top: 30px;
    padding: 0;
  }
  .fact-icon {
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .fact-title {
    font-size: 16px;
  }
  .reason-item {
    margin-bottom: 30px;
  }
  .reasons .section-title span {
    font-size: 50px;
  }
  .reason-desc {
    text-align: left;
    font-size: 14px;
  }
  .reasons {
    margin-bottom: 30px;
  }
  .section {
    padding: 60px 0;
  }
  .rolling-photos {
    padding: 20px 0 60px;
  }
  .rolling-photos .photos-slider {
    margin: 0;
  }
  .final-cta {
    padding: 70px 0;
  }
  .final-cta h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .pricing-cell:first-child {
    background: transparent;
    box-shadow: none;
  }
  .shop-image {
    height: auto;
  }
  .shop-details h3 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .testimonial-card {
    padding: 20px;
  }
  .testimonial-text {
    padding-left: 20px;
  }
  .faq-question {
    padding: 18px;
  }
  .faq-answer-content {
    padding: 18px;
  }
}
.pricing {
  background: linear-gradient(135deg, rgba(245, 153, 22, 0.02) 0%, rgba(255, 255, 255, 0.98) 100%);
}
.pricing-table {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-top: 40px;
  position: relative;
}
.pricing-header {
  background: linear-gradient(135deg, #f59916 0%, #e88a00 100%);
  color: #fff;
  padding: 25px;
  text-align: center;
}
.pricing-header h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.pricing-header p {
  margin: 0;
  opacity: 0.9;
}
.pricing-body {
  overflow: visible;
}
.pricing-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #f0f0f0;
}
.pricing-row.header {
  background: #f8f9fa;
  font-weight: 600;
}
.pricing-row:last-child {
  border-bottom: none;
}
.pricing-cell {
  padding: 20px 15px;
  text-align: center;
  border-right: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
.pricing-cell:last-child {
  border-right: none;
}
.pricing-cell.category {
  font-weight: 600;
}
.pricing-cell strong {
  font-weight: 700;
}

.price-highlight {
  color: #f59916;
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 768px) {
  .pricing-table {
    margin-top: 30px;
    border-radius: 15px;
  }
  .pricing-header {
    padding: 20px;
  }
  .pricing-header h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .pricing-header p {
    font-size: 14px;
  }
  .pricing-scroll-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(245, 153, 22, 0.3) transparent;
    position: relative;
  }
  .pricing-scroll-container::-webkit-scrollbar {
    height: 8px;
  }
  .pricing-scroll-container::-webkit-scrollbar-track {
    background: rgba(245, 153, 22, 0.1);
    border-radius: 4px;
  }
  .pricing-scroll-container::-webkit-scrollbar-thumb {
    background: rgba(245, 153, 22, 0.4);
    border-radius: 4px;
  }
  .pricing-scroll-container::-webkit-scrollbar-thumb:hover {
    background: rgba(245, 153, 22, 0.6);
  }
  .pricing-scroll-container::after {
    content: "← スワイプして全体を確認 →";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0.8;
  }
  .pricing-body {
    overflow: visible;
  }
  .pricing-table-inner {
    min-width: 600px;
    width: 100%;
  }
  .pricing-row {
    display: grid;
    grid-template-columns: 120px repeat(4, 120px);
    border-bottom: 1px solid #f0f0f0;
  }
  .pricing-row.header {
    background: #f8f9fa;
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .pricing-cell {
    padding: 15px 10px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    font-size: 14px;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .pricing-cell:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    font-weight: 600;
  }
  .pricing-cell.category {
    background: rgba(245, 153, 22, 0.08);
    font-weight: 700;
  }
  .pricing-cell:last-child {
    border-right: none;
  }
  .pricing-cell small {
    font-size: 11px;
    line-height: 1.2;
    margin-top: 2px;
    opacity: 0.8;
  }
  .price-highlight {
    font-size: 16px;
    font-weight: 700;
  }
  .pricing-scroll-container.scrolled .pricing-cell:first-child {
    box-shadow: 3px 0 8px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 480px) {
  .pricing-table {
    margin-top: 25px;
    border-radius: 12px;
  }
  .pricing-header {
    padding: 18px 15px;
  }
  .pricing-header h3 {
    font-size: 18px;
  }
  .pricing-header p {
    font-size: 13px;
  }
  .pricing-table-inner {
    min-width: 550px;
  }
  .pricing-row {
    grid-template-columns: 100px repeat(4, 110px);
  }
  .pricing-cell {
    padding: 12px 8px;
    font-size: 13px;
    min-height: 45px;
  }
  .pricing-cell small {
    font-size: 10px;
  }
  .pricing-scroll-container::after {
    font-size: 11px;
    bottom: -22px;
  }
  .price-highlight {
    font-size: 15px;
  }
}
.pricing {
  background: linear-gradient(135deg, rgba(245, 153, 22, 0.02) 0%, rgba(255, 255, 255, 0.98) 100%);
}
.pricing-table {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-top: 40px;
  position: relative;
}
.pricing-header {
  background: linear-gradient(135deg, #f59916 0%, #e88a00 100%);
  color: #fff;
  padding: 25px;
  text-align: center;
}
.pricing-header h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.pricing-header p {
  margin: 0;
  opacity: 0.9;
}
.pricing-body {
  overflow: visible;
}
.pricing-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #f0f0f0;
}
.pricing-row.header {
  background: #f8f9fa;
  font-weight: 600;
}
.pricing-row:last-child {
  border-bottom: none;
}
.pricing-cell {
  padding: 20px 15px;
  text-align: center;
  border-right: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
.pricing-cell:last-child {
  border-right: none;
}
.pricing-cell.category {
  font-weight: 600;
}
.pricing-cell strong {
  font-weight: 700;
}

.price-highlight {
  color: #f59916;
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 768px) {
  .pricing-table {
    margin-top: 30px;
    border-radius: 15px;
  }
  .pricing-header {
    padding: 20px;
  }
  .pricing-header h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .pricing-header p {
    font-size: 14px;
  }
  .pricing-scroll-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(245, 153, 22, 0.3) transparent;
    position: relative;
  }
  .pricing-scroll-container::-webkit-scrollbar {
    height: 8px;
  }
  .pricing-scroll-container::-webkit-scrollbar-track {
    background: rgba(245, 153, 22, 0.1);
    border-radius: 4px;
  }
  .pricing-scroll-container::-webkit-scrollbar-thumb {
    background: rgba(245, 153, 22, 0.4);
    border-radius: 4px;
  }
  .pricing-scroll-container::-webkit-scrollbar-thumb:hover {
    background: rgba(245, 153, 22, 0.6);
  }
  .pricing-scroll-container::after {
    content: "← スワイプして全体を確認 →";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0.8;
  }
  .pricing-body {
    overflow: visible;
  }
  .pricing-table-inner {
    min-width: 650px;
    width: 100%;
  }
  .pricing-row {
    display: grid;
    grid-template-columns: 130px repeat(4, 125px);
    border-bottom: 1px solid #f0f0f0;
  }
  .pricing-row.header {
    background: #f8f9fa;
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .pricing-cell {
    padding: 15px 8px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    font-size: 13px;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
  }
  .pricing-cell:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    text-align: left;
    align-items: flex-start;
    justify-content: center;
    padding-left: 12px;
  }
  .pricing-cell.category {
    font-weight: 700;
  }
  .pricing-cell:last-child {
    border-right: none;
  }
  .pricing-cell small {
    font-size: 10px;
    line-height: 1.2;
    margin-top: 2px;
    opacity: 0.8;
  }
  .pricing-cell:contains("～") {
    font-size: 12px;
  }
  .price-highlight {
    font-size: 16px;
    font-weight: 700;
  }
  .pricing-scroll-container.scrolled .pricing-cell:first-child {
    box-shadow: 3px 0 8px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 480px) {
  .pricing-table {
    margin-top: 25px;
    border-radius: 12px;
  }
  .pricing-header {
    padding: 18px 15px;
  }
  .pricing-header h3 {
    font-size: 18px;
  }
  .pricing-header p {
    font-size: 13px;
  }
  .pricing-table-inner {
    min-width: 550px;
  }
  .pricing-row {
    grid-template-columns: 100px repeat(4, 110px);
  }
  .pricing-cell {
    padding: 12px 8px;
    font-size: 13px;
    min-height: 45px;
  }
  .pricing-cell small {
    font-size: 10px;
  }
  .pricing-scroll-container::after {
    font-size: 11px;
    bottom: -22px;
  }
  .price-highlight {
    font-size: 15px;
  }
}
.pricing-table.scroll-shadow-left .pricing-cell:first-child {
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.15);
}
.pricing-table.scroll-shadow-right {
  position: relative;
}
.pricing-table.scroll-shadow-right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.9) 0%, transparent 100%);
  pointer-events: none;
  z-index: 3;
}

@media (prefers-reduced-motion: reduce) {
  .pricing-scroll-container {
    scroll-behavior: auto;
  }
}
@media (hover: none) and (pointer: coarse) {
  .pricing-scroll-container::-webkit-scrollbar {
    height: 12px;
  }
  .pricing-scroll-container::-webkit-scrollbar-thumb {
    background: rgba(245, 153, 22, 0.6);
  }
  .pricing-cell {
    min-height: 55px;
  }
}
.works {
  background-color: #f0f0f0;
}
.works iframe {
  width: 100%;
  height: 900px;
  margin: auto;
  border: #f59916 5px solid;
}/*# sourceMappingURL=style.css.map */