@charset "utf-8";
/* CSS Document */

@media print, screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
/*no-hover*/
.n-hover:not(.is-disabled-hover):hover .p-info-item__image img {
  transform: scale(100%);
  pointer-events: none;
}
.problem {
  font-size: 2rem;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #00468c;
}
.problem::before {
  display: block;
  content: "";
  width: 80px;
  aspect-ratio: 1;
  margin-inline: auto;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/corp/assets/images/common/icon_keyboard_double_arrow_down.svg");
  background: #00468c;
}
@media not all and (min-width: 768px) {
  .problem {
    font-size: 1.3rem;
  }
}
