.pg-top {
  margin-bottom: 40px;
}

.pg-top * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-top *:after {
  display: none;
}

.pg-top__section {
  /* display: none; */
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.pg-top__section.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.pg-top__section._robot-solution {
  padding-top: 62px;
  padding-left: 0;
  padding-right: 0;
}

.pg-top__section._robot-solution .pg-top__section-inner {
  max-width: unset;
}

.pg-top__section-inner {
  max-width: 1378px;
  margin: 0 auto;
}

.pg-top__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 47px 0 0;
}

.pg-top__contents-left {
  width: 275px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.pg-top__contents-left:before {
  content: "";
  display: block;
  width: 100vw;
  height: 110%;
  position: absolute;
  right: 11px;
  top: -5%;
  background: linear-gradient(to left, rgb(255, 255, 255), rgb(255, 255, 255) 12px, rgb(255, 255, 255));
}

.pg-top__contents-right {
  width: calc(100% - 275px);
  position: relative;
  z-index: 1;
}

.pg-top__title {
  margin-bottom: 24px;
  position: relative;
}

.pg-top__title span {
  display: block;
}

.pg-top__title span:first-child {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 8px;
  color: #404040;
}

.pg-top__title span:last-child {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #3880A9;
}

.pg-top__title._large {
  text-align: center;
  margin-bottom: 32px;
}

.pg-top__title._large span:first-child {
  font-size: 60px;
  font-weight: 300;
  line-height: 90px;
}

.pg-top__title._large span:last-child {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.pg-top__title-text {
  font-size: 30px;
  font-weight: 300;
  line-height: 56px;
  text-align: center;
  margin-bottom: 48px;
}

.pg-top__button {
  width: 210px;
  height: 48px;
  padding: 12px 12px 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #F9F9F9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}

.pg-top__button:hover {
  background: #E0E0E0;
}

.pg-top__button-text {
  color: #404040;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.02em;
}

.pg-top__button-icon {
  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;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.c-news-lists {
  margin: 0 auto;
}

.c-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5em;
  padding: 0 0 12px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}

.c-news-list__date {
  width: 93px;
  font-size: 12px;
  color: #898884;
}

.c-news-list__link {
  width: calc(100% - 93px);
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 12px 48px 12px 0;
  display: block;
  color: #404040;
}

.c-news-list__link:hover {
  opacity: 0.5;
}

.c-news-list__icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background: #F9F9F9;
  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;
  border-radius: 50%;
  margin-top: -18px;
}

.c-news-list__icon img {
  width: 12px;
}

.pg-top-pickup-slider {
  width: 100%;
}

.swiper-wrapper.pg-top-pickup-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 12px;
}

.pg-top-pickup-slider__item {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  height: auto;
}

.pg-top-pickup-slider__link {
  display: block;
}

.pg-top-pickup-slider__link:hover .pg-top-pickup-slider__img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.pg-top-pickup-slider__link:hover .pg-top-pickup-slider__text {
  color: #96BACF;
}

.pg-top-pickup-slider__image {
  overflow: hidden;
}

.pg-top-pickup-slider__img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pg-top-pickup-slider__text {
  padding: 15px;
  color: #3880A9;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
  padding-bottom: 79px;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pg-top-pickup-slider__date {
  position: absolute;
  left: 24px;
  bottom: 26.5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #404040;
}

.pg-top-pickup-slider__category {
  position: absolute;
  right: 24px;
  bottom: 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #404040;
  border: 1px solid #898884;
  border-radius: 20px;
  padding: 2px 12px;
}

.pg-top-pickup-slider-navigation {
  position: relative;
  top: 13px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(137, 136, 132, 0.34);
  border-radius: 50%;
  background: #3880A9;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
  background: url(../img/icon/navigatedown-w.svg);
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  display: block;
}

.swiper-button-next._next-1,
.swiper-button-prev._prev-1 {
  position: absolute;
  width: 34px;
  height: 34px;
}

.swiper-button-next._next-cases1,
.swiper-button-prev._prev-cases1 {
  width: 34px;
  height: 34px;
  z-index: 2;
}

.swiper-button-next._next-1 {
  left: 50px;
}

.swiper-button-prev._prev-1 {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pg-top-tab__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
}

.pg-top-tab__buttons:after {
  display: none;
}

.pg-top-tab__button {
  background: #F9F9F9;
  width: 200px;
  padding: 16px 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.pg-top-tab__button span {
  text-align: center;
  display: block;
}

.pg-top-tab__button span:first-child {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
}

.pg-top-tab__button span:last-child {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.pg-top-tab__button:nth-child(1) {
  color: #473F3F;
}

.pg-top-tab__button:nth-child(2) {
  color: #20A8F5;
}

.pg-top-tab__button:nth-child(3) {
  color: #F5911F;
}

.pg-top-tab__button:nth-child(4) {
  color: #C03A24;
}

.pg-top-tab__button:nth-child(5) {
  color: #DC1A1F;
}

.pg-top-tab__button.is-tab-button--active {
  background: #fff;
  -webkit-box-shadow: 0px -16px 40px 0px rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0px -16px 40px 0px rgba(0, 0, 0, 0.0392156863);
  pointer-events: none;
}

.pg-top-tab__targets {
  -webkit-box-shadow: 0px -4px 24px 0px rgba(0, 0, 0, 0.0588235294);
  box-shadow: 0px -4px 24px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 32px 20px;
}

.pg-top-tab__target {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  visibility: hidden;
  max-width: 1291px;
  margin: 0 auto;
  gap: 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pg-top-tab__target__inner {
  padding: 32px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.pg-top-tab__target.is-tab-target--active {
  position: relative;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
}


@media only screen and (min-width: 769px) {
  .pg-top-tab__target {
    display: flex !important;
  }
}

.pg-top-tab__bg-text {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 88px;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  color: #F9F9F9;
  font-weight: 700;
  line-height: 1px;
}

.pg-top-tab__image {
  width: 54.299%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  position: relative;
}

.pg-top-tab__img {
  width: 100%;
  height: auto;
}

.pg-top-tab__text {
  width: calc(45.7% - 48px);
  position: relative;
}

.pg-top-tab__text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  margin-bottom: 16px;
}

.pg-top-tab__text p._small {
  font-size: 12px;
  font-weight: 500;
  line-height: 2em;
  margin-bottom: 16px;
}

.pg-top__button._border {
  width: 237px;
  border: 1px solid #404040;
  margin-bottom: 8px;
  background: #fff;
}

.pg-top__button._border:hover {
  background: #F9F9F9;
}

.pg-top__button._border .pg-top__button-icon {
  width: 16px;
  height: 16px;
  border: 1px solid #404040;
}

.pg-top-tab__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 16px;
}

.pg-top-tab__cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 13px;
  width: 100%;
  padding-top: 19px;
}

.pg-top-tab__case {
  width: 33%;
  max-width: 380px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0392156863);
  height: auto;
}

.pg-top-tab__case-link {
  display: block;
  padding: 12px 12px 30px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.pg-top-tab__case-link:hover .pg-top-tab__case-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.pg-top-tab__case-link:hover .pg-top-tab__case-title {
  color: #96BACF;
}

.pg-top-tab__case-image {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

.pg-top-tab__category {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 15px;
  letter-spacing: 0.04em;
  color: #404040;
  padding: 2px 10px;
  border-radius: 10px;
}

.pg-top-tab__case-img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}

.pg-top-tab__case-text {
  padding: 0 20px 36px;
}

.pg-top-tab__case-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #3880A9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pg-top-tab__case-client {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #404040;
  position: absolute;
  bottom: 30px;
}

.pg-top-tab__cases-slider {
  width: 100%;
}

.pg-top-tab__cases-slider-navigation {
  display: none;
}

.pg-top__bottom {
  padding: 80px 20px 100px;
  position: relative;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.pg-top__bottom.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.pg-top__bottom-inner {
  position: relative;
}

.pg-top__bottom-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pg-top__bottom-bg:after {
  content: "";
  display: block;
  background: rgba(56, 128, 169, 0.72);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pg-top__bottom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}

.pg-top__bottom-title {
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}

.pg-top__bottom-title span {
  display: block;
}

.pg-top__bottom-title span:first-child {
  font-size: 60px;
  font-weight: 300;
  line-height: 90px;
  margin-bottom: 8px;
}

.pg-top__bottom-title span:last-child {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.pg-top__bottom-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  margin-bottom: 48px;
  color: #fff;
}

.pg-top__bottom-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.pg-top__bottom-buttons .pg-top__button {
  background: none;
  border: 1px solid #fff;
  width: 257px;
}

.pg-top__bottom-buttons .pg-top__button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.pg-top__bottom-buttons .pg-top__button-text {
  color: #fff;
}

.pg-top__bottom-buttons .pg-top__button-icon {
  border: 1px solid #fff;
  background: none;
  width: 16px;
  height: 16px;
}

@media only screen and (min-width: 769px) {
  .pg-top .only-sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pg-top {
    margin-bottom: 15px;
  }
  .pg-top .only-pc {
    display: none;
  }
  .pg-top__section {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 32px;
  }
  .pg-top__section._robot-solution {
    padding-top: 0;
    margin-top: 0;
  }
  .pg-top__section-inner {
    max-width: 100%;
  }
  .pg-top__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    gap: 20px;
  }
  .pg-top__contents-left {
    width: 100%;
  }
  .pg-top__contents-left:before {
    display: none;
  }
  .pg-top__contents-left .pg-top__button {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .pg-top__contents-left .pg-top__button-text {
    font-size: 12px;
  }
  .pg-top__contents-right {
    width: 100%;
  }
  .pg-top__title {
    margin-bottom: 0;
  }
  .pg-top__title._large {
    margin-bottom: 20px;
  }
  .pg-top__title._large span:first-child {
    font-size: 40px;
    line-height: 60px;
  }
  .pg-top__title._large span:last-child {
    font-size: 14px;
    line-height: 21px;
  }
  .pg-top__title-text {
    font-size: 18px;
    line-height: 31.5px;
    margin-bottom: 0;
  }
  .pg-top__button {
    width: 160px;
    height: 36px;
    padding: 9px 8px 9px 12px;
  }
  .c-news-lists {
    width: 100%;
    margin: 0 auto;
  }
  .c-news-list {
    display: block;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
  .c-news-list__date {
    width: auto;
    font-size: 12px;
    padding-left: 0px;
    display: block;
    margin-bottom: 4px;
  }
  .c-news-list__link {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    padding: 0 48px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .c-news-list__icon {
    right: 19px;
  }
  .pg-top-pickup-slider {
    padding-bottom: 32px;
  }
  .swiper-wrapper.pg-top-pickup-slider-wrapper {
    padding-bottom: 0;
    flex-direction: column !important;
    gap: 12px !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .pg-top-pickup-slider__item {
    -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0392156863);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0392156863);
    display: none !important;
  }
  .pg-top-pickup-slider__item:nth-child(1),
  .pg-top-pickup-slider__item:nth-child(2),
  .pg-top-pickup-slider__item:nth-child(3) {
    display: block !important;
  }

  .pg-top-pickup-slider-navigation {
    position: relative;
    bottom: 0;
  }
  .swiper-button-next._next-1 {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .swiper-button-prev._prev-1 {
    left: auto;
    right: 50px;
    top: auto;
    bottom: 0;
  }
  .pg-top-tab__buttons-wrap {
    width: 100%;
    overflow: auto;
    padding: 41px 24px 0;
  }
  
  .pg-top-tab__button._accordion {
    background: #F9F9F9;
    box-shadow: unset;
    width: 100%;
    padding: 4px 20px 5px;
    position: relative;
    margin-bottom: 4px;
  }

  .pg-top-tab__button._accordion span {
    text-align: left;
  }

  .pg-top-tab__button._accordion span:first-child {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 2px;
  }

  .pg-top-tab__button._accordion span:nth-child(2) {
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
  }

  .pg-top-tab__button._button-1 {
    color: #473F3F;
  }

  .pg-top-tab__button._button-2 {
    color: #20A8F5;
  }

  .pg-top-tab__button._button-3 {
    color: #F5911F;
  }

  .pg-top-tab__button._button-4 {
    color: #C03A24;
  }

  .pg-top-tab__button._button-5 {
    color: #DC1A1F;
  }

  .pg-top-tab__button-arrow {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 14px;
    background: #fff;
    padding: 6.6px 0 0 11.3px;
    transition: all 0.2s;
  }
  .pg-top-tab__button.is-tab-button--active {
    pointer-events: initial;
  }
  .pg-top-tab__button.is-tab-button--active .pg-top-tab__button-arrow {
    transform: rotate(180deg);
  }

  .pg-top-tab__button-arrow svg {
    display: block;
  }

  .pg-top-tab {
    margin-top: 32px;
  }

  .pg-top-tab__targets {
    padding: 0 0 32px;
  }
  .pg-top-tab__target {
    max-width: 100%;
    gap: 20px;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    overflow: hidden;
    margin-bottom: 4px;
    display: none;
  }
  .pg-top-tab__target__inner {
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .pg-top-tab__bg-text {
    top: -50px;
    line-height: 71px;
  }
  .pg-top-tab__target.is-tab-target--active {
    /* height: auto; */
  }
  .pg-top-tab__image {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    order: 2;
    margin: 0 0 12px;
  }
  .pg-top-tab__text {
    width: 100%;
    order: 1;
  }
  .pg-top__button._border {
    width: 100%;
    height: 44px;
    padding-right: 16px;
  }
  .pg-top-tab__title {
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 12px;
  }
  .pg-top-tab__cases {
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    padding-top: 0;
    flex-direction: column;
  }
  .pg-top-tab__case {
    width: 100%;
    max-width: 100%;
  }
  .pg-top-tab__case-link {
    padding: 8px;
    border-radius: 12px;
    display: flex;
    gap: 8px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  }
  .pg-top-tab__case-image {
    margin-bottom: 0;
    border-radius: 4px 0 0 4px;
    width: 80px;
    height: 67px;
    flex-shrink: 0;
  }

  .pg-top-tab__category {
    display: none;
  }

  .pg-top-tab__case-text {
    padding: 0;
  }
  
  .pg-top-tab__case-title {
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
  }

  .pg-top-tab__case-client {
    font-size: 10px;
    color: #404040;
    line-height: 1.5em;
    bottom: 7px;
  }

  .pg-top__bottom {
    padding: 40px 16px;
  }
  .pg-top__bottom-title {
    margin-bottom: 26px;
  }
  .pg-top__bottom-title span {
    display: block;
  }
  .pg-top__bottom-title span:first-child {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 12px;
  }
  .pg-top__bottom-title span:last-child {
    font-size: 14px;
    line-height: 21px;
  }
  .pg-top__bottom-text {
    margin-bottom: 24px;
  }
  .pg-top__bottom-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .pg-top__bottom-buttons .pg-top__button {
    width: 100%;
    height: 44px;
  }
  .pg-top__bottom-buttons .pg-top__button-icon {
    right: 16px;
  }
}


/* 表示・非表示に関するヘルパークラス */
@media screen and (min-width:769px) {
  .u-pc-none {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .u-sp-none {
    display: none;
  }
}
