.hekireki {
  width: 100%;
}

.hekireki .heroImg {

}

.hekireki .heroImg div{
  max-width: 1280px;
  margin : 0 auto;
  text-align: center;
  padding: 30px 0;
}

.hekireki-title-1 {
  background: url(../images/collaboration/nakajimakento/hekireki/img-title.svg) no-repeat 0 0;
  width : 100%;
  height: 350px;
}

.hekireki-title-1 span {
  display: none;
}

.hekireki .mainImg {

}

.catch-content {
  background: linear-gradient(45deg, #92A7EA, #FEEDF7);
  padding : 50px 0;
}

.two-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse
  flex-wrap: wrap;
  gap: 4rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.right-content {
  order: 1;
  flex: 1 1 50%;
  color: #fff;
}

.right-content h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.right-content p {
  /* font-size: 1rem; */
  line-height: 2;
}

.left-content {
  flex: 1 1 50%;
  color: #fff;
}

.left-content iframe {
  width: 100%;
  height: 339px;
  margin-bottom: 1.5rem;
  border: none;
}

.left-content .single-jacket {
  display: flex;
  /* justify-content: space-between; */
  align-items: flex-start;
  flex-direction: row-reverse
  flex-wrap: wrap;
}

.left-content .single-jacket img{
  width: 130px;
}

.left-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 20px;
  font-size: 0.95rem;
  line-height: 1.8;
}

.left-content ul li {
  /* margin-bottom: 0.5em; */
}

.left-content ul li:nth-child(2) {
  font-size : 3rem;
}

.left-content ul li:nth-child(2) span {
  font-size: 1rem;
  letter-spacing: 1.5rem;
  margin-left: 1rem;
}

.left-content ul li:last-child {
  font-size : 1.5rem;
}



@media screen and (max-width: 768px) {
  .two-column {
    flex-direction: column;
    gap: 2rem;
  }

  .right-content, .left-content {
    flex: 1 1 100%;
    text-align: center;
  }

  .right-content h2 {
    font-size: 1.5rem;
  }

  .right-content p,
  .left-content ul {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .left-content iframe {
    height: 200px;
  }
}
