/* Scss Document */
/* Scss Document */
@media screen and (max-width: 640px) {
  .konmari-intro__ttl .jp {
    line-height: 1.3;
  }
}

.konmari-intro__img {
  width: 90%;
  margin: 0 auto;
}
.konmari-intro__img img {
  width: 100%;
}

.konmari-intro__copy {
  text-align: center;
  margin: 0.7em auto;
  color: #F78DA7;
  font-size: 3rem;
  font-weight: 400;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
}
@media screen and (max-width: 640px) {
  .konmari-intro__copy {
    font-size: 4.8vw;
  }
}

@media screen and (max-width: 640px) {
  .konmari-intro__text {
    text-align: left;
  }
}

.lesson__content {
  background: #EFEFEF;
}

.lesson__mttl {
  margin: 100px 0 60px;
  padding-top: 100px;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .lesson__mttl {
    margin: 13.3333333333vw 0 10.6666666667vw;
    padding-top: 12vw;
    padding-bottom: 8vw;
    font-size: 6.1333333333vw;
    margin-bottom: 0;
  }
}
.lesson__mttl::before {
  content: "";
  position: absolute;
  background: url(../images/konmari/logo-konmari.png) no-repeat center center;
  background-size: contain;
  width: 15rem;
  height: 15rem;
  left: 50%;
  top: -7rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .lesson__mttl::before {
    width: 20vw;
    height: 20vw;
    top: -9.3333333333vw;
  }
}

.lesson__konmari {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  margin-top: 50px;
  padding: 40px;
  background: #FFF;
  border: #F78DA7 1px solid;
  -webkit-box-shadow: 9px 9px 0px 0px rgba(247, 141, 167, 0.24);
          box-shadow: 9px 9px 0px 0px rgba(247, 141, 167, 0.24);
}
@media screen and (max-width: 640px) {
  .lesson__konmari {
    display: block;
    margin-top: 2.6666666667vw;
    padding: 4vw;
    -webkit-box-shadow: 1.3333333333vw 1.3333333333vw 0px 0px rgba(247, 141, 167, 0.24);
            box-shadow: 1.3333333333vw 1.3333333333vw 0px 0px rgba(247, 141, 167, 0.24);
  }
}

.lesson__konmari-img {
  width: 40rem;
}
@media screen and (max-width: 640px) {
  .lesson__konmari-img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}

.lesson__konmari-tetarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lesson__konmari-text {
  line-height: 2.25;
}

.lesson__support-mttl {
  padding-top: 0;
}
.lesson__support-mttl::before {
  display: none;
}

.lesson__support-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  .lesson__support-list {
    grid-template-columns: 1fr;
    gap: 9.375vw;
  }
}
.lesson__support-list li {
  border-radius: 100vw;
  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;
  color: #F78DA7;
  font-size: 2.4rem;
  text-align: center;
  padding: 2.5rem 0 1rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 640px) {
  .lesson__support-list li {
    font-size: 4.8vw;
    padding: 8vw 0 2.6666666667vw;
  }
}
.lesson__support-list li::before {
  content: "";
  position: absolute;
  background: url(../images/other/organize_list_ico03.png) no-repeat center center;
  background-size: contain;
  width: 6rem;
  height: 6rem;
  left: 50%;
  top: -3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .lesson__support-list li::before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    top: -6.6666666667vw;
  }
}
.lesson__support-list li:nth-child(2):before {
  background: url(../images/other/organize_list_ico01.png) no-repeat center center;
  background-size: contain;
}
.lesson__support-list li:nth-child(3):before {
  background: url(../images/other/organize_list_ico02.png) no-repeat center center;
  background-size: contain;
}

.lesson_conference {
  margin-top: 100px;
  padding: 2rem 4rem 2.5rem;
  background: #FFF;
}
@media screen and (max-width: 640px) {
  .lesson_conference {
    margin-top: 13.3333333333vw;
    padding: 4vw;
    background: #FFF;
  }
}

.lesson_conference_ttl {
  width: 400px;
  margin: -50px auto 0;
  padding: 0.5em;
  background: #F78DA7;
  border-radius: 50px;
  color: #FFF;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .lesson_conference_ttl {
    width: 46.6666666667vw;
    margin: -9.3333333333vw auto 5.3333333333vw;
    font-size: 4.8vw;
  }
}

.lesson_conference_text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  .lesson_conference_text {
    line-height: 1.7;
  }
}

.lesson_staff-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  margin-top: 50px;
  padding: 40px;
  background: #FFF;
  border: #F78DA7 1px solid;
  -webkit-box-shadow: 9px 9px 0px 0px rgba(247, 141, 167, 0.24);
          box-shadow: 9px 9px 0px 0px rgba(247, 141, 167, 0.24);
}
@media screen and (max-width: 640px) {
  .lesson_staff-profile {
    display: block;
    margin-top: 5.3333333333vw;
    padding: 4vw;
    -webkit-box-shadow: 1.3333333333vw 1.3333333333vw 0px 0px rgba(247, 141, 167, 0.24);
            box-shadow: 1.3333333333vw 1.3333333333vw 0px 0px rgba(247, 141, 167, 0.24);
  }
}

.lesson_staff-img {
  width: 40rem;
}
@media screen and (max-width: 640px) {
  .lesson_staff-img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.lesson_staff-img img {
  width: 100%;
}

.lesson_staff-tetarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lesson_staff-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1em;
}

.staff-title {
  color: #F78DA7;
  font-size: 2.6rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .staff-title {
    font-size: 4.8vw;
  }
}

.staff-name {
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .staff-name {
    font-size: 4.8vw;
    margin-top: 0.3em;
  }
}
.staff-name small {
  font-size: 1.6rem;
  font-weight: 300;
  margin-left: 1em;
}
@media screen and (max-width: 640px) {
  .staff-name small {
    font-size: 3.2vw;
    margin-left: 1.3333333333vw;
  }
}

.lesson_staff-text {
  line-height: 2.25;
}

.lesson_staff-insta {
  width: 40rem;
  text-align: center;
  margin: 0 auto 0;
}
@media screen and (max-width: 640px) {
  .lesson_staff-insta {
    margin-top: 1em;
    width: 62.5vw;
  }
}
.lesson_staff-insta p {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 640px) {
  .lesson_staff-insta p {
    font-size: 3.125vw;
  }
}
.lesson_staff-insta a {
  display: block;
  width: 40rem;
  background: #F78DA7;
  border-radius: 100vw;
  padding: 0.3em 5em 0.1em 2em;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .lesson_staff-insta a {
    margin: 0 auto;
    width: 46.875vw;
  }
}
.lesson_staff-insta a::after {
  content: "";
  position: absolute;
  background: url(../images/common/appraisal_arrow.png) no-repeat center center;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  right: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .lesson_staff-insta a::after {
    width: 4.6875vw;
    height: 4.6875vw;
    right: 3.125vw;
  }
}
.lesson_staff-insta a span {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .lesson_staff-insta a span {
    font-size: 3.125vw;
  }
}
.lesson_staff-insta a img {
  width: 20rem;
  margin-left: 1rem;
}
@media screen and (max-width: 640px) {
  .lesson_staff-insta a img {
    width: 31.25vw;
  }
}

.merit__txt {
  color: #F78DA7;
  font-size: 3rem;
  font-weight: 400;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .merit__txt {
    font-size: 5.8666666667vw;
    text-align: left;
  }
}

.merit__list.-col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 8rem;
}
@media screen and (max-width: 640px) {
  .merit__list.-col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.25vw 3.125vw;
    margin-top: 6.25vw;
  }
}
.merit__list.-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 640px) {
  .merit__list.-col2 {
    grid-template-columns: 1fr;
    gap: 6.25vw;
    margin-top: 6.25vw;
  }
}
.merit__list.-col2 .merit__item {
  padding: 2em 2em 2.5em;
}
.merit__list.-col2 .merit__item .-number {
  background: #F78DA7;
  border: 1px solid #F78DA7;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .merit__list.-col2 .merit__item .-number {
    margin-top: -9.375vw;
  }
}
.merit__list.-col2 .merit__item-ttl {
  font-size: 2.6rem;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
}
@media screen and (max-width: 640px) {
  .merit__list.-col2 .merit__item-ttl {
    font-size: 4.8vw;
  }
}

.merit__item {
  background: #FFF;
  border: #F78DA7 1px solid;
  -webkit-box-shadow: 9px 9px 0px 0px rgba(247, 141, 167, 0.24);
          box-shadow: 9px 9px 0px 0px rgba(247, 141, 167, 0.24);
  padding: 2rem;
}
@media screen and (max-width: 640px) {
  .merit__item {
    padding: 4vw;
    -webkit-box-shadow: 1.3333333333vw 1.3333333333vw 0px 0px rgba(247, 141, 167, 0.24);
            box-shadow: 1.3333333333vw 1.3333333333vw 0px 0px rgba(247, 141, 167, 0.24);
  }
}
.merit__item .-number {
  display: block;
  width: 14rem;
  height: 4.5rem;
  background: #FFF;
  border: 1px solid #F78DA7;
  border-radius: 100vw;
  color: #F78DA7;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.5rem;
  text-align: center;
  margin: -4.5rem auto 0;
}
@media screen and (max-width: 640px) {
  .merit__item .-number {
    width: 20vw;
    height: 8vw;
    font-size: 4.8vw;
    line-height: 8vw;
    margin-top: -7.8125vw;
  }
}
.merit__item .-number small {
  font-weight: 300;
  font-size: 2rem;
  margin-right: 0.3em;
}
@media screen and (max-width: 640px) {
  .merit__item .-number small {
    font-size: 3.125vw;
  }
}

.merit__item-ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 640px) {
  .merit__item-ttl {
    font-size: 4vw;
    line-height: 1.5;
  }
}

.merit__item-text {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .merit__item-text {
    font-size: 3.2vw;
    line-height: 1.8;
  }
}

.voice__list {
  margin-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14rem;
}
@media screen and (max-width: 640px) {
  .voice__list {
    gap: 20vw;
    margin-bottom: 16vw;
  }
}

.voice__item {
  background: #FFF;
  border: #F78DA7 1px solid;
  -webkit-box-shadow: 9px 9px 0px 0px rgba(247, 141, 167, 0.24);
          box-shadow: 9px 9px 0px 0px rgba(247, 141, 167, 0.24);
  padding: 2rem 3rem 4rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .voice__item {
    padding: 4.6875vw 4.6875vw 20.3125vw;
    -webkit-box-shadow: 1.5625vw 1.5625vw 0px 0px rgba(247, 141, 167, 0.24);
            box-shadow: 1.5625vw 1.5625vw 0px 0px rgba(247, 141, 167, 0.24);
  }
}
.voice__item:nth-child(2) .voice__item-img {
  bottom: -12rem;
}
@media screen and (max-width: 640px) {
  .voice__item:nth-child(2) .voice__item-img {
    bottom: -14.0625vw;
  }
}

.voice__item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.voice__item-ttl .-ttl {
  color: #F78DA7;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .voice__item-ttl .-ttl {
    font-size: 4.6875vw;
  }
}
.voice__item-ttl .-numer {
  background: #F78DA7;
  color: #FFF;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  display: block;
  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;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .voice__item-ttl .-numer {
    width: 7.8125vw;
    height: 7.8125vw;
    font-size: 4.0625vw;
  }
}

.voice__item-textarea small {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  .voice__item-textarea small {
    font-size: 3.125vw;
  }
}

.voice__item-sttl {
  color: #F78DA7;
  font-size: 2.6rem;
  font-weight: 400;
  margin-top: 0.5em;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
}
@media screen and (max-width: 640px) {
  .voice__item-sttl {
    font-size: 4.0625vw;
  }
}

.voice__item-text {
  line-height: 2;
  margin-top: 1em;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
}

.voice__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 5rem;
  bottom: -10rem;
  gap: 3rem;
}
@media screen and (max-width: 640px) {
  .voice__item-img {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: -14.0625vw;
    gap: 4.6875vw;
    width: 85%;
  }
}
.voice__item-img img {
  width: 25rem;
  aspect-ratio: 20/15;
}
@media screen and (max-width: 640px) {
  .voice__item-img img {
    width: 39.0625vw;
  }
}
.voice__item-img .-before {
  width: 20rem;
  height: 15rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .voice__item-img .-before {
    width: 31.25vw;
    height: 23.4375vw;
  }
}
.voice__item-img .-before::after {
  position: absolute;
  content: "";
  background: url(../images/konmari/icon-before.png) no-repeat center center;
  background-size: contain;
  width: 6rem;
  height: 6rem;
  top: -2rem;
  left: -2rem;
}
@media screen and (max-width: 640px) {
  .voice__item-img .-before::after {
    width: 9.375vw;
    height: 9.375vw;
    top: -3.125vw;
    left: -3.125vw;
  }
}
.voice__item-img .-after {
  position: relative;
}
.voice__item-img .-after::before {
  position: absolute;
  content: "";
  background: url(../images/konmari/icon-after.png) no-repeat center center;
  background-size: contain;
  width: 6rem;
  height: 6rem;
  top: -2rem;
  left: -2rem;
}
@media screen and (max-width: 640px) {
  .voice__item-img .-after::before {
    width: 9.375vw;
    height: 9.375vw;
    top: -3.125vw;
    left: -3.125vw;
  }
}

.fee__content {
  background: #EFEFEF;
}
@media screen and (max-width: 640px) {
  .fee__content {
    padding-bottom: 18.75vw;
  }
}

.fee__mttl {
  margin: 0 0 60px;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .fee__mttl {
    margin: 0 0 10.6666666667vw;
    font-size: 6.1333333333vw;
  }
}

.fee__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  .fee__list {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}

.fee__item {
  background: #FFF;
  border: #F78DA7 1px solid;
  -webkit-box-shadow: 9px 9px 0px 0px rgba(247, 141, 167, 0.24);
          box-shadow: 9px 9px 0px 0px rgba(247, 141, 167, 0.24);
  padding: 3rem 3rem 4rem;
}
@media screen and (max-width: 640px) {
  .fee__item {
    padding: 4.6875vw 4.6875vw 4.6875vw;
    -webkit-box-shadow: 1.5625vw 1.5625vw 0px 0px rgba(247, 141, 167, 0.24);
            box-shadow: 1.5625vw 1.5625vw 0px 0px rgba(247, 141, 167, 0.24);
  }
}
.fee__item table {
  margin-top: 1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .fee__item table {
    font-size: 3.125vw;
  }
}
.fee__item table tr {
  border-top: 1px solid #F78DA7;
}
.fee__item table tr:first-child {
  border-top: none;
}
.fee__item table th {
  width: 8rem;
  text-align: left;
  padding: 1em 0;
}
.fee__item table td {
  padding: 1em 0;
}
.fee__item table td li {
  list-style-type: disc;
  margin-left: 1em;
}

.fee__item-ttl {
  margin-bottom: 10px;
  color: #F78DA7;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 1.2em;
  position: relative;
}
@media screen and (max-width: 640px) {
  .fee__item-ttl {
    margin-bottom: 2vw;
    font-size: 4.8vw;
  }
}
.fee__item-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 1em;
  height: 1em;
  background: #F78DA7;
}

.fee-lesson__wrapper {
  margin-top: 12rem;
}
@media screen and (max-width: 640px) {
  .fee-lesson__wrapper {
    margin-top: 16vw;
  }
}

.fee-lesson__text {
  color: #F78DA7;
  font-size: 3rem;
  font-weight: 400;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .fee-lesson__text {
    font-size: 5.8666666667vw;
    text-align: left;
  }
}

.fee-lesson__list {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  .fee-lesson__list {
    grid-template-columns: 1fr;
    gap: 9.375vw;
    margin-top: 12.5vw;
  }
}

.fee-lesson__item {
  background: #FFF;
  border: #F78DA7 1px solid;
  -webkit-box-shadow: 9px 9px 0px 0px rgba(247, 141, 167, 0.24);
          box-shadow: 9px 9px 0px 0px rgba(247, 141, 167, 0.24);
  padding: 3rem 3rem 5rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .fee-lesson__item {
    padding: 4.6875vw 4.6875vw 4.6875vw;
    -webkit-box-shadow: 1.5625vw 1.5625vw 0px 0px rgba(247, 141, 167, 0.24);
            box-shadow: 1.5625vw 1.5625vw 0px 0px rgba(247, 141, 167, 0.24);
  }
}
.fee-lesson__item ul {
  margin-top: 2em;
}
@media screen and (max-width: 640px) {
  .fee-lesson__item ul {
    margin-top: 3.90625vw;
  }
}
.fee-lesson__item ul li {
  list-style-type: disc;
  margin-left: 2em;
}
.fee-lesson__item ul li + li {
  margin-top: 0.5em;
}

.fee-lesson__item-ttl {
  background: #F78DA7;
  color: #FFF;
  padding: 0.5em;
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
  border-radius: 100vw;
  margin-top: -6rem;
}
@media screen and (max-width: 640px) {
  .fee-lesson__item-ttl {
    font-size: 4.6875vw;
    margin: -9.375vw auto 0;
    padding: 1.5625vw 3.125vw;
    width: 62.5vw;
  }
}

.fee-lesson__item-note {
  color: #F78DA7;
  position: absolute;
  bottom: 1em;
  right: 2em;
}

.flow__text {
  color: #F78DA7;
  font-size: 3rem;
  font-weight: 400;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .flow__text {
    font-size: 5.8666666667vw;
    text-align: left;
  }
}

.flow_list {
  margin-top: 8rem;
}
.flow_list li {
  position: relative;
  margin-top: 65px;
  padding: 40px 30px 20px;
}
@media screen and (max-width: 640px) {
  .flow_list li {
    margin-top: 10.6666666667vw;
    padding: 6.6666666667vw 4vw 4vw;
  }
}
.flow_list li:before {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border: transparent 16px solid;
  border-top: #000 16px solid;
}
@media screen and (max-width: 640px) {
  .flow_list li:before {
    top: -5.4666666667vw;
    border: transparent 2.6666666667vw solid;
    border-top: #000 2.6666666667vw solid;
  }
}
.flow_list li:first-child {
  margin-top: 0;
}
.flow_list li:first-child:before {
  content: none;
}
.flow_list li:last-child {
  border: #F78DA7 1px solid;
}
.flow_list li:last-child .flow_list_step {
  background: #F78DA7;
  color: #FFF;
}
.flow_list_step {
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 150px;
  border: 1px solid #F78DA7;
  background: #FFF;
  border-radius: 50px;
  color: #F78DA7;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .flow_list_step {
    left: 4vw;
    width: 26.6666666667vw;
    font-size: 4vw;
  }
}
.flow_list_step .num {
  font-size: 3.5rem;
}
@media screen and (max-width: 640px) {
  .flow_list_step .num {
    font-size: 6.6666666667vw;
  }
}
.flow_list_ttl {
  margin-bottom: 10px;
  color: #F78DA7;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
}
@media screen and (max-width: 640px) {
  .flow_list_ttl {
    margin-bottom: 2vw;
    font-size: 4.8vw;
  }
}

.faq__content {
  background: #EFEFEF;
}

.faq_list dt {
  position: relative;
  margin-top: 50px;
  padding: 1em 4em;
  background: repeating-linear-gradient(-45deg, #FEEDF4, #FEEDF4 2px, #fff7fb 2px, #fff7fb 4px);
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .faq_list dt {
    margin-top: 4vw;
    padding: 1em 1em 1em 3em;
    font-size: 4vw;
  }
}
.faq_list dt:before {
  position: absolute;
  top: 14px;
  left: 30px;
  content: "Q";
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .faq_list dt:before {
    top: 2vw;
    left: 4vw;
    font-size: 6.6666666667vw;
  }
}
.faq_list dd {
  position: relative;
  margin: 0 0 0 50px;
  padding: 1em 0em 1em 5em;
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .faq_list dd {
    margin-left: 10.6666666667vw;
    padding: 1em 1em 1em 3em;
  }
}
.faq_list dd:before {
  position: absolute;
  top: 14px;
  left: 30px;
  content: "A";
  font-family: "Noto Serif JP", serif;
  color: #F78DA7;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .faq_list dd:before {
    top: 2vw;
    left: 1.3333333333vw;
    font-size: 6.6666666667vw;
  }
}
.faq_list dd p {
  margin-bottom: 1.5em;
}

.contact__content {
  background: #EFEFEF;
}

.contact__text {
  color: #F78DA7;
  font-size: 3rem;
  font-weight: 400;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contact__text {
    font-size: 5.8666666667vw;
    text-align: left;
  }
}

.contact__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 640px) {
  .contact__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.25vw;
    margin-top: 9.375vw;
  }
}

.contact__tel {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contact__tel a {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__tel a img {
    width: 70.3125vw;
  }
}

.contact__line a {
  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;
  gap: 0.5rem;
  background: #4cc764;
  border-radius: 100vw;
  width: 50rem;
  height: 9rem;
  padding-right: 4rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .contact__line a {
    width: 78.125vw;
    height: 15.625vw;
    padding-right: 5.46875vw;
    margin: 0 auto;
    gap: 1.5625vw;
  }
}
.contact__line a::after {
  content: "";
  position: absolute;
  background: url(../images/common/icon-arrow-line.svg) no-repeat center center;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .contact__line a::after {
    width: 6.25vw;
    height: 6.25vw;
    right: 3.125vw;
  }
}
.contact__line a img {
  width: 7rem;
  height: 7rem;
}
@media screen and (max-width: 640px) {
  .contact__line a img {
    width: 10.9375vw;
    height: 10.9375vw;
  }
}

.contact__line-textarea {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #FFF;
}
.contact__line-textarea .-note {
  font-size: 1.8rem;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .contact__line-textarea .-note {
    font-size: 2.6666666667vw;
  }
}
.contact__line-textarea .-text {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .contact__line-textarea .-text {
    font-size: 4.5333333333vw;
  }
}

.contact__form {
  margin-top: 7rem;
}
@media screen and (max-width: 640px) {
  .contact__form {
    margin-top: 7.8125vw;
  }
}
.contact__form a {
  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;
  gap: 1.5rem;
  background: #F78DA7;
  color: #FFF;
  border-radius: 100vw;
  width: 55rem;
  height: 9rem;
  margin: 0 auto;
  padding-right: 4rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .contact__form a {
    width: 78.125vw;
    height: 15.625vw;
    padding-right: 10.9375vw;
    gap: 3.125vw;
  }
}
.contact__form a::after {
  content: "";
  position: absolute;
  background: url(../images/common/appraisal_arrow.png) no-repeat center center;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .contact__form a::after {
    width: 6.25vw;
    height: 6.25vw;
    right: 3.125vw;
  }
}
.contact__form a img {
  width: 5rem;
  height: 4rem;
}
@media screen and (max-width: 640px) {
  .contact__form a img {
    width: 6.25vw;
    height: 5vw;
  }
}

.contact__form-note {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  .contact__form-note {
    font-size: 2.6666666667vw;
  }
}

.contact__textarea .-text {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .contact__textarea .-text {
    font-size: 4.2666666667vw;
    letter-spacing: normal;
  }
}

.contact__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__insta {
  margin: 5rem auto 0;
}
@media screen and (max-width: 640px) {
  .contact__insta {
    margin: 7.8125vw auto 0;
    width: 78.125vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__insta a {
    width: 78.125vw;
    height: 15.625vw;
    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;
  }
  .contact__insta a::after {
    width: 6.25vw;
    height: 6.25vw;
    right: 3.125vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__insta a img {
    width: 39.0625vw;
  }
}

.article__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 640px) {
  .article__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.25vw 3.125vw;
  }
}

.article__item-ttl {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1em;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
}

.link_button {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .link_button {
    margin-top: 13.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6.25vw;
  }
}
.link_button .btn_stripe {
  width: 40%;
}
@media screen and (max-width: 640px) {
  .link_button .btn_stripe {
    width: 80%;
  }
}

.contact__form-appraisal {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  .contact__form-appraisal a {
    width: 80%;
  }
}
.contact__form-appraisal a img {
  width: auto;
  height: auto;
}

.article__content {
  background: #EFEFEF;
}

@media screen and (max-width: 640px) {
  .area.footer {
    margin-bottom: 3.125vw;
  }
}
.area .footer_top {
  background: #FFF;
}
.area .footer_top_lttl {
  text-align: center;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .area .footer_top_lttl {
    margin-bottom: 7.8125vw;
  }
}
.area .area__textarea {
  position: relative;
}
.area .area__img {
  width: 100%;
  height: 30rem;
}
@media screen and (max-width: 640px) {
  .area .area__img {
    height: 46.875vw;
  }
}
.area .area__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.area ul {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  padding: 4rem 3rem 2.5rem;
}
@media screen and (max-width: 640px) {
  .area ul {
    width: 80%;
    padding: 6.25vw 4.6875vw 3.90625vw;
  }
}
.area ul::after {
  content: "";
  position: absolute;
  background: url(../images/common/footer_top_ico.png) no-repeat center center;
  background-size: contain;
  width: 105px;
  height: 110px;
  top: -6rem;
  left: -4rem;
}
@media screen and (max-width: 640px) {
  .area ul::after {
    width: 16.40625vw;
    height: 17.1875vw;
    top: -9.375vw;
    left: -6.25vw;
  }
}
.area ul li {
  list-style-type: disc;
  margin-left: 1em;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .area ul li {
    font-size: 3.125vw;
  }
}
.area ul li + li {
  margin-top: 0.5em;
}

footer {
  margin-bottom: 0 !important;
}