.p-media {
  margin-top: 5.1rem;
}
@media screen and (max-width: 750px) {
  .p-media {
    margin-top: 3rem;
  }
}
.p-media__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .p-media__inner {
    display: block;
  }
}
.p-media__head {
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
  left: 0;
  width: 21rem;
}
@media screen and (max-width: 750px) {
  .p-media__head {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.p-media__body {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 6.9rem;
}
@media screen and (max-width: 750px) {
  .p-media__body {
    margin-left: 0;
    margin-top: 2.9rem;
  }
}
.p-media__list {
  border-top: 1px solid var(--border-color);
}
.p-media__more {
  margin-top: 5.4rem;
}
@media screen and (max-width: 750px) {
  .p-media__more {
    margin-top: 2.4rem;
  }
}
.p-media__more-btn {
  width: 14rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-media__more-btn {
    width: 12rem;
  }
}

.p-media_item {
  border-bottom: 1px solid var(--border-color);
}
.p-media_item__inner {
  width: 95.5%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-media_item__inner {
    width: 94.8%;
  }
}
.p-media_item__head {
  padding-top: 2.2rem;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 750px) {
  .p-media_item__head {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
}
.p-media_item__detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.5rem;
}
.p-media_item__detail-text {
  margin-right: 3.4rem;
  font-family: var(--font-eng);
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  .p-media_item__detail-text {
    margin-right: 2.3rem;
    font-size: 1.1rem;
  }
}
.p-media_item__detail-text:nth-child(n+2)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.6rem;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: var(--border-color);
}
@media screen and (max-width: 750px) {
  .p-media_item__detail-text:nth-child(n+2)::after {
    left: -1.1rem;
    height: 1rem;
  }
}
.p-media_item__title {
  margin-top: 0.2rem;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .p-media_item__title {
    width: 90%;
    font-size: 1.5rem;
  }
}
.p-media_item__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--color-black);
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .p-media_item__icon {
    width: 2rem;
    height: 2rem;
  }
}
.p-media_item__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 42%;
  background: var(--color-black);
}
@media screen and (max-width: 750px) {
  .p-media_item__icon::before {
    height: 45%;
  }
}
.p-media_item__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 1px;
  height: 40%;
  background: var(--color-black);
}
@media screen and (max-width: 750px) {
  .p-media_item__icon::after {
    height: 45%;
  }
}
.p-media_item__info {
  padding-top: 0.9rem;
  padding-bottom: 2.3rem;
  line-height: 1.72;
}
@media screen and (max-width: 750px) {
  .p-media_item__info {
    padding-top: 0.7rem;
    padding-bottom: 1.6rem;
  }
}
.p-media_item__info a {
  color: var(--color-black);
}
.p-media_item__info span {
  color: var(--color-red);
}
.p-media_item__info img {
  max-width: 40.1rem;
}
@media screen and (max-width: 750px) {
  .p-media_item__info img {
    max-width: 100%;
  }
}
.p-media_item__info iframe {
  max-width: 40.1rem;
}
@media screen and (max-width: 750px) {
  .p-media_item__info iframe {
    max-width: 100%;
  }
}