.forbeginners-sec.parts-page-intro p {
  max-width: 68rem;
}
@media screen and (max-width: 599px) {
  .forbeginners-sec.parts-page-intro p {
    max-width: unset;
  }
}
.forbeginners-wrap {
  padding-bottom: 12rem;
  width: 100%;
  background-image: url(../images/common/cmn-bg01.png);
  background-image: image-set(url(../images/common/cmn-bg01.png) 1x, url(../images/common/cmn-bg01@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/common/cmn-bg01.png) 1x, url(../images/common/cmn-bg01@2x.png) 2x);
  background-position: center top;
  background-size: max(100%, 200rem) auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .forbeginners-wrap {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.forbeginners-items {
  margin-top: 6.6rem;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media screen and (max-width: 599px) {
  .forbeginners-items {
    padding: 0;
    gap: 6rem;
  }
}
.forbeginners-item {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 850px) {
  .forbeginners-item {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .forbeginners-item {
    flex-direction: column;
  }
}
.forbeginners-item:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 850px) {
  .forbeginners-item:nth-child(2) {
    flex-direction: column;
  }
  .forbeginners-item:nth-child(2) .point-img {
    margin-left: auto;
  }
  .forbeginners-item:nth-child(2) .point-title {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 599px) {
  .forbeginners-item:nth-child(2) {
    flex-direction: column;
  }
  .forbeginners-item:nth-child(2) .point-img {
    margin-left: auto;
  }
  .forbeginners-item:nth-child(2) .point-title {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.forbeginners-img {
  width: 49%;
}
@media screen and (max-width: 850px) {
  .forbeginners-img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .forbeginners-img {
    width: 100%;
  }
}
.forbeginners-img picture {
  width: 100%;
  height: 100%;
}
.forbeginners-img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.forbeginners-content {
  flex: 1;
  min-width: 47rem;
}
@media screen and (max-width: 850px) {
  .forbeginners-content {
    min-width: unset;
    flex: none;
    margin-top: -8rem;
  }
}
@media screen and (max-width: 599px) {
  .forbeginners-content {
    min-width: unset;
    flex: none;
    margin-top: -8rem;
  }
}
.forbeginners-title span {
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  display: inline-block;
  background-color: #ffdb01;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #101253;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.66;
}
@media screen and (max-width: 850px) {
  .forbeginners-title span {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .forbeginners-title span {
    font-size: clamp(24px, 4.8rem, 48px);
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.forbeginners-desc {
  margin-top: 2.7rem;
  color: #101253;
  text-align: justify;
}
@media screen and (max-width: 850px) {
  .forbeginners-desc {
    margin-top: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .forbeginners-desc {
    margin-top: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
    margin-bottom: 2rem;
  }
}
.forbeginners-text {
  padding-bottom: 30rem;
}
.forbeginners-text p {
  margin-top: 5rem;
  font-size: 1.8rem;
  line-height: 3;
  color: #101253;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .forbeginners-text p {
    margin-top: 0;
    text-align: left;
    font-size: clamp(18px, 3.6rem, 36px);
    line-height: 2;
  }
}
/*# sourceMappingURL=forbeginners.css.map */