.container {
  width: 100%;
  max-width: 116.6rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .container {
    padding: 0 2.4rem;
  }
}

.c-breadcrumb {
  max-width: 136.6rem;
  margin: 0 auto 10.8rem;
  padding: 2.4rem 3.5rem 0;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb {
    margin: 0 auto 6rem;
    padding: 2rem 2rem 0;
  }
}
.c-breadcrumb__list {
  display: flex;
}
.c-breadcrumb__list > li {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb__list > li {
    white-space: nowrap;
  }
}
.c-breadcrumb__list > li a {
  color: rgba(0, 0, 0, 0.4);
}
.c-breadcrumb__list > li::after {
  margin: 0 0.8rem;
  content: "";
  background-image: url("../img/common/breadcrumb-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb__list > li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.c-breadcrumb__list > li:last-child::after {
  display: none;
}

.c-pagehead {
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .c-pagehead {
    margin-bottom: 2.2rem;
  }
}
.c-pagehead__title {
  font-weight: 700;
  font-size: 1.3rem;
}
.c-pagehead__title::after {
  position: relative;
  z-index: 1;
  margin-top: 1.3rem;
  margin-bottom: -2px;
  padding-bottom: 2.4rem;
  content: attr(data-title-en);
  display: block;
  letter-spacing: 0.02em;
  font-size: 6.2rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2096774194;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #ff6510;
}
@media screen and (max-width: 767.98px) {
  .c-pagehead__title::after {
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.04em;
    font-size: 3.2rem;
    line-height: 1.21875;
  }
}
.c-pagehead.-dotted {
  border-bottom: none;
  margin-bottom: 0;
}
.c-pagehead.-dotted .c-pagehead__title {
  position: relative;
}
.c-pagehead.-dotted .c-pagehead__title:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ff6510;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
.c-pagehead.-dotted .c-pagehead__title:after {
  border-bottom: none;
}
.c-pagehead.-dotted .c-pagehead__title span {
  padding-left: 1.6rem;
}

/*************************
aftercare
************************ */
@media screen and (max-width: 767.98px) {
  .c-pagehead.-aftercare .c-pagehead__title:after {
    font-size: 4.1rem;
  }
}

.p-aftercare-header {
  padding-top: 0;
  margin-bottom: 0;
}
.p-aftercare-header__img {
  width: 100%;
  max-height: 62rem;
  overflow: hidden;
  aspect-ratio: 1370/620;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-header__img {
    aspect-ratio: 1/1;
  }
}
.p-aftercare-header__img img,
.p-aftercare-header__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-aftercare-header__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-aftercare-lead {
  padding-top: 14rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-lead {
    padding-top: 6rem;
  }
}
.p-aftercare-lead__title {
  font-size: 3.8rem;
  line-height: 1.6842105263;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-lead__title {
    font-size: 2.6rem;
  }
}
.p-aftercare-lead__body {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-lead__body {
    margin-top: 2.4rem;
  }
}
.p-aftercare-lead__body p {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-lead__body p {
    text-align: left;
  }
}

.p-aftercare-support {
  padding: 8rem 0 14rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-support {
    padding: 4rem 0 8rem;
  }
}
.p-aftercare-support .container {
  max-width: 98rem;
  margin: 0 auto;
}
.p-aftercare-support__dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-support__dl {
    flex-direction: column;
  }
}
.p-aftercare-support__title {
  width: 36.3rem;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0.8rem 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-support__title {
    width: 100%;
    font-size: 2.4rem;
  }
}
.p-aftercare-support__title:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ff6510;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-support__title:after {
    content: none;
  }
}
.p-aftercare-support__text {
  width: calc(100% - 36.3rem);
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 500;
  padding-left: 4rem;
  letter-spacing: 0.06em;
  color: #444;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-support__text {
    width: 100%;
    padding-left: 0;
  }
}
.p-aftercare-support__img {
  width: 100%;
  margin-top: 4rem;
  padding: 4.8rem 8.6rem;
  border: 1px solid #8e8e8e;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-support__img {
    padding: 4rem 2rem;
    margin-top: 2rem;
  }
}
.p-aftercare-support__img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-aftercare-sections {
  padding: 8rem 0 0;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-sections {
    padding-top: 6rem;
  }
}
.p-aftercare-sections > .container {
  background-color: #fff;
  padding: 6.4rem 10rem;
}
.p-aftercare-item {
  padding: 10rem 0 12rem;
  background-color: #fff;
}
.p-aftercare-item:nth-of-type(odd) {
  background-color: #f4f4f4;
}
.p-aftercare-item:first-child {
  padding-top: 0;
}
.p-aftercare-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-item {
    padding: 6rem 0;
  }
  .p-aftercare-item:first-child {
    padding-top: 0;
  }
}
.p-aftercare-item__inner {
  display: flex;
  gap: 6rem;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-item__inner {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-aftercare-item__content {
  width: calc(50% - 6rem);
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-item__content {
    width: 100%;
  }
}
.p-aftercare-item__title {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-item__title {
    font-size: 2.6rem;
  }
}
.p-aftercare-item__title-en {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2142857143;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
  color: #afafaf;
  margin-bottom: 4rem;
}
.p-aftercare-item__info {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 4rem;
}
.p-aftercare-item__info p {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-item__info p {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-aftercare-item__info span.org {
  color: #ff6510;
  font-weight: 700;
}
.p-aftercare-item__subtitle {
  font-size: 2.4rem;
  line-height: 1.2083333333;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-item__subtitle {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.p-aftercare-item__text {
  margin-top: 2rem;
}
.p-aftercare-item__text p {
  letter-spacing: 0.1em;
}
.p-aftercare-item__img {
  width: 50%;
  background-color: #fff;
  padding: 4.8rem;
  margin-top: 6rem;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-item__img {
    width: 100%;
    margin-top: 0;
    padding: 4rem 2.4rem;
    gap: 0.8rem;
  }
}
.p-aftercare-item__figure {
  margin: 0;
}
.p-aftercare-item__figure img {
  width: 100%;
  height: auto;
  display: block;
}
.p-aftercare-item__figure figcaption {
  height: 4rem;
  background-color: #666;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  margin-top: 1.6rem;
  line-height: 1;
  letter-spacing: 0.046em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-item__figure figcaption {
    font-size: 1rem;
    height: 2.8rem;
    margin-top: 0.8rem;
  }
}
.p-aftercare-item__btn {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-item__btn {
    margin-top: 2rem;
  }
}
.p-aftercare-item__btn .-window02 {
  font-size: 1.3rem;
  font-weight: 700;
  padding-right: 2.6rem;
  color: #ff6510;
  position: relative;
}
.p-aftercare-item__btn .-window02:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.89 14.89"><rect fill="%23ff6510" y="4.23" width="10.57" height="10.57"/><path fill="%23ff6510" d="M3.26,0v2.12h9.51v9.51h2.12V0H3.26Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 14.89/14.89;
  position: absolute;
  top: calc((100% - 1.4rem) / 2);
  right: 0;
}
.p-aftercare-item__desc {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-item__desc {
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 2rem;
  }
}
.p-aftercare-item__boxes {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-item__boxes {
    gap: 1.6rem;
  }
}
.p-aftercare-item__flow {
  margin-top: 6rem;
}
.p-aftercare-item__flow-list {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  counter-reset: item;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-item__flow-list {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p-aftercare-item__flow-item {
  width: calc((100% - 9.6rem) / 5);
  background-color: #fff;
  padding: 2rem 1.6rem 1.6rem;
  position: relative;
  text-align: center;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-item__flow-item {
    width: 100%;
  }
}
.p-aftercare-item__flow-item:before {
  border-bottom: 1px solid #ff6510;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #ff6510;
  position: relative;
  z-index: 1;
}
.p-aftercare-item__flow-item:after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 3.2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ff6510;
  position: absolute;
  top: calc((100% - 3.2rem) / 2);
  right: -1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-item__flow-item:after {
    top: auto;
    bottom: -2.4rem;
    right: calc((100% - 1.6rem) / 2);
    transform: rotateZ(90deg);
  }
}
.p-aftercare-item__flow-item dl {
  margin-top: 1.4rem;
}
.p-aftercare-item__flow-item dl dt {
  height: 5rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-aftercare-item__flow-item dl dd {
  margin-top: 1.6rem;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  text-align: left;
}
.p-aftercare-item__flow-item:last-of-type:after {
  content: none;
}

#section-02 .p-aftercare-item__img {
  width: 100%;
  margin-top: 4rem;
  padding: 4.8rem 8.6rem;
  border: 1px solid #8e8e8e;
}
@media screen and (max-width: 767.98px) {
  #section-02 .p-aftercare-item__img {
    padding: 1.6rem;
    border: none;
  }
}
#section-02 .p-aftercare-item__img img {
  width: 100%;
  height: auto;
  display: block;
}
#section-02 .p-aftercare-item__figure {
  width: 100%;
}

#section-03 .p-aftercare-item__img {
  padding: 0;
}

#section-04 {
  padding-bottom: 6rem;
}

.p-aftercare-box {
  flex: 1;
  padding: 2.4rem;
  text-align: center;
  border: 2px solid #e4e4e4;
}
.p-aftercare-box.-primary {
  border-color: #ff6510;
}
.p-aftercare-box.-extended {
  background-color: #ff6510;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-box {
    padding: 1.6rem 1.2rem;
  }
}
.p-aftercare-box__label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #888;
  margin-bottom: 0.8rem;
}
.p-aftercare-box.-extended .p-aftercare-box__label {
  color: rgba(255, 255, 255, 0.8);
}
.p-aftercare-box__value {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 5rem;
  line-height: 1;
  color: #ff6510;
  letter-spacing: -0.02em;
}
.p-aftercare-box__value span {
  font-size: 2rem;
}
.p-aftercare-box.-extended .p-aftercare-box__value {
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-box__value {
    font-size: 3.6rem;
  }
  .p-aftercare-box__value span {
    font-size: 1.6rem;
  }
}
.p-aftercare-box__detail {
  font-size: 1.2rem;
  font-weight: 500;
  color: #666;
  margin-top: 0.8rem;
}
.p-aftercare-box.-extended .p-aftercare-box__detail {
  color: rgba(255, 255, 255, 0.9);
}

.p-aftercare-ground {
  margin-top: 2.4rem;
}
.p-aftercare-ground__row {
  display: flex;
  gap: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-ground__row {
    gap: 0.3rem;
  }
}
.p-aftercare-ground__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 1.2rem 0.4rem;
  text-align: center;
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
}
.p-aftercare-ground__step.-s1 {
  background-color: #f0f0f0;
}
.p-aftercare-ground__step.-s2 {
  background-color: #e8f4f0;
}
.p-aftercare-ground__step.-s3 {
  background-color: #d6ede6;
}
.p-aftercare-ground__step.-s4 {
  background-color: #b8e0d0;
}
.p-aftercare-ground__step.-s5 {
  background-color: #ff6510;
  border-color: #ff6510;
}
.p-aftercare-ground__step.-s5 .p-aftercare-ground__name,
.p-aftercare-ground__step.-s5 .p-aftercare-ground__desc {
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-ground__step {
    padding: 0.8rem 0.2rem;
  }
}
.p-aftercare-ground__name {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #333;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-ground__name {
    font-size: 1.1rem;
  }
}
.p-aftercare-ground__desc {
  font-size: 1rem;
  color: #666;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-ground__desc {
    font-size: 0.9rem;
  }
}

.p-aftercare-sub {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-sub {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p-aftercare-sub-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.4rem 3.6rem 0.4rem 1.6rem;
  border-left: 0.4rem solid #ff6510;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-sub-title {
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.2;
    padding: 0.2rem 0 0.2rem 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-sub-text {
    line-height: 2.2857142857;
  }
}

.p-aftercare-period {
  margin-top: 3.2rem;
}
.p-aftercare-period__diagram {
  display: flex;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 2.8rem;
  background-color: #f4f4f4;
  background-image: linear-gradient(-90deg, #ff6510, #9fa0a0);
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-period__diagram {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.p-aftercare-period__from {
  width: 24rem;
  text-align: center;
  background-color: rgba(102, 102, 102, 0.57);
  clip-path: polygon(0 0, calc(100% - 2.7rem) 0, 100% 50%, calc(100% - 2.7rem) 100%, 0 100%);
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-period__from {
    width: 10rem;
    min-height: 6.8rem;
    padding-right: 0.8rem;
    clip-path: polygon(0 0, calc(100% - 1.6rem) 0, 100% 50%, calc(100% - 1.6rem) 100%, 0 100%);
    padding-bottom: 0.8rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.p-aftercare-period__year {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.7rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-period__year {
    font-size: 2.5rem;
  }
}
.p-aftercare-period__year span {
  font-size: 2.1rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-period__year span {
    font-size: 1.3rem;
  }
}
.p-aftercare-period__year span.between {
  display: inline-block;
  transform: translateY(-0.6rem);
  margin: 0 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-period__year span.between {
    transform: translateY(-0.2rem);
  }
}
.p-aftercare-period__note {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  margin-top: 0.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-period__note {
    font-size: 0.8rem;
  }
}
.p-aftercare-period__arrow {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-period__arrow {
    padding: 0;
    width: 100%;
  }
}
.p-aftercare-period__arrow-line {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #ff6510;
}
.p-aftercare-period__arrow-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #ff6510;
  border-right: 2px solid #ff6510;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-period__arrow-line {
    width: 2px;
    height: 3rem;
    margin: 0 auto;
  }
  .p-aftercare-period__arrow-line::after {
    right: auto;
    left: 50%;
    bottom: 0;
    top: auto;
    transform: translateX(-50%) rotate(135deg);
  }
}
.p-aftercare-period__arrow-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ff6510;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-period__arrow-label {
    font-size: 1.1rem;
  }
}
.p-aftercare-period__to {
  width: calc(100% - 24rem);
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-period__to {
    width: calc(100% - 10rem);
    padding: 0.2rem;
  }
}
.p-aftercare-period__to .p-aftercare-period__note {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.6rem;
}
.p-aftercare-period__list {
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-period__list {
    flex-direction: column;
  }
}
.p-aftercare-period__item {
  width: calc((100% - 1.6rem) / 3);
  background-color: #fff;
  padding: 2.4rem;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-period__item {
    width: 100%;
  }
}
.p-aftercare-period__item-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.p-aftercare-period__item-title:before {
  content: "";
  display: block;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 200rem;
  background-color: #ffe6d8;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
}
.p-aftercare-period__item-txt {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8571428571;
  letter-spacing: 0.15em;
}
.p-aftercare-period__item-txt .option {
  position: relative;
  display: flex;
  align-items: center;
  color: #ff6510;
  margin-top: 0.6rem;
}
.p-aftercare-period__item-txt .option:before {
  content: "option";
  text-transform: uppercase;
  width: 7rem;
  height: 2.5rem;
  background-color: #ff6510;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.8rem;
}
.p-aftercare-period__item.-item01 .p-aftercare-period__item-title:before {
  background-image: url(../../assets/img/aftercare/icon_equipment01.svg);
  background-size: 3.3rem 4rem;
}
.p-aftercare-period__item.-item02 .p-aftercare-period__item-title:before {
  background-image: url(../../assets/img/aftercare/icon_equipment02.svg);
  background-size: 4.3rem 3.4rem;
}
.p-aftercare-period__item.-item03 .p-aftercare-period__item-title:before {
  background-image: url(../../assets/img/aftercare/icon_equipment03.svg);
  background-size: 4.2rem 3.7rem;
}

.p-aftercare-target {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-target {
    margin-top: 6rem;
  }
}
.p-aftercare-target__list {
  display: flex;
  gap: 0.8rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-target__list {
    flex-wrap: wrap;
    margin-top: 4rem;
    gap: 2rem 0.8rem;
  }
}
.p-aftercare-target__item {
  width: calc((100% - 3.2rem) / 5);
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-target__item {
    width: calc((100% - 0.8rem) / 2);
    gap: 0.8rem;
  }
}
.p-aftercare-target__item-img {
  position: relative;
}
.p-aftercare-target__item-img figcaption {
  min-width: 6rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.6rem;
  background-color: #ff6510;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-target__item-img figcaption {
    font-size: 1rem;
    line-height: 1.5;
    height: 2.8rem;
  }
}
.p-aftercare-target__item-parts {
  line-height: 1.4285714286;
  margin-top: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-target__item-parts {
    margin-top: 0.8rem;
  }
}
.p-aftercare-target__item .annotation {
  vertical-align: super;
  font-size: 0.6em;
}
.p-aftercare-target-notes {
  margin-top: 3rem;
  padding: 2rem;
  border: 1px solid #c1c1c1;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}
.p-aftercare-target__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  position: relative;
}
.p-aftercare-target__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-target__icon {
    width: 4rem;
    height: 4rem;
  }
}
.p-aftercare-target__label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #333;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-target__label {
    font-size: 1rem;
  }
}

.p-aftercare-cases {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-cases {
    margin-top: 6rem;
  }
}
.p-aftercare-cases__inner {
  margin-top: 3rem;
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-cases__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-aftercare-cases__note {
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-cases__note {
    margin-top: 2rem;
  }
}

.p-aftercare-case {
  padding: 3.2rem 4rem;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-case {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-case {
    padding: 2rem 1.6rem;
  }
}
.p-aftercare-case__name {
  color: #ff6510;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-case__name {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-aftercare-case__nmb {
  background-color: #ff6510;
  color: #fff;
  font-weight: 700;
  padding: 0.8rem 1.4rem;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2142857143;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-case__nmb {
    width: 9rem;
    height: 3.6rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-aftercare-case__error {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 1.2rem;
}
.p-aftercare-case__price {
  background-color: #fff;
  margin-top: 1.2rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-case__price {
    padding: 2rem;
  }
}
.p-aftercare-case__price dl {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-case__price dl {
    flex-direction: column;
  }
}
.p-aftercare-case__price-title {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  color: #ff6510;
  border: 1px solid #ff6510;
  padding: 0.8rem 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-case__price-title {
    width: 100%;
    text-align: center;
  }
}
.p-aftercare-case__price-detail {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-case__price-detail {
    gap: 0.6rem;
  }
}
.p-aftercare-case__price-img {
  position: relative;
  padding-right: 6.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-case__price-img {
    padding-right: 4.8rem;
  }
}
.p-aftercare-case__price-img:after {
  content: "";
  display: block;
  width: 5.3rem;
  height: 4rem;
  background: transparent url(../../assets/img/aftercare/arrow01.png) no-repeat scroll center center/contain;
  position: absolute;
  top: calc((100% - 4rem) / 2);
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-case__price-img:after {
    width: 3.7rem;
    height: 2.6rem;
    top: calc((100% - 2.6rem) / 2);
  }
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-case__price-img img {
    width: auto;
    height: 3.9rem;
  }
}
.p-aftercare-case__price-free {
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 200rem;
  background-color: #FFE6D8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
  color: #ff6510;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-case__price-free {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.p-aftercare-case__price-txt {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-case__price-txt {
    margin-top: 2rem;
    line-height: 1.6;
  }
}
.p-aftercare-case__year {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.04em;
}

.p-aftercare-table {
  margin-top: 4.8rem;
}
.p-aftercare-table:last-child {
  margin-bottom: 0;
}
.p-aftercare-table__title {
  font-size: 2.4rem;
  line-height: 1.9583333333;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #5F5F66;
  padding: 1rem 7rem 1rem 2.4rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-table__title {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.p-aftercare-table__title:before, .p-aftercare-table__title:after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc((100% - 2px) / 2);
  right: 2.4rem;
  transition: all 0.3s ease 0s;
}
.p-aftercare-table__title:after {
  transform: rotateZ(90deg);
}
.p-aftercare-table__title.close:after {
  transform: rotateZ(0);
  opacity: 0;
}
.p-aftercare-table__wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-table__wrap {
    padding-bottom: 0;
  }
}
.p-aftercare-table__note {
  font-size: 1.3rem;
  color: #888;
  font-weight: 500;
}
.p-aftercare-table__wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-aftercare-table__table {
  width: 100%;
}
.p-aftercare-table__table thead tr {
  background-color: #ff6510;
  color: #fff;
}
.p-aftercare-table__table th,
.p-aftercare-table__table td {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
}
.p-aftercare-table__table th {
  padding: 1.4rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.04em;
  border: 1px solid #fff;
}
.p-aftercare-table__table th:first-of-type {
  width: 26rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-table__table th:first-of-type {
    width: 20.4615384615%;
  }
}
.p-aftercare-table__table th:nth-of-type(2) {
  width: 47rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-table__table th:nth-of-type(2) {
    width: 36.7692307692%;
  }
}
.p-aftercare-table__table th:nth-of-type(3) {
  width: calc(100% - 26rem - 47rem);
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-table__table th:nth-of-type(3) {
    width: 42.8307692308%;
  }
}
.p-aftercare-table__table td {
  padding: 2.4rem 2rem;
  border: 1px solid #C3C3C3;
  vertical-align: middle;
  color: #444;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-table__table td {
    padding: 0.8rem;
    font-size: 1.3rem;
  }
}
.p-aftercare-table__table td:last-of-type .repair {
  text-align: left;
}
.p-aftercare-table__table td:last-of-type .price {
  text-align: right;
}
.p-aftercare-table__table td:last-of-type .price span {
  display: inline-block;
  text-decoration: line-through;
  text-decoration-color: #ff6510;
  padding-right: 2rem;
  margin-right: 0.4rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-table__table td:last-of-type .price span {
    font-size: 1.2rem;
    margin-right: 0;
    letter-spacing: 0.06em;
  }
}
.p-aftercare-table__table td:last-of-type .price span:before, .p-aftercare-table__table td:last-of-type .price span:after {
  content: "";
  display: block;
  background-color: #ff6510;
  position: absolute;
}
.p-aftercare-table__table td:last-of-type .price span:before {
  width: 1.2rem;
  height: 0.8rem;
  top: calc((100% - 0.8rem) / 2);
  right: 0.4rem;
}
.p-aftercare-table__table td:last-of-type .price span:after {
  width: 0.8rem;
  height: 1.6rem;
  top: calc((100% - 1.6rem) / 2);
  right: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.p-aftercare-table__table td:last-of-type .price b {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  transform: translateY(0.1rem);
  color: #ff6510;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-table__table td:last-of-type .price b {
    font-size: 1.6rem;
  }
}
.p-aftercare-table__table .icon figure {
  text-align: center;
}
.p-aftercare-table__table .icon figure figcaption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-table__table .icon figure figcaption {
    font-size: 1.3rem;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}
.p-aftercare-table__table .icon.-kitchen figure img {
  width: 7.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-table__table .icon.-kitchen figure img {
    width: 4.4rem;
  }
}
.p-aftercare-table__table .icon.-bathroom figure img {
  width: 7.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-table__table .icon.-bathroom figure img {
    width: 5rem;
  }
}
.p-aftercare-table__table .icon.-boiler figure img {
  width: 4.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-table__table .icon.-boiler figure img {
    width: 3.01rem;
  }
}
.p-aftercare-table__table .icon.-vanity figure img {
  width: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-table__table .icon.-vanity figure img {
    width: 3.7rem;
  }
}
.p-aftercare-table__table .icon.-toilet figure img {
  width: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-table__table .icon.-toilet figure img {
    width: 3.8rem;
  }
}
.p-aftercare-table__table.-paid th:nth-of-type(2) {
  width: calc(100% - 47rem);
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-table__table.-paid tbody tr td {
    height: 10.8rem;
  }
}
.p-aftercare-table__icon-cell {
  text-align: center;
  padding: 0.8rem;
}
.p-aftercare-table__icon-cell img {
  width: 3.6rem;
  height: 3.6rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-aftercare-table__icon-cell img {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.other-links {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767.98px) {
  .other-links {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.other-links__inner {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .other-links__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.other-links__item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (hover: hover) {
  .other-links__item:hover {
    opacity: 1;
  }
  .other-links__item:hover img {
    transform: scale(1.05);
  }
  .other-links__item:hover button.-arrow1:before {
    background-position: 150% center;
  }
  .other-links__item:hover button.-arrow1:after {
    opacity: 1;
    transform: translateX(0);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.585 12.949"><path fill="%23000000" d="M1.05,12.94l-1.05-1.7,7.77-4.77L0,1.7,1.05,0l10.54,6.47L1.05,12.94Z"/></svg>');
    background-size: 1.1585rem 1.2949rem;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 11.585/12.949;
    background-color: #fff;
  }
}
.other-links__img {
  position: relative;
  overflow: hidden;
}
.other-links__img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgb(51, 51, 51) 100%);
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.other-links__img img {
  transition: all 0.5s ease 0s;
}
.other-links__btn {
  width: calc(100% - 4rem);
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}
.other-links__btn button {
  display: block;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.15em;
}
.other-links__btn button span {
  display: block;
  font-size: 1.1rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #c1c1c1;
  letter-spacing: 0.08em;
}
.other-links__btn button.-arrow1 {
  line-height: 1.5;
}
.other-links__btn button.-arrow1:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.585 12.949"><path fill="%23000000" d="M1.05,12.94l-1.05-1.7,7.77-4.77L0,1.7,1.05,0l10.54,6.47L1.05,12.94Z"/></svg>');
  background-size: 1.1585rem 1.2949rem;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 11.585/12.949;
  background-color: #fff;
}