.bl_reasonList {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.bl_reasonListImg {
  position: relative;
  width: calc(100% + 20px);
  margin-left: -20px;
}

.bl_reasonListImg.hp_ImgReverse {
  margin-inline: 0 -20px;
}

.bl_reasonListItem {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.el_reasonListItem_number {
  transform: skewX(-9deg);
  font-size: clamp(0.875rem, 0.6964rem + 0.8929vw, 1.5rem);
}

.bl_reasonListItem_ttl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl_reasonListItem_ttl h2 {
  font-size: clamp(1.5rem, 1.2143rem + 1.4286vw, 2.5rem);
  font-weight: 500;
}

.bl_reasonListItem_txt {
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 16px;
}

.bl_reasonListItem_txt h3 {
  font-size: clamp(1.25rem, 1.0357rem + 1.0714vw, 2rem);
  font-weight: 500;
}

.bl_reasonListItem_txt strong {
  font-weight: 500;
  -webkit-text-stroke: 0.6px var(--color-accent);
}

.bl_reasonListItem_card {
  background: #f5f5f5;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_reasonListItem_card h4 {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  gap: 8px;
  align-items: center;
  -webkit-text-stroke: 0.6px var(--color-text);
}

.bl_reasonListItem_card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bl_reasonListItem_card li {
  list-style: disc;
  margin-left: 20px;
  line-height: 1.6;
}

.ly_reasonChoiseSec {
  background: #fdbe4c;
  position: relative;
  overflow: hidden;
}

.ly_reasonChoiseSec::before {
  z-index: 10;
}

.el_reasonRay {
  position: absolute;
  top: 14%;
  right: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  clip-path: inset(0 0 0 100%);
  z-index: 10;
}

.el_reasonRay.is-animated {
  animation: raySlideIn 1s ease-out forwards;
}

@keyframes raySlideIn {
  from {
    clip-path: inset(0 0 0 100%);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

.ly_reasonChoise {
  background: var(--color-accent);
}

.bl_reasonChoise {
  padding: 120px 20px;
  color: #fff;
}

.bl_reasonChoise h3 {
  font-size: clamp(1.25rem, 0.4643rem + 3.9286vw, 4rem);
  font-weight: 500;
  -webkit-text-stroke: 1.5px #fff;
  line-height: 1;
  transform: skewX(-9deg);
  margin-bottom: 64px;
}

.bl_reasonChoise h3 span {
  font-size: clamp(2.625rem, 1.7679rem + 4.2857vw, 5.625rem);
  -webkit-text-stroke: 2px #fff;
  line-height: 1;
}

.bl_reasonChoise p {
  font-size: 18px;
  line-height: 1.4;
}

.line_subpBody.mv-line .__line {
  transform: rotate(-1deg) !important;
}

.line_subpBody .__lines:nth-child(2) .__line:nth-child(1) {
  transform: rotate(4deg) !important;
  bottom: 120px;
}

@media screen and (min-width: 768px) {
  .bl_reasonList.bl_normalSec {
    padding-inline: 0;
    padding-bottom: 80px;
  }

  .bl_reasonListItem {
    max-width: 1120px;
    padding-inline: 40px;
    margin-inline: auto;
    flex-direction: row;
    justify-content: space-between;
  }

  .bl_reasonListItem.hp_rowReverse {
    flex-direction: row-reverse;
  }

  .bl_reasonListItem_ttl h2 {
    writing-mode: vertical-rl;
  }

  .bl_reasonListItem_txt {
    max-width: 680px;
  }

  .bl_reasonListItem_ttl {
    align-items: center;
    width: 320px;
  }

  .bl_reasonListItem_ttl h2 {
    letter-spacing: 0.12em;
  }

  .bl_reasonListItem_card {
    padding: 32px;
  }

  .bl_reasonListImg {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
  }

  .bl_reasonListImg img {
    width: 60vw;
    max-width: 800px;
  }

  .bl_reasonListImg::after {
    position: absolute;
    content: '';
    bottom: 9%;
    left: min(50vw, 720px);
    width: 56vw;
    max-width: 640px;
    height: 25vw;
    max-height: 360px;
    background: #f5f5f5;
    transform: skewY(-6deg);
    z-index: -1;
  }

  .bl_reasonListImg.hp_ImgReverse {
    align-self: center;
  }

  .bl_reasonListImg.hp_ImgReverse img {
    margin-inline: auto 0;
  }

  .bl_reasonListImg.hp_ImgReverse::after {
    right: min(50vw, 720px);
    left: unset;
  }

  .bl_reasonChoise h3 {
    -webkit-text-stroke: 3px #fff;
  }

  .bl_reasonChoise h3 span {
    -webkit-text-stroke: 3px #fff;
  }

  .bl_reasonChoise h3 .un_ml {
    display: inline-block !important;
    padding-left: 2ch;
  }

  .bl_reasonChoise {
    padding-block: 160px;
    max-width: 1040px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
  }

  .bl_reasonChoise p {
    align-self: flex-end;
    max-width: 680px;
  }
}
