@charset "utf-8";
.u-text-highlighted {
  background: linear-gradient(to top, transparent 10%, #00a2e6 10%, #00a2e6 25%, transparent 25%);
}
.p-office-gamingpc {
  overflow: hidden;
  color: #242424;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", roboto, sans-serif;
}
.p-office-gamingpc img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-office-gamingpc__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-office-gamingpc__kv {
  text-align: center;
}
.p-office-gamingpc__section {
  margin: 0 calc(50% - 50vw);
  padding: 42px calc(50vw - 50%) 56px;
}
@media screen and (min-width: 768px), print {
  .p-office-gamingpc__section {
    padding-top: 52px;
    padding-bottom: 75px;
  }
}
.p-office-gamingpc__section--gray {
  background: #f4f4f4;
}
.p-office-gamingpc__section--pale {
  background: #f1f8ff;
}
.p-office-gamingpc__section--blue {
  background: #004da1;
  color: #fff;
}
.p-office-gamingpc__anchor {
  position: relative;
  background: #e68600;
  color: #fff;
  line-height: 1.2;
  font-size: 21px;
  width: 930px;
  max-width: 100%;
  text-align: center;
  height: auto;
  min-height: 68px;
  margin: 40px auto 56px;
  box-shadow: 4px 4px 7px -5px #000;
  transition: 0.3s;
  border: 0;
}
.p-office-gamingpc__anchor:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.p-office-gamingpc__anchor:first-child {
  margin-top: 0;
}
.p-office-gamingpc__anchor:last-child {
  margin-bottom: 0;
}
.p-office-gamingpc__anchor > span {
  font-size: inherit;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.p-office-gamingpc__anchor::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 94px;
  height: 56px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  top: 7px;
  left: 6px;
  opacity: 1;
  transform: none;
}
.p-office-gamingpc__anchor::after {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-office-gamingpc__anchor::after {
    right: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .p-office-gamingpc__anchor {
    min-height: 91px;
    font-size: min(28/768*100vw, 32px);
    margin-top: 36px;
    margin-bottom: 64px;
  }
  .p-office-gamingpc__anchor::before {
    width: 175px;
    height: 72px;
    top: 8px;
    left: 9px;
  }
  .p-office-gamingpc__anchor::after {
    width: 15px;
    height: 15px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    top: calc(50% - 7px);
  }
}

.p-office-gamingpc .c-headline {
  margin-bottom: 38px;
}
.p-office-gamingpc .c-headline__h2 {
  font-size: 22px;
  font-weight: bold;
  color: #242424;
  line-height: 1.33;
}
.p-office-gamingpc__section--blue .c-headline__h2 {
  color: #fff;
}
.p-office-gamingpc .c-headline p {
  margin-top: 0.8em;
  font-size: 13px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .p-office-gamingpc .c-headline {
    margin-bottom: 45px;
  }
  .p-office-gamingpc .c-headline__h2 {
    font-size: min(28/768*100vw, 38px);
  }
  .p-office-gamingpc .c-headline p {
    font-size: 18px;
  }
}

.p-office-gamingpc__merit-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 280px;
  max-width: 100%;
  margin: 0 auto;
}
.p-office-gamingpc__merit {
  position: relative;
  background: #fff;
  border: 1px solid #004da1;
  padding: 12px 7px;
  aspect-ratio: 550/440;
  background-repeat: no-repeat;
  background-position: right 5px bottom 5px;
}
.p-office-gamingpc__merit--good-deal {
  background-image: url(../images/icon-merit-01.webp);
  background-size: 46px;
}
.p-office-gamingpc__merit--practical {
  background-image: url(../images/icon-merit-02.webp);
  background-size: 65px;
}
.p-office-gamingpc__merit--efficient {
  background-image: url(../images/icon-merit-03.webp);
  background-size: 45px;
}
.p-office-gamingpc__merit__header {
  color: #004da1;
  font-weight: bold;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.33;
  min-height: 3lh;
}

.p-office-gamingpc__merit__header__inner {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.p-office-gamingpc__merit__balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex: 0 0 auto;
  background: #004da1;
  color: #fff;
  width: 55px;
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
  aspect-ratio: 1/1;
}
.p-office-gamingpc__merit__body {
  font-size: 11px;
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-office-gamingpc__merit-list {
    width: 340px;
  }
  .p-office-gamingpc__merit {
    aspect-ratio: 340/295;
    border-width: 2px;
  }
  .p-office-gamingpc__merit__header {
    font-size: 22px;
    margin-bottom: 21px;
  }
  .p-office-gamingpc__merit__balloon {
    width: 22.8%;
    max-width: 70px;
    font-size: 15px;
  }
  .p-office-gamingpc__merit__body {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1260px), print {
  .p-office-gamingpc__merit-list {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 2.6%;
  }
  .p-office-gamingpc__merit-list > li {
    flex: 1;
    max-width: 350px;
  }
  .p-office-gamingpc__merit {
    height: 100%;
    max-width: 100%;
    aspect-ratio
  }
  .p-office-gamingpc__merit--good-deal {
    background-size: 61px;
  }
  .p-office-gamingpc__merit--practical {
    background-size: 86px;
  }
  .p-office-gamingpc__merit--efficient {
    background-size: 61px;
  }
}

.p-office-gamingpc__faq {
  font-size: 15px;
  letter-spacing: 0.1em;
  border: 1px solid #004da1;
}
.p-office-gamingpc__faq + .p-office-gamingpc__faq {
  margin-top: 30px;
}
.p-office-gamingpc__faq__q {
  display: flex;
  background: #004da1;
  color: #fff;
  font-weight: bold;
  padding: 8px 13px;
}
.p-office-gamingpc__faq__a {
  display: flex;
  background: #fff;
  padding: 16px 13px;
  font-weight: bold;
}
.p-office-gamingpc__faq__pre {
  flex: 0 0 auto;
  margin-right: 0.5em;
}

@media screen and (min-width: 768px), print {
  .p-office-gamingpc__faq {
    font-size: 20px;
  }
  .p-office-gamingpc__faq + .p-office-gamingpc__faq {
    margin-top: 40px;
  }
  .p-office-gamingpc__faq__q {
    padding: 11px 15px;
  }
  .p-office-gamingpc__faq__a {
    padding: 20px 15px;
  }
}

.p-office-gamingpc__app-in-office {
  margin: 0 calc(50% - 50vw);
  padding: 38px calc(50vw - 50%) 33px;
  background: #fff;
}
.p-office-gamingpc__app-in-office h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 34px;
  text-align: center;
}
.p-office-gamingpc__app-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px 25px;
  width: 270px;
  margin: 0 auto;
}
.p-office-gamingpc__app {
  text-align: center;
}
.p-office-gamingpc__app__icon {
  height: 85px;
  text-align: center;
  margin-bottom: 30px;
}
.p-office-gamingpc__app__icon img {
  width: auto;
  max-height: 100%;
}
.p-office-gamingpc__app__purpose-list > li {
  background: #242424;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.025em;
  font-weight: bold;
  width: 122px;
  max-width: 100%;
  padding: 0.3em 4px;
}
.p-office-gamingpc__app__purpose-list > li + li {
  margin-top: 7px;
}
@media screen and (min-width: 768px), print {
  .p-office-gamingpc__app-in-office {
    margin: 0 auto 50px;
    border-radius: 20px;
    padding: 45px 30px;
    max-width: 980px;
  }
  .p-office-gamingpc__app-in-office h2 {
    font-size: min(28/768*100vw, 32px);
    margin-bottom: 45px;
  }
  .p-office-gamingpc__app-list {
    flex-wrap: nowrap;
    gap: 4.4%;
    width: 750px;
    max-width: 100%;
  }
  .p-office-gamingpc__app-list > li {
    flex: 1;
  }
  .p-office-gamingpc__app__icon {
    height: 114px;
  }
  .p-office-gamingpc__app__purpose-list > li {
    width: 100%;
    font-size: min(14/750*100vw, 18px);
  }
  .p-office-gamingpc__app__purpose-list > li + li {
    margin-top: 10px;
  }
}

.p-office-gamingpc__guarantee-box {
  background: #fff;
  margin: 0 calc(50% - 50vw) 45px;
  padding: 32px calc(50vw - 50%) 56px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .p-office-gamingpc__guarantee-box {
    font-size: min(18/768*100vw, 24px);
    margin: 0 auto 60px;
    padding: 45px 7.8% 76px;
  }
}
.p-office-gamingpc__guarantee-box__heading {
  display: flex;
  align-items: center;
  font-size: 26px;
  color: #004da1;
  width: fit-content;
  margin: 0 auto 35px;
}

.p-office-gamingpc__guarantee-box__heading img {
  width: 70px;
  margin-right: 15px;
}
@media screen and (min-width: 768px), print {
  .p-office-gamingpc__guarantee-box__heading {
    font-size: 39px;
  }
  .p-office-gamingpc__guarantee-box__heading img {
    width: 100px;
  }
}
.p-office-gamingpc__guarantee-box__small-text {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.025;
}
@media screen and (min-width: 768px), print {
  .p-office-gamingpc__guarantee-box__small-text {
    font-size: 14px;
  }
}
.p-office-gamingpc__guarantee-box__figure {
  margin: 45px auto;
}
.p-office-gamingpc__guarantee-box__figure:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .p-office-gamingpc__guarantee-box__figure {
    margin: 60px auto;
  }
}
.p-office-gamingpc__guarantee-box__figure figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 0.3em;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.p-office-gamingpc__guarantee-box__figure figcaption::before,
.p-office-gamingpc__guarantee-box__figure figcaption::after {
  content: "";
  width: 0.8em;
  height: 2px;
  background: currentColor;
}
@media screen and (min-width: 768px), print {
  .p-office-gamingpc__guarantee-box__figure figcaption {
    font-size: min(24/768*100vw, 32px);
    margin-bottom: 1.4em;
  }
  .p-office-gamingpc__guarantee-box__figure figcaption::before,
  .p-office-gamingpc__guarantee-box__figure figcaption::after {
    height: 4px;
  }
}
.p-office-gamingpc__guarantee-box__figure--data {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.p-office-gamingpc__guarantee-box__initial-cost {
  background: #004da1;
  color: #fff;
  width: fit-content;
  padding: 8px 22px;
  margin: 15px auto;
  font-size: 22px;
  letter-spacing: 0.06em;
  border-radius: 4px;
}
@media screen and (min-width: 768px), print {
  .p-office-gamingpc__guarantee-box__figure--data {
    margin-left: auto;
    margin-right: auto;
  }

  .p-office-gamingpc__guarantee-box__initial-cost {
    font-size: 30px;
  }
}
.p-office-gamingpc__guarantee-box__plan {
  background: #f3fbff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 30px;
}
.p-office-gamingpc__guarantee-box__plan p {
  background: #fff;
  padding: 0.8em 1em;
  margin-top: 28px;
}
@media screen and (min-width: 768px), print {
  .p-office-gamingpc__guarantee-box__plan {
    margin-left: auto;
    margin-right: auto;
  }

  .p-office-gamingpc__guarantee-box__plan p {
    width: fit-content;
    margin: 45px auto 0;
  }
}
.p-office-gamingpc__guarantee-summary {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}
@media screen and (min-width: 768px), print {
  .p-office-gamingpc__guarantee-summary {
    font-size: 24px;
  }
}


.p-office-gamingpc__service-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.p-office-gamingpc__service--setting {
  color: #2e75b6;
}
.p-office-gamingpc__service--recovery {
  color: #548235;
}
.p-office-gamingpc__service--visit {
  color: #c55a11;
}
.p-office-gamingpc__service__image {
  text-align: center;
  margin: 0 auto 15px;
  width: 144px;
}
.p-office-gamingpc__service__name {
  font-size: 18px;
  letter-spacing: 0.01em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.2em;
}
.p-office-gamingpc__service__body {
  font-size: 11px;
  color: #242424;
}

@media screen and (min-width: 768px), print {
  .p-office-gamingpc__service-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.9%;
    row-gap: 0;
  }
  .p-office-gamingpc__service-list > li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
  .p-office-gamingpc__service {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
  .p-office-gamingpc__service__image {
    width: 60%;
    max-width: 192px;
    margin-bottom: 20px;
  }
  .p-office-gamingpc__service__name {
    font-size: 22px;
  }
  .p-office-gamingpc__service__body {
    font-size: 14px;
  }
}

.p-office-gamingpc__reason-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  margin-bottom: 45px;
}
.p-office-gamingpc__reason {
  text-align: center;
  font-weight: bold;
}
.p-office-gamingpc__reason__icon {
  margin: 0 auto 24px;
}
.p-office-gamingpc__reason-list > li:nth-child(1) .p-office-gamingpc__reason__icon {
  width: 95px;
}
.p-office-gamingpc__reason-list > li:nth-child(2) .p-office-gamingpc__reason__icon {
  width: 99px;
}
.p-office-gamingpc__reason-list > li:nth-child(3) .p-office-gamingpc__reason__icon {
  width: 115px;
}

.p-office-gamingpc__reason-summary {
  position: relative;
  border: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
}
.p-office-gamingpc__reason-summary::before {
  position: absolute;
  z-index: 0;
  top: 5px;
  left: 5px;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}
.p-office-gamingpc__reason-summary p {
  position: relative;
  z-index: 1;
  background: #004da1;
  line-height: 1.68;
  padding: 8px 20px;
}
@media screen and (min-width: 768px), print {
  .p-office-gamingpc__reason-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.9%;
    row-gap: 0;
    margin-bottom: 45px;
  }
  .p-office-gamingpc__reason-list > li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  .p-office-gamingpc__reason {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    font-size: min(16/768*100vw, 22px);
  }
  .p-office-gamingpc__reason__icon {
    margin-bottom: 36px;
  }
  .p-office-gamingpc__reason-list > li:nth-child(1) .p-office-gamingpc__reason__icon {
    width: 128px;
  }
  .p-office-gamingpc__reason-list > li:nth-child(2) .p-office-gamingpc__reason__icon {
    width: 133px;
  }
  .p-office-gamingpc__reason-list > li:nth-child(3) .p-office-gamingpc__reason__icon {
    width: 154px;
  }
  .p-office-gamingpc__reason-summary {
    font-size: 24px;
    width: fit-content;
    border-width: 2px;
  }
  .p-office-gamingpc__reason-summary::before {
    top: 10px;
    left: 10px;
    border-width: 2px;
  }
  .p-office-gamingpc__reason-summary p {
    padding: 24px;
  }
}

.p-office-gamingpc__pc-type {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 45px;
}
.p-office-gamingpc__pc-type::before,
.p-office-gamingpc__pc-type::after {
  content: "";
  display: block;
  width: 0.85em;
  height: 3px;
  background: currentColor;
}

.p-office-gamingpc__product-list {
  display: flex;
  flex-direction: column;
  gap: 33px;
  align-items: center;
}

.p-office-gamingpc__product-list:not(:last-child) {
  margin-bottom: 55px;
}

.p-office-gamingpc__product-list > li {
  width: 345px;
  max-width: 100%;
  margin: 0 auto;
}

.p-office-gamingpc__product__balloon {
  position: relative;
  background: #004da1;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  min-width: 230px;
  padding: 8px 14px;
  margin: 0 auto 24px;
  text-align: center;
  width: fit-content;
}
.p-office-gamingpc__product__balloon::after {
  position: absolute;
  display: block;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
  background: #004da1;
  width: 14px;
  height: 14px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.p-office-gamingpc__product {
  display: block;
  border: 3px solid #004da1;
  padding: 20px 15px;
  letter-spacing: 0.02em;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1)
}
.p-office-gamingpc__product__image {
  width: 80%;
  aspect-ratio: 1/1;
  margin: 0 auto 8px;
}
.p-office-gamingpc__product__image img {
  transition: 0.3s all ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-office-gamingpc__product:hover .p-office-gamingpc__product__image img {
  transform: scale(1.1, 1.1);
}
.p-office-gamingpc__product__name {
  font-weight: bold;
  font-size: 17px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-office-gamingpc__product__price {
  color: #e43344;
  font-weight: bold;
}
.p-office-gamingpc__product__price__num {
  font-size: 28px;
}
.p-office-gamingpc__product__spec {
  font-size: 13px;
  border-top: 1px solid #cdcdcd;
  padding-top: 10px;
  line-height: 1.2;
  margin: 10px auto;
}
.p-office-gamingpc__product .c-button {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-office-gamingpc__pc-type {
    font-size: 32px;
  }
  .p-office-gamingpc__product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
    column-gap: 16.4%;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
  }
  .p-office-gamingpc__product-list:not(:last-child) {
    margin-bottom: 70px;
  }
  .p-office-gamingpc__product-list > li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
  }
  .p-office-gamingpc__product__balloon {
    font-size: 24px;
    width: 100%;
    margin-bottom: 24px;
  }
  .p-office-gamingpc__product {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    padding: 20px;
  }
  .p-office-gamingpc__product__name {
    margin-bottom: 0.5em;
  }
  .p-office-gamingpc__product__spec {
    width: 100%;
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1.3;

  }
}