.p-flow {
  background: #FCF8F8;
  padding: 6.4rem 0 20rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 3rem 2.4rem 0;
  }
}
.p-flow__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-flow__wrap {
    display: block;
  }
}
.p-flow-side {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-flow-side {
    width: 100%;
  }
}
.p-flow-side-list {
  position: sticky;
  top: 15rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-flow-side-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: auto;
    left: auto;
  }
}
.p-flow-side-list__item {
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-flow-side-list__item {
    width: calc(50% - 1rem);
    margin-top: 0;
  }
}
.p-flow-side-list__item a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 1.6rem;
  padding: 0 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-flow-side-list__item a {
    height: 4.6rem;
    align-items: center;
    gap: 0 1rem;
    padding: 0;
  }
}
.p-flow-side-list__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 0.2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 1px solid #B98374;
  border-right: 1px solid #B98374;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-flow-side-list__item a::after {
    top: 50%;
  }
}
.p-flow-side-list__num {
  font-size: 3.2rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-flow-side-list__num {
    font-size: 2.2rem;
  }
}
.p-flow-side-list__en {
  writing-mode: vertical-lr;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  line-height: 1;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-flow-side-list__en {
    font-size: 0.8rem;
  }
}
.p-flow-side-list__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-flow-side-list__ttl {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.p-flow-side-list__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.4rem;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-flow-side-list__inner {
    width: 3rem;
  }
}
.p-flow-main {
  width: 51.2rem;
}
@media screen and (max-width: 767px) {
  .p-flow-main {
    width: auto;
    padding: 4rem 1.6rem;
  }
}
.p-flow-main__item {
  background: #fff;
  padding: 2.4rem 2.2rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.05);
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-flow-main__item {
    margin-top: 1.2rem;
  }
}
.p-flow-main__item:first-child {
  margin-top: 0;
}
.p-flow-main-head {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 1.6rem;
  margin: 0 0 1.6rem;
}
.p-flow-main-head__num {
  font-size: 4rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-flow-main-head__num {
    font-size: 3rem;
  }
}
.p-flow-main-head__en {
  writing-mode: vertical-lr;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  line-height: 1;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-flow-main-head__en {
    font-size: 1rem;
  }
}
.p-flow-main-head__ttl {
  font-size: 2.4rem;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-flow-main-head__ttl {
    font-size: 1.8rem;
  }
}
.p-flow-main-head__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
}
.p-flow-main-head__free {
  position: absolute;
  top: -1rem;
  right: -2.9rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6rem;
  height: 5.2rem;
  background: #9D8C80;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media screen and (max-width: 767px) {
  .p-flow-main-head__free {
    top: -2.4rem;
    right: -2.8rem;
    width: 4.7rem;
    height: 4rem;
    font-size: 1.3rem;
  }
}
.p-flow-main__txt {
  line-height: 1.75;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-flow-main__txt {
    font-size: 1.3rem;
  }
}
.p-flow-main__notes {
  text-align: center;
  color: #979797;
  font-size: 1.1rem;
  margin: 1rem 0 0;
}
.p-flow-main__caution {
  color: #979797;
  text-align: center;
  font-size: 1.4rem;
  margin: 2.4rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-flow-main__caution {
    text-align: left;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 1.2rem 0 3rem;
  }
}
.p-flow-main__btn {
  width: 30rem;
  height: 6.7rem;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 3.2rem auto 0;
}
.p-flow-main__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.3rem;
  width: 3.2rem;
  height: 2.2rem;
  background: url(../img/flow/txt_btn.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-flow-main__btn {
    width: 100%;
    height: 6.7rem;
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
}
.p-flow-main__btn a {
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  color: #fff;
}
.p-flow-main__btn a::before {
  background: #855E44;
  right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-flow-main__btn a::before {
    background: #805B43;
  }
}
.p-flow-main__btn a::after {
  background: #fff;
  right: 1.6rem;
}
.p-flow-main-next {
  background: #B98374;
  padding: 2.2rem 2.4rem 3rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-flow-main-next {
    padding: 2rem 2.4rem;
    margin-top: 1.2rem;
  }
}
.p-flow-main-next__ttl {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding: 0 0 1rem;
  margin: 0 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-flow-main-next__ttl {
    font-size: 1.5rem;
  }
}
.p-flow-main-next__txt {
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow-main-next__txt {
    font-size: 1.2rem;
  }
}
.p-flow-main-end {
  padding: 3rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow-main-end {
    padding: 2rem;
  }
}
.p-flow-main-end__ttl {
  text-align: center;
  font-size: 2rem;
  color: #B98374;
  font-weight: 700;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-flow-main-end__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-main-end__txt {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=flow.css.map */