.p-top-book {
  background: url(../images/top/book-bg.webp) no-repeat center center/cover;
  padding-block: 3.125rem 5rem;
}

.p-top-book__headingWrapper {
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-book__headingWrapper {
    display: block;
  }
}

.p-top-book__ranking {
  width: 24.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-book__ranking {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.p-top-book__contentWrapper {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-book__contentWrapper {
    flex-direction: column;
    margin-top: 3.75rem;
  }
}

.p-top-book__content {
  border: 2px solid #fff;
  padding: 3.375rem 2.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-book__content {
    padding: 1.875rem 1.125rem;
  }
}

.p-top-book__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8.375rem;
  height: 10rem;
  background: url(../images/top/book-reception.webp) no-repeat center center/cover;
}

.p-top-book__horizontal {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-book__horizontal {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.p-top-book__img {
  width: 12.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-book__img {
    margin-inline: auto;
  }
}

.p-top-book__img img {
  aspect-ratio: 204/296;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-book__body {
  color: white;
}

.p-top-book__heading {
  font-size: 1.5rem;
  font-weight: 600;
}

.p-top-book__text {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-top-book__text {
    margin-top: 1rem;
  }
}

.p-top-work__btn.u-desktop {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-top-work__btn.u-desktop {
    display: none;
  }
}

.p-voicy__link {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-voicy__link {
    margin-top: 1rem;
  }
}

.p-outline__subHead {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-outline__subHead {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

.p-outline__heading.--first {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-outline__heading.--first {
    margin-top: 1.5rem;
  }
}

.p-summary__link.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-summary__link.u-mobile {
    display: block;
  }
}

.p-summary__link.u-desktop {
  display: block;
  width: 21.5rem;
}
@media screen and (max-width: 767px) {
  .p-summary__link.u-desktop {
    display: none;
  }
}

.p-outline__lists.--book2 {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-outline__lists.--book2 {
    grid-template-columns: 1fr;
  }
}

.p-outline__resultsImg {
  margin-top: 0.5rem;
}

.p-outline__differenceImg.--book2 {
  width: 34rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-outline__differenceImg.--book2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.p-outline__differenceImg.--book2 img {
  aspect-ratio: 544/452;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-outline__differenceImg.--book2 img {
    aspect-ratio: 335/279;
  }
}

.p-footer__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-footer__nav {
    display: block;
  }
}
.p-footer__snsLists {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__snsLists {
    justify-content: center;
    margin-top: 3rem;
  }
}

.p-footer__snsList {
  width: 2rem;
  height: 2rem;
}

.p-footer__copy {
  text-align: center;
  margin-top: 1.5rem;
}

.p-footer__copy small {
  font-size: 1rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-footer__copy small {
    font-size: 0.625rem;
  }
}

/*# sourceMappingURL=new.css.map */