*{
  box-sizing: border-box;
}
/* Hero Section */
.review-hero-section {
  width: 100%;
  position: relative;
  background: #F5F5F5;
  padding: 30px 40px;
}

.review-hero-content-container{
  display: flex;
  flex-direction: column;
  background-image: url('../../images/review/img-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 48px;
}

.review-hero-banner {
  width: 100%;
  padding: 80px 0;
  text-align: center;
  position: relative;
}

.review-hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}

.review-hero-content {
  width: 100%;
  position: relative;
  margin-top: -60px;
  z-index: 1;
}

.review-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.review-hero-text-block {
  flex: 1;
  border-radius: 16px;
  padding: 32px;
}


.border-white{
  border: 1px solid #ffffff;
  border-radius: 16px;
}

.review-hero-text-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

.review-hero-text-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.review-hero-text-body {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

/* Review Cards Section */
.review-cards-section {
  width: 100%;
  background: #ffffff;
  padding: 60px 0;
}

.review-cards-container {
  max-width: 1200px;
  margin: 0 auto;
}

.review-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding: 20px;
  background: #FEE2EF;
  border-radius: 24px;
}

.review-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-card-quote-icon {
  width: 34px;
  height: 25px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
}

.review-card-quote-icon-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card-text {
  font-size: 18px;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 1.5;
  margin: 0 0 20px 0;
  padding-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

.review-card-text-author{
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.review-card-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  justify-content: center;
}

.review-card-stars {
  display: flex;
  gap: 4px;
}

.review-card-stars .star {
  color: #ffd700;
  font-size: 20px;
  line-height: 1;
}

.review-card-rating-number {
  font-size: 24px;
  font-weight: 500;
  color: #484848;
  font-family: "Noto Sans JP", sans-serif;
}

.review-card-author {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.review-card-author-container {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: start;
}

review-card-rating-text{
  font-size: 20px;
  font-weight: 500;
  color: #484848;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .review-banner .content-banner-container {
    padding: 50px 60px;
  }

  .review-banner .content-banner-title {
    font-size: 56px;
  }

  .review-hero-title {
    font-size: 40px;
    padding: 0 60px;
  }

  .review-hero-container {
    padding: 0 20px;
  }

  .review-cards-container {
    padding: 0 60px;
  }
}

@media (max-width: 768px) {
  .review-banner .content-banner {
    min-height: 300px;
  }

  .review-banner .content-banner-container {
    padding: 40px 30px;
    justify-content: center;
  }

  .review-banner .content-banner-title {
    font-size: 36px;
    text-align: center;
  }

  .review-banner .content-banner-container::before,
  .review-banner .content-banner-container::after {
    display: none;
  }

  .review-hero-banner {
    padding: 60px 0;
  }

  .review-hero-title {
    font-size: 28px;
    padding: 0 30px;
  }

  .review-hero-content {
    margin-top: -10px;
  }

  .review-hero-container {
    padding: 0 5px;
    flex-direction: column;
    gap: 24px;
  }

  .review-cards-section {
    padding: 40px 0;
  }

  .review-cards-container {
    padding: 0 30px;
  }

  .review-cards-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .review-card {
    padding: 24px;
  }

  .banner-breadcrumb {
    padding: 15px 30px;
    flex-wrap: wrap;
  }
  .review-cards-container{
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .review-banner .content-banner-title {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .review-hero-title {
    font-size: 24px;
  }

  .review-hero-text-title {
    font-size: 18px;
  }

  .review-hero-text-subtitle {
    font-size: 16px;
  }

  .review-hero-text-body {
    font-size: 14px;
  }

  .review-card-text {
    font-size: 14px;
  }
  .review-hero-section{
    padding: 30px 20px;
  }
  .review-hero-banner{
    padding: 10px 0;
  }
  .review-hero-text-body{
    padding: 0;
  }
  .review-hero-text-block{
    padding: 0px 10px;
  }
  .review-hero-content-container{
    gap: 16px;
  }
}

