/* match.css - Match page template styles */

/* RSOセクション専用CSS */
/* --------------------------------
   Hero
--------------------------------- */
.rso-match-page .hero {
  height: 600px;
}

.rso-match-page .hero__content {
  flex: 0 0 calc((100% - var(--space-lg)) * 0.5);
}

.rso-match-page .hero__image {
  flex: 0 0 calc((100% - var(--space-lg)) * 0.5);
}


.rso-match-page .hero__title {
  font-size: var(--fz-4xl);
}

/* --------------------------------
   problem
--------------------------------- */
.rso-match-problem {
  padding: var(--space-xl) 0 var(--space-xxl) 0;
}

.rso-match-problem .heading {
  margin-bottom: var(--space-lg);
}


/* --------------------------------
   Solution
--------------------------------- */
.rso-match-solution {
  padding: 0 0 var(--space-xxl) 0;
}

.rso-match-solution .heading {
  margin-bottom: var(--space-lg);
}


/* --------------------------------
   case-study
--------------------------------- */
.rso-match-case-study {
  background: var(--color-bg-alt);
  padding: var(--space-xxl) 0;
}


/* --------------------------------
   rso-match-feature
--------------------------------- */
.rso-match-feature {
  padding: var(--space-xxl) 0;
}

/* --------------------------------
   rso-match-product
--------------------------------- */
.rso-match-product {
  padding: 0 0 var(--space-xxl) 0;
}

.rso-match-product__inner {
  display: flex;
  gap: var(--space-xl);
}

.rso-match-product__image {
  flex: 1 1 calc(50% - var(--space-xl));
}

.rso-match-product__text {
  flex: 1 1 calc(50% - var(--space-xl));
}

.rso-match-product__text h3 {
  font-size: var(--fz-md);
}

.rso-match-product__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  padding: 0;
}

.rso-match-product__list li {
  flex: 1 1 calc(33.3% - var(--space-sm));
  list-style: none;
  display: flex;
  align-items: center;
  border-radius: var(--radius-sm);
  flex-wrap: wrap;
  border: 1px solid var(--color-border);
  gap: var(--space-sm);
  padding: var(--space-sm);
}

.rso-match-product__list li img {
  max-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rso-match-product__list li span {
  flex: 0 0 auto;
}

/* --------------------------------
   faq
--------------------------------- */
.rso-match-faq {
  padding: 0 0 var(--space-xxl) 0;
  background: var(--color-bg-alt);
}

/* --------------------------------
   news
--------------------------------- */
.rso-match-news {
  padding: var(--space-xxl) 0;
}