.reason {
  padding-block: 4rem 8rem;
}

.reason__inner {
  display: grid;
  gap: 4rem;
}

.reason__column {
  align-items: center;
  display: grid;
  grid-template-columns: 42.6% auto;
}

.reason__column:nth-child(2) {
  grid-template-columns: auto 42.6%;
}

.reason__column:nth-child(2) .reason__img {
  order: 2;
}

.reason__img {
  position: relative;
  z-index: 1;
}

.reason__img::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  z-index: 1;
}

.reason__column:nth-child(1) .reason__img::after {
  background-image: url(../../images/reason/img-reason-illust_01.png);
  bottom: -4.6rem;
  height: 19.9rem;
  right: -10.3rem;
  width: 26.6rem;
}

.reason__column:nth-child(2) .reason__img::after {
  background-image: url(../../images/reason/img-reason-illust_02.png);
  bottom: 1.5rem;
  height: 18.7rem;
  right: -7rem;
  width: 19.3rem;
}

.reason__column:nth-child(3) .reason__img::after {
  background-image: url(../../images/reason/img-reason-illust_03.png);
  bottom: -4.8rem;
  height: 13.3rem;
  right: -2.35rem;
  width: 10.5rem;
}

.reason__textarea {
  padding: 1.8rem 2.4rem;
}

.title2 {
  align-items: center;
  display: flex;
  font-size: 2.3rem;
  gap: 1.8rem;
  line-height: 1.5;
}

.title2 span {
  background: linear-gradient(to right, #1660ca, #011c5f);
  -webkit-background-clip: text;
  font-family: var(--familyBebasNeue);
  font-size: 6.4rem;
  line-height: 1.4;
  -webkit-text-fill-color: transparent;
}

.reason__text {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.reason__bottomText {
  font-size: 1.8rem;
  margin-top: 8rem;
}

@media (max-width: 1200px) {
  .reason__column:nth-child(2) .reason__img::after {
    right: -4rem;
  }
}

@media (max-width: 767px) {
  .title2 {
    font-size: 2rem;
  }

  .title2 span {
    font-size: 4.8rem;
  }

  .reason {
    padding-block: 2.4rem 4rem;
  }

  .reason__inner {
    gap: 2rem;
  }

  .reason__column, .reason__column:nth-child(2) {
    grid-template-columns: 1fr;
  }

  .reason__column:nth-child(2) .reason__img {
    order: -1;
  }

  .reason__text, .reason__bottomText {
    font-size: 1.6rem;
  }

  .reason__bottomText {
    margin-top: 4rem;
  }

  .reason__img img {
    margin-inline: auto;
  }

  .reason__img::after {
    scale: 0.7;
  }

  .reason__column:nth-child(1) .reason__img::after {
    bottom: -6.6rem;
    right: -8.3rem;
  }

  .reason__column:nth-child(2) .reason__img::after {
    bottom: -4.5rem;
  }

  .reason__column:nth-child(3) .reason__img::after {
    right: -2.85rem;
  }
}
