.u-pc-hide {
    display: none;
  }
.p-business-win10-pro-pc__mv {
  background: linear-gradient(90deg,#001e60 0%, #001e60 50%, #e7e7e7 50%, #e7e7e7 100%);
  margin-top: 24px;
}
.p-business-win10-pro-pc__mv__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.0rem;
}
.p-business-win10-pro-pc__mv__container h1,
.p-business-win10-pro-pc__mv__imgbox {
  flex: 1;
}
.p-business-win10-pro-pc__mv__container h1 {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.p-business-win10-pro-pc__mv__imgbox {
  width: 50%;
}
.p-business-win10-pro-pc__mv__imgbox img {
  width: 100%;
  padding-left: 3rem;
}

.p-business-win10-pro-pc__title {
  position: relative;
  background-color: #0070C0;
  margin: 0 calc(50% - 50vw) 32px;
  padding: 2.0rem calc(50vw - 50%);
  width: 60vw;
}
.p-business-win10-pro-pc__title::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -2px;
  width: 40px;
  height: 105%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: #fff;
}
.p-business-win10-pro-pc__title h2 {
  display: inline-block;
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.1rem;
  transform: skewX(-15deg);
  font-weight: bold;
}
.p-business-win10-pro-pc__modelimg {
  display: flex;
  margin: 60px 0;
  justify-content: center;
}
.p-business-win10-pro-pc__modelimg img {
  width: calc(100% / 3);
}
.p-business-win10-pro-pc__modelimg img:nth-of-type(n+2) {
  margin-left: -2.0rem;
}
.win10-pro-pc__button{
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  padding: 2.0rem 0;
  letter-spacing: 0.1em;
}
.p-business-win10-pro-pc__parallelogram {
  display: flex;
  gap: 2.0rem;
  align-items: center;
}
.parallelogram__group {
  width: calc(100% / 3);
}
.parallelogram__group p {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 4.0rem 2.0rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 20px;
}
.parallelogram__group p::after {
  position: absolute;
  z-index: -1; 
  top: 0; bottom: 0; left: 0; right: 0; 
  transform: skewX(-15deg); 
  content: "";
  background-color:#DEEBF7;
  border: #0070C0 1px solid;
  box-shadow: 1px 1px 5px #ccc;
}
.p-business-win10-pro-pc__cross {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 24px auto;
}
.p-business-win10-pro-pc__cross__main {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 3em;
  height: 0.3em;
  background: currentColor;
  position: absolute;
  top: 50%;
}
.p-business-win10-pro-pc__cross__main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(90deg);
}
.parallelogram__group.parallelogram__long {
  width: 100%;
}
.p-business-win10-pro-pc__background {
  background-color: #DEEBF7;
  padding-bottom: 40px;
}
.p-business-win10-pro-pc__background .p-business-win10-pro-pc__title::after {
  background-color: #DEEBF7;

}
.p-business-win10-pro-pc__illsut {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 180px 180px 180px;
  gap: 1.0rem;
  justify-items: center;
  margin-top: 40px;
} 
.p-business-win10-pro-pc__illsut img {
  height: 360px;
}
.p-business-win10-pro-pc__illsut img:first-of-type {
  grid-row: 2 / span 2;
  grid-column: 1;
}
.p-business-win10-pro-pc__illsut img:nth-of-type(2) {
  grid-row: 1 / span 2;
  grid-column: 2;
}
.p-business-win10-pro-pc__illsut img:nth-of-type(3) {
  grid-row: 2 / span 2;
  grid-column: 3;
}
.p-business-win10-pro-pc__background .p-business-win10-pro-pc__title {
    width: 45vw;
}
.p-business-win10-pro-pc__section .c-button--primary-blue::after {
  transform: rotate(45deg);
}
@media screen and (min-width: 1600px) {
  .p-business-win10-pro-pc__title {
    padding: 2rem 5.0rem 2.0rem calc(50vw - 50%);
  }
}
@media screen and (max-width: 1000px) {
  .p-business-win10-pro-pc__mv__container h1 {
    font-size: 28px;
  }
  .p-business-win10-pro-pc__title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-business-win10-pro-pc__mv.c-section {
    padding: 20px 0;
  }
  .p-business-win10-pro-pc__mv__container h1 {
    font-size: 20px;
  }
  .p-business-win10-pro-pc__mv__imgbox img {
    padding-left: 0;
  }
  .p-business-win10-pro-pc__title {
    padding: 1.0rem calc(50vw - 50%);
    width: 60vw;
  }
  .p-business-win10-pro-pc__title::after {
    top: -2px;
    right: -1px;
    width: 20px;
    height: 110%;
}
  .p-business-win10-pro-pc__title h2 {
    font-size: 18px;
  }
  .u-pc-hide {
    display: block;
  }
  .p-business-win10-pro-pc__modelimg img:nth-of-type(n+2) {
    margin-left: -1rem;
  } 
  .p-business-win10-pro-pc__parallelogram {
    flex-direction: column;
  }
  .parallelogram__group,
  .parallelogram__group.parallelogram__long {
    width: 80%;
  }
  .parallelogram__group p {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2rem 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 16px;
  }
  .parallelogram__group.parallelogram__long {
    margin: 0 auto;
  }
  .p-business-win10-pro-pc__background .u-pc-hide {
    display: none;
  }
  .p-business-win10-pro-pc__illsut {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-business-win10-pro-pc__illsut img {
  height: 240px;
  }
  .p-business-win10-pro-pc__illsut img {
    grid-row: auto;
    grid-column: auto;
  }
}
@media screen and (max-width: 500px) {
  .p-business-win10-pro-pc__background .u-pc-hide {
    display: block;
  }
}