.beginner__title {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 38px;
  padding: 84px 0;
  color: white;
  background-image: url("../../../../images/beginner/main.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .beginner__title {
    height: 35px;
    padding: 54px 0;
    background-image: url("../../../../images/beginner/main_sp.png");
  }
}
.beginner__areas {
  width: calc(100% - 30px * 2);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .beginner__areas {
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .beginner__areas {
    gap: 5px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.beginner__area {
  position: relative;
  width: 24.28%;
  max-width: 260.25px;
  padding: 14px 0px 30.5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: white;
  text-align: center;
  background: linear-gradient(276deg, #1358F6 -4.73%, #23F8FB 109.81%);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .beginner__area {
    padding: 10px 0px 26px;
    font-size: 14px;
  }
}
.beginner__area::after {
  position: absolute;
  bottom: 14.5px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 6px;
  content: "";
  background-image: url('data:image/svg+xml,<svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.26786 0.901785C1.33928 0.901785 1.41964 0.9375 1.47321 0.991071L4.98214 4.5L8.49107 0.991071C8.54464 0.9375 8.625 0.901785 8.69643 0.901785C8.76786 0.901785 8.84821 0.9375 8.90179 0.991071L9.34821 1.4375C9.40179 1.49107 9.4375 1.57143 9.4375 1.64286C9.4375 1.71429 9.40179 1.79464 9.34821 1.84821L5.1875 6.00893C5.13393 6.0625 5.05357 6.09821 4.98214 6.09821C4.91071 6.09821 4.83036 6.0625 4.77679 6.00893L0.616071 1.84821C0.5625 1.79464 0.526785 1.71429 0.526785 1.64286C0.526785 1.57143 0.5625 1.49107 0.616071 1.4375L1.0625 0.991071C1.11607 0.9375 1.1875 0.901785 1.26786 0.901785Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .beginner__area::after {
    bottom: 10px;
  }
}

.top__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .top__section {
    gap: 20px;
  }
}
.top__section--engTitle {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #F05C24;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1.1px;
}
.top__section--title {
  margin-bottom: 50px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .top__section--title {
    margin-bottom: 40px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.top__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .top__arrow {
    margin-top: 17px;
    margin-bottom: 57.88px;
  }
}
.top__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 488px;
  height: 89px;
  margin: 16px auto 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#FE6D69), to(#FF3A35));
  background: linear-gradient(to right, #FE6D69, #FF3A35);
  border-radius: 100px;
}
@media (max-width: 767px) {
  .top__button {
    max-width: 100%;
    height: 63px;
  }
}
.top__button:after {
  position: absolute;
  right: 35px;
  width: 7px;
  height: 12px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.001%22%20height%3D%2212%22%20viewBox%3D%220%200%207.001%2012%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4887%22%20data-name%3D%22%E3%83%91%E3%82%B9%204887%22%20d%3D%22M2%2C0a1%2C1%2C0%2C0%2C1-.707-.293l-5-5a1%2C1%2C0%2C0%2C1%2C0-1.414l5-5a1%2C1%2C0%2C0%2C1%2C1.414%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.414L-1.586-6%2C2.708-1.706a1%2C1%2C0%2C0%2C1%2C0%2C1.414A1%2C1%2C0%2C0%2C1%2C2%2C0Z%22%20transform%3D%22translate(3.001%200)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 767px) {
  .top__button:after {
    right: 19.93px;
  }
}
.top__button--balloon {
  position: absolute;
  top: -25.801px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 13px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FF3A35;
  background-color: white;
  border: 1px solid #FF3A35;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .top__button--balloon {
    font-size: 14px;
  }
}
.top__button--balloon::after {
  position: absolute;
  bottom: -10px;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="10" viewBox="0 0 11 10" fill="none"><path d="M11 0.960801L5.80385 9.9608L0.607695 0.960801L11 0.960801Z" fill="white"/></svg>');
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .features {
    padding-top: 68.5px;
  }
}
.features__container {
  width: calc(100% - 30px * 2);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1072px;
  margin: auto;
}
@media (max-width: 767px) {
  .features__container {
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .features__container {
    width: calc(100% - 30px * 2);
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .features__container {
    width: calc(100% - 30px);
  }
}
.features__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 63px;
}
@media (max-width: 767px) {
  .features__contents {
    gap: 49px;
  }
}
.features__title {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .features__title {
    margin-bottom: 48px;
  }
}
.features__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media (max-width: 767px) {
  .features__text {
    font-size: 16px;
  }
}
.features__text--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .features__text--row {
    margin-top: 24px;
  }
}
.features__text .-red {
  font-weight: bold;
  color: #F05C24;
}
.features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .features__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.features__row--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 53.73%;
  max-width: 575px;
  margin-right: 4.48%;
}
@media (max-width: 767px) {
  .features__row--left {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.features__row--left-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .features__row--left-header {
    margin-bottom: 24px;
  }
}
.features__row--right {
  width: 41.79%;
  min-width: 448px;
  max-width: 448px;
}
@media (max-width: 767px) {
  .features__row--right {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.features__row--title {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
@media (max-width: 991px) {
  .features__row--title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .features__row--title {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.features__row--title span {
  position: relative;
}
.features__row--title span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background-color: #F05C24;
  opacity: 0.2;
}
.features__row--number {
  width: 90px;
  height: 22px;
  margin-right: 10px;
}

.reason {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .reason {
    padding-top: 80px;
    margin-top: 0px;
  }
}
.reason__container {
  width: calc(100% - 30px * 2);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  max-width: 934px;
  margin: auto;
}
@media (max-width: 767px) {
  .reason__container {
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .reason__container {
    width: calc(100% - 30px * 2);
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .reason__container {
    width: calc(100% - 30px);
  }
}
.reason__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 64px;
  -webkit-column-gap: 5.36%;
     -moz-column-gap: 5.36%;
          column-gap: 5.36%;
  width: 100%;
}
@media (max-width: 991px) {
  .reason__items {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
  }
}
@media (max-width: 767px) {
  .reason__items {
    row-gap: 32px;
    -webkit-column-gap: 9.4%;
       -moz-column-gap: 9.4%;
            column-gap: 9.4%;
    width: calc(100% - 15px);
  }
}
.reason__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20.98%;
}
@media (max-width: 991px) {
  .reason__item {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .reason__item {
    width: 45.3%;
  }
}
.reason__item--number {
  position: absolute;
  top: -30px;
  left: -6px;
  max-width: 42px;
}
.reason__item--image {
  max-width: 169px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .reason__item--image {
    margin-right: 0;
    max-width: 240px;
  }
}
.reason__item--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  text-align: center;
  word-break: break-all;
}
@media (max-width: 767px) {
  .reason__item--text {
    margin-top: 10px;
    margin-left: 9%;
    font-size: 16px;
  }
}

.flow {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .flow {
    padding-top: 80px;
    margin-top: 0;
    margin-bottom: 0px;
  }
}
.flow__container {
  width: calc(100% - 30px * 2);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  max-width: 882px;
  margin: auto;
}
@media (max-width: 767px) {
  .flow__container {
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .flow__container {
    width: calc(100% - 30px * 2);
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .flow__container {
    width: calc(100% - 30px);
  }
}
.flow__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}
.flow__step:not(:last-child) {
  border-left: 1px solid rgba(240, 92, 36, 0.3);
}
.flow__step--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .flow__step--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow__step--inner:not(.last) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .flow__step--inner:not(.last) {
    margin-bottom: 40px;
  }
}
.flow__step--texts {
  width: 100%;
  max-width: 510px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .flow__step--texts {
    max-width: 100%;
    margin-right: 0px;
  }
}
.flow__step--texts .link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  color: #1d9bf0;
  text-decoration: underline;
}
.flow__step--texts .link .inline {
  display: inline-block;
}
.flow__step--check {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flow__step--title {
  margin-bottom: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .flow__step--title {
    font-size: 18px;
  }
}
.flow__step--text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.flow__step--image {
  max-width: 311px;
}
@media (max-width: 767px) {
  .flow__step--image {
    margin-top: 12px;
  }
}
.flow__step--image.small {
  max-width: 185px;
  margin: auto;
}
@media (max-width: 767px) {
  .flow__step--image.small {
    margin-top: 12px;
    margin-left: 0;
  }
}
.flow__step--note {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  color: #686868;
}
.flow__step--note .link {
  font-size: 14px;
}
.flow__review {
  padding: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  border: 1px solid #F05C24;
  border-radius: 10px;
}
.flow__review--title {
  margin-bottom: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #F05C24;
}
@media (max-width: 767px) {
  .flow__review--title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .faq {
    padding-top: 64px;
  }
}
.faq__container {
  width: calc(100% - 30px * 2);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .faq__container {
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .faq__container {
    margin-bottom: 64px;
  }
}
.faq__title {
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .faq__title {
    margin-bottom: 27px;
    font-size: 16px;
  }
}
.faq__list:not(:last-child) {
  margin-bottom: 10px;
}
.faq__subtitle, .faq__detail {
  padding: 20px 80px 20px 20px;
}
@media (max-width: 767px) {
  .faq__subtitle, .faq__detail {
    padding: 15px 55px 15px 10px;
  }
}
.faq__subtitle, .faq__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.faq__subtitle {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  background: #f2f5f7;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .faq__subtitle {
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .faq__subtitle {
    font-size: 14px;
  }
}
.faq__subtitle:before, .faq__subtitle:after {
  position: absolute;
  right: 20px;
  display: block;
  width: 14px;
  height: 3px;
  content: "";
  background: #333;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .faq__subtitle:before, .faq__subtitle:after {
    width: 12px;
    height: 2px;
  }
}
.faq__subtitle:before {
  top: 38px;
}
@media (max-width: 767px) {
  .faq__subtitle:before {
    top: 32px;
  }
}
.faq__subtitle:after {
  top: 37px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 767px) {
  .faq__subtitle:after {
    top: 31px;
  }
}
.faq__subtitle.on:after {
  opacity: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq__question, .faq__answer {
  width: 33px;
}
@media (max-width: 767px) {
  .faq__question, .faq__answer {
    width: 30px;
  }
}
.faq__question {
  height: 29px;
}
@media (max-width: 767px) {
  .faq__question {
    height: 26px;
  }
}
.faq__answer {
  height: 25px;
}
@media (max-width: 767px) {
  .faq__answer {
    height: 23px;
  }
}
.faq__text {
  display: block;
  width: calc(100% - 54px);
}
@media (max-width: 767px) {
  .faq__text {
    width: calc(100% - 46px);
  }
}
.faq__detail {
  display: none;
  padding-top: 30px;
  padding-bottom: 42px;
}
@media (max-width: 767px) {
  .faq__detail {
    padding-top: 20px;
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .faq__textlist {
    font-size: 14px;
  }
}
.faq__textlist:not(:last-child) {
  margin-bottom: 10px;
}
.faq__link {
  color: #1d9bf0;
  text-decoration: underline;
}
.faq:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .faq:not(:last-child) {
    margin-bottom: 30px;
  }
}
.faq__links {
  text-align: right;
}
.faq__textlink {
  position: relative;
  display: inline-block;
  padding-right: 14px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #1d9bf0;
  text-align: right;
}
@media (max-width: 767px) {
  .faq__textlink {
    font-size: 14px;
  }
}
.faq__textlink:before {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #1d9bf0;
  border-right: 2px solid #1d9bf0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}

.sticky {
  position: fixed;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  gap: 22px;
  width: 100%;
  height: 123px;
  padding: 16.3px 0px;
  background: rgba(51, 51, 51, 0.8);
}
@media (max-width: 767px) {
  .sticky {
    gap: 8px;
    height: 85px;
    padding: 9.5px 10px;
  }
}
.sticky.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sticky__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .sticky__contents {
    gap: 8px;
  }
}
.sticky__regist, .sticky__line {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 350px;
  height: 63px;
  padding: 15.5px;
  font-size: 22px;
  font-weight: 700;
  color: white;
  text-align: center;
  border-radius: 130px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .sticky__regist, .sticky__line {
    height: 43px;
    padding: 10px;
    font-size: 16px;
  }
}
.sticky__regist::after, .sticky__line::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 7px;
  height: 12px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.001%22%20height%3D%2212%22%20viewBox%3D%220%200%207.001%2012%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_624%22%20data-name%3D%22%E3%83%91%E3%82%B9%20624%22%20d%3D%22M2%2C0a1%2C1%2C0%2C0%2C1-.707-.293l-5-5a1%2C1%2C0%2C0%2C1%2C0-1.414l5-5a1%2C1%2C0%2C0%2C1%2C1.414%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.414L-1.586-6%2C2.708-1.706a1%2C1%2C0%2C0%2C1%2C0%2C1.414A1%2C1%2C0%2C0%2C1%2C2%2C0Z%22%20transform%3D%22translate(3.001%200)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sticky__regist::after, .sticky__line::after {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .sticky__regist--link, .sticky__line--link {
    font-size: 16px;
  }
}
.sticky__regist--balloon, .sticky__line--balloon {
  position: absolute;
  top: -29px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 43px;
  padding-bottom: 11px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .sticky__regist--balloon, .sticky__line--balloon {
    top: -20px;
    height: 30px;
    padding-bottom: 4px;
    font-size: 11px;
  }
}
.sticky__regist {
  background: -webkit-gradient(linear, left top, right top, from(#fe6f6b), to(#ff3833));
  background: linear-gradient(to right, #fe6f6b 0%, #ff3833 100%);
}
.sticky__regist--balloon {
  color: #fe6f6b;
  background: url("../../../../images/top/sticky/free_balloon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .sticky__regist--balloon {
    background: url("../../../../images/top/sticky/free_balloon_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.sticky__line {
  background: #06C755;
}
.sticky__line--balloon {
  color: #06C755;
  background: url("../../../../images/top/sticky/line_balloon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .sticky__line--balloon {
    background: url("../../../../images/top/sticky/free_line_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}