@charset "UTF-8";
.p-hero {
  position: relative;
  background-color: #fff;
}
.p-hero__wrapper {
  position: relative;
  background-image: url(../img/system/system17_hero.jpg);
  background-size: cover;
  background-position: center;
  padding: 60px 20px;
  height: 360px;
}
@media screen and (min-width: 1000px) {
  .p-hero__wrapper {
    height: 520px;
    padding: 80px;
  }
}
.p-hero__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.36) 55%, rgba(0, 0, 0, 0) 100%);
}
.p-hero__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-hero__title {
  font-family: "Avenir", Arial, sans-serif;
  font-size: 28px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media screen and (min-width: 1000px) {
  .p-hero__title {
    font-size: 64px;
  }
}
.p-hero__lead {
  width: 80%;
  background: #FFFFFF;
  margin-top: -110px;
  position: relative;
  padding: 32px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Avenir", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (min-width: 1000px) {
  .p-hero__lead {
    width: 50%;
    padding: 60px;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .top-tel {
    display: none;
  }
  #head {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 700px auto;
    height: 20vh;
    width: 100%;
  }
  #head .img-bbb {
    display: none;
  }
  .col-md-12--h2 {
    font-size: clamp(22px, 4vw, 28px);
  }
  .col-md-12--h3 {
    font-size: clamp(20px, 3vw, 24px);
  }
  .col-md-12 li {
    font-size: clamp(13px, 2vw, 16px);
  }
  .topspace {
    margin-top: 0;
  }
  #footer p {
    font-size: 12px;
  }
}
.pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-hidden {
    display: block;
  }
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer-info a {
  margin-right: 20px;
}
.footer-info p {
  max-width: 500px;
  font-size: 12px;
}
.footer-info img {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer-info {
    flex-direction: column;
  }
  .footer-info a {
    margin-right: 0;
  }
  .footer-info p {
    font-size: 11px;
  }
}

.footer-tel {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-tel {
    display: block;
    font-size: 14px;
    margin-top: 10px;
  }
  .footer-tel strong {
    margin-bottom: 10px;
  }
  .footer-tel a {
    display: block;
    color: #333;
    text-decoration: none;
  }
  .footer-tel a:hover {
    text-decoration: underline;
  }
}

/* c-req-header
   ---------------------------------------------------------- */
.c-req-header {
  display: block;
  background-color: #FCB434;
}
@media screen and (min-width: 1000px) {
  .c-req-header {
    display: inline-block;
    position: relative;
    margin-left: -30px;
  }
  .c-req-header::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 50;
    background-color: #FCB434;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    bottom: -20px;
    left: 20px;
    z-index: -1;
  }
}

.c-req-header__title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 16px 20px;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .c-req-header__title {
    font-size: 28px;
    padding: 16px 64px 16px 32px;
  }
  .c-req-header__title br {
    display: none;
  }
}

/* c-req-body
   ---------------------------------------------------------- */
.c-req-body {
  background-color: #f5f5f5;
  padding: 24px 20px;
}
@media screen and (min-width: 1000px) {
  .c-req-body {
    padding: 32px 40px;
  }
}

/* p-os-requirements
   ---------------------------------------------------------- */
.p-os-requirements {
  font-family: "Noto Sans JP", sans-serif;
  margin: 60px 20px;
}
@media screen and (min-width: 1000px) {
  .p-os-requirements {
    margin: 80px auto;
    max-width: 1160px;
  }
}

.p-os-requirements__refs {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}
.p-os-requirements__refs p {
  font-size: 14px;
  color: #222222;
  line-height: 1.8;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .p-os-requirements__refs p {
    font-size: 16px;
  }
}
.p-os-requirements__refs p + p {
  margin-top: 12px;
}

.p-os-requirements__link {
  color: #FCB434;
  text-decoration: none;
}
.p-os-requirements__link:hover {
  color: #FCB434;
  text-decoration: underline;
}

/* p-os-item
   ---------------------------------------------------------- */
.p-os-item + .p-os-item {
  margin-top: 28px;
}
@media screen and (min-width: 1000px) {
  .p-os-item + .p-os-item {
    margin-top: 56px;
  }
}

.p-os-item__name {
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 12px;
}
@media screen and (min-width: 1000px) {
  .p-os-item__name {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.p-os-item__range {
  font-size: 14px;
  color: #222222;
  margin: 0 0 12px;
}
@media screen and (min-width: 1000px) {
  .p-os-item__range {
    font-size: 18px;
  }
}

.p-os-item__list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
.p-os-item__list li {
  font-size: 14px;
  color: #222222;
  line-height: 1.8;
}
@media screen and (min-width: 1000px) {
  .p-os-item__list li {
    font-size: 18px;
  }
}
.p-os-item__list li::before {
  content: "• ";
}

.p-os-item__note {
  font-size: 13px;
  color: #444444;
  line-height: 1.8;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .p-os-item__note {
    font-size: 16px;
  }
}

/* p-hw-requirements
   ---------------------------------------------------------- */
.p-hw-requirements {
  font-family: "Noto Sans JP", sans-serif;
  margin: 60px 20px;
}
@media screen and (min-width: 1000px) {
  .p-hw-requirements {
    margin: 80px auto;
    max-width: 1160px;
  }
}

.p-hw-requirements__dl {
  margin: 0;
}

.p-hw-requirements__row {
  padding: 12px 0;
}
@media screen and (min-width: 1000px) {
  .p-hw-requirements__row {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: start;
    gap: 0 24px;
    padding: 4px 0;
  }
}

.p-hw-requirements__dt {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 4px;
}
@media screen and (min-width: 1000px) {
  .p-hw-requirements__dt {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
  }
}

.p-hw-requirements__dd {
  font-size: 14px;
  color: #222222;
  line-height: 1.7;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .p-hw-requirements__dd {
    font-size: 18px;
  }
}

.p-hw-requirements__note {
  font-size: 13px;
  color: #444444;
  line-height: 1.8;
  margin: 20px 0 0;
}
@media screen and (min-width: 1000px) {
  .p-hw-requirements__note {
    font-size: 16px;
  }
}

/* p-gpu-requirements
   ---------------------------------------------------------- */
.p-gpu-requirements {
  font-family: "Noto Sans JP", sans-serif;
  margin: 60px 20px;
}
@media screen and (min-width: 1000px) {
  .p-gpu-requirements {
    margin: 80px auto;
    max-width: 1160px;
  }
}

.p-gpu-requirements__intro {
  font-size: 14px;
  color: #222222;
  line-height: 1.8;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .p-gpu-requirements__intro {
    font-size: 18px;
  }
}

.p-gpu-requirements__dl {
  margin: 0;
}

.p-gpu-requirements__row {
  padding: 24px 0 12px;
}
@media screen and (min-width: 1000px) {
  .p-gpu-requirements__row {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 0 24px;
    align-items: center;
  }
}

.p-gpu-requirements__dt {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 16px;
}
@media screen and (min-width: 1000px) {
  .p-gpu-requirements__dt {
    font-size: 18px;
    margin: 0;
  }
}

.p-gpu-requirements__dd {
  margin: 0;
}
.p-gpu-requirements__dd p {
  font-size: 14px;
  color: #222222;
  line-height: 1.8;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .p-gpu-requirements__dd p {
    font-size: 18px;
  }
}
.p-gpu-requirements__dd p + p,
.p-gpu-requirements__dd ul + p {
  margin-top: 8px;
}
@media screen and (min-width: 1000px) {
  .p-gpu-requirements__dd p + p,
  .p-gpu-requirements__dd ul + p {
    margin-top: 4px;
  }
}
.p-gpu-requirements__dd a:hover {
  color: #FCB434;
  text-decoration: underline;
}

.p-gpu-requirements__list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}
.p-gpu-requirements__list li {
  font-size: 14px;
  color: #222222;
  line-height: 1.8;
}
@media screen and (min-width: 1000px) {
  .p-gpu-requirements__list li {
    font-size: 18px;
  }
}
.p-gpu-requirements__list li::before {
  content: "• ";
}

.p-gpu-requirements__link {
  color: #FCB434;
  text-decoration: none;
}
.p-gpu-requirements__link:hover {
  text-decoration: underline;
}

/* p-workstation-requirements
   ---------------------------------------------------------- */
.p-workstation-requirements {
  font-family: "Noto Sans JP", sans-serif;
  margin: 60px 20px;
}
@media screen and (min-width: 1000px) {
  .p-workstation-requirements {
    margin: 80px auto;
    max-width: 1160px;
  }
}

.p-workstation-requirements__intro {
  font-size: 14px;
  color: #222222;
  line-height: 1.8;
  margin: 0 0 16px;
}
@media screen and (min-width: 1000px) {
  .p-workstation-requirements__intro {
    font-size: 18px;
  }
}
.p-workstation-requirements__intro + .p-workstation-requirements__dl {
  margin-top: 0;
}
.p-workstation-requirements__intro.is-top-border {
  border-top: 1px solid #ddd;
  padding-top: 24px;
}

.p-workstation-requirements__dl {
  margin: 0 0 28px;
}
.p-workstation-requirements__dl:last-child {
  margin-bottom: 0;
}

.p-workstation-requirements__entry + .p-workstation-requirements__entry {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}

.p-workstation-requirements__row {
  padding: 6px 0;
}
@media screen and (min-width: 1000px) {
  .p-workstation-requirements__row {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: start;
    gap: 0 24px;
    padding: 4px 0;
  }
}

.p-workstation-requirements__dt {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 2px;
}
@media screen and (min-width: 1000px) {
  .p-workstation-requirements__dt {
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
  }
}

.p-workstation-requirements__dd {
  font-size: 14px;
  color: #222222;
  line-height: 1.7;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .p-workstation-requirements__dd {
    font-size: 18px;
  }
}
