.p-characteristic {
  overflow: hidden;
}
@media screen and (min-width: 501px) {
  .p-characteristic {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 1024px) {
  .p-characteristic {
    padding: 0 0 80px;
  }
}

.p-characteristic__section {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .p-characteristic__section {
    padding: 60px 0;
  }
}

.p-characteristic__box {
  margin: 120px auto 0;
}
.p-characteristic__list {
  display: block;
  margin: 0 auto;
}
.p-characteristic__item {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .p-characteristic__item:nth-child(n+2) {
    margin-top: 142px;
  }
}
@media screen and (max-width: 1024px) {
  .p-characteristic__item:nth-child(n+2) {
    margin-top: 80px;
  }
}
.p-characteristic__item:nth-child(odd) .p-characteristic__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-characteristic__item:nth-child(odd):after {
  right: 0;
}
@media screen and (min-width: 1025px) {
  .p-characteristic__item:nth-child(even) .p-characteristic__imgWrap {
    margin-right: 28px;
  }
}
.p-characteristic__item:nth-child(even):after {
  left: 0;
}
.p-characteristic__item:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -40px;
  width: 1000px;
  height: 300px;
  display: block;
  background-color: #FBF3F5;
  background-image: url("../img/common/bg02.png");
  background-repeat: repeat;
  background-size: 60px 60px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-characteristic__item:after {
    bottom: -20px;
    height: calc(100% - 140px);
  }
}

.p-characteristic__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-characteristic__wrap {
    width: calc(100% - 40px);
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .p-characteristic__wrap.inner {
    width: 100%;
  }
}
.p-characteristic__wrap.--fr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.p-characteristic__wrap .section-interview__box {
  position: relative;
  width: 100%;
}

.p-characteristic__imgWrap {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.p-characteristic__imgWrap.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-characteristic__imgWrap {
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .p-characteristic__imgWrap {
    width: calc(100% - 560px);
  }
}
@media screen and (max-width: 1024px) {
  .p-characteristic__imgWrap {
    max-width: 440px;
  }
}

.p-characteristic__img {
  width: 100%;
  height: 100%;
}

.p-characteristic__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .p-characteristic__contents {
    max-width: 530px;
  }
}

.p-characteristic__headWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-characteristic__num {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #707070;
  margin-right: 20px;
}
@media screen and (min-width: 1025px) {
  .p-characteristic__num {
    font-size: 100px;
    line-height: 0;
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-characteristic__num {
    font-size: 60px;
  }
}

.p-characteristic__heading {
  color: #8E2247;
  text-align: left;
  display: table;
}
@media screen and (min-width: 1025px) {
  .p-characteristic__heading {
    font-size: clamp(24px, 1.822vw, 34px);
  }
}
@media screen and (max-width: 1024px) {
  .p-characteristic__heading {
    font-size: 28px;
    line-height: 1.3;
    padding-top: 12px;
  }
}

.p-characteristic__text {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  .p-characteristic__text {
    margin-top: 40px;
  }
}
.p-characteristic__btn {
  margin-top: 42px;
  margin-left: auto;
  width: 315px;
}