@charset "UTF-8";
.heading-page-title {
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 5px;
  margin-top: 100px;
  background: #F9CBAF;
  padding: 20px 0;
  text-align: center;
}

.demerit {
  max-width: 1200px;
  margin: 100px auto;
  border: solid 1px #e5754d;
  border-radius: 10px;
  padding: 20px;
}

.demerit .heading-demerit {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.demerit .demerit__inner {
  margin: 30px;
}

.demerit .demerit__inner .demerit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 24px;
  line-height: 1.7;
}

.demerit .demerit__inner .demerit-list::before {
  content: "";
  display: block;
  height: 3px;
  background: #e5754d;
  width: 20px;
}

.main {
  background: #fff;
  margin: 100px auto 0;
}

.main .heading-abandon {
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  background: #f8f4ec;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}

.main .heading-abandon .abandon-title {
  display: block;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}

.main .heading-abandon::before {
  content: "";
  background: url(../img/abandon/letter.png) center/cover no-repeat;
  width: 140px;
  height: 110px;
}

.main .heading-abandon::after {
  content: "";
  background: url(../img/abandon/letter.png) center/cover no-repeat;
  width: 140px;
  height: 110px;
}

.main .flow {
  padding: 20px 0 100px;
  max-width: 1200px;
  margin: 0 auto;
}

.main .flow ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 55px;
}

.main .flow li {
  max-width: 600px;
  width: 100%;
  background: #f8f4ec;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.main .flow .flow__list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin-top: 15px;
}

.main .flow .flow-list-title, .main .flow .flow-list-title-2, .main .flow .flow-list-title-3, .main .flow .flow-list-title-4, .main .flow .flow-list-title-5, .main .flow .flow-list-title-6, .main .flow .flow-list-title-7, .main .flow .flow-list-title-8 {
  font-size: 30px;
  font-weight: 600;
}

.main .flow .flow-list-title::before {
  content: "";
  background: url(../img/number/01.png) center/cover no-repeat;
  position: absolute;
  top: -54px;
  left: 45px;
  width: 90px;
  height: 80px;
  z-index: 10;
}

.main .flow .flow-list-title-2::before {
  content: "";
  background: url(../img/number/02.png) center/cover no-repeat;
  position: absolute;
  top: -54px;
  left: 45px;
  width: 90px;
  height: 80px;
  z-index: 10;
}

.main .flow .flow-list-title-3::before {
  content: "";
  background: url(../img/number/03.png) center/cover no-repeat;
  position: absolute;
  top: -54px;
  left: 45px;
  width: 90px;
  height: 80px;
  z-index: 10;
}

.main .flow .flow-list-title-4::before {
  content: "";
  background: url(../img/number/04.png) center/cover no-repeat;
  position: absolute;
  top: -54px;
  left: 45px;
  width: 90px;
  height: 80px;
  z-index: 10;
}

.main .flow .flow-list-title-5::before {
  content: "";
  background: url(../img/number/05.png) center/cover no-repeat;
  position: absolute;
  top: -54px;
  left: 45px;
  width: 90px;
  height: 80px;
  z-index: 10;
}

.main .flow .flow-list-title-6::before {
  content: "";
  background: url(../img/number/06.png) center/cover no-repeat;
  position: absolute;
  top: -54px;
  left: 45px;
  width: 90px;
  height: 80px;
  z-index: 10;
}

.main .flow .flow-list-title-7::before {
  content: "";
  background: url(../img/number/07.png) center/cover no-repeat;
  position: absolute;
  top: -54px;
  left: 45px;
  width: 105px;
  height: 80px;
  z-index: 10;
}

.main .flow .flow-list-title-8::before {
  content: "";
  background: url(../img/number/08.png) center/cover no-repeat;
  position: absolute;
  top: -54px;
  left: 45px;
  width: 105px;
  height: 80px;
  z-index: 10;
}

.main .flow .flow-img {
  max-width: 400px;
  width: 100%;
}

.main .flow .flow-text {
  max-width: 400px;
  margin: 0 auto;
  text-align: justify;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
}

.main .service {
  background: #f8f4ec;
  padding-top: 40px;
}

.main .service ul {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #F9CBAF;
}

.main .service .service-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 3px;
  padding: 20px;
}

.main .service .service-price {
  display: block;
  font-size: 20px;
  background: #fff;
  padding: 20px 0;
  font-weight: 500;
  margin-top: 10px;
}

.main .service .service-price-title {
  display: inline-block;
  border-bottom: solid 2px #DA724C;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}

.main .service .plan-price {
  display: block;
}

/* ------------ボタン*/
.btn-wrap {
  padding: 10px;
  background: #e5754d;
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
  margin: 0 auto 5px;
}

.btn-wrap-2 {
  padding: 10px;
  background: #546b88;
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
  margin: 0 auto;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #383036;
  border-radius: 0.5rem;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background: #fff;
  display: block;
  font-size: 21px;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid #383036;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

/* ------------*/
/* ------------icon*/
.icon-svg {
  fill: #e8a48b;
  width: 35px;
}

@media (max-width: 815px) {
  .heading-page-title {
    font-size: calc(2.25rem + ((1vw - 3.2px) * 3.6364));
  }
  .main {
    margin: 10vw auto 0;
  }
  .main .service {
    padding-top: 0;
  }
  .main .service .service-title {
    font-size: calc(1.6875rem + ((1vw - 3.2px) * 1.0101));
  }
  .main .service .service-price-title {
    font-size: calc(1.0625rem + ((1vw - 3.2px) * 1.0101));
  }
  .main .heading-abandon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: calc(1.125rem + ((1vw - 3.2px) * 0.8081));
  }
  .main .heading-abandon .abandon-title {
    font-size: calc(1.6875rem + ((1vw - 3.2px) * 2.0202));
  }
  .main .heading-abandon::after {
    display: none;
  }
  .main .flow {
    max-width: none;
    width: 100%;
  }
  .main .flow ul {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    width: 95%;
    margin: 0 auto;
  }
  .main .flow li {
    max-width: none;
  }
  .main .flow .flow-list-title, .main .flow .flow-list-title-2, .main .flow .flow-list-title-3, .main .flow .flow-list-title-4, .main .flow .flow-list-title-5, .main .flow .flow-list-title-6, .main .flow .flow-list-title-7, .main .flow .flow-list-title-8 {
    font-size: calc(1.5rem + ((1vw - 3.2px) * 1.2121));
  }
  .main .flow .flow-img {
    width: 95%;
  }
  .main .flow .flow-text {
    max-width: none;
    width: 95%;
    text-align: center;
  }
  .btn-wrap, .btn-wrap-2 {
    max-width: 400px;
    width: 95%;
  }
  a.btn-border-shadow {
    padding: 12px 2vw;
    font-size: 19px;
  }
  .scroll {
    display: none;
  }
}
