@charset "UTF-8";
@media screen and (max-width: 1100px) {
  html, body {
    overflow-x: clip;
  }
}
/* ============
pa-firstview
============ */
section#pa-firstview .firstview-sub__bg {
  padding-top: 6rem;
}
@media screen and (max-width: 1100px) {
  section#pa-firstview .firstview-sub__bg {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  section#pa-firstview .firstview-sub__bg {
    padding-top: 3rem;
  }
}
section#pa-firstview .contents__text-area--title {
  font-family: "new-atten", sans-serif;
}
@media screen and (max-width: 1100px) {
  section#pa-firstview .contents__text-area--title {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  section#pa-firstview .contents__text-area--title {
    font-size: 2rem !important;
  }
}

/* ============
pa-overview
============ */
section#pa-overview {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-overview {
    margin: 5rem 0;
  }
}
section#pa-overview .contents {
  text-align: center;
}
section#pa-overview .contents__lead {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  section#pa-overview .contents__lead {
    font-size: 1.1rem;
    text-align: left;
  }
}
section#pa-overview .contents__lead .primary {
  color: #2C55A7;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
}
section#pa-overview .contents__main {
  font-size: 0.9375rem;
  line-height: 2.2;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  section#pa-overview .contents__main {
    text-align: left;
  }
}

/* ============
pa-issue-a
============ */
section#pa-issue-a {
  margin: 5rem 0 8rem;
}
@media screen and (max-width: 767px) {
  section#pa-issue-a {
    margin: 3rem 0 5rem;
  }
}
section#pa-issue-a .contents-title__desc {
  margin-top: 1rem;
  line-height: 2;
}
section#pa-issue-a .contents {
  margin-top: 4rem;
}
section#pa-issue-a .contents__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  section#pa-issue-a .contents__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
section#pa-issue-a .contents__item {
  background-color: #EAEEF6;
  border-radius: 20px;
  padding: 2.5rem 2rem;
}
section#pa-issue-a .contents__item--num {
  font-family: "new-atten", sans-serif;
  color: #C81E32;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  section#pa-issue-a .contents__item--num {
    font-size: 2.25rem;
  }
}
section#pa-issue-a .contents__item--title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section#pa-issue-a .contents__item--title {
    font-size: 1.1rem;
  }
}
section#pa-issue-a .contents__item--desc {
  line-height: 2;
  font-size: 0.875rem;
}

/* ============
pa-issue-b
============ */
section#pa-issue-b .bg {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-issue-b .bg {
    padding: 5rem 0;
  }
}
section#pa-issue-b .contents-title__desc {
  margin-top: 1rem;
}
section#pa-issue-b .contents {
  margin-top: 4rem;
}
section#pa-issue-b .contents__category {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2C55A7;
  margin: 3rem 0 1.5rem;
  padding-left: 1rem;
  border-left: 4px solid #2C55A7;
}
section#pa-issue-b .contents__category:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section#pa-issue-b .contents__category {
    font-size: 1.1rem;
  }
}
section#pa-issue-b .contents__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  section#pa-issue-b .contents__list {
    grid-template-columns: 1fr;
  }
}
section#pa-issue-b .contents__list.two {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  section#pa-issue-b .contents__list.two {
    grid-template-columns: 1fr;
  }
}
section#pa-issue-b .contents__item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
}
section#pa-issue-b .contents__item--num {
  font-family: "new-atten", sans-serif;
  color: #2C55A7;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
section#pa-issue-b .contents__item--title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
section#pa-issue-b .contents__item--desc {
  font-size: 0.8125rem;
  line-height: 1.9;
}

/* ============
pa-solution
============ */
section#pa-solution {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-solution {
    margin: 5rem 0;
  }
}
section#pa-solution .contents-column {
  margin-top: 5rem;
}
section#pa-solution .contents-column.column02-01-3 .contents-column__item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 4.8rem;
  align-items: start;
}
section#pa-solution .contents-column.column02-01-3 .contents-column__item:nth-child(odd) .contents-column__border {
  left: 0;
}
section#pa-solution .contents-column.column02-01-3 .contents-column__item:nth-child(odd) .contents-column__image {
  order: 2;
}
section#pa-solution .contents-column.column02-01-3 .contents-column__item:nth-child(odd) .contents-column__text {
  order: 1;
}
section#pa-solution .contents-column.column02-01-3 .contents-column__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section#pa-solution .contents-column.column02-01-3 .contents-column__item {
    margin-bottom: 1.5rem;
    margin-top: 4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  section#pa-solution .contents-column.column02-01-3 .contents-column__item:first-child {
    margin-top: 0;
  }
}
section#pa-solution .contents-column.column02-01-3 .contents-column__border {
  position: absolute !important;
  top: 0;
  left: calc(50% + 2rem);
  width: calc(50% - 2rem);
  height: 0.0625rem;
  background-color: #252525;
}
@media screen and (max-width: 767px) {
  section#pa-solution .contents-column.column02-01-3 .contents-column__border {
    left: 0;
    width: 100%;
  }
}
section#pa-solution .contents-column.column02-01-3 .contents-column__border .contents-column__border-text {
  color: #C81E32;
  margin-left: 0.4rem;
  font-weight: 500;
  font-size: 1.1rem;
  font-family: "new-atten", sans-serif;
}
section#pa-solution .contents-column.column02-01-3 .contents-column__image {
  order: 1;
}
@media screen and (max-width: 767px) {
  section#pa-solution .contents-column.column02-01-3 .contents-column__image {
    order: 2 !important;
    margin-top: 2rem;
  }
}
section#pa-solution .contents-column.column02-01-3 .contents-column__image img {
  width: 100%;
  height: auto;
  display: block;
}
section#pa-solution .contents-column.column02-01-3 .contents-column__text {
  order: 2;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  section#pa-solution .contents-column.column02-01-3 .contents-column__text {
    order: 3 !important;
    margin-top: 0;
  }
}
section#pa-solution .contents-column.column02-01-3 .contents-column__text-title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 1100px) {
  section#pa-solution .contents-column.column02-01-3 .contents-column__text-title {
    font-size: 1.2rem;
  }
}
section#pa-solution .contents-column.column02-01-3 .contents-column__excerpt {
  margin-top: 2rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  section#pa-solution .contents-column.column02-01-3 .contents-column__excerpt {
    margin-top: 1.2rem;
  }
}

/* ============
pa-comparison
============ */
section#pa-comparison .bg {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-comparison .bg {
    padding: 5rem 0;
  }
}
section#pa-comparison .contents-title__main {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  section#pa-comparison .contents-title__main {
    font-size: 1.4rem;
  }
}
section#pa-comparison .contents-title__desc {
  margin-top: 1.5rem;
  line-height: 2;
}
section#pa-comparison .contents {
  margin-top: 4rem;
}
section#pa-comparison .contents__table {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2rem;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  section#pa-comparison .contents__table {
    padding: 1rem;
  }
}
section#pa-comparison .contents__table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  section#pa-comparison .contents__table table {
    min-width: 600px;
  }
}
section#pa-comparison .contents__table table th, section#pa-comparison .contents__table table td {
  padding: 1rem 1.2rem;
  text-align: center;
  border-bottom: 1px solid #EAEEF6;
  font-size: 0.875rem;
  vertical-align: middle;
}
section#pa-comparison .contents__table table thead th {
  background-color: #EAEEF6;
  font-weight: 700;
  line-height: 1.5;
}
section#pa-comparison .contents__table table thead th.emphasis {
  background-color: #2C55A7;
  color: #ffffff;
}
section#pa-comparison .contents__table table tbody th {
  background-color: #EAEEF6;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
section#pa-comparison .contents__table table tbody td.emphasis {
  background-color: rgba(44, 85, 167, 0.08);
}
section#pa-comparison .contents__table table .mark {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 0.4rem;
  font-weight: 700;
}
section#pa-comparison .contents__table table .mark.good {
  color: #2C55A7;
}
section#pa-comparison .contents__table table .mark.ok {
  color: #37B737;
}
section#pa-comparison .contents__table table .mark.mid {
  color: #fbb03b;
}
section#pa-comparison .contents__table table .mark.bad {
  color: #C81E32;
}
section#pa-comparison .contents__table table .note {
  display: block;
  font-size: 0.75rem;
  color: #888888;
  line-height: 1.5;
}

/* ============
pa-deep
============ */
section#pa-deep {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-deep {
    margin: 5rem 0;
  }
}
section#pa-deep .contents {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
section#pa-deep .contents__block {
  background-color: #EAEEF6;
  border-radius: 20px;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  section#pa-deep .contents__block {
    padding: 2rem 1.5rem;
  }
}
section#pa-deep .contents__block--title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #2C55A7;
}
@media screen and (max-width: 767px) {
  section#pa-deep .contents__block--title {
    font-size: 1.2rem;
  }
}
section#pa-deep .contents__block--desc {
  line-height: 2;
  margin-bottom: 1.5rem;
}
section#pa-deep .contents__block--list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 1.5rem;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  section#pa-deep .contents__block--list {
    grid-template-columns: 1fr;
  }
}
section#pa-deep .contents__block--list li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 2;
  font-size: 0.875rem;
}
section#pa-deep .contents__block--list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #2C55A7;
  font-weight: 700;
}
section#pa-deep .contents__block--note {
  font-size: 0.875rem;
  line-height: 2;
  color: #252525;
}

/* ============
pa-target
============ */
section#pa-target .bg {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-target .bg {
    padding: 5rem 0;
  }
}
section#pa-target .contents-title__desc {
  margin-top: 1rem;
  line-height: 2;
}
section#pa-target .contents {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  section#pa-target .contents {
    grid-template-columns: 1fr;
  }
}
section#pa-target .contents__item {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
section#pa-target .contents__item--image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
section#pa-target .contents__item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section#pa-target .contents__item--body {
  padding: 2.5rem 2rem;
}
@media screen and (max-width: 767px) {
  section#pa-target .contents__item--body {
    padding: 2rem 1.5rem;
  }
}
section#pa-target .contents__item--num {
  font-family: "new-atten", sans-serif;
  color: #2C55A7;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
section#pa-target .contents__item--title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section#pa-target .contents__item--title {
    font-size: 1.1rem;
  }
}
section#pa-target .contents__item--desc {
  font-size: 0.875rem;
  line-height: 2;
}

/* ============
pa-flow
============ */
section#pa-flow {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-flow {
    margin: 5rem 0;
  }
}
section#pa-flow .contents-title__desc {
  margin-top: 1rem;
}
section#pa-flow .contents {
  margin-top: 4rem;
}
section#pa-flow .contents__step {
  padding: 2.5rem 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
section#pa-flow .contents__step:first-child {
  padding-top: 0;
}
section#pa-flow .contents__step:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  section#pa-flow .contents__step {
    padding: 2rem 0;
    text-align: left;
  }
}
section#pa-flow .contents__step--num {
  font-family: "new-atten", sans-serif;
  color: #2C55A7;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
section#pa-flow .contents__step--num span {
  font-size: 1.75rem;
  margin-left: 0.3rem;
}
section#pa-flow .contents__step--title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section#pa-flow .contents__step--title {
    font-size: 1.1rem;
  }
}
section#pa-flow .contents__step--desc {
  line-height: 2;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
section#pa-flow .contents__step--note {
  display: inline-block;
  background-color: rgba(44, 85, 167, 0.06);
  padding: 0.7rem 1.2rem;
  border-radius: 6px;
  color: #2C55A7;
  font-weight: 700;
  font-size: 0.875rem;
}

/* ============
pa-screen
============ */
section#pa-screen .bg {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-screen .bg {
    padding: 5rem 0;
  }
}
section#pa-screen .contents {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section#pa-screen .contents {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
section#pa-screen .contents__slider {
  min-width: 0;
}
section#pa-screen .contents__features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
section#pa-screen .contents__features li {
  background-color: #2C55A7;
  color: #ffffff;
  padding: 0.6rem 1.2rem;
  font-size: 0.875rem;
  font-weight: 500;
}
section#pa-screen .contents__note {
  font-size: 1rem;
  font-weight: 500;
  color: #2C55A7;
}
section#pa-screen .screen-image {
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(30, 55, 100, 0.1);
}
section#pa-screen .screen-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============
pa-data
============ */
section#pa-data {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-data {
    margin: 5rem 0;
  }
}
section#pa-data .contents {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  section#pa-data .contents {
    grid-template-columns: 1fr;
  }
}
section#pa-data .contents__category {
  background-color: #EAEEF6;
  border-radius: 12px;
  padding: 2rem 1.5rem;
}
section#pa-data .contents__category--label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2C55A7;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
section#pa-data .contents__category ul {
  list-style: none;
  padding: 0;
}
section#pa-data .contents__category ul li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 2;
  font-size: 0.875rem;
}
section#pa-data .contents__category ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #2C55A7;
  font-weight: 700;
}

/* ============
pa-case
============ */
section#pa-case.bg {
  padding: 8rem 0;
  background-color: rgba(44, 85, 167, 0.1);
}
@media screen and (max-width: 767px) {
  section#pa-case.bg {
    padding: 5rem 0;
  }
}
section#pa-case .contents {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media screen and (max-width: 767px) {
  section#pa-case .contents {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
section#pa-case .contents__case {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 3rem 2.5rem;
}
@media screen and (max-width: 767px) {
  section#pa-case .contents__case {
    padding: 2rem 1.5rem;
  }
}
section#pa-case .contents__case--title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #2C55A7;
}
@media screen and (max-width: 767px) {
  section#pa-case .contents__case--title {
    font-size: 1.1rem;
  }
}
section#pa-case .contents__case--body {
  line-height: 2;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
section#pa-case .contents__case--client {
  margin-top: 1.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #888888;
  text-align: right;
}

/* ============
pa-price
============ */
section#pa-price {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  section#pa-price {
    margin: 5rem 0;
  }
}
section#pa-price .contents {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}
@media screen and (max-width: 1100px) {
  section#pa-price .contents {
    grid-template-columns: 1fr;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }
}
section#pa-price .contents__plan {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 3rem 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
section#pa-price .contents__plan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #d8d8d8;
}
section#pa-price .contents__plan:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
section#pa-price .contents__plan.recommended {
  border-color: #2C55A7;
  box-shadow: 0 12px 32px rgba(44, 85, 167, 0.16);
}
section#pa-price .contents__plan.recommended::before {
  background: linear-gradient(251deg, #2C55A7 18.21%, #1E88CA 78.28%);
}
@media screen and (max-width: 1100px) {
  section#pa-price .contents__plan.recommended {
    order: -1;
  }
}
section#pa-price .contents__plan--badge {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  background: linear-gradient(251deg, #2C55A7 18.21%, #1E88CA 78.28%);
  color: #ffffff;
  padding: 0.35rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
section#pa-price .contents__plan--head {
  border-bottom: 1px solid #EAEEF6;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
section#pa-price .contents__plan--name {
  font-size: 1.375rem;
  font-weight: 700;
  color: #2C55A7;
  margin-bottom: 1rem;
}
section#pa-price .contents__plan--price {
  font-family: "new-atten", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  color: #252525;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.3rem;
  line-height: 1.2;
}
section#pa-price .contents__plan--price small {
  font-size: 1rem;
  font-weight: 500;
}
section#pa-price .contents__plan--price .month {
  font-size: 0.75rem;
  font-weight: 500;
  color: #888888;
  font-family: "Noto Sans JP", "Noto Sans JP Fallback", sans-serif;
  width: 100%;
  margin-top: 0.4rem;
}
section#pa-price .contents__plan--label {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #2C55A7;
  background-color: rgba(44, 85, 167, 0.08);
  padding: 0.3rem 0.7rem;
  margin-bottom: 0.9rem;
  letter-spacing: 0.05em;
}
section#pa-price .contents__plan--lead {
  font-size: 0.875rem;
  line-height: 1.9;
  color: #252525;
}

/* ============
画面イメージ：クリックで拡大（ライトボックス）
============ */
section#pa-screen .screen-image {
  position: relative;
  cursor: zoom-in;
}
section#pa-screen .screen-image::after {
  content: "クリックで拡大";
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  z-index: 5;
  background-color: rgba(44, 85, 167, 0.85);
  color: #ffffff;
  font-size: 0.6875rem;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
section#pa-screen .screen-image:hover::after {
  opacity: 1;
}

.pa-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 4vw;
  cursor: zoom-out;
}
.pa-lightbox.is-open {
  display: flex;
}
.pa-lightbox__img {
  max-width: 96vw;
  max-height: 92vh;
  width: auto;
  height: auto;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.pa-lightbox__close {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.pa-lightbox__close:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
