.c-cta__upper {
  background-color: #ffd02a;
}

.c-cta__container {
  padding: 3.4285714286vw 1.0714285714vw;
}
@media screen and (max-width: 767px) {
  .c-cta__container {
    padding: 27px 15px;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__container {
    padding: 48px 15px;
  }
}

.c-cta__present {
  width: 65.0714285714vw;
  max-width: 911px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-cta__present {
    width: 100%;
  }
}

.c-cta__heading {
  text-align: center;
}
.c-cta__heading span {
  position: relative;
  display: inline-block;
  padding: 0 0.4285714286vw 1.1428571429vw;
}
@media screen and (max-width: 767px) {
  .c-cta__heading span {
    padding: 0 10px 8px;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__heading span {
    padding: 0 6px 16px;
  }
}
.c-cta__heading img {
  width: 35.3571428571vw;
}
@media screen and (max-width: 767px) {
  .c-cta__heading img {
    width: 79.0666666667vw;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__heading img {
    max-width: 495px;
  }
}

.c-cta__present + .c-cta__heading {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-cta__present + .c-cta__heading {
    margin-top: 11px;
  }
}

.c-cta__heading span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-cta__heading span::before {
    height: 3.5px;
  }
}

.c-cta__group01 {
  position: relative;
  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;
  width: 72.8571428571vw;
  max-width: 1020px;
  margin: 2.2142857143vw auto 0;
}
@media screen and (max-width: 767px) {
  .c-cta__group01 {
    width: 100%;
    margin: 23px auto 0;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__group01 {
    margin-top: 31px;
  }
}

.c-cta__group02 {
  width: calc(610 / 1020 * 100%);
  margin-top: calc(2 / 1020 * 100%);
}
@media screen and (max-width: 767px) {
  .c-cta__group02 {
    width: 100%;
    margin-top: 0;
  }
}

.c-cta-online__text {
  width: calc(597 / 610 * 100%);
  margin-left: calc(8 / 610 * 100%);
}
@media screen and (max-width: 767px) {
  .c-cta-online__text {
    width: 89.2vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta-online__text {
    width: 597px;
  }
}

.c-cta-online__btn {
  display: block;
  width: 100%;
  margin-top: calc(12 / 610 * 100%);
  border-radius: 2.1428571429vw;
  -webkit-box-shadow: 0.2857142857vw 0.3571428571vw 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0.2857142857vw 0.3571428571vw 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-cta-online__btn {
    width: 78.6666666667vw;
    margin: 15px auto 0;
    border-radius: 4vw;
    -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1401px) {
  .c-cta-online__btn {
    margin-top: 12px;
    -webkit-box-shadow: 4px 5px 0px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 5px 0px 0px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
  }
}

@media screen and (min-width: 768px) {
  .c-cta-online__btn:hover {
    -webkit-transform: translate(0.2857142857vw, 0.3571428571vw);
        -ms-transform: translate(0.2857142857vw, 0.3571428571vw);
            transform: translate(0.2857142857vw, 0.3571428571vw);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta-online__btn:hover {
    -webkit-transform: translate(4px, 5px);
        -ms-transform: translate(4px, 5px);
            transform: translate(4px, 5px);
  }
}

@media screen and (max-width: 767px) {
  .c-cta__btns {
    width: 78.6666666667vw;
    margin: 26px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__btns {
    width: calc(370 / 1020 * 100%);
  }
}

.c-cta__btn {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-cta__btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__btn {
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
.c-cta__btn + .c-cta__btn {
  margin-top: 1.4285714286vw;
}
@media screen and (min-width: 1401px) {
  .c-cta__btn + .c-cta__btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__btn + .c-cta__btn {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .c-cta__btn:hover {
    opacity: 0.65;
  }
}

.c-cta__tel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .c-cta__tel {
    width: 78.6666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 25px auto 0;
  }
}

.c-cta__tel-heading {
  width: 14.4285714286vw;
}
@media screen and (max-width: 767px) {
  .c-cta__tel-heading {
    width: 100%;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__tel-heading {
    width: 202px;
  }
}

@media screen and (max-width: 767px) {
  .c-cta__tel-heading img {
    width: 37.6vw;
  }
}

.c-cta__tel-icon {
  display: inline-block;
  width: 3.0714285714vw;
  margin-left: 0.6428571429vw;
}
@media screen and (max-width: 767px) {
  .c-cta__tel-icon {
    width: 12.6666666667vw;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__tel-icon {
    width: 43px;
    margin-left: 9px;
  }
}

.c-cta__tel-text {
  display: inline-block;
  width: 14.2857142857vw;
  margin-left: 0.1428571429vw;
}
@media screen and (max-width: 767px) {
  .c-cta__tel-text {
    width: 65.3333333333vw;
    margin-top: 5px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__tel-text {
    width: 200px;
    margin-left: 2px;
  }
}

.c-cta__tel-date {
  width: 37.8571428571vw;
  margin-left: 1.0714285714vw;
}
@media screen and (max-width: 767px) {
  .c-cta__tel-date {
    width: 60.6666666667vw;
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__tel-date {
    width: 530px;
    margin-left: 15px;
  }
}

.c-cta__lower .c-cta__container {
  width: 78.5714285714vw;
  max-width: 1100px;
  padding: 1.7857142857vw 0 4.2857142857vw;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta__lower .c-cta__container {
    width: 100%;
    padding: 18px 15px 30px;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__lower .c-cta__container {
    padding: 25px 0 60px;
  }
}

.c-cta__lower-text {
  font-size: 1.0714285714vw;
  line-height: 1.46667;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-cta__lower-text {
    font-size: 1.3rem;
    line-height: 1.40385;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__lower-text {
    font-size: 1.5rem;
  }
}

.c-cta__lower-link {
  position: relative;
  display: inline-block;
  padding-right: 1.7857142857vw;
  margin-top: 1.0714285714vw;
  font-size: 1.4285714286vw;
  font-weight: 700;
  text-align: center;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-cta__lower-link {
    margin-top: 25px;
    padding-right: 18px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__lower-link {
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .c-cta__lower-link:hover {
    opacity: 0.65;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__lower-link {
    margin-top: 15px;
    font-size: 2rem;
    padding-right: 25px;
  }
}

.c-cta__lower-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1vw;
  height: 1vw;
  content: "";
  background-image: url("/lp/assets/images/common/icon_window.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-cta__lower-link::after {
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1401px) {
  .c-cta__lower-link::after {
    width: 14px;
    height: 14px;
  }
}

.c-cta__lower-link span {
  text-align: center;
  border-bottom: 1px solid #333;
}

.p-about__container {
  position: relative;
  padding: 3.2142857143vw 0 7.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-about__container {
    padding: 28px 15px 40px;
  }
}
@media screen and (min-width: 1401px) {
  .p-about__container {
    padding: 45px 0 100px;
  }
}

.p-about__container::before {
  position: absolute;
  left: calc(50% - 28.2142857143vw);
  bottom: -1.8571428571vw;
  z-index: -1;
  width: 98.7142857143vw;
  height: 65.8571428571vw;
  content: "";
  background-image: url("/lp/assets/images/about/index/about_bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-about__container::before {
    left: 0;
    bottom: 70px;
    width: 100%;
    height: 122.9333333333vw;
    background-image: url("/lp/assets/images/about/index/about_bg_sp.jpg");
    background-size: 100%;
  }
}
@media screen and (min-width: 1401px) {
  .p-about__container::before {
    left: calc(50% - 395px);
    bottom: -26px;
    width: 1382px;
    height: 922px;
  }
}

.p-about__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about__heading {
    display: block;
    text-align: center;
  }
}
.p-about__heading img {
  width: auto;
  height: 3.5vw;
}
@media screen and (max-width: 767px) {
  .p-about__heading img {
    height: 29px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1401px) {
  .p-about__heading img {
    height: 48px;
  }
}

.p-about__heading::before {
  display: block;
  width: 2.6428571429vw;
  height: 2.4285714286vw;
  margin-right: 2.1428571429vw;
  content: "";
  background-image: url("/lp/assets/images/common/heading_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-about__heading::before {
    width: 21.5px;
    height: 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1401px) {
  .p-about__heading::before {
    width: 37px;
    height: 34px;
    margin-right: 34px;
  }
}

.p-about__lede {
  width: 43.5714285714vw;
  margin: 2.6428571429vw auto 0;
}
@media screen and (max-width: 767px) {
  .p-about__lede {
    width: 53.3333333333vw;
    margin-top: 26px;
  }
}
@media screen and (min-width: 1401px) {
  .p-about__lede {
    width: 610px;
    margin-top: 37px;
  }
}

.p-about__text {
  width: 43.0714285714vw;
  margin: 3.1428571429vw auto 0;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    width: 84.9333333333vw;
    margin-top: 28px;
  }
}
@media screen and (min-width: 1401px) {
  .p-about__text {
    width: 603px;
    margin-top: 44px;
  }
}

.p-about__movie {
  margin-top: 3.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-about__movie {
    margin-top: 33px;
  }
}
@media screen and (min-width: 1401px) {
  .p-about__movie {
    margin-top: 50px;
  }
}

.p-about__movie-heading {
  width: 34.9285714286vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about__movie-heading {
    width: 80.5333333333vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-about__movie-heading {
    width: 489px;
  }
}

.p-about__movie-wrap {
  position: relative;
  width: 52.8571428571vw;
  height: 30vw;
  margin: 2.1428571429vw auto 0;
}
@media screen and (max-width: 767px) {
  .p-about__movie-wrap {
    width: 100%;
    margin-top: 20px;
    padding-top: 56.25%;
  }
}
@media screen and (min-width: 1401px) {
  .p-about__movie-wrap {
    width: 740px;
    height: 420px;
    margin-top: 30px;
  }
}

.p-about__movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-flow {
  background-color: #fff7db;
}

.p-flow__container {
  padding: 7.1428571429vw 0;
}
@media screen and (max-width: 767px) {
  .p-flow__container {
    padding: 38px 15px 40px;
  }
}
@media screen and (min-width: 1401px) {
  .p-flow__container {
    padding: 100px 0;
  }
}

.p-flow__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-flow__heading {
    display: block;
    text-align: center;
  }
}
.p-flow__heading img {
  width: auto;
  height: 3.5vw;
}
@media screen and (max-width: 767px) {
  .p-flow__heading img {
    height: 65.5px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1401px) {
  .p-flow__heading img {
    height: 48px;
  }
}

.p-flow__heading::before {
  display: block;
  width: 2.6428571429vw;
  height: 2.4285714286vw;
  margin-right: 2.1428571429vw;
  content: "";
  background-image: url("/lp/assets/images/common/heading_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-flow__heading::before {
    width: 21.5px;
    height: 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1401px) {
  .p-flow__heading::before {
    width: 37px;
    height: 34px;
    margin-right: 34px;
  }
}

.p-flow__lede {
  margin-top: 2.1428571429vw;
  font-size: 1.2857142857vw;
  font-weight: 700;
  line-height: 1.83333;
  text-align: center;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-flow__lede {
    margin-top: 18px;
    font-size: 1.5rem;
    line-height: 1.66667;
    text-align: left;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-flow__lede {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

.p-flow__chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 78.5714285714vw;
  max-width: 1100px;
  margin: 46px auto 0;
}
@media screen and (max-width: 767px) {
  .p-flow__chart {
    display: block;
    width: 100%;
    margin-top: 13px;
  }
}

.p-flow__chart-item {
  position: relative;
  width: calc(302 / 1100 * 100%);
  padding: 1.4285714286vw 0 0;
  border-radius: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-flow__chart-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0;
    border-radius: 15px;
  }
  .p-flow__chart-item + .p-flow__chart-item {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1401px) {
  .p-flow__chart-item {
    padding-top: 20px;
    border-radius: 30px;
  }
}

.p-flow__chart-item::after {
  position: absolute;
  top: 50%;
  right: -5vw;
  width: 2.2142857143vw;
  height: 2.5vw;
  content: "";
  background-image: url("/lp/assets/images/about/index/flow_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-flow__chart-item::after {
    top: auto;
    bottom: -25px;
    left: 50%;
    width: 18px;
    height: 15.5px;
    background-image: url("/lp/assets/images/about/index/flow_arrow_sp.svg");
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1401px) {
  .p-flow__chart-item::after {
    right: -70px;
    width: 31px;
    height: 35px;
  }
}

.p-flow__chart-item:last-child::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .p-flow__chart-content {
    padding: 18px 22px 18px 0;
  }
}

.p-flow__chart-heading {
  height: 19.5px;
}
@media screen and (min-width: 768px) {
  .p-flow__chart-heading {
    text-align: center;
    height: 2vw;
    max-height: 28px;
  }
}
.p-flow__chart-heading img {
  width: auto;
  height: 100%;
}

.p-flow__chart-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow__chart-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(221 / 690 * 100%);
  }
}

.p-flow__chart-text {
  line-height: 1.625;
  color: #fff;
  font-size: 1.1428571429vw;
  font-weight: 600;
  padding: 0.4285714286vw 1.8571428571vw 1.8571428571vw;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-flow__chart-text {
    font-size: 1.3rem;
    line-height: 1.3846;
    padding: 0;
    margin-top: 14px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-flow__chart-text {
    font-size: 1.6rem;
    padding: 6px 26px 26px;
  }
}

.p-flow__chart-item:first-child {
  background-color: #d54866;
}

.p-flow__chart-item:nth-of-type(2) {
  background-color: #ffd02a;
}
.p-flow__chart-item:nth-of-type(2) .p-flow__chart-text {
  color: #333;
}

.p-flow__chart-item:nth-of-type(3) {
  background-color: #48ac97;
}
@media screen and (min-width: 768px) {
  .p-flow__chart-item:nth-of-type(3) .p-flow__chart-text {
    letter-spacing: -0.03em;
  }
}

.p-flow__btn {
  display: block;
  width: 35.7142857143vw;
  margin: 70px auto 0;
  -webkit-box-shadow: 0.3571428571vw 0.3571428571vw 0 0 #e5dec5;
          box-shadow: 0.3571428571vw 0.3571428571vw 0 0 #e5dec5;
  border-radius: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-flow__btn {
    width: 78.6666666667vw;
    margin-top: 30px;
    border-radius: 15px;
    -webkit-box-shadow: 4px 4px 0 0 #e5dec5;
            box-shadow: 4px 4px 0 0 #e5dec5;
  }
}
@media screen and (min-width: 1401px) {
  .p-flow__btn {
    width: 500px;
    -webkit-box-shadow: 5px 5px 0 0 #e5dec5;
            box-shadow: 5px 5px 0 0 #e5dec5;
    border-radius: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(0.3571428571vw) translateY(0.3571428571vw);
        -ms-transform: translateX(0.3571428571vw) translateY(0.3571428571vw);
            transform: translateX(0.3571428571vw) translateY(0.3571428571vw);
  }
}
@media screen and (min-width: 1401px) {
  .p-flow__btn:hover {
    -webkit-transform: translateX(5px) translateY(5px);
        -ms-transform: translateX(5px) translateY(5px);
            transform: translateX(5px) translateY(5px);
  }
}

.p-mv {
  position: relative;
}

.p-mv__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-mv__heading {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.p-mv__heading img {
  width: auto;
  height: 3.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-mv__heading img {
    height: 26.5px;
  }
}
@media screen and (min-width: 1401px) {
  .p-mv__heading img {
    height: 54px;
  }
}

.p-mv__img {
  width: 100%;
}
.p-mv__img img {
  width: 100%;
  max-width: 100%;
}

.p-point__container {
  position: relative;
  padding: 7.1428571429vw 0;
}
@media screen and (max-width: 767px) {
  .p-point__container {
    padding: 40px 15px 42px;
  }
}
@media screen and (min-width: 1401px) {
  .p-point__container {
    padding: 100px 0;
  }
}

.p-point__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-point__heading {
    display: block;
    text-align: center;
  }
}
.p-point__heading img {
  width: auto;
  height: 3.5vw;
}
@media screen and (max-width: 767px) {
  .p-point__heading img {
    height: 28.5px;
    margin-top: 13px;
  }
}
@media screen and (min-width: 1401px) {
  .p-point__heading img {
    height: 48px;
  }
}

.p-point__heading::before {
  display: block;
  width: 2.6428571429vw;
  height: 2.4285714286vw;
  margin-right: 2.1428571429vw;
  content: "";
  background-image: url("/lp/assets/images/common/heading_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-point__heading::before {
    width: 21.5px;
    height: 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1401px) {
  .p-point__heading::before {
    width: 37px;
    height: 34px;
    margin-right: 34px;
  }
}

.p-point__lede {
  margin-top: 2.1428571429vw;
  font-size: 1.2857142857vw;
  font-weight: 700;
  line-height: 1.83333;
  text-align: center;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-point__lede {
    margin-top: 16px;
    font-size: 1.5rem;
    line-height: 1.66667;
    text-align: left;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-point__lede {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

.p-point__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 78.5714285714vw;
  margin: 4.2857142857vw auto 0;
}
@media screen and (max-width: 767px) {
  .p-point__items {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1401px) {
  .p-point__items {
    width: 1100px;
    margin-top: 60px;
  }
}

.p-point__item {
  position: relative;
  width: calc(535 / 1100 * 100%);
  background-color: #fff6d4;
  border-radius: 2.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-point__item {
    width: 100%;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1401px) {
  .p-point__item {
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__item + .p-point__item {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .p-point__item:nth-of-type(n+3) {
    margin-top: 3.5714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-point__item:nth-of-type(n+3) {
    margin-top: 50px;
  }
}

.p-point__item-balloon {
  position: absolute;
  top: -1.9285714286vw;
  left: 1.8571428571vw;
  width: 6.7142857143vw;
  height: 6.7142857143vw;
}
@media screen and (max-width: 767px) {
  .p-point__item-balloon {
    top: -14px;
    left: 17.5px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1401px) {
  .p-point__item-balloon {
    top: -27px;
    left: 26px;
    width: 94px;
    height: 94px;
  }
}

.p-point__item-text {
  padding: calc(20 / 535 * 100%) calc(40 / 535 * 100%) calc(46 / 535 * 100%);
  font-size: 1.1428571429vw;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-point__item-text {
    padding: 16px 17.5px 26.5px;
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}
@media screen and (min-width: 1401px) {
  .p-point__item-text {
    font-size: 1.6rem;
  }
}

.p-point__btn {
  display: block;
  width: 40.1428571429vw;
  margin: 60px auto 0;
  -webkit-box-shadow: 0.3571428571vw 0.3571428571vw 0 0 #e5dec5;
          box-shadow: 0.3571428571vw 0.3571428571vw 0 0 #e5dec5;
  border-radius: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-point__btn {
    width: 78.6666666667vw;
    margin-top: 30px;
    border-radius: 15px;
    -webkit-box-shadow: 4px 4px 0 0 #e5dec5;
            box-shadow: 4px 4px 0 0 #e5dec5;
  }
}
@media screen and (min-width: 1401px) {
  .p-point__btn {
    width: 562px;
    -webkit-box-shadow: 5px 5px 0 0 #e5dec5;
            box-shadow: 5px 5px 0 0 #e5dec5;
    border-radius: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-point__btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(0.3571428571vw) translateY(0.3571428571vw);
        -ms-transform: translateX(0.3571428571vw) translateY(0.3571428571vw);
            transform: translateX(0.3571428571vw) translateY(0.3571428571vw);
  }
}
@media screen and (min-width: 1401px) {
  .p-point__btn:hover {
    -webkit-transform: translateX(5px) translateY(5px);
        -ms-transform: translateX(5px) translateY(5px);
            transform: translateX(5px) translateY(5px);
  }
}