.p-ceatec2026 {
  overflow: hidden;
  background-color: #f1f8fb;
  position: relative;
}
@media not all and (max-width: 47.9375em) {
  .p-ceatec2026 {
    background-image: url("/assets/images/pages/ceatec2026/deco.png");
    background-position: calc(50% - 285px) calc(100% - 100px);
  }
}
.p-ceatec2026::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: -3px;
  left: 0;
  box-shadow: 0 3px 6px rgba(72, 101, 172, 0.16);
}

.p-ceatec2026__body {
  width: 45.6%;
}
@media (max-width: 81.25em) {
  .p-ceatec2026__body {
    width: 1140px;
    margin: auto;
  }
}
@media (max-width: 47.9375em) {
  .p-ceatec2026__body {
    width: 100%;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-ceatec2026__body::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -40px;
    width: 115px;
    height: 433px;
    background-image: url("/assets/images/pages/ceatec2026/deco2.png");
    z-index: 3;
  }
}

@media not all and (max-width: 47.9375em) {
  .p-ceatec2026__image {
    position: absolute;
    top: 0;
    left: 46.6%;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    transform: skew(-15deg);
  }
}
@media not all and (max-width: 47.9375em) {
  .p-ceatec2026__image img {
    width: 78%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: calc(50% - 85px) calc(50% + 20px);
       object-position: calc(50% - 85px) calc(50% + 20px);
    transform: skew(15deg);
    margin-left: -110px;
  }
}

@media not all and (max-width: 47.9375em) {
  .p-ceatec2026__text {
    width: 428px;
    padding: 14px 0 24px;
    margin: auto;
  }
}
@media (max-width: 81.25em) {
  .p-ceatec2026__text {
    margin: 0;
  }
}

@media not all and (max-width: 47.9375em) {
  .p-ceatec2026__title {
    width: 100%;
    padding: 22px 0;
    position: relative;
    margin: auto;
  }
}
@media (max-width: 81.25em) {
  .p-ceatec2026__title {
    width: 600px;
    margin: 0;
  }
}
@media (max-width: 47.9375em) {
  .p-ceatec2026__title {
    width: 100%;
  }
}
.p-ceatec2026__title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60vw;
  height: 100%;
  background-image: linear-gradient(90deg, rgb(56, 175, 176), rgb(47, 160, 177) 20%, rgb(3, 80, 183));
  z-index: 1;
}
@media (max-width: 65.625em) {
  .p-ceatec2026__title::before {
    width: 630px;
  }
}
@media (max-width: 47.9375em) {
  .p-ceatec2026__title::before {
    content: none;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-ceatec2026__title p {
    width: 370px;
    position: relative;
    z-index: 2;
    margin: auto;
    left: -10px;
  }
}
@media (max-width: 81.25em) {
  .p-ceatec2026__title p {
    margin-left: 20px;
    left: auto;
  }
}
@media (max-width: 47.9375em) {
  .p-ceatec2026__title p {
    margin-left: 0;
    width: 100%;
  }
}

.p-ceatec2026__period {
  margin-bottom: 50px;
}
@media not all and (max-width: 47.9375em) {
  .p-ceatec2026__period {
    margin-bottom: 70px;
    padding: 17px 0 12px;
    background-color: #f1f8fb;
  }
  .p-ceatec2026__period p {
    width: 574px;
    margin: auto;
  }
}