.mv {
  padding: 110px 0 60px;
  overflow: hidden;
  position: relative;
  background: #FEE3EC;
}

@media (max-width: 1240px) {
  .mv {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .mv {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

.mv__cont {
  position: relative;
}

.mv__left {
  width: 840px;
  text-align: center;
}

@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .mv__left {
    padding-left: 40px;
    width: 760px;
  }
}

@media (max-width: 1240px) {
  .mv__left {
    margin: 0 auto 20px;
  }
}

@media (max-width: 979px) {
  .mv__left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mv__left {
    margin-bottom: 0;
  }
}

.mv__left h1 {
  font-weight: 900;
  color: #F2789F;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .mv__left h1 {
    margin-bottom: 0;
    text-align: center;
  }
}

.mv__left h1 > span {
  display: inline-block;
}

.mv__left h1 > span:first-child {
  color: #333;
  font-size: 47px;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 10px;
}

@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .mv__left h1 > span:first-child {
    font-size: 42px;
    line-height: 60px;
  }
}

@media (max-width: 979px) {
  .mv__left h1 > span:first-child {
    font-size: 42px;
    letter-spacing: 6px;
  }
}

@media (max-width: 767px) {
  .mv__left h1 > span:first-child {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 3px;
    display: block;
  }
}

@media (max-width: 320px) {
  .mv__left h1 > span:first-child {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2.6px;
    display: block;
  }
}

.mv__left h1 > span:first-child span {
  color: #F2789F;
  position: relative;
}

.mv__left h1 > span:first-child span:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #F2789F;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: calc(50% - 5px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mv__left h1 > span:first-child span:before {
    width: 5px;
    height: 5px;
    top: -12px;
    left: calc(50% - 1.5px);
  }
}

.mv__left h1 > span:last-child {
  color: #333;
  font-size: 68px;
  font-weight: bold;
  line-height: 90px;
  position: relative;
  letter-spacing: 14px;
}

@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .mv__left h1 > span:last-child {
    font-size: 60px;
    line-height: 80px;
  }
}

@media (max-width: 979px) {
  .mv__left h1 > span:last-child {
    font-size: 60px;
    letter-spacing: 10px;
  }
}

@media (max-width: 767px) {
  .mv__left h1 > span:last-child {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 4px;
  }
}

@media (max-width: 320px) {
  .mv__left h1 > span:last-child {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 4px;
  }
}

.mv__left h1 > span:last-child span {
  color: #F2789F;
}

.mv__left .btn__cta {
  margin-top: 40px;
}

@media (max-width: 1240px) {
  .mv__left .btn__cta {
    display: none;
  }
}

.mv__price {
  margin-bottom: 10px;
}

.mv__price__item {
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  .mv__price__item {
    width: 100%;
  }
}

.mv__price__item__plan {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .mv__price__item__plan {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mv__price__item__plan__left span {
  padding: 8px;
  display: inline-block;
  background: #F999B7;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 979px) {
  .mv__price__item__plan__left span {
    padding: 6px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .mv__price__item__plan__left span {
    font-size: 14px;
    line-height: 20px;
  }
}

.mv__price__item__plan__mid {
  margin: 0 10px;
  position: relative;
  bottom: -6px;
  z-index: 1;
}

.mv__price__item__plan__mid span {
  font-size: 100px;
  font-weight: bold;
  color: #896C0C;
  line-height: 110px;
  position: relative;
  letter-spacing: 0;
}

@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .mv__price__item__plan__mid span {
    font-size: 90px;
    line-height: 100px;
  }
}

@media (max-width: 979px) {
  .mv__price__item__plan__mid span {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .mv__price__item__plan__mid span {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 320px) {
  .mv__price__item__plan__mid span {
    font-size: 50px;
    line-height: 80px;
  }
}


.mv__price__item__plan__right {
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .mv__price__item__plan__right {
    bottom: -2px;
  }
}

.mv__price__item__plan__right span {
  display: block;
  color: #896C0C;
  font-weight: bold;
  letter-spacing: 0;
}

.mv__price__item__plan__right span:first-child {
  margin-bottom: 7px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .mv__price__item__plan__right span:first-child {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.mv__price__item__plan__right span:last-child {
  font-size: 36px;
  line-height: 40px;
}

@media (max-width: 767px) {
  .mv__price__item__plan__right span:last-child {
    font-size: 28px;
    line-height: 35px;
  }
}

.mv__price__or {
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .mv__price__or {
    margin: 2px auto;
    max-width: 400px;
    width: 100%;
    top: 4px;
  }
}

.mv__price__or:before {
  content: '';
  width: 2px;
  background: #333;
  position: absolute;
  top: 13px;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mv__price__or:before {
    width: 70%;
    height: 2px;
    top: 50%;
    bottom: initial;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.mv__price__or span {
  padding: 10px 0;
  display: inline-block;
  background: #FEE3EC;
  color: #333;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .mv__price__or span {
    padding: 0 10px;
    font-size: 16px;
  }
}

.mv ul {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media (max-width: 767px) {
  .mv ul {
    max-width: 400px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.mv__feature {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
}

.mv__feature__icon {
  width: 170px;
  height: 170px;
  background: url(../images/svg/circle-mv.svg) no-repeat center/contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .mv__feature__icon {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 979px) {
  .mv__feature__icon {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .mv__feature__icon {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 320px) {
  .mv__feature__icon {
    width: 60px;
    height: 60px;
  }
}

.mv__feature__icon img {
  margin: 0 auto 10px;
  width: 70px;
  height: 60px;
}

@media (max-width: 979px) {
  .mv__feature__icon img {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .mv__feature__icon img {
    margin-bottom: 2px;
    width: 35px;
    height: 30px;
  }
}

.mv__feature__icon p {
  color: #F2789F;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .mv__feature__icon p {
    font-size: 13px;
    letter-spacing: 0;
  }
}

@media (max-width: 320px) {
  .mv__feature__icon p {
    font-size: 10px;
    letter-spacing: 0;
  }
}


.mv__right {
  width: 350px;
  position: absolute;
  right: -30px;
  bottom: -30px;
}

@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .mv__right {
    width: 330px;
    right: 20px;
  }
}

@media (max-width: 1240px) {
  .mv__right {
    margin: 0 auto;
    position: relative;
    right: initial;
    bottom: initial;
  }
}

@media (max-width: 1240px) {
  .mv__right {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .mv__right {
    width: 180px;
  }
}

@media (max-width: 320px) {
  .mv__right {
    width: 140px;
  }
}

.mv__right > img {
  width: 100%;
}

.section__lead {
  padding: 90px 0;
  position: relative;
}

@media (max-width: 1240px) {
  .section__lead {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section__lead {
    padding: 60px 0 40px;
  }
}

.section__lead:before {
  content: '';
  width: calc(950px + ((100vw - 980px) / 2));
  position: absolute;
  top: 192px;
  right: 0;
  bottom: 0;
  background: #F7F5EB;
}

@media (max-width: 1240px) {
  .section__lead:before {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .section__lead:before {
    width: 80%;
  }
}

.section__lead__cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section__lead__left {
  width: 58%;
}

@media (max-width: 1240px) {
  .section__lead__left {
    width: 100%;
  }
}

.section__lead__left p {
  margin-bottom: 35px;
  text-align: justify;
}

@media (max-width: 767px) {
  .section__lead__left p {
    margin-bottom: 20px;
  }
}

.section__lead__left p:last-child {
  margin-bottom: 0;
}

.section__lead__left p span {
  color: #F2789F;
  font-weight: bold;
}

.section__lead__right {
  width: 38%;
}

@media (max-width: 1240px) {
  .section__lead__right {
    margin: 20px auto 0;
    width: 60%;
  }
}

@media (max-width: 767px) {
  .section__lead__right {
    max-width: 400px;
    width: 100%;
  }
}

.section__lead__right img {
  width: 100%;
}

.section__causes {
  padding: 90px 0 110px;
}

@media (max-width: 1240px) {
  .section__causes {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .section__causes {
    padding: 60px 0;
  }
}

.section__causes .section__title {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .section__causes .section__title {
    margin-bottom: 80px;
  }
}

@media (max-width: 1240px) {
  .section__causes .container {
    max-width: 980px;
    margin: 0 auto;
  }
}

.section__causes__cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section__causes__left {
  width: 58%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1240px) {
  .section__causes__left {
    width: 100%;
  }
}

.section__causes__left__top {
  margin-bottom: 30px;
  padding: 50px 30px 40px;
  border-radius: 10px;
  background: #FEE3EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .section__causes__left__top {
    padding-bottom: 10px;
  }
}

.section__causes__left__top h3 {
  margin: 0 auto 30px;
  padding: 7px 60px;
  display: inline-block;
  background: #F999B7;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}

@media (max-width: 767px) {
  .section__causes__left__top h3 {
    padding: 10px;
    width: 80%;
    top: -30px;
  }
}

.section__causes__left__top h3:before {
  content: '';
  border: 2px solid #F2789F;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: 5px;
  left: 5px;
  border-radius: 5px;
  z-index: -1;
}

.section__causes__left__top h3:after {
  content: '';
  width: 2px;
  height: 25px;
  background: #F2789F;
  position: absolute;
  left: 100px;
  bottom: -12px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.section__causes__left__top h3 span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  position: relative;
  top: -6px;
  right: -10px;
  letter-spacing: 1px;
}

.section__causes__left p {
  text-align: justify;
}

.section__causes__right {
  width: 38%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1240px) {
  .section__causes__right {
    margin: 30px auto 0;
    width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .section__causes__right {
    max-width: 400px;
    width: 100%;
  }
}

.section__causes__right img:first-child {
  width: 350px;
}

@media (max-width: 767px) {
  .section__causes__right img:first-child {
    width: 80%;
  }
}

.section__causes__right img:last-child {
  width: calc(100% - 350px);
}

@media (max-width: 1240px) {
  .section__causes__right img:last-child {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .section__causes__right img:last-child {
    width: 20%;
  }
}

.section__causes__item {
  margin-right: 20px;
  width: calc(25% - 15px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .section__causes__item {
    margin-bottom: 30px;
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .section__causes__item:nth-child(2n) {
    margin-right: 0;
  }
}

.section__causes__item:last-child {
  margin-right: 0;
}

.section__causes__item h4 {
  color: #F2789F;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .section__causes__item h4 {
    letter-spacing: 0;
  }
}

.section__causes__icon {
  margin: 0 auto 16px;
  width: 110px;
  height: 110px;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.section__causes__icon img {
  height: 50px;
}

.section__causes__num {
  position: absolute;
  top: 0;
  left: 0;
}

.section__causes__num span {
  color: #F2789F;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
}

.section__causes .btn__cta {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .section__causes .btn__cta {
    margin-top: 60px;
  }
}

.section__treatment {
  padding: 80px 0 120px;
  background: #FEE3EC;
  position: relative;
  overflow: hidden;
}

@media (max-width: 979px) {
  .section__treatment {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .section__treatment {
    padding: 60px 0 160px;
  }
}

.section__treatment__cont {
  padding: 60px 70px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 979px) {
  .section__treatment__cont {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .section__treatment__cont {
    padding: 40px 30px;
  }
}

.section__treatment__cont p {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  text-align: justify;
}

@media (max-width: 767px) {
  .section__treatment__cont p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 27px;
  }
}

.section__treatment__image {
  margin-left: auto;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1240px) {
  .section__treatment__image {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .section__treatment__image {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
}

.section__treatment__image img:first-child {
  width: 280px;
}

@media (max-width: 1240px) {
  .section__treatment__image img:first-child {
    width: 250px;
  }
}

@media (max-width: 979px) {
  .section__treatment__image img:first-child {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .section__treatment__image img:first-child {
    width: 80%;
  }
}

.section__treatment__image img:last-child {
  width: 120px;
}

@media (max-width: 1240px) {
  .section__treatment__image img:last-child {
    width: 100px;
  }
}

@media (max-width: 979px) {
  .section__treatment__image img:last-child {
    width: 70px;
  }
}

@media (max-width: 767px) {
  .section__treatment__image img:last-child {
    width: 20%;
  }
}

.section__treatment .container > img {
  width: 410px;
  position: absolute;
  bottom: -120px;
  left: 70px;
}

@media (max-width: 979px) {
  .section__treatment .container > img {
    width: 300px;
    bottom: -80px;
  }
}

@media (max-width: 767px) {
  .section__treatment .container > img {
    width: 160px;
    bottom: -160px;
  }
}

.section__attention {
  padding: 90px 0 110px;
  position: relative;
}

@media (max-width: 1240px) {
  .section__attention {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .section__attention {
    padding: 60px 0;
  }
}

.section__attention:before {
  content: '';
  width: 100%;
  height: 40%;
  background: #F7F5EB;
  position: absolute;
  bottom: 0;
}

.section__attention__desc {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .section__attention__desc {
    margin-bottom: 40px;
  }
}

.section__attention__desc__title {
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .section__attention__desc__title {
    margin-bottom: 20px;
  }
}

.section__attention__desc__title > div {
  margin-right: 30px;
  width: 80px;
  height: 80px;
  background: url(../images/svg/circle-with-line.svg) no-repeat center/contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .section__attention__desc__title > div {
    margin-right: 20px;
    width: 60px;
    height: 60px;
  }
}

.section__attention__desc__title > div span {
  color: #F2789F;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  display: inline-block;
  position: relative;
  top: 1px;
  left: -1px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .section__attention__desc__title > div span {
    font-size: 11px;
  }
}

.section__attention__desc__title h3 {
  width: calc(100% - 110px);
  color: #F2789F;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 5px;
}

@media (max-width: 979px) {
  .section__attention__desc__title h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .section__attention__desc__title h3 {
    width: calc(100% - 80px);
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
  }
}

@media (max-width: 767px) {
  .section__attention__desc p {
    text-align: justify;
  }
}

.section__attention__cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section__attention__item {
  position: relative;
  text-align: center;
}

.section__attention__item:first-child {
  width: 34%;
}

@media (max-width: 1240px) {
  .section__attention__item:first-child {
    width: 44%;
  }
}

@media (max-width: 979px) {
  .section__attention__item:first-child {
    margin: 0 auto 60px;
    width: 60%;
  }
}

@media (max-width: 767px) {
  .section__attention__item:first-child {
    max-width: 400px;
    margin-bottom: 50px;
    width: 100%;
  }
}

.section__attention__item:last-child {
  width: 64%;
}

@media (max-width: 1240px) {
  .section__attention__item:last-child {
    width: 54%;
  }
}

@media (max-width: 979px) {
  .section__attention__item:last-child {
    margin: 0 auto;
    width: 80%;
  }
}

@media (max-width: 767px) {
  .section__attention__item:last-child {
    max-width: 400px;
    width: 100%;
  }
}

.section__attention__item h4 {
  margin: 0 auto 30px;
  padding: 20px 50px;
  display: inline-block;
  background: #FEE3EC;
  position: relative;
  border-radius: 5px;
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .section__attention__item h4 {
    margin-bottom: 20px;
    padding: 14px 0;
    width: 90%;
  }
}

.section__attention__item h4:before {
  content: '';
  border: 2px solid #F999B7;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: 5px;
  left: 5px;
  border-radius: 5px;
  z-index: -1;
}

.section__attention__item h4:after {
  content: '';
  width: 2px;
  height: 30px;
  background: #F999B7;
  position: absolute;
  left: 100px;
  bottom: -15px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.section__attention__item h4 span {
  color: #F2789F;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  position: relative;
  top: -6px;
  right: -10px;
  letter-spacing: 1px;
}

.section__attention__item img {
  width: 100%;
}

.section__attention .btn__cta {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .section__attention .btn__cta {
    margin-top: 60px;
  }
}

.section__feature {
  padding: 90px 0 100px;
  position: relative;
}

@media (max-width: 767px) {
  .section__feature {
    padding: 60px 0;
  }
}

.section__feature__item {
  margin-right: 27px;
  width: calc(25% - 20.25px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 979px) {
  .section__feature__item {
    margin-right: 30px;
    margin-bottom: 60px;
    width: calc(50% - 15px);
  }
  .section__feature__item:nth-child(2n) {
    margin-right: 0;
  }
  .section__feature__item:nth-child(3), .section__feature__item:nth-child(4) {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .section__feature__item {
    margin-right: auto !important;
    margin-bottom: 50px !important;
    margin-left: auto !important;
    width: 90%;
  }
  .section__feature__item:nth-child(4) {
    margin-bottom: 0 !important;
  }
}

.section__feature__item:last-child {
  margin-right: 0;
}

.section__feature__item__num {
  position: absolute;
  top: -30px;
  left: -10px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  z-index: 1;
}

.section__feature__item__num span {
  position: relative;
  top: 9px;
  left: 5px;
  color: #F2789F;
  font-size: 15px;
  font-weight: bold;
  line-height: 17px;
  display: inline-block;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  letter-spacing: 1.5px;
}

.section__feature__item__num img {
  width: 110px;
  height: auto;
}

.section__feature__item__image {
  margin-bottom: 25px;
  padding-top: 70%;
  background: no-repeat center/cover;
  border-radius: 10px;
}

.section__feature__item h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #F2789F;
  position: relative;
  letter-spacing: 4px;
  z-index: 1;
}

.section__feature__item > p {
  text-align: justify;
}

.section__feature .section__title {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .section__feature .section__title {
    margin-bottom: 60px;
  }
}

.section__feature .btn__cta {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .section__feature .btn__cta {
    margin-top: 60px;
  }
}

.section__price {
  padding: 90px 0 100px;
  background: #FEE3EC;
}

@media (max-width: 1240px) {
  .section__price {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .section__price {
    padding: 60px 0;
  }
}

@media (max-width: 1240px) {
  .section__price .container {
    max-width: 800px;
  }
}

.section__price__cont {
  margin-top: 80px;
}

.section__price__item {
  width: calc(50% - 20px);
  padding: 120px 40px 55px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 1240px) {
  .section__price__item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section__price__item {
    padding: 70px 30px 20px;
  }
}

.section__price__item:first-child {
  margin-right: 40px;
}

@media (max-width: 1240px) {
  .section__price__item:first-child {
    margin-right: 0;
    margin-bottom: 80px;
  }
}

.section__price__item__title {
  padding: 30px 0 25px;
  width: 400px;
  background: #F999B7;
  position: absolute;
  top: -37px;
  left: 50%;
  border-radius: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .section__price__item__title {
    padding: 14px 0 8px;
    width: 80%;
    top: -50px;
  }
}

.section__price__item__title:before {
  content: '';
  border: 2px solid #F2789F;
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: -7px;
  left: -7px;
  border-radius: 5px;
  z-index: -1;
}

.section__price__item__title:after {
  content: '';
  width: 2px;
  height: 30px;
  background: #F2789F;
  position: absolute;
  left: 100px;
  bottom: -20px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.section__price__item__title span {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .section__price__item__title span {
    margin-bottom: 5px;
    font-size: 13px;
  }
}

.section__price__item__title h3 {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 5px;
}

@media (max-width: 767px) {
  .section__price__item__title h3 {
    font-size: 20px;
  }
}

.section__price__item__main {
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .section__price__item__main {
    margin-bottom: 20px;
    display: block;
  }
}

.section__price__item__icon {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section__price__item__icon {
    margin-bottom: 20px;
  }
}

.section__price__item__icon img {
  margin: 0 auto;
  width: auto;
  height: 180px;
}

@media (max-width: 767px) {
  .section__price__item__icon img {
    height: 150px;
  }
}

.section__price__item__plan {
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .section__price__item__plan {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section__price__item__plan__left span {
  padding: 8px;
  display: inline-block;
  background: #F999B7;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .section__price__item__plan__left span {
    padding: 6px;
    font-size: 15px;
    line-height: 24px;
  }
}

.section__price__item__plan__mid {
  margin: 0 10px;
  position: relative;
  bottom: -6px;
  z-index: 1;
}

@media (max-width: 767px) {
  .section__price__item__plan__mid {
    margin-right: 5px;
  }
}

.section__price__item__plan__mid span {
  font-size: 100px;
  font-weight: bold;
  color: #896C0C;
  line-height: 110px;
  position: relative;
  letter-spacing: 0;
}

@media (max-width: 979px) {
  .section__price__item__plan__mid span {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .section__price__item__plan__mid span {
    font-size: 60px;
    line-height: 70px;
  }
}

.section__price__item__plan__right {
  text-align: center;
  position: relative;
  bottom: -10px;
}

@media (max-width: 767px) {
  .section__price__item__plan__right {
    bottom: -8px;
  }
}

.section__price__item__plan__right span {
  display: inline-block;
  color: #F2789F;
}

.section__price__item__plan__right span:first-child {
  margin-right: 5px;
  color: #896C0C;
  font-weight: bold;
  font-size: 44px;
  line-height: 50px;
}

@media (max-width: 767px) {
  .section__price__item__plan__right span:first-child {
    margin-right: 0;
    font-size: 30px;
    line-height: 20px;
  }
}

.section__price__item__plan__right span:last-child {
  color: #333;
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .section__price__item__plan__right span:last-child {
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
  }
}

.section__price__item__desc h4 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #F2789F;
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 979px) {
  .section__price__item__desc h4 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section__price__item__desc h4 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 27px;
  }
}

.section__price__item__desc p {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: justify;
}

@media (max-width: 979px) {
  .section__price__item__desc p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .section__price__item__desc p {
    font-size: 15px;
  }
}

.section__price__item__desc p::last-child {
  margin-bottom: 0;
}

.section__price__item__desc p span {
  color: #F2789F;
  font-weight: bold;
}

.section__price .btn__cta {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .section__price .btn__cta {
    margin-top: 60px;
  }
}

.section__medicine {
  padding: 80px 0 90px;
  position: relative;
}

@media (max-width: 767px) {
  .section__medicine {
    padding: 60px 0;
  }
}

.section__medicine__cont table {
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .section__medicine__cont table {
    margin-bottom: 30px;
  }
}

.section__medicine__cont table tr:last-child {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.section__medicine__cont table th {
  padding: 30px;
  background: #F2789F;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-right: 2px solid #eee;
}

@media (max-width: 767px) {
  .section__medicine__cont table th {
    padding: 15px 0px;
    font-size: 15px;
  }
}

.section__medicine__cont table th:first-child {
  width: 57%;
}

@media (max-width: 767px) {
  .section__medicine__cont table th:first-child {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .section__medicine__cont table th:nth-child(2), .section__medicine__cont table th:nth-child(3) {
    width: 15%;
  }
}

.section__medicine__cont table th:last-child {
  border: none;
}

@media (max-width: 767px) {
  .section__medicine__cont table th:last-child {
    width: 20%;
  }
}

.section__medicine__cont table th.border-right {
  border-radius: 0 20px 0 0;
}

@media (max-width: 767px) {
  .section__medicine__cont table th.border-right {
    border-radius: 0 10px 0 0;
  }
}

.section__medicine__cont table th.border-left {
  border-radius: 20px 0 0 0;
}

@media (max-width: 767px) {
  .section__medicine__cont table th.border-left {
    border-radius: 10px 0 0 0;
  }
}

.section__medicine__cont table th.text-left {
  text-align: left;
}

@media (max-width: 767px) {
  .section__medicine__cont table th.text-left {
    text-align: center;
  }
}

.section__medicine__cont table td {
  padding: 30px;
  background: #fff;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 28px;
  border-right: 2px solid #eee;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .section__medicine__cont table td {
    padding: 15px 0px;
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .section__medicine__cont table td:first-child {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.section__medicine__cont table td:last-child {
  border: none;
}

.section__medicine__cont table td.border-right {
  border-right: 2px solid #eee;
}

.section__medicine__cont table td.border-left {
  border-left: 2px solid #eee;
}

.section__medicine__cont table td.text-left {
  text-align: left;
}

.section__medicine__cont ul li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 30px;
  color: #333;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .section__medicine__cont ul li {
    font-size: 14px;
    line-height: 25px;
  }
}

.section__medicine__cont ul li:last-child {
  margin-bottom: 0;
}

.section__medicine .btn__cta {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .section__medicine .btn__cta {
    margin-top: 50px;
  }
}

.section__payment {
  padding: 80px 0 90px;
  background: #F7F5EB;
}

@media (max-width: 767px) {
  .section__payment {
    padding: 50px 0;
  }
}

.section__payment .section__title {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section__payment .section__title {
    margin-bottom: 30px;
  }
}

.section__payment__item {
  padding: 45px 0 25px;
  border-bottom: 2px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 979px) {
  .section__payment__item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .section__payment__item:first-child {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .section__payment__item {
    padding: 40px 0 20px;
  }
}

.section__payment__item__left {
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 979px) {
  .section__payment__item__left {
    margin-bottom: 30px;
    width: initial;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .section__payment__item__left {
    margin-bottom: 20px;
  }
}

.section__payment__item__left h3 {
  width: calc(100% - 90px);
  font-size: 20px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
}

@media (max-width: 979px) {
  .section__payment__item__left h3 {
    width: initial;
  }
}

@media (max-width: 767px) {
  .section__payment__item__left h3 {
    font-size: 18px;
  }
}

.section__payment__item__num {
  margin-right: 30px;
  width: 60px;
  height: 60px;
  background: url(../images/svg/circle-with-line.svg) no-repeat center/contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .section__payment__item__num {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
}

.section__payment__item__num span {
  color: #F2789F;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  top: 2px;
  left: -2px;
}

@media (max-width: 767px) {
  .section__payment__item__num span {
    left: -1px;
    font-size: 16px;
  }
}

.section__payment__item__right {
  width: 65%;
}

@media (max-width: 979px) {
  .section__payment__item__right {
    width: 100%;
  }
}

.section__payment__item__right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 979px) {
  .section__payment__item__right ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section__payment__item__right ul li {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .section__payment__item__right ul li {
    margin-right: 10px;
  }
}

.section__payment__item__right ul li img {
  width: auto;
  height: 45px;
}

@media (max-width: 767px) {
  .section__payment__item__right ul li img {
    height: 30px;
  }
  .section__payment__item__right ul li img.seico {
    height: 20px;
  }
}

.section__payment__item__right p {
  font-size: 20px;
}

@media (max-width: 979px) {
  .section__payment__item__right p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section__payment__item__right p {
    font-size: 16px;
    line-height: 27px;
  }
}

.section__payment .btn__cta {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .section__payment .btn__cta {
    margin-top: 60px;
  }
}

.section__extra {
  padding: 90px 0 110px;
  position: relative;
}

@media (max-width: 1240px) {
  .section__extra {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .section__extra {
    padding: 60px 0;
  }
}

.section__extra:before {
  content: '';
  width: calc(950px + ((100vw - 980px) / 2));
  height: 50%;
  background: #F7F5EB;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1240px) {
  .section__extra:before {
    width: 70%;
  }
}

@media (max-width: 979px) {
  .section__extra:before {
    height: 40%;
  }
}

@media (max-width: 767px) {
  .section__extra:before {
    width: 80%;
  }
}

.section__extra .section__title p {
  margin-bottom: 30px;
  color: #333;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .section__extra .section__title p {
    margin-bottom: 0;
    font-size: 20px;
  }
}

.section__extra .section__title h2 {
  color: #F2789F;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 10px;
}

@media (max-width: 767px) {
  .section__extra .section__title h2 {
    font-size: 40px;
    letter-spacing: 5px;
  }
}

.section__extra .section__title h2 span {
  font-size: 80px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .section__extra .section__title h2 span {
    font-size: 55px;
    position: relative;
    bottom: -2px;
  }
}

.section__extra__cont {
  position: relative;
}

.section__extra__left {
  width: 50%;
}

@media (max-width: 1240px) {
  .section__extra__left {
    width: 100%;
  }
}

.section__extra__left p {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .section__extra__left p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}

.section__extra__left p span {
  display: inline-block;
  position: relative;
  color: #F2789F;
  font-size: 36px;
  line-height: 70px;
  letter-spacing: 7px;
}

@media (max-width: 767px) {
  .section__extra__left p span {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 4px;
  }
}

.section__extra__left p span:before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/svg/ashirai-01.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: -3px;
}

@media (max-width: 767px) {
  .section__extra__left p span:before {
    top: -12px;
    right: -10px;
  }
}

.section__extra__left p:last-child {
  margin-bottom: 0;
  color: #F2789F;
}

.section__extra__right {
  padding-top: 40%;
  width: calc(50vw - 50px);
  background: url(../images/jpg/pixta_47746164_L.jpg) no-repeat center/cover;
  position: absolute;
  top: 50px;
  right: calc((100vw - 1160px) / 2 * -1);
}

@media screen and (min-width: 1600px) {
  .section__extra__right {
    width: calc(50% + 170px);
    right: -220px;
  }
}

@media (max-width: 1240px) {
  .section__extra__right {
    margin: 40px auto 0;
    width: 70%;
    position: relative;
    right: initial;
    top: initial;
  }
}

@media (max-width: 979px) {
  .section__extra__right {
    margin-top: 30px;
    padding-top: 70%;
    width: 100%;
  }
}

.section__extra__right__msg {
  position: absolute;
  bottom: 150px;
  left: 30px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  text-align: center;
}

@media (max-width: 979px) {
  .section__extra__right__msg {
    bottom: 40px;
    left: 20px;
  }
}

@media (max-width: 767px) {
  .section__extra__right__msg {
    top: 10px;
    bottom: initial;
    left: -15px;
  }
}

.section__extra__right__msg span {
  position: relative;
  top: 40px;
  color: #F2789F;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 4px;
}

@media (max-width: 979px) {
  .section__extra__right__msg span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .section__extra__right__msg span {
    top: 25px;
    font-size: 14px;
    line-height: 20px;
  }
}

.section__extra__right__msg img {
  width: 220px;
  height: auto;
}

@media (max-width: 767px) {
  .section__extra__right__msg img {
    width: 160px;
  }
}

.section__extra .btn__cta {
  margin-top: 240px;
}

@media (max-width: 1240px) {
  .section__extra .btn__cta {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .section__extra .btn__cta {
    margin-top: 60px;
  }
}

.section__steps {
  padding: 80px 0 110px;
}

@media (max-width: 1240px) {
  .section__steps {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .section__steps {
    padding: 60px 0;
  }
}

.section__steps .section__title {
  margin-bottom: 100px;
}

.section__steps__desc {
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .section__steps__desc {
    margin-bottom: 40px;
  }
}

.section__steps__desc h3 {
  display: inline-block;
  position: absolute;
  top: -140px;
  left: -160px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

@media (max-width: 1240px) {
  .section__steps__desc h3 {
    top: -115px;
    left: -20px;
  }
}

@media (max-width: 767px) {
  .section__steps__desc h3 {
    top: -130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.section__steps__desc h3 span {
  display: inline-block;
  position: relative;
  top: 60px;
  right: -10px;
  color: #F2789F;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 6px;
}

@media (max-width: 1240px) {
  .section__steps__desc h3 span {
    font-size: 20px;
    top: 45px;
    right: -8px;
  }
}

@media (max-width: 767px) {
  .section__steps__desc h3 span {
    font-size: 16px;
  }
}

.section__steps__desc h3 img {
  width: 440px;
  height: auto;
}

@media (max-width: 1240px) {
  .section__steps__desc h3 img {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .section__steps__desc h3 img {
    width: 260px;
  }
}

.section__steps__desc p {
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 4px;
}

@media (max-width: 979px) {
  .section__steps__desc p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .section__steps__desc p {
    font-size: 15px;
    line-height: 27px;
  }
}

.section__steps__item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section__steps__item:last-child {
  margin-bottom: 0;
}

.section__steps__item:last-child .section__steps__item__left__arrow {
  display: none;
}

.section__steps__item__left {
  margin-right: 40px;
  width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 767px) {
  .section__steps__item__left {
    margin-right: 30px;
    width: 60px;
  }
}

.section__steps__item__left__num {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  color: #F2789F;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .section__steps__item__left__num {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.section__steps__item__left__arrow {
  width: 2px;
  background: #333;
  display: inline-block;
  position: absolute;
  top: 35px;
  bottom: 0;
  left: calc(50% - 5px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section__steps__item__left__arrow:before, .section__steps__item__left__arrow:after {
  content: '';
  width: 2px;
  height: 10px;
  background: #333;
  position: absolute;
  bottom: 0;
}

.section__steps__item__left__arrow:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -4px;
}

.section__steps__item__left__arrow:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 4px;
}

.section__steps__item__right {
  min-height: 200px;
  width: calc(100% - 140px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .section__steps__item__right {
    min-height: 160px;
    width: calc(100% - 90px);
    display: block;
  }
}

.section__steps__item__icon {
  margin-right: 30px;
  width: 120px;
  height: 120px;
  background: url(../images/svg/circle-simple.svg) no-repeat center/contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .section__steps__item__icon {
    width: 90px;
    height: 90px;
  }
}

.section__steps__item__icon img {
  width: 45px;
  height: auto;
}

@media (max-width: 767px) {
  .section__steps__item__icon img {
    width: 30px;
  }
}

.section__steps__item__detail {
  padding-top: 20px;
  width: calc(100% - 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .section__steps__item__detail {
    padding-bottom: 30px;
    width: 100%;
  }
}

.section__steps__item__detail h4 {
  margin-bottom: 20px;
  color: #F2789F;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .section__steps__item__detail h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.section__steps__item__desc p {
  text-align: justify;
}

@media (max-width: 767px) {
  .section__steps__item__desc p {
    line-height: 27px;
  }
}

.section__steps__item__desc p a {
  color: #F2789F;
  text-decoration: underline;
}

.section__steps .btn__cta {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .section__steps .btn__cta {
    margin-top: 40px;
  }
}

.section__aboutus {
  padding: 80px 0 110px;
  background: #FEE3EC;
}

@media (max-width: 767px) {
  .section__aboutus {
    padding: 60px 0;
  }
}

.section__aboutus__image {
  margin-bottom: 40px;
  padding-top: 60%;
  width: 100%;
  background: url(../images/jpg/clinic_image.jpg) no-repeat center/cover;
}

.section__aboutus table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.section__aboutus table tr {
  border-bottom: 2px solid #ccc;
}

.section__aboutus table th, .section__aboutus table td {
  padding: 40px 0 30px;
  color: #333;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .section__aboutus table th, .section__aboutus table td {
    padding: 20px 0;
    font-size: 15px;
    line-height: 27px;
  }
}

.section__aboutus table th {
  width: 200px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .section__aboutus table th {
    width: 120px;
  }
}

.section__aboutus table td {
  width: calc(100% - 200px);
  font-weight: normal;
}

@media (max-width: 767px) {
  .section__aboutus table td {
    width: calc(100% - 120px);
  }
}

.section__aboutus table td p {
  font-weight: bold;
}

@media (max-width: 767px) {
  .section__aboutus table td p {
    font-weight: 500;
  }
}

.section__aboutus table td ul {
  margin-bottom: 10px;
  padding-left: 20px;
}

.section__aboutus table td ul li {
  margin-left: 20px;
  font-size: 16px;
  font-weight: normal;
  list-style-type: disc;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .section__aboutus table td ul li {
    font-size: 15px;
  }
}
/*# sourceMappingURL=top.css.map */