@charset "utf-8";

:root {
  --color-green: #73ae59;
  --color-green-light: #eaf6e5;
  --color-pink-thick: #fae3ee;
}

.p-after .cont-inner {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}

/* utility */
.p-after .pc {
  display: block;
}
.p-after .sp {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .p-after .pc {
    display: none;
  }
  .p-after .sp {
    display: block;
  }
}
.p-after div {
  line-height: 1.6;
}
.p-after h1 {
  line-height: 1.2;
}
@media only screen and (max-width: 1000px) {
  .p-after h1 {
    line-height: 1.6;
  }
}
.p-after .page-inner {
  max-width: 100% !important;
}

/* breadcrumb */
.page-inner-breadcrumb-other {
  max-width: 1000px;
  margin: 66px auto 0;
}

.page-inner-breadcrumb {
  max-width: 1200px;
  margin: 66px auto 0;
}

/* kv */
.p-after-kv__main {
  display: flex;
  justify-content: center;
  gap: 134px;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
}
.p-after-kv__main-left {
  margin-left: 80px;
}
.p-after-kv__title {
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.p-after-kv__desc {
  font-weight: 500;
  margin: 25px 0;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.p-after-kv__note {
  font-weight: 500;
  font-size: 18px;
  background-color: #f8eff3;
  padding: 55px;
  text-align: center;
}

/* feature */
.p-after-feature {
  padding-bottom: 30px;
  max-width: 1500px;
  margin: 0 auto;
}

.p-after-feature__title {
  margin-top: 70px;
  text-align: center;
  font-size: 25px;
}
.p-after-feature__lead {
  background-color: #d57da3;
  box-shadow: 0px 0px 6.69px 0px #00000033;
  color: #fff;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  margin: 50px auto;
  padding: 30px;
  max-width: 800px;
}
.p-after-feature__list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0 70px;
}
.p-after-feature__item {
  border: 1px solid #a0a0a0;
  box-shadow: 0px 0px 10.6px 0px #00000033;
  padding: 40px 10px;
  position: relative;
  width: 238px;
}
.p-after-feature__item-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.p-after-feature__item-num {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.5em;
  width: 44px;
  background: #fff;
  text-align: center;
  color: #b95280;
  font-size: 17px;
}

.p-after-feature__staff-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin-right: 20px;
  margin-left: 20px;
}
.p-after-feature__staff {
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}
.p-after-feature__staff-title {
  color: #363434;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
}
.p-after-feature__staff--left {
  margin-left: -170px;
}
.p-after-feature__staff--center {
}
.p-after-feature__staff--right {
  margin-right: -170px;
}

/* range */
.p-after-range {
  background-color: #f7f5f5;
  background-image: url("/img/after/after_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 70px 0 100px;
}
.p-after-range__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-after-range__title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.p-after-range__box {
  background: #fff;
  box-shadow: 0px 0px 8.23px 0px #00000040;
  padding: 0;
  margin: 0 auto 70px;
  max-width: 1150px;
}
.p-after-range__box-title {
  background-color: #db9cb7;
  padding: 15px 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 20%;
  box-shadow: 0px 2.47px 2.47px 0px #00000029;
  color: #fff;
  text-align: center;
}
.p-after-range__box-inner {
  padding: 30px 30px 25px;
  display: flex;
  gap: 30px;
  justify-content: center;
}
.p-after-range__comparison {
  padding: 15px 13px;
  text-align: center;
  background: #f3f3f3;
  border: 1px solid #707070;
  flex: 3;
}
.p-after-range__comparison-label {
  font-weight: 300;
  font-size: 15px;
  line-height: 23.87px;
  letter-spacing: 20%;
  border-bottom: 1px solid #707070;
  padding: 0 3em;
  display: inline-block;
  text-align: center;
  padding-bottom: 5px;
}
.p-after-range__comparison-status {
  height: 165px;
  background-image: url(/img/after/range_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
}
.p-after-range__box--pink .p-after-range__comparison-status {
  margin-top: 85px;
}
.p-after-range__details {
  padding: 15px 15px 30px;
  background: #eaf6e5;
  border: 1px solid var(--color-green);
  position: relative;
  text-align: center;
  flex: 7;
}
.p-after-range__icon {
  position: absolute;
  right: 0;
  top: 0px;
  width: 82px;
  height: auto;
}
.p-after-range__logo {
  border-bottom: 1px solid var(--color-green);
  padding: 0 3em;
  display: inline-block;
  text-align: center;
  padding-bottom: 5px;
}
.p-after-range__content {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 5px;
  width: 480px;
  margin: 40px auto 0;
  justify-content: center;
}
.p-after-range__item {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  flex-direction: column;
  width: 150px;
}
.p-after-range__item-label {
  background-color: var(--color-green);
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 24.7px;
  letter-spacing: 0%;
  width: 70px;
  text-align: center;
}
.p-after-range__item-list {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  font-size: 13px;
  flex-direction: column;
}
.p-after-range__message {
  margin: 30px auto 0;
  background-color: #fff;
  padding: 15px;
  display: flex;
  gap: 20px;
  align-items: center;
  width: 572px;
}
.p-after-range__message img {
  width: 228px;
}
.p-after-range__message p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}
.p-after-range__arrow {
  position: relative;
  text-align: center;
  top: -11px;
  height: 0;
}
.p-after-range__box--pink .p-after-range__box-title {
  background-color: #d57da3;
}
.p-after-range__box--pink .p-after-range__content {
  justify-content: center;
}
.p-after-range__service-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 370px;
}
.p-after-range__service-list li {
  background-color: var(--color-green);
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 24.7px;
  width: 140px;
}
.p-after-range__box--pink-thick {
  background-color: #fff;
}

.p-after-range__note {
  margin: 10px auto -160px;
  width: 1068px;
  position: relative;
  left: 55px;
  max-width: 90%;
}

.p-after-range__summary-wrap {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #00000040;
  margin: 0 12px;
  padding: 45px 50px 15px;
  max-width: 1500px;
}
.p-after-range__summary {
  font-weight: 600;
  font-size: 24px;
  line-height: 53px !important;
  letter-spacing: 3%;
  text-align: center;
  color: #b95280;
}
.p-after-range__summary span {
  font-size: 24px;
  margin-top: 0.5em;
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.p-after-range__summary span::before {
  content: "";
  position: absolute;
  top: -13px;
  width: 8px;
  height: 8px;
  background: #b95280;
  border-radius: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.p-after-range__grid-wrap {
  display: flex;
  gap: 30px;
}
.p-after-range__grid {
  width: calc(5 / 13 * 100% - 30px);
  border: 1px solid #ce85a6;
  padding-bottom: 30px;
}
.p-after-range__grid:nth-of-type(2) {
  width: calc(3 / 13 * 100% - 30px);
  border: 1px solid #e8c6d6;
}
.p-after-range__grid-arrow01,
.p-after-range__grid-arrow02 {
  max-width: 1400px;
  width: 100%;
  margin: 35px auto;
}
.p-after-range__grid-label {
  background: #ce85a6;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
  position: relative;
  padding: 18px 10px 10px;
  height: 72px;
}
.p-after-range__grid-label::before {
  content: "";
  position: absolute;
  top: 13px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.p-after-range__grid-content {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 40px 18px;
}
.p-after-range__grid-content:last-of-type {
  gap: 20px;
  margin: 100px auto 0;
}
.p-after-range__grid-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  width: 160px;
}
.p-after-range__grid-item-label {
  background: #f0d9e3;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 12px;
  margin-bottom: 12px;
  padding: 0 1.5em;
}
@media screen and (max-width: 1250px) {
  .p-after-range__grid-item-label {
    padding: 0 0.5em;
  }
}
.p-after-range__grid-item-list {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  font-size: 16px;
  flex-direction: column;
}
.p-after-range__grid--light {
  border: 1px solid #e8c6d6;
  position: relative;
}
.p-after-range__grid--light .p-after-range__grid-label {
  background: #e8c6d6;
  color: #b95280;
}
.p-after-range__grid--light .p-after-range__grid-label {
  padding: 10px;
}
.p-after-range__grid--light .p-after-range__grid-label::before {
  content: none;
}
.p-after-range__grid--light .p-after-range__grid-service-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  max-width: calc(100% - 20px);
}
.p-after-range__grid--light .p-after-range__grid-service-list li {
  background: #f0d9e3;
  width: 180px;
  max-width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  padding: 0 10px;
}
.p-after-range__grid--light .p-after-range__grid-balloon {
  position: absolute;
  top: -50px;
  right: 0;
  width: 110px;
  height: auto;
}
.p-after-range__grid--after .p-after-range__grid-content:last-of-type {
  gap: 0;
}

/* 流れ */
.p-after-follow {
  padding: 0 0 65px;
  max-width: 1500px;
  margin: 0 auto;
}
.p-after-follow__title {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  color: #363434;
  margin: 70px auto 50px;
}
.p-after-follow__list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 45px 70px 0;
}
.p-after-follow__item {
  border: 1px solid #a0a0a0;
  box-shadow: 0px 0px 10.6px 0px #00000033;
  padding: 40px 32px 32px;
  position: relative;
  height: 144px;
  display: flex;
  align-items: center;
}
.p-after-follow__item-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.p-after-follow__item-text span {
  color: #b95280;
}
.p-after-follow__item-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.8em;
  background: #d9d9d9;
  color: #b95280;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  border-radius: 50px;
  width: 44px;
  height: 44px;
}

.p-after-follow__lead {
  background-color: #d57da3;
  box-shadow: 0px 0px 6.69px 0px #00000033;
  color: #fff;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  margin: 50px auto;
  padding: 30px;
  max-width: 800px;
}

.p-after-follow__help {
  border: 6px double #b95280;
  margin: 0 auto 40px;
  padding: 0 55px 60px;
  max-width: 1150px;
}
.p-after-follow__help-title {
  color: #b95280;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  margin: 60px auto 40px;
}
.p-after-follow__help-card {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
.p-after-follow__help-card:last-of-type {
  margin-bottom: 0;
}
.p-after-follow__help-img {
  width: 295px;
}
.p-after-follow__help-content {
  flex: 1;
}
.p-after-follow__help-name {
  background: #ececec;
  padding: 0 15px;
  margin-bottom: 15px;
  display: inline-block;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
}
.p-after-follow__help-text {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}

/* お客様の声 */
.p-after-voice {
  background: #f6f6f6;
  padding: 70px 0 10px;
  max-width: 1500px;
  margin: 0 auto;
}
.p-after-voice__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.p-after-voice__title span {
  font-size: 25px;
}
.p-after-voice__list {
  margin: 60px 20px 80px;
  display: flex;
  gap: 30px;
  justify-content: space-around;
}
.p-after-voice__item {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  flex-direction: column;
  flex: 1;
}
.p-after-voice__item:last-of-type {
  margin-bottom: 0;
}
.p-after-voice__item-header {
  font-size: 16px;
}
.p-after-voice__item-img {
  display: block;
  margin: 0 auto;
}
.p-after-voice__item-name {
  margin-top: 5px;
}
.p-after-voice__item-text {
  color: #363434;
  line-height: 1.5;
  font-size: 16px;
}

/* cta */
.p-after-cta {
  width: 1200px;
  margin: 0 auto 60px;
}
