.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-panel {
  padding-left: 5%;
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-panel {
    padding-bottom: 160px;
  }
}
.c-subpage-section-panel__wrap {
  background-color: #fff;
  padding-left: 12%;
  padding-right: 12%;
  border-radius: 50px 0 0 50px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-panel__wrap {
    padding-right: 20%;
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.c-subpage-section-panel__wrap:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-panel__wrap:not(:first-child) {
    margin-top: 100px;
  }
}
.c-subpage-section-panel__wrap:nth-child(2n-1) .titlearea__block {
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-panel__wrap:nth-child(2n-1) .titlearea__block {
    transform: translate(25%, -50%);
  }
}
.c-subpage-section-panel__wrap:nth-child(2n) .titlearea__image {
  margin-right: 0;
  margin-left: auto;
}
.c-subpage-section-panel__wrap:nth-child(2n) .titlearea__block {
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-panel__wrap:nth-child(2n) .titlearea__block {
    transform: translate(min(-4.5vw, -64px), -50%);
  }
}
.c-subpage-section-panel::after {
  position: absolute;
  bottom: 0px;
  transform: scale(0.5);
}
@media screen and (min-width: 768px) {
  .c-subpage-section-panel::after {
    transform: scale(0.8);
  }
}

.c-subpage-section-panel-titlearea {
  position: relative;
}
.c-subpage-section-panel-titlearea__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-panel-titlearea__image {
    width: 90%;
  }
}
.c-subpage-section-panel-titlearea__image img {
  width: 100%;
}
.c-subpage-section-panel-titlearea__block {
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  padding-top: min(5vw, 72px);
  padding-bottom: min(5vw, 72px);
  top: 50%;
  transform: translate(0%, 0%);
}
@media screen and (min-width: 768px) {
  .c-subpage-section-panel-titlearea__block {
    padding-left: min(4.5vw, 64px);
    padding-right: min(4.5vw, 64px);
    position: absolute;
    width: 60%;
  }
}
.c-subpage-section-panel-titlearea__title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-subpage-section-panel-titlearea__title .num {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #E29959;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-panel-titlearea__title .num {
    font-size: 11px;
    width: 70px;
    height: 70px;
  }
}
.c-subpage-section-panel-titlearea__title .num span {
  display: block;
  line-height: 1.2;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-panel-titlearea__title .num span {
    font-size: 22px;
  }
}
.c-subpage-section-panel-titlearea__title .name {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.15em;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-panel-titlearea__title .name {
    font-size: 35px;
  }
}
.c-subpage-section-panel-titlearea__text {
  margin-top: 14px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-panel-titlearea__text {
    font-size: 18px;
    margin-top: 20px;
    padding-left: 90px;
  }
}

.c-subpage-section-panel-contentarea {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-panel-contentarea {
    margin-top: 80px;
  }
}
.c-subpage-section-panel-contentarea__title {
  font-size: 22px;
  padding-bottom: 1em;
  font-weight: bold;
  border-bottom: 3px solid rgba(64, 51, 51, 0.07);
  -o-border-image: linear-gradient(to right, #E29959 0%, #E29959 25%, rgba(64, 51, 51, 0.07) 25%, rgba(64, 51, 51, 0.07) 100%);
     border-image: linear-gradient(to right, #E29959 0%, #E29959 25%, rgba(64, 51, 51, 0.07) 25%, rgba(64, 51, 51, 0.07) 100%);
  border-image-slice: 1;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-panel-contentarea__title {
    padding-bottom: 1.2em;
    font-size: 24px;
  }
}
.c-subpage-section-panel-contentarea__text {
  margin-top: 2em;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-subpage-section-panel-contentarea__text {
    margin-top: 40px;
  }
}/*# sourceMappingURL=subpage-panel.css.map */