body {
  scroll-behavior: smooth;
}

.wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
}

.position-relative {
  position: relative;
}

.text-left {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .new-line {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .image-hidden {
    display: none;
  }
}

.main-title {
  background-color: #fc77aa;
}

@media screen and (min-width: 769px) {
  .main-title {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .main-title {
    padding: 40px 0;
  }
}

@media screen and (min-width: 769px) {
  .section-content {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .section-content {
    width: 100%;
  }
}

.target-period-heading {
  color: #fc77aa;
  font-weight: bolder;
  background-color: white;
  border-radius: 35px;
}

@media screen and (min-width: 769px) {
  .target-period-heading {
    font-size: 32px;
    padding: 12px;
    width: 534px;
    margin: 24px auto;
  }
}

@media screen and (max-width: 768px) {
  .target-period-heading {
    font-size: 24px;
    padding: 4px;
    width: 90%;
    margin: 4px auto;
  }
}

.target-pop {
  color: white;
}

.target-pop-sub {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .pop-line-1-1 {
    font-size: 60px;
  }

  .pop-line-1-2 {
    font-size: 40px;
  }

  .pop-line-2 {
    font-size: 40px;
  }

  .p-list-image-item {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .pop-line-1-1 {
    font-size: 30px;
  }

  .pop-line-1-2 {
    font-size: 20px;
  }

  .pop-line-2 {
    font-size: 20px;
  }

  .target-pop-sub {
    flex-direction: column;
    margin: 30px 0;
  }

  .target-pop-content {
    margin: 30px 0;
  }

  .p-list-image-item {
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.contact-button {
  width: 360px;
  padding: 9px;
  margin: 0 auto;
  background-color: #7C1156;
  color: white;
  display: flex;
  justify-content: center;
  border-radius: 5px;
}

.contact-button-text {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .contact-button {
    font-size: 20px;
    width: 300px;
    padding: 9px;
  }

  .contact-button-text {
    font-size: 18px;
  }
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}

.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  position: absolute;
  left: 10px;
  top: 13px;
}

@media screen and (max-width: 768px) {
  .arrow::before {
    top: 8px;
  }
}

.arrow.arrow-right::before {
  transform: rotate(45deg);
}

.target-heading {
  color: #fc77aa;
  text-align: left;
}

.target-top {
  display: flex;
}

.target-top-image {
  width: 100px;
  margin: 0 20px;
}

@media screen and (min-width: 769px) {
  .target {
    padding: 80px 0;
  }

  .target-heading {
    margin-bottom: 35px;
  }

  .target-heading-line1 {
    font-size: 28px;
    line-height: 80px;
  }

  .target-heading-line2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .target-top-image {
    display: none;
  }

  .target {
    padding: 40px 0;
  }

  .target-heading {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .target-heading-line1 {
    font-size: 20px;
    line-height: 40px;
  }

  .target-heading-line2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.target-list-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7C1156;
}

.target-list-content {
  text-align: left;
}



@media screen and (min-width: 769px) {
  .target-list-image {
    flex-direction: row;
  }

  .target-image-sp {
    width: 150px;
    display: none;
  }

  .target-list-content {
    line-height: 2.8em;
  }

  .target-image {
    width: 150px;
  }

  .target-border-bottom {
    border-bottom: 3px solid #FFD333;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .target-list-image {
    flex-direction: column;
  }

  .target-list-content {
    line-height: 2.0em;
  }

  .target-image {
    width: 200px;
    display: none;
  }

  .target-image-sp {
    width: 200px;
    margin: 0 auto;
  }

  .target-border-bottom {
    border-bottom: 3px solid #FFD333;
    padding-bottom: 3px;
  }
}

.purpose-heading {
  color: #fc77aa;
}

@media screen and (min-width: 769px) {
  .character_trp {
    width: 300px;
    margin: 10px auto;
  }

  .purpose {
    background-color: #FFF0F5;
    padding: 80px 0;
  }

  .purpose-line1 {
    font-size: 28px;
    line-height: 60px;
  }

  .purpose-line2 {
    font-size: 42px;
    line-height: 60px;
  }

  .purpose-button {
    margin: 30px
  }
}

@media screen and (max-width: 768px) {
  .character_trp {
    width: 200px;
    margin: 10px auto;
  }

  .purpose {
    background-color: #FFF0F5;
    padding: 40px 0;
  }

  .purpose-line1 {
    font-size: 20px;
    line-height: 40px;
  }

  .purpose-line2 {
    font-size: 30px;
    line-height: 60px;
  }

  .purpose-button {
    margin: 10px 5px;
  }
}

.section-heading-block {
  margin-bottom: 50px;
}

.section-heading-2 {
  margin: 30px;
  color: #fc77aa;
}

.section-heading-3 {
  font-weight: 800;
  color: #7C1156;
  line-height: 50px;
}

.reason-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reason-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 769px) {
  .section-heading-2 {
    margin: 30px;
    font-size: 60px;
  }

  .section-heading-3 {
    font-size: 30px;
  }

  .reason-flex {
    margin-bottom: 150px;
    flex-direction: row;
  }

  .reason-image {
    width: 30%;
    margin-right: 100px;
  }

  .reason-image-reverse {
    width: 30%;
  }

  .reason-image-section {
    margin: 0 auto;
    width: 150px;
    position: absolute;
    right: 0;
  }

  .reason-content {
    font-size: 24px;
    width: 550px;
  }

  .reason-content-reverse {
    margin-left: 0px;
    font-size: 24px;
    width: 550px;
  }
}

@media screen and (max-width: 768px) {
  .section-heading-2 {
    margin: 15px;
    font-size: 60px;
  }

  .section-heading-3 {
    font-size: 30px;
  }

  .reason-section {
    flex-direction: column-reverse;
  }

  .reason-flex {
    margin-bottom: 10px;
    flex-direction: column;
  }

  .direction-reverse {
    flex-direction: column-reverse;
  }

  .reason-image {
    width: 200px;
    margin: 0;
  }

  .reason-image-reverse {
    width: 200px;
  }

  .reason-image-section {
    width: 150px;
  }

  .reason-content {
    font-size: 20px;
    width: 95%;
    margin: 0 auto;
  }

  .reason-content-reverse {
    font-size: 20px;
    width: 95%;
    margin: 0 auto;
  }
}

.reason-span {
  font-size: 60px;
  color: #fc77aa;
}

.reason-heading-4 {
  font-weight: 900;
  color: #7C1156;
}

.reason-heading-5 {
  color: #7C1156;
  font-weight: 600;
  text-align: left;
}

.reason-content-weight {
  font-weight: 200;
}

@media screen and (min-width: 769px) {
  .reason-span {
    margin-right: 30px;
  }

  .reason-heading-4 {
    font-size: 40px;
    margin: 30px 0;
  }

  .reason-heading-5 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .reason-span {
    margin-right: 5px;
  }

  .reason-heading-4 {
    text-align: center;
    font-size: 30px;
    margin: 5px 0;
  }

  .reason-heading-5 {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
  }

}

.comparison-block {
  display: flex;
  justify-content: space-between;
}

.plan-block {
  border: 1px solid #fc77aa;
  border-radius: 15px;
}

@media screen and (min-width: 769px) {
  .plan-block {
    width: 48%;
  }

  .plan-title {
    font-size: 24px;
  }

  .service-border-bottom {
    border-bottom: 3px solid #FFD333;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 768px) {
  .plan-block {
    width: 90%;
    margin: 20px auto;
  }

  .comparison-block {
    flex-direction: column;
  }

  .plan-title {
    font-size: 20px;
  }

  .service-border-bottom {
    border-bottom: 3px solid #FFD333;
    padding-bottom: 3px;
  }
}

.plan-title {
  font-weight: 900;
  padding: 15px;
  background-color: #fc77aa;
  color: white;
  border-radius: 15px 15px 0px 0px;
}

.plan-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-image-content {
  height: 240px;
}

.plan-cost {
  color: #fc77aa;
  font-size: 40px;
  line-height: 120px;
}

.plan-content {
  padding: 30px;
}

.service-heading-3 {
  margin: 30px;
  line-height: 30px;
}

.flow-buttons {
  display: flex;
  justify-content: space-around;
}

.soft-button {
  padding: 15px;
  margin: 0 auto;
  background-color: #fc77aa;
  color: white;
  display: flex;
  justify-content: center;
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .soft-button {
    width: 380px;
  }

  .flow-button {
    margin: 10px
  }

  .flow-buttons {
    margin: 90px 0;
  }
}

@media screen and (max-width: 768px) {
  .service-heading-3-text {
    font-size: 16px;
  }

  .soft-button {
    width: 300px;
  }

  .flow-button {
    margin: 10px auto;
  }

  .flow-buttons {
    margin: 0;
    flex-direction: column;
  }
}

.has-soft-image {
  position: absolute;
}

.flow-right-bottom {
  display: flex;
  justify-content: center;
  position: relative;
}

.hasnot-soft-image {}

@media screen and (min-width: 1651px) {
  .has-soft-image {
    width: 200px;
    left: 5%;
    top: 450px;
  }

  .hasnot-soft-image {
    width: 300px;
    position: absolute;
    right: 3%;
    bottom: 0;
  }
}

@media screen and (max-width: 1650px) {
  .has-soft-image {
    width: 200px;
    left: 5%;
    top: 60px;
  }

  .flow-right-bottom {
    flex-direction: column;
    align-items: flex-end;
  }

  .hasnot-soft-image {
    width: 300px;
    margin: 30px 30px;
  }
}

@media screen and (max-width: 768px) {
  .has-soft-image {
    width: 100px;
    left: 5%;
    top: 30px;
  }

  .hasnot-soft-image {
    width: 180px;
    margin: 30px 30px;
  }

  .flow-right-bottom {
    flex-direction: column;
    align-items: flex-end;
  }
}

.step-heading {
  color: #fc77aa;
  font-weight: 800;
}

.step-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #fc77aa;
  border-radius: 15px;
  background-color: #FFF0F5;
}

@media screen and (min-width: 769px) {
  .step-heading {
    font-size: 35px;
    padding: 50px;
  }

  .step-block {
    margin: 40px 0;
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .step-heading {
    font-size: 30px;
    padding: 20px;
  }

  .step-block {
    width: 93%;
    margin: 15px auto;
    padding: 5px;
  }
}

.step-title {
  display: flex;
  align-items: center;
}

.step-letter-number {
  text-align: left;
  width: 16%;
}

.step-letter {
  text-align: left;
  color: #fc77aa;
  font-size: 16px;
}

.step-number {
  text-align: left;
  color: #fc77aa;
  font-size: 38px;
}

.step-heading-5 {
  font-size: 26px;
  font-weight: 500;
}

.step-content {
  margin-left: 16%;
  font-weight: 200;
}

.online-margin-top {
  margin-top: 50px;
}



@media screen and (min-width: 769px) {
  .online-image {
    width: 650px;
    margin: 0 auto;
  }

  .reason {
    padding: 80px 0;
  }

  .service {
    background-color: #FFF0F5;
    padding: 80px 0;
  }

  .flow {
    padding: 80px 0;
  }

  .online {
    background-color: #FFF0F5;
    padding: 80px 0;
  }

  .contact {
    background-color: #FFF0F5;
    padding: 80px 0;
  }

  .greetings {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .online-image {
    width: 200px;
    margin: 0 auto;
  }

  .reason {
    padding: 40px 0;
  }

  .service {
    background-color: #FFF0F5;
    padding: 40px 0;
  }

  .flow {
    padding: 40px 0;
  }

  .online {
    background-color: #FFF0F5;
    padding: 40px 0;
  }

  .contact {
    background-color: #FFF0F5;
    padding: 40px 0;
  }

  .greetings {
    padding: 40px 0;
  }
}

.greetings-block {
  display: flex;
  justify-content: space-around;
}

.greetings-heading {
  color: #7C1156;
}

.greetings-degree {
  color: #fc77aa;
  text-align: left;
  font-size: 28px;
  padding: 30px 0;
  font-weight: 200;
}

.greetings-explanation {
  color: #fc77aa;
  text-align: left;
  font-size: 24px;
  line-height: 40px;
}

@media screen and (min-width: 769px) {
  .greetings-block {
    margin: 60px 0;
    flex-direction: row;
  }

  .greetings-image {
    width: 35%;
  }

  .greetings-content {
    width: 62%;
  }

  .greetings-heading {
    font-size: 30px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .greetings-block {
    margin: 30px 0;
    flex-direction: column;
  }

  .greetings-image {
    width: 90%;
    margin: 0 auto;
  }

  .greetings-content {
    width: 90%;
    margin: 0 auto;
  }

  .greetings-heading {
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
  }

  .greetings-degree {
    font-size: 24px;
  }

  .greetings-explanation {
    font-size: 18px;
  }
}