.pg_name {
  margin-top: 0;
}

.pg_photo__thumb li {
  width: 100%;
  margin-left: 0;
}

.pg_print {
  display: none;
  width: 195px;
  margin: 70px auto 0;
}

.pg_career {
  margin-top: 64px;
}

.u-print-header,
.u-print-footer {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .pg_photo__thumb {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .pg_print {
    display: block;
    margin: 60px auto 0;
    grid-column: 2;
  }

  .pg_profile tr:not(:first-child) th,
  .pg_profile tr:not(:first-child) td {
    padding-top: 12px;
  }

  .pg_profile td {
    padding-left: 30px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media print {
  body {
    padding-top: 0;
  }

  .u-print-header,
  .u-print-footer {
    display: block;
  }

  .p_header {
    position: relative;
  }

  .p_header__logo {
    margin: 0 auto;
  }

  .p_header__main {
    height: auto;
  }

  .pg_name {
    margin-top: 0;
  }

  .p_header__logo img,
  .pg_photo__thumb,
  .p_menu .p_menu__nav,
  .pg_related-news,
  .pg_category,
  .pg_print,
  .p_footer {
    display: none;
  }

  .pg_profile {
    table-layout: auto;
  }

  .pg_profile tr {
    display: table-row;
  }

  .pg_profile th,
  .pg_profile td {
    display: table-cell;
  }

  .pg_profile th {
    white-space: nowrap;
  }

  .pg_photo__slider {
    height: 470px;
  }

  .swiper-slide img {
    width: 100%;
  }

  .swiper-slide {
    display: none;
  }

  .swiper-slide:nth-child(2) {
    display: block;
  }

  .u-print-footer,
  .u-print-footer__img {
    margin-top: 64px;
  }

  .u-print-footer__row {
    display: flex;
    justify-content: center;
  }

  .u-print-footer__logo {
    width: 120px;
    flex: 0 0 120px;
  }

  .u-print-footer__address {
    font-weight: 900;
    margin-left: 30px;
  }
}
