.p-message {
  position: relative;
  margin: 0 auto;
  padding-bottom: 13rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message {
    padding-bottom: 31rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__title {
    width: 50%;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__text {
    width: 33.3%;
    padding-top: 8rem;
  }
}

.p-message__slider {
  position: absolute;
  left: 0;
  bottom: -3%;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__slider {
    bottom: -8%;
  }
}

.p-point {
  padding: 15rem 0 10rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-point {
    padding: 30rem 0 20.9rem;
  }
}

.p-point__text {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-point__text {
    font-size: 2rem;
  }
}

.p-point__list {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #2f3134;
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-point__list {
    gap: 2px 0;
    border: none;
    margin-top: 10rem;
  }
}
.p-point__list_item {
  overflow: hidden;
  position: relative;
  padding: 2rem 0 2.5rem;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-point__list_item {
    background: #fff;
    border-bottom: 1px solid #2f3134;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-point__list_item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-point__list_item:first-child .p-point__list_item_inner {
    border-top: 1px solid #ccc;
  }
}

.p-point__list_item_inner {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-point__list_item_inner {
    order: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    width: 48.9%;
    border-bottom: 1px solid #ccc;
    padding: 11rem 4.5rem 8rem;
    max-height: 72rem;
  }
}

.p-point__list_title {
  font-size: 1.7rem;
  letter-spacing: 0.3em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-point__list_title {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    order: 2;
    font-size: 2.8rem;
    margin-bottom: 0;
    height: 100%;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1701px) {
  .p-point__list_title {
    font-size: 3.8rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-point__list_img {
    order: 1;
    width: 47.2%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-point__list_img img {
    height: 100%;
  }
}

.p-point__list_text {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-point__list_text {
    order: 1;
    margin-top: 0;
    width: 52.5%;
    height: 100%;
  }
}