.fv::after {
  background-image: url("../fonts/heart--gray.svg");
}
.fv__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-top: min(5vw, 72px);
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: 32px;
  }
}
.fv__title .en {
  font-size: 12px;
  border-bottom: 2px solid #403333;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.5em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .fv__title .en {
    font-size: 14px;
    margin-bottom: 2em;
  }
}
.fv__breadcrumbs {
  color: #E29959;
  font-size: 12px;
  display: flex;
  justify-content: center;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .fv__breadcrumbs {
    font-size: 14px;
    margin-top: 20px;
  }
}
.fv__breadcrumbs a {
  margin-right: 5px;
}
.fv__subpage {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .fv__subpage {
    padding-bottom: 7vw;
  }
}

.c-subpage-section-list {
  padding-left: 5%;
}
.c-subpage-section-list__wrap {
  background-color: #fff;
  padding-left: 12%;
  padding-right: 12%;
  border-radius: 50px 0 0 50px;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-list__wrap {
    padding-right: 20%;
    padding-top: 140px;
    padding-bottom: 160px;
  }
}
.c-subpage-section-list__item {
  display: flex;
  font-size: 16px;
  flex-direction: column;
}
.c-subpage-section-list__item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-list__item {
    gap: 20px;
    flex-direction: initial;
  }
}
.c-subpage-section-list__item-label {
  border-bottom: 2px solid #E29959;
  display: flex;
  height: auto;
  padding-bottom: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-list__item-label {
    max-width: 250px;
    width: 25%;
  }
}
.c-subpage-section-list__item-text {
  flex: 1;
  border-bottom: 2px solid rgba(64, 51, 51, 0.15);
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-list__item-text {
    padding-bottom: 40px;
    padding-top: 0;
  }
}/*# sourceMappingURL=subpage-list.css.map */