/**
* システムページ
*
*/
.system-page .description-area-y__wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-image: url(/us/.assets/youzai_back01.png);
  background-size: cover;
  padding-bottom: 70px;
}
.system-page .description-area-y__inner {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}

.system-page .image-area-y__sub-title {
  text-align: center;
  color: #d85587;
}

.system-page .main-image1 {
  position: relative;
  width: 1180px;
  max-width: 1000px;
  margin: 50px 0;
  font-size: 20px;
}

.system-page .main-image2 {
  position: relative;
  width: 1180px;
  max-width: 3840px;
  margin: 50px 0;
  font-size: 20px;
}

.system-page .button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 1.5rem 0 3rem;
}
.system-page .button-container.right {
  justify-content: right;
}


.system-page .button-container .button {
  min-width: 300px;
  display: block;
  padding: 10px 0;
  border-radius: 50px;
  border-width: 0px;
  color: #00437c;
  letter-spacing: 0.5px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  z-index: 2;
  transition: 0.3s;
  font-size: 0.85rem;
  text-align: center;
}

.system-page .button-container .button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(148deg, #0082c7 5%, #00437c 65%);
  z-index: -2;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50px;
  opacity: 1;
  transition: 0.3s;
}
.system-page .button-container .button::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #f7f7f7;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: block;
  border-radius: 50px;
  z-index: -1;
  transition: 0.3s;
}
.system-page .button-container .button:hover {
  border: none;
  color: #ffffff;
}
.system-page .button-container .button:hover::after {
  opacity: 0;
}

.system-page .image-area-y {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #fef8fb;
  padding-bottom: 30px;
}

.system-page .y-floor-map-area__container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-color: #fef8fb;
  background-blend-mode: lighten;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.system-page .y-floor-map-area__inner {
  width: 1180px;
  text-align: center;
  margin: 50px 0;
  font-size: 20px;
}

.system-page .heading3 {
  font-weight: bold;
  margin-top: 5rem;
}

.system-page .image-area-k__title {
  margin-top: 3rem;
}

/* スマートフォン対応 */
@media screen and (max-width: 768px) {
  .system-page .button-container {
    flex-direction: column;
    margin: 1.5rem 3rem 3rem;
  }
}
