@media screen and (max-width: 1080px) {
  .l-page__mainv {
    background-image: url("../img/about/sp/mainv.webp") !important;
  }
}

.p-features__list {
  margin-top: 6rem;
}
@media screen and (min-width: 1081px) {
  .p-features__list {
    margin-top: 9rem;
  }
}

@media screen and (min-width: 1081px) {
  .p-features__list_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6rem;
  }
}
.p-features__list_item + .p-features__list_item {
  margin-top: 6rem;
}
@media screen and (min-width: 1081px) {
  .p-features__list_item + .p-features__list_item {
    margin-top: 8.5rem;
  }
}
@media screen and (min-width: 1081px) {
  .p-features__list_item.__reverse .p-features__list_item_img {
    order: 2;
  }
}
@media screen and (min-width: 1081px) {
  .p-features__list_item.__reverse .p-features__list_item_detail {
    order: 1;
  }
}

.p-features__list_item_img {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1081px) {
  .p-features__list_item_img {
    width: 53.3%;
    margin-bottom: 0;
  }
}

.p-features__list_item_detail {
  width: 100%;
}
@media screen and (min-width: 1081px) {
  .p-features__list_item_detail {
    width: calc(46.7% - 6rem);
  }
}

.p-features__list_item_title {
  margin: 0;
  display: inline-flex;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 1081px) {
  .p-features__list_item_title {
    margin: 0 0 1rem;
    display: block;
  }
}
.p-features__list_item_title .en {
  display: block;
  background: url("../img/icon/logo_fill.svg") no-repeat top center/contain;
  width: 6.2rem;
  height: 5.65rem;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
  padding: 1.3rem 0.8rem 0 0;
}
@media screen and (min-width: 1081px) {
  .p-features__list_item_title .en {
    width: 8.6rem;
    height: 7.7rem;
    font-size: 3.2rem;
    padding: 1.8rem 1.3rem 0 0;
  }
}
.p-features__list_item_title .jp {
  display: block;
  flex: 1;
  font-size: 1.7rem;
  line-height: 1.6;
  transform: translateY(0.1em);
  margin-top: 0;
}
@media screen and (min-width: 1081px) {
  .p-features__list_item_title .jp {
    font-size: 2rem;
    margin-top: 1rem;
  }
}

.p-features__list_item_text {
  margin-top: 2rem;
  color: #7e8c8d;
}
@media screen and (min-width: 1081px) {
  .p-features__list_item_text {
    margin-top: 4rem;
  }
}