.p-detail {
  padding: 60px 0 20px;
}

@media screen and (max-width: 960px) {
  .p-detail {
    padding: 45px 0 32px;
  }
}
.p-detail__art {;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  padding: 70px 0 90px;
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .p-detail__art {
    flex-direction: column;
    gap: 28px;
    padding: 32px 0 0;
  }
}
.p-detail__art h2 {
  width: 32%;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: var(--font_family--en);
}

@media screen and (max-width: 960px) {
  .p-detail__art h2 {
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.p-detail__artTxt {
  width: 100%;
  font-size: 14px;
  line-height: 2.2;
}

@media screen and (max-width: 960px) {
  .p-detail__artTxt {
    width: 100%;
    font-size: 13px;
  }
}
.p-detail .p-projects__list {
  gap: 40px 40px;
}

@media screen and (max-width: 960px) {
  .p-detail .p-projects__list {
    gap: 32px 20px;
    padding-bottom: 12px;
    border-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-detail .p-projects__img {
    width: 100%;
  }
}
.p-detail__img img {
  width: 100%;
}
.p-detail .p-projects__item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 960px) {
  .p-detail .p-projects__item {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .c-pageTtl__inner {
    border-bottom: 1px solid var(--color_border) !important;
  }
}
.p-detail__back {
  position: relative;
  z-index: 1;
  margin: -28px 0 80px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-detail__back {
    margin: -2px 0 45px;
  }
}
.p-detail__back .c-btn {
  display: inline-block;
  padding: 4px 24px 2px;
  width: 150px;
}
@media screen and (max-width: 960px) {
  .p-detail__back .c-btn {
    padding: 7px 40px 3px;
    width: 150px;
  }
}