/* 1512px以上（PC/Tablet） */
.pc {
  align-items: flex-start;
  background-color: var(--sky-navy);
  display: flex;
  width: 1512px;
}
.overlap-group6 {
  position: relative;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  overflow-y: hidden;
}

.background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: background 1.5s ease-in-out;
  opacity: 0.8;
}
.background-image-1 {
  background-image: url("../img/pc-background-top.jpg");
}
.background-image-2 {
  background-image: url("../img/pc-background-application-overview.jpg");
}
.background-image-3 {
  background-image: url("../img/pc-background-program.jpg");
}
.background-image-4 {
  background-image: url("../img/pc-background-andmore.jpg");
}

.top_ {
  height: 1px;
  margin-right: 1px;
  width: 47px;
}
.top-logo {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-logo-img {
  height: 261px;
  /* margin-left: 1.0px; */
  /* margin-top: 360px; */
  width: 287px;
  /* margin-top: 265px; */
}
.top-fixed-left {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-height: 264px;
  position: fixed;
  width: 285px;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-195%, -50%);
  height: 264px;
}
.opening-members-pc {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 171px;
  width: 301px;
}
.opening-members-img-pc {
  width: 285px;
}
.application-btn-pc {
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 84.43px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  height: 53px;
  justify-content: flex-end;
  margin-left: 2px;
  min-width: 285px;
  padding: 12px 20.2px;
  align-items: center;
}
.arrow-img {
  height: 17px;
  margin-bottom: -1px;
  width: 10px;
}
.screen a div.text-application-pc:hover {
  opacity: 1;
}

.frame-menu {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-height: 264px;
  position: fixed;
  width: 301px;
  z-index: 3;
  right: 50%;
  top: 50%;
  transform: translate(195%, -50%);
}
.price {
  letter-spacing: 6.6px;
  line-height: 40px;
  margin-top: -1px;
  white-space: nowrap;
}
