.content-wrap {
  width: 100%;
  padding: 7.2916666667vw 12.5vw 7.2916666667vw 12.5vw;
  background: rgb(245, 247, 250);
}
.content-wrap .title {
  font-family: URW Form-500;
  color: rgb(0, 20, 51);
  font-size: 2.9166666667vw;
  font-family: "URW Form-500";
  line-height: 3.3333333333vw;
  text-align: center;
  margin-bottom: 3.2291666667vw;
}
.content-wrap .main {
  display: flex;
}
.content-wrap .main .left-wrap {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
}
.content-wrap .main .left-wrap .content {
  width: 100%;
  padding: 0 7.1354166667vw;
}
.content-wrap .main .left-wrap .content .sub-title {
  color: rgb(0, 20, 51);
  font-size: 1.7708333333vw;
  font-family: "URW Form-500";
  line-height: 2.1875vw;
  margin-bottom: 0.8333333333vw;
}
.content-wrap .main .left-wrap .content .description {
  color: rgb(38, 55, 81);
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.25vw;
  margin-bottom: 3.0208333333vw;
}
.content-wrap .main .left-wrap .content .button-container {
  display: flex;
  gap: 0 1.25vw;
}
.content-wrap .main .left-wrap .content .button-container .button-pc {
  width: 10.4166666667vw;
  height: 2.9166666667vw;
}
.content-wrap .main .right-picture {
  flex: 1;
}
.content-wrap .main .right-picture img {
  width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
.content-wrap {
    padding: 0;
    position: relative;
    height: auto;
}
.content-wrap .title {
    position: absolute;
    margin: 0;
    top: 9.6vw;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 6.4vw;
    font-weight: 400;
    line-height: calc(100% + 6px);
    letter-spacing: 0px;
    padding: 0 24px;
    z-index: 2;
}
.content-wrap .main {
    flex-direction: column-reverse;
}
.content-wrap .main .left-wrap {
    width: 100%;
}
.content-wrap .main .left-wrap .content {
    padding: 40px 24px 60px;
}
.content-wrap .main .left-wrap .content .sub-title {
    font-family: URW Form-500;
    font-size: 4.8vw;
    font-family: "URW Form-500";
    line-height: 6.9333333333vw;
    margin-bottom: 3.2vw;
}
.content-wrap .main .left-wrap .content .description {
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 5.8666666667vw;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 6.9333333333vw;
}
.content-wrap .main .left-wrap .content .button-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.content-wrap .main .left-wrap .content .button-container .button-mob {
    width: 100%;
}
.content-wrap .main .right-picture {
    position: relative;
}
.content-wrap .main .right-picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    background: linear-gradient(180deg, rgb(0, 0, 0) 15.357%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}
}