@charset "UTF-8";

.page-hare .header {
  position: relative;
  background: #71a0d6;
  background: linear-gradient(
    33deg,
    rgba(113, 160, 214, 1) 0%,
    rgba(196, 139, 164, 1) 25%,
    rgba(238, 124, 83, 1) 50%,
    rgba(238, 160, 74, 1) 75%,
    rgba(240, 197, 87, 1) 100%
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.case-study-section h2{
  padding: 0 0 2rem 0;
}





.case-study-section {
  padding: 100px 20px;
  font-size: 1.8rem;
}

.case-study-section .inner-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* 上部レイアウト */
.case-header {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 6rem;
}

.case-visual {
  flex: 1.3;
}

.case-visual img {
  width: 100%;
  height: auto;
}

.case-meta {
  flex: 1;
}

.client-title {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
}

.sub-title {
  margin-top: 5px;
}

.meta-group dt {
  font-weight: bold;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  margin-top: 20px;
}

.meta-group dd {
  margin-top: 0.8rem;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.meta-group a {
  color: #8c6464;
}

.case-details {
  border-top: 1px solid #e0d5d0;
  padding-top: 6rem;
}

.detail-box h3 {
  font-weight: bold;
  margin-top: 4rem;
}

.detail-box p,
.detail-box li {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  margin-top: 0.8rem;
}

.detail-box ul {
  padding-left: 2.5rem;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 0;
}

.detail-box li {
    margin-bottom: 8px;
}

/* デザインの意図だけ横幅いっぱいにする */
.full-width {
  grid-column: 1 / -1;
}

/* レスポンシブ */
@media (max-width: 850px) {
  .case-header {
    flex-direction: column;
  }

  .case-details {
    grid-template-columns: 1fr;
  }

  .case-study-section {
    padding: 60px 20px;
  }
}



.hare-overview{
  margin-top: 10rem;
}

.hare-overview-sp{
  margin-top: 10rem;
}
.hare-overview p{
  margin-bottom: 2rem;
}