@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;
}

/* kv */
.p-after-kv__title {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-top: 110px;
}
.p-after-kv__desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  margin: 25px 35px 35px;
}
.p-after-kv__img {
  display: block;
  margin: 0 auto;
}
.p-after-kv__note {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  background-color: #f8eff3;
  padding: 35px;
}

/* feature */
.p-after-feature {
  padding-bottom: 30px;
}

.p-after-feature__title {
  margin-top: 35px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #363434;
}
.p-after-feature__lead {
  background-color: #d57da3;
  box-shadow: 0px 0px 6.69px 0px #00000033;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin: 25px 16px 40px;
  padding: 22px;
}
.p-after-feature__list {
  display: flex;
  flex-direction: column;
  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;
}
.p-after-feature__item-text {
  text-align: center;
  font-size: 14px;
  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 {
  margin-top: 65px;
  text-align: center;
}
.p-after-feature__staff-title {
  color: #363434;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
.p-after-feature__staff-card {
  display: flex;
  margin-top: 25px;
}
.p-after-feature__staff-card:nth-of-type(1) {
  margin-left: auto;
  margin-right: 10px;
}
.p-after-feature__staff-info {
  border: 1px solid #707070;
  font-size: 14px;
  line-height: 1.6;
  padding: 25px 12px;
  width: 180px;
}
.p-after-feature__staff-pos {
  font-size: 12px;
}
.p-after-feature__staff-comment {
  margin-top: 18px;
}
.p-after-feature__staff-title {
  margin-bottom: 25px;
}
.p-after-feature__staff img {
  max-width: 100%;
}
.p-after-feature__staff--right {
  margin-left: 40px;
  margin-right: 10px;
}
.p-after-feature__staff--left {
  margin-right: 40px;
  margin-left: 10px;
  margin-top: 30px;
}

/* range */
.p-after-range {
  background-color: #fdf9fb;
  padding: 35px 0 50px;
}
.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 {
  padding: 0 16px 25px;
}
.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 {
  background-color: #fff;
  padding: 15px 13px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  box-shadow: 0px 0px 8.23px 0px #00000040;
}
.p-after-range__comparison {
  padding: 15px 13px;
  text-align: center;
  background: #f3f3f3;
  border: 1px solid #707070;
}
.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;
}
.p-after-range__details {
  padding: 15px;
  margin-top: 16px;
  background: #eaf6e5;
  border: 1px solid var(--color-green);
  position: relative;
  text-align: center;
}
.p-after-range__icon {
  position: absolute;
  right: 0;
  top: 0px;
}
.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;
  margin: 30px 20px 0;
  gap: 25px 5px;
}
.p-after-range__item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: column;
  width: calc(50% - 2.5px);
}
.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;
  flex-direction: column;
  font-size: 13px;
}
.p-after-range__message {
  margin-top: 30px;
  background-color: #fff;
  padding: 20px 30px;
}
.p-after-range__message p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.p-after-range__arrow {
  position: relative;
  text-align: center;
  top: -11px;
  height: 0;
}
.p-after-range__box--pink {
  background: #faeef4;
  padding-top: 25px;
  padding-bottom: 25px;
}
.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;
  flex-direction: column;
  gap: 20px;
}
.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: var(--color-pink-thick);
  padding-top: 25px;
}

.p-after-range__note {
  margin: 10px 40px -15px;
}

.p-after-range__summary-wrap {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #00000040;
  margin: 0 12px;
  padding: 35px 16px;
}
.p-after-range__summary {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  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: -12px;
  width: 7px;
  height: 7px;
  background: #b95280;
  border-radius: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.p-after-range__grid {
  border: 1px solid #ce85a6;
  margin-top: 35px;
  margin-bottom: 25px;
}
.p-after-range__grid:last-of-type {
  margin-bottom: 0;
}
.p-after-range__grid-label {
  background: #ce85a6;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
  box-shadow: 0px 3px 3px 0px #00000029;
  position: relative;
  padding: 18px 10px 10px;
}
.p-after-range__grid-label::before {
  content: "";
  position: absolute;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.p-after-range__grid-content {
  display: flex;
  justify-content: center;
}
.p-after-range__grid-content {
  margin: 40px 18px;
}
.p-after-range__grid-content:last-of-type {
  gap: 20px;
  margin: 40px 18px;
}
.p-after-range__grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 105px;
}
.p-after-range__grid-item-label {
  background: #f0d9e3;
  color: #333;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0;
  width: 70px;
  text-align: center;
  margin-bottom: 12px;
}
.p-after-range__grid-item-list {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-direction: column;
  font-size: 12px;
}
.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;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-after-range__grid--light .p-after-range__grid-service-list li {
  background: #f0d9e3;
  width: 140px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 24.7px;
}
.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: 35px 0 65px;
}
.p-after-follow__title {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #363434;
}
.p-after-follow__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 45px 70px 0;
}
.p-after-follow__item {
  border: 1px solid #a0a0a0;
  box-shadow: 0px 0px 10.6px 0px #00000033;
  padding: 40px 10px;
  position: relative;
}
.p-after-follow__item-text {
  text-align: center;
  font-size: 14px;
  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: #d57da3;
  color: #fff;
  box-shadow: 0px 0px 6.69px 0px #00000033;
  margin: 50px 16px 40px;
  padding: 20px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0%;
  text-align: center;
}

.p-after-follow__help {
  border: 6px double #b95280;
  margin: 0 16px 40px;
  padding: 40px 15px;
}
.p-after-follow__help-title {
  color: #b95280;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}
.p-after-follow__help-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
.p-after-follow__help-card:last-of-type {
  margin-bottom: 0;
}
.p-after-follow__help-name {
  background: #ececec;
  padding: 10px 15px;
  display: inline-block;
  width: fit-content;
}
.p-after-follow__help-text {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
}

/* お客様の声 */
.p-after-voice {
  background: #f6f6f6;
  padding: 50px 0 10px;
}
.p-after-voice__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.p-after-voice__title span {
  font-size: 20px;
}
.p-after-voice__list {
  margin: 40px 20px 80px;
}
.p-after-voice__item {
  display: flex;
  gap: 15px;
  flex-direction: column;
  margin-bottom: 40px;
}
.p-after-voice__item:last-of-type {
  margin-bottom: 0;
}
.p-after-voice__item-header {
  font-size: 14px;
}
.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: 14px;
}
