@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@500;600&display=swap");
.pbxz {
  --pbxz-c-text: #1f2937;
  --pbxz-c-accent: #005bac;
  --pbxz-c-bg-sub: #f3f8fd;
  --pbxz-c-cta: #14b8a6;
  --pbxz-font: "Noto Sans JP", sans-serif;
  --pbxz-font-en: "Poppins", sans-serif;
  --pbxz-section-y: 64px;
  --pbxz-header-h: 70px;
  font-family: var(--pbxz-font);
  padding-top: 70px;
}
@media print, screen and (min-width: 841px) {
  .pbxz {
    --pbxz-section-y: 100px;
    --pbxz-header-h: 121px;
    padding-top: 120px;
  }
}
.pbxz {
  color: var(--pbxz-c-text);
  font-family: var(--pbxz-font);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}
.pbxz * {
  font-family: var(--pbxz-font);
  font-weight: 500;
}
.pbxz *,
.pbxz *::before,
.pbxz *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pbxz img,
.pbxz picture,
.pbxz svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.pbxz a {
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 841px) {
  .pbxz a:hover {
    opacity: 0.7;
  }
}
.pbxz ul,
.pbxz ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pbxz h1, .pbxz h2, .pbxz h3, .pbxz h4, .pbxz h5, .pbxz h6,
.pbxz p, .pbxz figure, .pbxz dl, .pbxz dd {
  margin: 0;
}
.pbxz h1, .pbxz h2, .pbxz h3, .pbxz h4, .pbxz h5, .pbxz h6 {
  font-size: inherit;
  font-weight: inherit;
}
.pbxz button {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print, screen and (min-width: 841px) {
  .pbxz .u-br-sp {
    display: none !important;
  }
}
@media screen and (max-width: 840px) {
  .pbxz .u-br-pc {
    display: none !important;
  }
}
.pbxz .pbxz-inner {
  width: 100%;
  max-width: 1450px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-inner {
    padding-inline: 40px;
  }
}
.pbxz .pbxz-section {
  padding-block: var(--pbxz-section-y);
}
.pbxz .pbxz-ttl {
  text-align: center;
  color: var(--pbxz-c-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-ttl {
    font-size: 32px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-ttl {
    font-size: 28px;
  }
}
.pbxz .pbxz-ttl::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 9px auto 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--pbxz-c-accent)), to(#0766f4));
  background: linear-gradient(90deg, var(--pbxz-c-accent), #0766f4);
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-ttl::after {
    width: 60px;
  }
}
.pbxz .pbxz-ttl__em {
  color: var(--pbxz-c-accent);
  font-weight: 700;
}
.pbxz .pbxz-lead {
  margin-top: 24px;
  text-align: center;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-lead {
    margin-top: 48px;
  }
}
.pbxz .pbxz-lead__catch {
  color: var(--pbxz-c-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-lead__catch {
    font-size: 24px;
  }
}
.pbxz .pbxz-lead__desc {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-lead__desc {
    margin-top: 24px;
    font-size: 20px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-lead__desc {
    font-size: 18px;
  }
}
.pbxz .pbxz-tabs {
  margin-top: 40px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-tabs {
    margin-top: 48px;
  }
}
.pbxz .pbxz-tabs__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.pbxz .pbxz-tabs__switch::before,
.pbxz .pbxz-tabs__switch::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #d3d3d3;
}
@media screen and (max-width: 840px) {
  .pbxz .pbxz-tabs__switch::before,
  .pbxz .pbxz-tabs__switch::after {
    display: none;
  }
}
.pbxz .pbxz-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 24px;
  padding: 4px;
  border-radius: 999px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 50px 0 rgba(134, 134, 140, 0.1);
          box-shadow: 10px 10px 50px 0 rgba(134, 134, 140, 0.1);
}
@media screen and (max-width: 840px) {
  .pbxz .pbxz-tabs__list {
    width: 100%;
    gap: 0;
  }
}
.pbxz .pbxz-tabs__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  padding: 9px 20px;
  border-radius: 999px;
  color: var(--pbxz-c-text);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .pbxz .pbxz-tabs__tab {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 6px;
  }
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-tabs__tab {
    width: 340px;
  }
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-tabs__tab:hover {
    background: var(--pbxz-c-bg-sub);
  }
}
.pbxz .pbxz-tabs__tab[aria-selected=true] {
  background: linear-gradient(110deg, var(--pbxz-c-accent), rgba(16, 115, 205, 0.8));
  color: #fff;
}
.pbxz .pbxz-tabs__tab:focus-visible {
  outline: 2px solid var(--pbxz-c-accent);
  outline-offset: 2px;
}
.pbxz .pbxz-tabs__tab-main {
  font-size: 16px;
  font-weight: 700;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-tabs__tab-main {
    font-size: 20px;
  }
}
.pbxz .pbxz-tabs__tab-sub {
  font-size: 12px;
  font-weight: 700;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-tabs__tab-sub {
    font-size: 16px;
  }
}
.pbxz .pbxz-tabs--compact .pbxz-tabs__tab-main {
  font-size: 13px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-tabs--compact .pbxz-tabs__tab-main {
    font-size: 16px;
  }
}
@media screen and (max-width: 840px) {
  .pbxz .pbxz-tabs--compact .pbxz-tabs__tab-sub {
    font-size: 10px;
  }
}
.pbxz [id] {
  scroll-margin-top: var(--pbxz-header-h);
}
.pbxz .pbxz-fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: var(--pbxz-c-accent);
  isolation: isolate;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-fv {
    min-height: 610px;
  }
}
.pbxz .pbxz-fv__bg,
.pbxz .pbxz-about__bg,
.pbxz .pbxz-cta__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pbxz .pbxz-fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 1400px;
  padding: 32px 20px 48px;
  position: relative;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-fv__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    padding-inline: 20px;
  }
}
.pbxz .pbxz-fv__body {
  text-align: left;
  position: relative;
  z-index: 2;
}
.pbxz .pbxz-fv__brand {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-fv__brand {
    font-size: 48px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-fv__brand {
    font-size: 40px;
  }
}
.pbxz .pbxz-fv__badge {
  display: inline-block;
  margin-top: 20px;
  padding: 4px 15px;
  border-radius: 999px;
  background: #fff;
  color: var(--pbxz-c-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-fv__badge {
    margin-top: 40px;
    font-size: 16px;
  }
}
.pbxz .pbxz-fv__catch {
  margin-top: 12px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-fv__catch {
    margin-top: 20px;
    font-size: 48px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-fv__catch {
    font-size: 40px;
  }
}
.pbxz .pbxz-fv__lead {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-fv__lead {
    margin-top: 32px;
    font-size: 16px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-fv__lead {
    font-size: 15px;
  }
}
.pbxz .pbxz-fv__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-fv__actions {
    gap: 24px;
    margin-top: 40px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-fv__actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 68px;
  }
}
.pbxz .pbxz-fv__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
  padding: 8px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-fv__btn {
    min-width: 313px;
    min-height: 82px;
    padding: 8px 40px;
    font-size: 20px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-fv__btn {
    min-height: 64px;
  }
}
.pbxz .pbxz-fv__btn--download {
  background: var(--pbxz-c-cta);
  color: #fff;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-fv__btn--download:hover {
    opacity: 0.9;
  }
}
.pbxz .pbxz-fv__btn--contact {
  background: #fff;
  color: var(--pbxz-c-accent);
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-fv__btn--contact:hover {
    opacity: 0.85;
  }
}
.pbxz .pbxz-fv__visual {
  max-width: 520px;
  margin-inline: auto;
  text-align: center;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-fv__visual {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: none;
    width: min(50%, 700px);
    padding-top: 38px;
    position: absolute;
    right: -10px;
  }
}
.pbxz .pbxz-fv__img {
  width: 100%;
  height: auto;
}
.pbxz .pbxz-nav {
  padding-block: 22px;
  background: #fff;
  color: var(--pbxz-c-accent);
}
.pbxz .pbxz-nav__inner {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-nav__inner {
    padding-inline: 40px;
  }
}
.pbxz .pbxz-nav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.pbxz .pbxz-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-nav__link {
    font-size: 16px;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-nav__link {
    padding-inline: 0;
  }
}
.pbxz .pbxz-nav__link img {
  display: block;
  width: 16px;
  height: 16px;
}
.pbxz .pbxz-problem {
  background: var(--pbxz-c-bg-sub);
}
.pbxz .pbxz-problem__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-problem__list {
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: 56px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1240px) {
  .pbxz .pbxz-problem__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.pbxz .pbxz-problem__item {
  padding: 24px 24px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pbxz .pbxz-problem__num {
  display: inline-block;
  padding: 4px 18px;
  border-radius: 999px;
  background: var(--pbxz-c-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.pbxz .pbxz-problem__icon {
  width: 80px;
  height: 80px;
  margin: 8px auto 0;
  border-radius: 50%;
  background: #EBF6FF;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-problem__icon {
    width: 100px;
    height: 100px;
  }
}
.pbxz .pbxz-problem__card-ttl {
  margin-top: 8px;
  color: var(--pbxz-c-accent);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-problem__card-ttl {
    font-size: 20px;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-problem__card-ttl--sm {
    font-size: 18px;
  }
}
.pbxz .pbxz-problem__card-txt {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-problem__card-txt {
    font-size: 16px;
  }
}
.pbxz .pbxz-problem__note {
  margin-top: 48px;
  color: var(--pbxz-c-text);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-problem__note {
    font-size: 24px;
  }
}
.pbxz .pbxz-problem__note-em {
  color: var(--pbxz-c-accent);
  font-weight: 700;
}
.pbxz .pbxz-about {
  position: relative;
  isolation: isolate;
  color: #fff;
  background-color: var(--pbxz-c-accent);
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-about {
    padding-block: 72px;
  }
}
.pbxz .pbxz-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-about__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 72px;
    padding-block: 10px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-about__inner {
    gap: 56px;
  }
}
.pbxz .pbxz-about__visual {
  width: 100%;
  max-width: 490px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-about__visual {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 46%;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-about__visual {
    width: 40%;
  }
}
.pbxz .pbxz-about__img {
  display: block;
  width: 100%;
  height: auto;
}
.pbxz .pbxz-about__body {
  width: 100%;
  text-align: left;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-about__body {
    max-width: 600px;
    text-align: left;
    padding-top: 10px;
  }
}
.pbxz .pbxz-about__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-about__label {
    font-size: 24px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-about__label {
    font-size: 20px;
  }
}
.pbxz .pbxz-about__catch {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-about__catch {
    margin-top: 16px;
    font-size: 32px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1180px) {
  .pbxz .pbxz-about__catch {
    font-size: 28px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-about__catch {
    font-size: 24px;
  }
}
.pbxz .pbxz-about__lead {
  margin-top: 24px;
}
.pbxz .pbxz-about__txt {
  font-size: 14px;
  line-height: 1.6;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-about__txt {
    font-size: 16px;
  }
}
.pbxz .pbxz-about__txt + .pbxz-about__txt {
  margin-top: 1.6em;
}
.pbxz .pbxz-solution {
  background: #fff;
}
.pbxz .pbxz-solution__lead {
  margin-top: 32px;
  text-align: center;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-solution__lead {
    margin-top: 40px;
  }
}
.pbxz .pbxz-solution__txt {
  color: var(--pbxz-c-text);
  font-size: 16px;
  line-height: 1.9;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-solution__txt {
    font-size: 20px;
  }
}
.pbxz .pbxz-solution__txt + .pbxz-solution__txt {
  margin-top: 24px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-solution__txt + .pbxz-solution__txt {
    margin-top: 40px;
  }
}
.pbxz .pbxz-solution__em {
  color: #cc272c;
  font-weight: 700;
}
.pbxz .pbxz-solution__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 40px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-solution__list {
    -ms-grid-columns: 1fr 36px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 36px;
    margin-top: 30px;
    padding-inline: 64px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-solution__list {
    gap: 24px;
    padding-inline: 0;
  }
}
.pbxz .pbxz-solution__item {
  background: #fff;
  padding: 8px;
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 50px 0 rgba(37, 98, 149, 0.1);
          box-shadow: 10px 10px 50px 0 rgba(37, 98, 149, 0.1);
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-solution__item {
    padding: 16px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-solution__item {
    padding: 8px;
    border-radius: 16px;
  }
}
.pbxz .pbxz-solution__img {
  display: block;
  width: 100%;
  height: auto;
}
.pbxz .pbxz-cta {
  position: relative;
  isolation: isolate;
  color: #fff;
  background-color: var(--pbxz-c-accent);
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-cta {
    padding-block: 80px;
  }
}
.pbxz .pbxz-cta__card {
  max-width: 1104px;
  margin-inline: auto;
  padding: 40px 24px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(31, 41, 55, 0.12);
          box-shadow: 0 10px 30px rgba(31, 41, 55, 0.12);
  text-align: center;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-cta__card {
    padding: 48px 40px 40px;
    border-radius: 24px;
  }
}
.pbxz .pbxz-cta__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  color: var(--pbxz-c-accent);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-cta__ttl {
    padding-bottom: 24px;
    font-size: 32px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-cta__ttl {
    font-size: 28px;
  }
}
.pbxz .pbxz-cta__ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.pbxz .pbxz-cta__ttl-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-cta__ttl-icon {
    width: 40px;
    height: 40px;
  }
}
.pbxz .pbxz-cta__lead {
  color: var(--pbxz-c-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-cta__lead {
    font-size: 16px;
  }
}
.pbxz .pbxz-cta__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-cta__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
.pbxz .pbxz-cta__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  padding: 10px 24px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 0 4px 15px 0 rgba(124, 124, 123, 0.3);
          box-shadow: 0 4px 15px 0 rgba(124, 124, 123, 0.3);
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-cta__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 500px;
    min-height: 82px;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-cta__btn:hover {
    opacity: 0.8;
  }
}
.pbxz .pbxz-cta__btn--download {
  background: var(--pbxz-c-cta);
}
.pbxz .pbxz-cta__btn--contact {
  background: var(--pbxz-c-accent);
}
.pbxz .pbxz-feature {
  background: var(--pbxz-c-bg-sub);
}
.pbxz .pbxz-feature__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-feature__list {
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding-inline: 24px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1320px) {
  .pbxz .pbxz-feature__list {
    gap: 24px;
    padding-inline: 0;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-feature__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.pbxz .pbxz-feature__item {
  position: relative;
  padding: 24px 24px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 0px 30px 0 rgba(44, 61, 150, 0.2);
          box-shadow: 0 0px 30px 0 rgba(44, 61, 150, 0.2);
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-feature__item {
    padding: 32px 32px;
  }
}
.pbxz .pbxz-feature__num {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 999px;
  background: #ebf6ff;
  color: var(--pbxz-c-accent);
  font-family: var(--pbxz-font-en);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.pbxz .pbxz-feature__icon {
  position: absolute;
  top: 24px;
  right: 20px;
  width: auto;
  height: 52px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-feature__icon {
    top: 32px;
    right: 32px;
    height: 80px;
  }
}
.pbxz .pbxz-feature__card-ttl {
  margin-top: 14px;
  color: var(--pbxz-c-accent);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-feature__card-ttl {
    padding-right: 84px;
    font-size: 20px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1240px) {
  .pbxz .pbxz-feature__card-ttl {
    font-size: 18px;
  }
}
.pbxz .pbxz-feature__card-txt {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-feature__card-txt {
    font-size: 16px;
  }
}
.pbxz .pbxz-photos {
  overflow: hidden;
}
.pbxz .pbxz-photos__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: pbxz-photos-marquee 30s linear infinite;
          animation: pbxz-photos-marquee 30s linear infinite;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-photos__list {
    -webkit-animation-duration: 45s;
            animation-duration: 45s;
  }
}
.pbxz .pbxz-photos__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 185px;
          flex: 0 0 185px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-photos__item {
    -ms-flex-preferred-size: 480px;
        flex-basis: 480px;
  }
}
.pbxz .pbxz-photos__img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.pbxz .pbxz-reason {
  background: #fff;
}
.pbxz .pbxz-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  margin-top: 40px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-reason__list {
    gap: 58px;
    margin-top: 48px;
    max-width: 1000px;
    margin-inline: auto;
  }
}
.pbxz .pbxz-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-reason__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 58px;
  }
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-reason__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-reason__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.pbxz .pbxz-reason__num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 10px;
  border-radius: 8px 8px 8px 0;
  background: var(--pbxz-c-accent);
  color: #fff;
  font-family: var(--pbxz-font-en);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-reason__num {
    padding: 1px 10px;
  }
}
.pbxz .pbxz-reason__num span {
  font-size: 18px;
  font-family: var(--pbxz-font-en);
  padding-left: 8px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-reason__num span {
    font-size: 20px;
  }
}
.pbxz .pbxz-reason__heading {
  margin-top: 12px;
  color: var(--pbxz-c-accent);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-reason__heading {
    margin-top: 16px;
    font-size: 24px;
  }
}
.pbxz .pbxz-reason__txt {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.7;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-reason__txt {
    font-size: 16px;
  }
}
.pbxz .pbxz-reason__visual {
  width: 100%;
  border-radius: 16px;
  background: #EFF7FE;
  overflow: hidden;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-reason__visual {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: min(480px, 47%);
  }
}
.pbxz .pbxz-reason__img {
  display: block;
  width: 100%;
  height: auto;
}
.pbxz .pbxz-structure {
  background: var(--pbxz-c-bg-sub);
}
.pbxz .pbxz-structure__panel {
  margin-top: 32px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-structure__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    max-width: 1000px;
    margin: 56px auto 0;
  }
}
.pbxz .pbxz-structure__panel[hidden] {
  display: none;
}
.pbxz .pbxz-structure__visual {
  width: 100%;
  border-radius: 16px;
  background: #fff;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-structure__visual {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: min(433px, 45%);
  }
}
.pbxz .pbxz-structure__img {
  display: block;
  width: 100%;
  height: auto;
}
.pbxz .pbxz-structure__body {
  margin-top: 24px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-structure__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding-top: 15px;
  }
}
.pbxz .pbxz-structure__lead-txt {
  font-size: 14px;
  line-height: 1.7;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-structure__lead-txt {
    font-size: 16px;
  }
}
.pbxz .pbxz-structure__rec-label {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 16px;
  border-radius: 8px 8px 0 0;
  background: var(--pbxz-c-accent);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-structure__rec-label {
    font-size: 16px;
  }
}
.pbxz .pbxz-structure__rec-list {
  padding: 24px 16px;
  border-radius: 0 8px 8px 8px;
  background: #fff;
}
.pbxz .pbxz-structure__rec-item {
  position: relative;
  color: var(--pbxz-c-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-structure__rec-item {
    font-size: 16px;
  }
}
.pbxz .pbxz-structure__rec-item img {
  width: 24px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-structure__rec-item img {
    width: 28px;
  }
}
.pbxz .pbxz-structure__rec-item + .pbxz-structure__rec-item {
  margin-top: 8px;
}
.pbxz .pbxz-usecase {
  background: #fff;
}
.pbxz .pbxz-usecase__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  max-width: 860px;
  margin: 40px auto 0;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-usecase__list {
    gap: 58px;
    margin-top: 48px;
  }
}
.pbxz .pbxz-usecase__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-usecase__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 36px;
  }
}
.pbxz .pbxz-usecase__visual {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-usecase__visual {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 250px;
  }
}
.pbxz .pbxz-usecase__img {
  display: block;
  width: 100%;
  height: auto;
}
.pbxz .pbxz-usecase__num {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 999px;
  background: #ebf6ff;
  color: var(--pbxz-c-accent);
  font-family: var(--pbxz-font-en);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.pbxz .pbxz-usecase__card-ttl {
  margin-top: 8px;
  color: var(--pbxz-c-accent);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-usecase__card-ttl {
    font-size: 20px;
  }
}
.pbxz .pbxz-usecase__card-txt {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-usecase__card-txt {
    font-size: 16px;
  }
}
.pbxz .pbxz-function {
  background: var(--pbxz-c-bg-sub);
}
.pbxz .pbxz-function__catch {
  margin-top: 24px;
  color: var(--pbxz-c-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-function__catch {
    margin-top: 48px;
    font-size: 24px;
  }
}
.pbxz .pbxz-function__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 40px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-function__list {
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 56px auto 0;
    max-width: 1352px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .pbxz .pbxz-function__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.pbxz .pbxz-function__item {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.1);
}
.pbxz .pbxz-function__icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pbxz .pbxz-function__card-ttl {
  margin-top: 24px;
  color: var(--pbxz-c-accent);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 840px) {
  .pbxz .pbxz-function__card-ttl {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-function__card-ttl {
    font-size: 20px;
  }
}
.pbxz .pbxz-function__card-txt {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-function__card-txt {
    font-size: 16px;
  }
}
.pbxz .pbxz-support {
  background: var(--pbxz-c-bg-sub);
}
.pbxz .pbxz-support__panel {
  margin-top: 32px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__panel {
    margin-top: 40px;
  }
}
.pbxz .pbxz-support__panel[hidden] {
  display: none;
}
.pbxz .pbxz-support__panel-desc {
  font-size: 14px;
  line-height: 1.7;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__panel-desc {
    text-align: center;
    font-size: 16px;
  }
}
.pbxz .pbxz-support__sub-ttl {
  margin-top: 40px;
  color: var(--pbxz-c-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__sub-ttl {
    margin-top: 48px;
    font-size: 24px;
  }
}
.pbxz .pbxz-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__list {
    gap: 36px;
    margin: 48px auto 0;
    max-width: 1000px;
  }
}
.pbxz .pbxz-support__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 50px 0 rgba(37, 98, 149, 0.1);
          box-shadow: 10px 10px 50px 0 rgba(37, 98, 149, 0.1);
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 36px;
    padding: 32px;
  }
}
.pbxz .pbxz-support__visual {
  width: 100%;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__visual {
    width: 140px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.pbxz .pbxz-support__img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 840px) {
  .pbxz .pbxz-support__img {
    width: 140px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.pbxz .pbxz-support__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.pbxz .pbxz-support__num {
  color: var(--pbxz-c-accent);
  font-family: var(--pbxz-font-en);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__num {
    width: 65px;
    font-size: 48px;
  }
}
.pbxz .pbxz-support__card-ttl {
  color: var(--pbxz-c-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__card-ttl {
    font-size: 20px;
  }
}
.pbxz .pbxz-support__card-txt {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__card-txt {
    font-size: 16px;
  }
}
.pbxz .pbxz-support__svc {
  margin-top: 40px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__svc {
    margin-top: 60px;
  }
}
.pbxz .pbxz-support__svc + .pbxz-support__svc {
  margin-top: 56px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__svc + .pbxz-support__svc {
    margin-top: 64px;
  }
}
.pbxz .pbxz-support__svc-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__svc-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
.pbxz .pbxz-support__svc-badge {
  display: inline-block;
  padding: 6px 24px;
  border-radius: 999px;
  background: var(--pbxz-c-accent);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__svc-badge {
    font-size: 16px;
  }
}
.pbxz .pbxz-support__svc-ttl {
  color: var(--pbxz-c-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__svc-ttl {
    font-size: 24px;
  }
}
.pbxz .pbxz-support__svc-desc {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.7;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__svc-desc {
    text-align: center;
    font-size: 16px;
  }
}
.pbxz .pbxz-support__svc-time {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__svc-time {
    font-size: 16px;
  }
}
.pbxz .pbxz-support__flows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__flows {
    gap: 32px;
    margin: 36px auto 0;
    max-width: 1000px;
  }
}
.pbxz .pbxz-support__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  background: #fff;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__flow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 58px;
    padding: 24px;
  }
}
.pbxz .pbxz-support__flow-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 8px;
  background: #EFF7FE;
  color: var(--pbxz-c-accent);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__flow-label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 150px;
    min-height: 80px;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-support__flow-figure {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 840px) {
  .pbxz .pbxz-support__flow-figure {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px;
  }
}
.pbxz .pbxz-support__flow-img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 840px) {
  .pbxz .pbxz-support__flow-img {
    width: 560px;
    max-width: none;
  }
}
.pbxz .pbxz-support__flow-img--01 {
  max-width: 660px;
}
.pbxz .pbxz-support__flow-img--02 {
  max-width: 717px;
}
.pbxz .pbxz-faq {
  background: #fff;
}
.pbxz .pbxz-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 1000px;
  margin: 40px auto 0;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-faq__list {
    margin-top: 56px;
  }
}
.pbxz .pbxz-faq__item {
  border-radius: 8px;
  background: #EFF7FE;
  overflow: hidden;
}
.pbxz .pbxz-faq__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  padding: 18px 24px;
  text-align: left;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-faq__trigger {
    gap: 24px;
  }
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-faq__trigger:hover {
    opacity: 0.7;
  }
}
.pbxz .pbxz-faq__mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 19px;
  height: 19px;
}
.pbxz .pbxz-faq__mark--a {
  position: relative;
  top: 5px;
}
.pbxz .pbxz-faq__mark img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pbxz .pbxz-faq__q-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--pbxz-c-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-faq__q-txt {
    font-size: 16px;
  }
}
.pbxz .pbxz-faq__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pbxz .pbxz-faq__icon img {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.pbxz .pbxz-faq__trigger[aria-expanded=true] .pbxz-faq__icon img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pbxz .pbxz-faq__panel {
  padding: 0 24px 24px;
}
.pbxz .pbxz-faq__panel[hidden] {
  display: none;
}
.pbxz .pbxz-faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-faq__a {
    gap: 24px;
  }
}
.pbxz .pbxz-faq__a-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media print, screen and (min-width: 841px) {
  .pbxz .pbxz-faq__a-txt {
    font-size: 16px;
  }
}
.pbxz .pbxz-faq__a-list {
  padding-left: 1.5rem;
}
.pbxz .pbxz-faq__a-list li {
  list-style-type: disc;
}
.pbxz .pbxz-faq__a-list li.mb {
  margin-bottom: 1rem;
}
.pbxz .pbxz-faq__a-block {
  margin-top: 1rem;
}
.pbxz .strong {
  font-weight: 700;
}

@-webkit-keyframes pbxz-photos-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes pbxz-photos-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}