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

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

@media not all and (max-width: 47.9375em) {
  .p-mv__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-mv__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
    transform: skew(15deg);
    margin-left: -95px;
  }
}

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

@media not all and (max-width: 47.9375em) {
  .p-mv__title {
    width: 100%;
    padding: 22px 0;
    position: relative;
    margin: auto;
  }
}
@media (max-width: 81.25em) {
  .p-mv__title {
    width: 600px;
    margin: 0;
  }
}
@media (max-width: 47.9375em) {
  .p-mv__title {
    width: 100%;
  }
}
.p-mv__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-mv__title::before {
    width: 630px;
  }
}
@media (max-width: 47.9375em) {
  .p-mv__title::before {
    content: none;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-mv__title h1 {
    width: 370px;
    position: relative;
    z-index: 2;
    margin: auto;
    left: -10px;
  }
}
@media (max-width: 81.25em) {
  .p-mv__title h1 {
    margin-left: 20px;
    left: auto;
  }
}
@media (max-width: 47.9375em) {
  .p-mv__title h1 {
    margin-left: 0;
    width: 100%;
  }
}

.p-about {
  padding: 110px 0 80px;
}
@media (max-width: 47.9375em) {
  .p-about {
    padding: 50px 0;
  }
}

.p-about__container {
  width: 940px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 47.9375em) {
  .p-about__container {
    width: calc(100% - 30px);
    display: block;
  }
}

.p-about__logo {
  width: 268px;
}
@media (max-width: 47.9375em) {
  .p-about__logo {
    width: 43.4782608696%;
    margin: auto;
  }
}

.p-about__text {
  width: 600px;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 2.3;
}
@media (max-width: 47.9375em) {
  .p-about__text {
    width: 100%;
    margin-top: 32px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
  }
}

.p-about__btn {
  margin-top: 70px;
  width: 100%;
}
@media (max-width: 47.9375em) {
  .p-about__btn {
    margin-top: 30px;
  }
}
.p-about__btn a {
  width: 300px;
  margin: auto;
  display: block;
  color: #fff;
  font-weight: 600;
  background-image: linear-gradient(90deg, rgb(240, 185, 0) 0%, rgb(240, 141, 0));
  border-radius: 40px;
  padding: 18px 0 18px 20px;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(89, 163, 211, 0.22);
  position: relative;
}
@media not all and (max-width: 47.9375em) {
  .p-about__btn a {
    transition: box-shadow 0.3s;
  }
}
@media (max-width: 47.9375em) {
  .p-about__btn a {
    width: 75.3623188406%;
    font-size: 1.5rem;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-about__btn a:hover {
    box-shadow: 3px 3px 10px rgba(89, 163, 211, 0.7);
  }
}
.p-about__btn span {
  padding-right: 35px;
}
@media (max-width: 47.9375em) {
  .p-about__btn span {
    padding-right: 10px;
  }
}
.p-about__btn span::after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("/assets/images/pages/ceatec2025/open/btn_arrow.svg");
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
}

.p-booth__container {
  width: 1080px;
  margin: auto;
  border-radius: 20px;
  background-image: linear-gradient(180deg, rgb(241, 248, 251), rgb(223, 240, 247) 43%, rgb(217, 237, 239) 60%, rgb(223, 237, 247) 77%);
  padding: 60px 40px 70px;
}
@media (max-width: 47.9375em) {
  .p-booth__container {
    width: calc(100% - 30px);
    padding: 45px 15px 30px;
    position: relative;
  }
}

.p-booth__title-wrap {
  text-align: center;
}

.p-booth__title {
  display: inline-block;
  font-weight: 700;
  position: relative;
}
@media (max-width: 47.9375em) {
  .p-booth__title::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -50px;
    width: 43px;
    height: 73px;
    background-image: url("/assets/images/pages/ceatec2025/open/edion_chara.png");
    background-size: contain;
  }
}

.p-booth__ja-title {
  color: #484848;
  font-size: 3.3rem;
  letter-spacing: 0.05em;
  display: block;
  line-height: 1.4;
}
@media (max-width: 47.9375em) {
  .p-booth__ja-title {
    font-size: 2.1rem;
    line-height: 1;
  }
}
.p-booth__ja-title span {
  color: #4865ac;
  display: inline-block;
}
.p-booth__ja-title span::first-letter {
  font-size: 6rem;
}
@media (max-width: 47.9375em) {
  .p-booth__ja-title span::first-letter {
    font-size: 4rem;
  }
}

.p-booth__en-title {
  color: #4865ac;
  letter-spacing: 0.02em;
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 47.9375em) {
  .p-booth__en-title {
    font-size: 1.5rem;
    margin-top: 6px;
  }
}

.p-booth__lede {
  position: relative;
}

.p-booth__lede-text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8888888889;
  margin-top: 35px;
}
@media (max-width: 47.9375em) {
  .p-booth__lede-text {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 22px;
  }
}

.p-booth__lede-chara {
  width: 78px;
  position: absolute;
  right: 44px;
  bottom: 0;
}

.p-booth__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 120px;
}
@media (max-width: 47.9375em) {
  .p-booth__list {
    margin-top: 75px;
  }
}

.p-booth__item {
  width: 485px;
  background-color: #fff;
  padding: 40px 35px;
  border-radius: 20px;
  box-shadow: 0 9px 30px rgba(89, 163, 211, 0.25);
  display: flex;
  flex-direction: column;
}
@media (max-width: 47.9375em) {
  .p-booth__item {
    width: 100%;
    padding: 40px 20px 30px;
    border-radius: 15px;
    display: block;
  }
}
.p-booth__item:first-child {
  padding-bottom: 0;
}
@media (max-width: 47.9375em) {
  .p-booth__item:nth-child(n+2) {
    margin-top: 66px;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-booth__item:nth-child(n+3) {
    margin-top: 100px;
  }
}

.p-booth__item-number {
  margin: -92px auto 0;
  width: 82px;
}
@media (max-width: 47.9375em) {
  .p-booth__item-number {
    width: 64px;
    margin-top: -85px;
  }
}

.p-booth__item-title-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 38px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #7e7e7e;
}
@media (max-width: 47.9375em) {
  .p-booth__item-title-wrap {
    margin-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-booth__item:last-of-type .p-booth__item-title-wrap {
    height: 137px;
  }
}

.p-booth__item-title {
  width: 100%;
  color: #4865ac;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 47.9375em) {
  .p-booth__item-title {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.p-booth__item-title span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 4px;
}
@media (max-width: 47.9375em) {
  .p-booth__item-title span {
    font-size: 1.4rem;
    line-height: 1.0714285714;
    margin-top: 6px;
  }
}

.p-booth__item-list {
  margin-bottom: 25px;
}
@media (max-width: 47.9375em) {
  .p-booth__item-list {
    margin-bottom: 20px;
  }
}
.p-booth__item-list li {
  font-size: 1.8rem;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}
@media (max-width: 47.9375em) {
  .p-booth__item-list li {
    font-size: 1.6rem;
    line-height: 1.875;
    padding-left: 15px;
  }
}
.p-booth__item-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #4865ac;
  border-radius: 50%;
}
@media (max-width: 47.9375em) {
  .p-booth__item-list li::before {
    width: 10px;
    height: 10px;
    top: 10px;
  }
}
.p-booth__item-list li + li {
  margin-top: 13px;
}
@media (max-width: 47.9375em) {
  .p-booth__item-list li + li {
    margin-top: 0;
  }
}
.p-booth__item-list li span {
  font-weight: 600;
  color: #4865ac;
}

.p-booth__item-image {
  margin: auto auto 0;
  max-width: 370px;
}
@media (max-width: 47.9375em) {
  .p-booth__item-image {
    width: 100%;
  }
}

.p-info {
  padding: 90px 0 65px;
}
@media (max-width: 47.9375em) {
  .p-info {
    padding: 50px 0 55px;
  }
}

.p-info__title {
  text-align: center;
  font-weight: 700;
}

.p-info__ja-title {
  color: #484848;
  font-size: 3.3rem;
  letter-spacing: 0.05em;
  display: block;
}
@media (max-width: 47.9375em) {
  .p-info__ja-title {
    font-size: 2.1rem;
  }
}

.p-info__en-title {
  color: #4865ac;
  letter-spacing: 0.02em;
}
@media (max-width: 47.9375em) {
  .p-info__en-title {
    font-size: 1.5rem;
  }
}

.p-info__image {
  width: 835px;
  margin: 25px auto 0;
}
@media (max-width: 47.9375em) {
  .p-info__image {
    width: 90%;
    margin-top: 15px;
  }
}

.p-app {
  background-image: linear-gradient(90deg, rgb(57, 164, 232), rgb(19, 97, 190));
  padding: 10px 0 0;
}
@media (max-width: 47.9375em) {
  .p-app {
    padding-top: 50px;
  }
}

.p-app__container {
  width: 800px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 47.9375em) {
  .p-app__container {
    width: calc(100% - 60px);
    display: block;
  }
}

@media (max-width: 47.9375em) {
  .p-app__btn {
    width: 100%;
  }
}
.p-app__btn a {
  width: 400px;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4444444444;
  background-image: linear-gradient(90deg, rgb(240, 185, 0), rgb(240, 141, 0));
  border-radius: 50px;
  padding: 18px 0 18px 20px;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(89, 163, 211, 0.22);
}
@media not all and (max-width: 47.9375em) {
  .p-app__btn a {
    transition: box-shadow 0.3s;
  }
}
@media (max-width: 47.9375em) {
  .p-app__btn a {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding: 13px 0 13px 20px;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-app__btn a:hover {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
  }
}
.p-app__btn span {
  position: relative;
  padding-right: 55px;
  display: block;
}
@media (max-width: 47.9375em) {
  .p-app__btn span {
    padding-right: 40px;
  }
}
.p-app__btn span::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("/assets/images/pages/ceatec2025/open/btn_arrow.svg");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (max-width: 47.9375em) {
  .p-app__btn span::after {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}

.p-app__image {
  width: 338px;
  margin-top: -45px;
}
@media (max-width: 47.9375em) {
  .p-app__image {
    width: 93.3333333333%;
    margin: 24px auto 0;
  }
}

.p-contact {
  background-color: #024190;
  padding: 27px 0;
}
@media (max-width: 47.9375em) {
  .p-contact {
    padding: 21px 0;
  }
}

.p-contact__container {
  width: 1080px;
  margin: auto;
}
@media (max-width: 47.9375em) {
  .p-contact__container {
    width: calc(100% - 30px);
  }
}

.p-contact__text {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 47.9375em) {
  .p-contact__text {
    font-size: 1.5rem;
  }
}

.p-contact__number {
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 47.9375em) {
  .p-contact__number {
    width: 54.4927536232%;
    margin: 8px auto 0;
  }
}