@charset "utf-8";
/* CSS Document */
@-ms-viewport {
  width: device-width;
}
:root {
  --bBlue: #0d2ea0; /*ブラザーブルー*/
  --Blue: #00367D;
  --PBlue: #525FCC;
  --LPurple: #C2CFFD;
  --LPurple2: #ECF0FC;
}
.taC {
  text-align: center !important;
}
#pvs-osk202602.wrap {
  max-width: none;
  width: 100%;
  position: relative;
}
#pvs-osk202602 .pankuzu {
  display: block;
  padding: 10px 2em;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#mv-box {
  padding: 100px 0 0;
  background: url(../../../img/events/pvs-osk202602/bg-main-pvs-osk202602.jpg) no-repeat center top / cover;
  text-align: center;
}
#mv-box h1.main-title {
  margin: 0 auto 30px;
  width: 45%;
  /* padding: 10px; */
  max-width: 1133px;
  min-width: 580px;
  /* background: #0F3195; */
  /* background: linear-gradient(153deg, rgb(15 49 149 / 94%) 0%, rgb(24 108 150 / 88%) 100%); */
  box-sizing: border-box;
  position: relative;
}
#mv-box h1.main-title .bg-h1 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(153deg, rgb(15 49 149 / 94%) 0%, rgb(24 108 150 / 88%) 100%);
  mix-blend-mode: multiply;
}
#mv-box h1.main-title img {
  position: relative;
  z-index: 1;
}
#mv-box h1.main-title img.mv-box-catch {
  position: absolute;
  width: 146px;
  top: -60px;
  right: -170px;
}
#mv-box .mv-box-date {
  width: 100%;
  margin: 90px auto 0;
  background: #1d1d1de6;
}
#mv-box .mv-box-date .mv-box-date-inner {
  margin: 0px auto;
  max-width: 1500px;
  height: 90px;
  display: flex;
  flex-wrap: inherit;
  gap: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  /* left: -63px; */
}
#mv-box .mv-box-date .mv-box-date-inner img.mv-box-date-ico {
  /* position: absolute; */
  /* left: 143px; */
  width: 143px;
}
/* #mv-box .mv-box-date .mv-box-date-inner img:nth-child(2) {
  width: 450px;
}*/
#mv-box .mv-box-date .mv-box-date-inner img:nth-child(3) {
  width: 333px;
}
#pvs-osk202602 .contents-bg {
  padding-bottom: 0;
  margin-bottom: 0;
  bottom: 0;
}
#pvs-osk202602 .contents-bg .contents-box {
  padding-top: 0;
  width: 100%;
  max-width: none;
}
#pvs-osk202602 section {
  width: 100%;
  padding: 100px 0 100px;
}
#pvs-osk202602 .contents-bg .contents-box section .sec_inner {
  width: 90%;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
#pvs-osk202602 .contents-bg .contents-box .image-box {
  text-align: center;
}
#pvs-osk202602 .contents-bg .contents-box h2 {
  margin-bottom: 70px;
  line-height: 1.5;
  font-size: 30px;
  border: none;
  text-align: center;
  z-index: 2;
}
#pvs-osk202602 .contents-bg .contents-box h2 .h2-inner {
  color: #222;
  display: inline-block;
  position: relative;
}
#pvs-osk202602 .contents-bg .contents-box h2 .h2-inner strong {
  font-weight: 700;
  font-size: 35px;
}
#pvs-osk202602 .contents-bg .contents-box h2 .h2-inner:before, #pvs-osk202602 .contents-bg .contents-box h2 .h2-inner:after {
  content: "";
  display: block;
  height: 60px;
  width: 1px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  transform: rotate(25deg);
}
#pvs-osk202602 .contents-bg .contents-box h2 .h2-inner:before {
  left: -35px;
}
#pvs-osk202602 .contents-bg .contents-box h2 .h2-inner:after {
  right: -35px;
}
#pvs-osk202602 #new-model h2 .h2-inner {
  color: #fff;
}
#pvs-osk202602 #new-model h2 .h2-inner strong {
  color: #f00;
}
#pvs-osk202602 #new-model .new-model-box {
  padding: 30px;
  background: #282828d1;
  position: relative;
  z-index: 1;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item .new-model-box-item-flex {
  display: flex;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item:nth-child(1) .new-model-box-item-flex .machine-img-box {
  width: 45%;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item:nth-child(1) .new-model-box-item-flex .machine-desc-box {
  width: 55%;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item:nth-child(2) .new-model-box-item-flex .machine-img-box {
  width: 60%;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item:nth-child(2) .new-model-box-item-flex .machine-desc-box {
  width: 40%;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item:nth-child(2) .new-model-box-item-flex .machine-desc-box p {
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box {
  margin: 10px;
  padding: 20px;
  background: #000;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box h4 {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  border: none;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box h4:before {
  content: "";
  display: block;
  height: 1px;
  width: 50%;
  background: #fff;
  position: absolute;
  left: 1px;
  bottom: -5px;
  transform: rotate(5deg);
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box h4:after {
  content: "";
  display: block;
  height: 1px;
  width: 50%;
  background: #fff;
  position: absolute;
  right: 1px;
  bottom: -5px;
  transform: rotate(-5deg);
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box h4 strong {
  padding-bottom: 5px;
  background: linear-gradient(transparent 97%, #F00 0%);
  font-weight: 500;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box .machine-pickup-box-inner {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box .machine-pickup-box-inner figure {
  padding: 0 20px;
  border-right: 1px solid #fff;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box .machine-pickup-box-inner figure:nth-child(2n) {
  border: none;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box .machine-pickup-box-inner figure div {
  height: 300px;
  display: flex;
  align-items: center;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box .machine-pickup-box-inner figure figcaption {
  margin-top: 20px;
  padding: 5px;
  color: #fff;
  font-size: 20px;
  background: #0A318F;
  background: linear-gradient(180deg, rgba(10, 49, 143, 1) 0%, rgba(10, 33, 84, 1) 100%);
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box > p {
  padding: 0 20px 20px;
  margin: 0;
  color: #fff;
  font-size: 17px;
}
#pvs-osk202602 #new-demo h2 .h2-inner strong {
  color: var(--PBlue);
}
#pvs-osk202602 #new-concept h2 .h2-inner:before, #pvs-osk202602 #new-concept h2 .h2-inner:after, #pvs-osk202602 #new-demo h2 .h2-inner:before, #pvs-osk202602 #new-demo h2 .h2-inner:after, #pvs-osk202602 #collab-maker h2 .h2-inner:before, #pvs-osk202602 #collab-maker h2 .h2-inner:after, #pvs-osk202602 #app-form h2 .h2-inner:before, #pvs-osk202602 #app-form h2 .h2-inner:after {
  background: #000;
}
#pvs-osk202602 section#lead {
  padding: 40px 0 70px;
}
#pvs-osk202602 #lead p {
  text-align: center;
  font-size: 20px;
  /* line-height: 2.5; */
  margin-bottom: 25px;
}
#pvs-osk202602 #lead p.lead_note {
  padding: 1rem;
  font-size: 1.3em;
  color: #333;
  line-height: 2;
  border: #dae4f0 solid 2px;
}
#pvs-osk202602 #lead p a {
  color: #0d2ea0;
  font-weight: bold;
  text-decoration: underline;
}
.app {
  margin-top: 50px;
  text-align: center;
  font-weight: 700;
}
.app span {
  display: inline-block;
  position: relative;
  color: #EA5750;
  font-size: 20px;
}
.app span:before {
  content: "";
  display: block;
  height: 1em;
  width: 2px;
  background: #EA5750;
  position: absolute;
  left: -25px;
  bottom: 10px;
  transform: rotate(-25deg);
}
.app span:after {
  content: "";
  display: block;
  height: 1em;
  width: 2px;
  background: #EA5750;
  position: absolute;
  right: -25px;
  bottom: 10px;
  transform: rotate(25deg);
}
.app a {
  display: inline-block;
  padding: 16px 145px 16px 120px;
  position: relative;
  background: #F07A6D;
  background: linear-gradient(180deg, rgba(240, 122, 109, 1) 0%, rgba(225, 110, 97, 1) 74%, rgba(234, 87, 80, 1) 100%);
  border-radius: 11px;
  font-size: 27px;
  color: #fff;
}
.app a:after {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 36px;
  top: calc((100% / 2) - 10px);
}
.app.soon span:before, .app.soon span:after {
  content: none;
}
.app.soon > div {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 100px;
  display: inline-block;
  background: #ccc;
  font-size: 36px;
  color: #fff;
  font-weight: 500;
}
.app.soon a:after {
  content: none;
}
#eye-catch {
  background: #C2CFFD;
  background: linear-gradient(107deg, rgba(194, 207, 253, 1) 0%, rgba(194, 207, 253, 1) 41%, rgba(240, 242, 248, 1) 62%, rgba(222, 229, 255, 1) 71%, rgba(222, 229, 255, 1) 100%);
}
#eye-catch .sec_inner > div {
  margin: 0 30px;
  padding: 30px 80px;
  background: #ffffff78;
  text-align: center;
}
#eye-catch .sec_inner > div > span {
  font-size: 27px;
  color: #333;
  position: relative;
}
#eye-catch .sec_inner > div > span:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 300px;
  height: 20px;
  background: url(../../../img/events/pvs-osk202602/eye-catch-hukidashi.png) no-repeat center top / cover;
}
#eye-catch .sec_inner > div p {
  margin: 20px 0 0;
  color: #333;
  font-size: 37px;
  line-height: 50px;
}
#eye-catch .sec_inner > div p strong {
  color: var(--bBlue);
}
#eye-catch .sec_inner > div p strong span {
  color: var(--bBlue);
  font-size: 50px;
}
#pvs-osk202602 section#new-concept {
  padding-top: 150px;
  padding-bottom: 0;
  background-image:
    url(../../../img/events/pvs-osk202602/bg-new-concept02.png), url(../../../img/events/pvs-osk202602/bg-new-concept01.png);
  background-position: center bottom, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  text-align: center;
  position: relative;
}
#new-concept h2 {
  position: relative;
}
#new-concept h2:after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: calc(50% - 38px);
  width: 76px;
  height: 254px;
  background: url(../../../img/events/pvs-osk202602/topic-no-1.png) no-repeat center bottom -50px;
  z-index: -1;
}
#new-concept h2 strong {
  color: #f00;
}
#new-concept p {
  margin: 60px 0 20px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
#new-concept p strong {
  position: relative;
  font-weight: 700;
  font-size: 46px;
}
#new-concept p strong:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f00;
}
#new-concept .img-box {
  position: relative;
}
#new-concept .img-box img {
  width: 473px;
}
#new-concept .img-box:after {
  content: "";
  display: block;
  width: 336px;
  height: 347px;
  position: absolute;
  left: 120px;
  top: -100px;
  background: url(../../../img/events/pvs-osk202602/img-new-concept-highlight.png) no-repeat top left / cover;
  mix-blend-mode: screen;
}
#new-concept .point {
  position: absolute;
  right: calc(50% - 390px);
  bottom: 60px;
  width: 167px;
  height: 167px;
  border-radius: 50%;
  background: #ECF0FC;
  background: radial-gradient(circle, rgba(236, 240, 252, 1) 0%, rgba(201, 207, 252, 1) 53%, rgba(144, 155, 251, 1) 100%);
  color: var(--bBlue);
}
#new-concept .point span {
  position: relative;
  top: 47px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}
#pvs-osk202602 section#new-model {
  padding-top: 150px;
  padding-bottom: 3em;
  position: relative;
  background: #0C0C0C url(../../../img/events/pvs-osk202602/bg-new-model.png) no-repeat center top;
  background-size: 100% auto;
  overflow: hidden;
}
#new-model:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 800px solid var(--Blue); /* 三角形の高さと色 */
  border-right: 20vw solid transparent; /* 三角形の幅 */
  opacity: 0.4;
}
#new-model:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 800px solid var(--Blue); /* 三角形の高さと色 */
  border-left: 20vw solid transparent; /* 三角形の幅 */
  opacity: 0.4;
}
#new-model h2 {
  position: relative;
}
#new-model h2:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: calc(50% - 44px);
  width: 88px;
  height: 254px;
  background: url(../../../img/events/pvs-osk202602/topic-no-2.png) no-repeat center bottom -50px;
  z-index: -1;
}
#pvs-osk202602 #new-model .new-model-box h3 {
  padding: 10px 0;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 28px;
  border: none;
}
#pvs-osk202602 #new-model .new-model-box h3 span {
  display: block;
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #ffffffb5;
  border-bottom: 1px solid #ffffffb5;
}
#pvs-osk202602 #new-model .new-model-box h3 span:before {
  content: "";
  position: absolute;
  top: -2px;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  background: #f00;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-flex {
  display: flex;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-flex .new-model-box-flex-item {
  width: calc(100% / 2);
  border-right: #fff solid 1px;
  text-align: center;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-flex .new-model-box-flex-item:nth-child(2n) {
  border: none;
}
#pvs-osk202602 #new-model .new-model-box .machine-lead {
  margin-left: 30px;
  width: 100%;
  display: block;
  color: #fff;
  position: relative;
  font-size: 17px;
}
#pvs-osk202602 #new-model .new-model-box .machine-lead:before {
  content: "";
  display: block;
  height: 50px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: -30px;
  bottom: 5px;
  transform: rotate(25deg);
}
#pvs-osk202602 #new-model .new-model-box .machine-desc-box h4 {
  padding: 6px 0;
  display: inline-block;
  color: #fff;
  border: none;
  /* font-size: 15px; */
  font-weight: 500;
  text-align: left;
}
#pvs-osk202602 #new-model .new-model-box .machine-desc-box h4 > span {
  display: block;
  font-size: 45px;
  line-height: 1.3;
}
#pvs-osk202602 #new-model .new-model-box .machine-desc-box h4 > span > strong {
  font-weight: 900;
}
#pvs-osk202602 #new-model .new-model-box .machine-desc-box h4 > span > span {
  font-size: 35px;
}
#pvs-osk202602 #new-model .new-model-box .machine-desc {
  padding: 20px 20px 1px;
  background: #000103;
}
#pvs-osk202602 #new-model .new-model-box .machine-desc p {
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
}
#pvs-osk202602 #new-model .new-model-box .machine-desc p strong {
  display: inline;
  padding: 0 4px 5px 4px;
  background: linear-gradient(transparent 95%, #F00 0%);
  FONT-WEIGHT: 700;
}
#pvs-osk202602 #new-model .new-model-box .machine {
  position: relative;
  height: 305px;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-flex .machine span {
  position: absolute;
  left: 20px;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.05em;
  display: block;
  background: #f00;
  border-radius: 50px;
  line-height: 70px;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-flex .new-model-box-flex-item:nth-child(2n) .machine img {
  position: relative;
  top: -10px;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-flex .machine-pickup {
  padding: 5px 15px 15px;
  margin-right: 30px;
  align-items: center;
  background: #111B76;
  background: linear-gradient(90deg, rgba(17, 27, 118, 1) 1%, rgba(21, 19, 112, 1) 15%, rgba(19, 23, 115, 1) 35%, rgba(8, 50, 135, 1) 62%, rgba(2, 66, 147, 1) 86%, rgba(0, 72, 152, 1) 100%);
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-flex .new-model-box-flex-item:nth-child(2n) .machine-pickup {
  margin-right: 0px;
  margin-left: 30px;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-flex .machine-pickup dl {
  padding-right: 15px;
  margin: 0;
  text-align: center;
  color: #fff;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-flex .machine-pickup dl dt {
  padding: 0 0 5px;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  border-bottom: #fff 1px solid;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-flex .machine-pickup dl dd {
  padding: 5px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-align: center;
}
#pvs-osk202602 #new-model .new-model-box .new-model-box-flex .machine-pickup img {
  width: 100%;
}
#pvs-osk202602 section#new-demo {
  padding-top: 150px;
  background-image: repeating-linear-gradient(120deg, #dee5ff, #dee5ff 6px, #e9eeff 6px, #e9eeff 7px); /* 一番下（ストライプ） */
  background-position: left top; /* ストライプは全面 */
  background-repeat: repeat; /* ストライプは繰り返す */
  background-size: auto; /* ストライプは自動 */
}
#new-demo h2 {
  position: relative;
}
#new-demo h2:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: calc(50% - 43px);
  width: 86px;
  height: 254px;
  background: url(../../../img/events/pvs-osk202602/topic-no-3.png) no-repeat center bottom -50px;
  z-index: -1;
}
#pvs-osk202602 #new-demo .sec_inner > p {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}
#pvs-osk202602 #new-demo .new-demo-box {
  margin-top: 100px;
  padding: 170px 30px 30px 30px;
  position: relative;
  background: #ffffff4a;
  border-radius: 50px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px #999999;
  /* overflow: hidden; */
}
#pvs-osk202602 #new-demo .new-demo-box:nth-of-type(1) {
  margin-top: 60px;
}
#pvs-osk202602 #new-demo .new-demo-box:nth-of-type(1), #pvs-osk202602 #new-demo .new-demo-box:nth-of-type(5) {
  padding-top: 120px;
}
#pvs-osk202602 #new-demo .new-demo-box:nth-of-type(6), #pvs-osk202602 #new-demo .new-demo-box:nth-of-type(7) {
  padding-top: 150px;
}
#pvs-osk202602 #new-demo .new-demo-box h3 {
  position: absolute;
  top: 45px;
  padding: 5px 50px 5px 10px;
  margin-left: -30px;
  display: inline-block;
  font-size: 28px;
  border: none;
  text-align: center;
  background: var(--PBlue);
  font-weight: 500;
  line-height: 1.5;
  clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
}
#pvs-osk202602 #new-demo .new-demo-box:nth-of-type(1) h3 {
  width: 80%;
}
#pvs-osk202602 #new-demo .new-demo-box:nth-of-type(3) h3 {
  width: 90%;
}
#pvs-osk202602 #new-demo .new-demo-box:nth-of-type(4) h3 {
  width: 65%;
}
#pvs-osk202602 #new-demo .new-demo-box:nth-of-type(5) h3 {
  width: 65%;
}
#pvs-osk202602 #new-demo .new-demo-box:nth-of-type(6) h3 {
  width: 70%;
}
#pvs-osk202602 #new-demo .new-demo-box:nth-of-type(7) h3 {
  width: 70%;
}
#pvs-osk202602 #new-demo .new-demo-box h3 span {
  padding: 0 5px;
  margin-right: 10px;
  display: inline-block;
  background: #FFDE3B;
  color: var(--PBlue);
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  position: relative;
  bottom: 3px;
}
#pvs-osk202602 #new-demo .new-demo-box:nth-of-type(2n) h3 {
  padding: 5px 80px 5px 60px;
  margin-left: 0;
  position: absolute;
  right: 0;
  clip-path: polygon(8% 0, /* 左上（6%右へずらす） */ 100% 0, /* 右上 */ 100% 100%, /* 右下 */ 0 100% /* 左下 */
    );
}
#new-demo .new-demo-box .new-demo-box-flex {
  display: flex;
  justify-content: space-around;
}
#new-demo .new-demo-box .new-demo-box-flex .new-demo-desc-box > p {
  font-size: 22px;
}
#new-demo .new-demo-box .new-demo-box-flex .new-demo-desc-box p.att {
  padding-right: 1em;
  font-size: 15px;
  font-weight: 300;
  text-align: right;
}
#new-demo .new-demo-box .new-demo-box-flex .new-demo-image-box {
  width: 30%;
  margin-top: -90px;
}
#new-demo .new-demo-box:nth-of-type(2) .new-demo-box-flex .new-demo-image-box {
  margin-top: -60px;
}
#new-demo .new-demo-box:nth-of-type(4) .new-demo-box-flex .new-demo-image-box {
  margin-top: -40px;
}
#new-demo .new-demo-box:nth-of-type(5) .new-demo-box-flex .new-demo-image-box {
  margin-top: -50px;
}
#new-demo .new-demo-box .new-demo-box-flex .new-demo-desc-box {
  padding-left: 20px;
  width: 70%;
}
#new-demo .new-demo-box:nth-of-type(2) .new-demo-box-flex:nth-of-type(2) .new-demo-desc-box {
  width: 45%;
  padding-right: 20px;
}
#new-demo .new-demo-box .new-demo-box-flex .new-demo-image-box.multiple {
  width: 50%;
  margin-top: 0;
  display: flex;
  justify-content: right;
  gap: 20px;
  box-sizing: border-box;
}
#new-demo .new-demo-box:nth-of-type(7) .new-demo-box-flex:nth-of-type(2) .new-demo-image-box {
  width: 35%;
}
#new-demo .new-demo-box:nth-of-type(7) .new-demo-box-flex:nth-of-type(2) .new-demo-desc-box {
  padding-left: 30px;
  width: 65%;
}
#new-demo .new-demo-box:nth-of-type(1) .image-box img {
  width: 467px;
  position: static;
}
#new-demo .new-demo-box .machine-name span {
  margin-left: 30px;
  width: 100%;
  display: block;
  position: relative;
  font-size: 24px;
}
#new-demo .new-demo-box .machine-name span:before {
  content: "";
  display: block;
  height: 60px;
  width: 2px;
  background: #000;
  position: absolute;
  left: -20px;
  bottom: calc(50% - 1em);
  transform: rotate(25deg);
}
#new-demo .new-demo-box .machine-name p {
  padding: 6px 0;
  display: inline-block;
  border: none;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
#new-demo .new-demo-box .machine-name p {
  display: block;
  font-size: 45px !important;
  line-height: 1.3;
}
#new-demo .new-demo-box .machine-name p > strong {
  font-weight: 900;
}
#new-demo .new-demo-box .explanation {
  padding: 20px 10px 20px;
  margin: 10px 0px 0px;
  background: #fff;
  border-radius: 30px;
  box-shadow: inset 0px 5px 5px #ccc;
  text-align: center;
}
#new-demo .new-demo-box .row + .explanation {
  margin-right: 10%;
  margin-left: 10%;
}
#new-demo .new-demo-box .explanation.pic {
  overflow: hidden;
  display: flex;
  padding: 0;
}
#new-demo .new-demo-box .explanation.pic p {
  width: 65%;
  padding: 20px;
  text-align: left;
}
#new-demo .new-demo-box .explanation.pic img {
  width: 35%;
}
#new-demo .new-demo-box .new-demo-box-flex .new-demo-desc-box .explanation p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
#new-demo .new-demo-box h4 {
  margin-top: 60px;
  padding: 0;
  background: var(--LPurple);
  border-bottom: 1px solid var(--PBlue);
  border-top: 1px solid var(--PBlue);
}
#new-demo .new-demo-box h4 > span {
  padding: 15px;
  text-align: center;
  color: var(--PBlue);
  font-size: 28px;
  line-height: 1.5;
  position: relative;
  display: block;
  border-bottom: 5px solid var(--LPurple2);
  border-top: 5px solid var(--LPurple2);
}
#new-demo .new-demo-box h4 > span:after {
  content: "";
  position: absolute;
  top: -7px;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  background: #F07A6D;
}
#new-demo .new-demo-box h4 > span > span.point {
  display: block;
  padding-top: 50px;
  position: absolute;
  width: 165px;
  height: 165px;
  background: #4350BB;
  background: radial-gradient(circle at 30px 20px, rgba(67, 80, 187, 1) 0%, rgba(89, 102, 205, 1) 21%, rgb(167 176 255) 100%);
  border-radius: 100px;
  font-size: 16px;
  color: #fff;
}
#pvs-osk202602 #new-demo .new-demo-box h4 > span > span.point > span {
  display: block;
  font-size: 25px;
  color: #FFDE3B;
}
#new-demo .new-demo-box h4 > span > span.point.right {
  top: -50px;
  right: -70px;
}
#new-demo .new-demo-box h4 > span > span.point.left {
  top: -50px;
  left: -70px;
}
#new-demo .new-demo-box h4 strong {
  padding-bottom: 3px;
  font-weight: 700;
  background: linear-gradient(transparent 70%, #FFE3E3 30%);
}
.new-demo-box {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
}
.new-demo-box .row {
  padding: 0 10%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /* margin-bottom: 70px; */
}
.new-demo-box .row:has(.text-box) {
  margin-top: 50px;
  padding: 0 0 0 20px;
  gap: 50px;
}
/* 左2つの画像エリア */
.new-demo-box .image-box {
  flex: 1;
  border-radius: 8px;
  box-sizing: border-box;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}
.new-demo-box .image-box > img {
  position: relative;
  top: 40px;
  left: calc((100% / 2) - 180px);
  height: 70%;
  width: auto;
}
.new-demo-box .image-box .content {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.new-demo-box .image-box .content .machine-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-demo-box .explanation {
  padding: 20px 10px 20px;
  margin: 10px 30px 80px;
  background: #fff;
  border-radius: 30px;
  box-shadow: inset 0px 5px 5px #ccc;
  text-align: center;
}
.new-demo-box .explanation:last-child {
  margin-bottom: 10px;
}
.new-demo-box .explanation p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
/*.new-demo-box .image-box .content.cross::after {
  content: "";
  display: block;
  position: absolute;
  top: calc((100% /2) - 89px);
  right: -50px;
  background: url(../../../img/events/pvs-osk202602/img-cross-mark.png) no-repeat top left / cover;
  width: 100px;
  height: 100px;
}*/
.new-demo-box .image-box .content img {
  /* width: 80%; */
  /* height: 100%; */
  max-width: 400px;
}
.new-demo-box .image-box .content p {
  margin-top: 20px;
  padding-left: 40px;
  font-size: 17px;
  line-height: 1.2;
  text-align: left;
}
.new-demo-box .image-box .content p.taC {
  padding: 0 5px;
}
.new-demo-box .image-box .content p span {
  font-size: 45px;
  font-weight: 500;
}
.new-demo-box .image-box .content p span span {
  font-size: 36px;
}
.new-demo-box .image-box .content p span strong {
  font-weight: 900;
}
#new-demo .new-demo-box .new-demo-box-catch {
  margin: 30px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: var(--PBlue);
  line-height: 1.7;
}
#new-demo .new-demo-box .new-demo-box-catch span {
  position: relative;
}
#new-demo .new-demo-box .new-demo-box-catch span:before {
  content: "";
  position: absolute;
  bottom: -7px;
  width: 100%;
  height: 3px;
  background: #E8DA00;
}
#new-demo .new-demo-box .row .text-box {
  display: flex;
  align-items: center;
  padding-right: 30px;
  width: 50%;
  position: relative;
}
#new-demo .new-demo-box .row .text-box.arrow:after {
  content: "";
  display: block;
  width: 45px;
  height: 27px;
  position: absolute;
  right: -20px;
  top: calc(50% - 13px);
  background: url(../../../img/events/pvs-osk202602/right-arrow.png) no-repeat top left / cover;
}
#new-demo .new-demo-box .row .text-box p {
  margin: 0;
  font-size: 22px;
}
#new-demo .new-demo-box .row .list-box {
  padding: 20px;
  width: 55%;
  background: #fff;
}
#new-demo .new-demo-box .row .list-box ul {
  margin: 0 0 0 20px;
  font-size: 21px;
  font-weight: 700;
}
#new-demo .new-demo-box .row .list-box ul li {
  margin-bottom: 0;
  line-height: 1.5;
}
#collab-maker {
  background: #D6E4F0;
}
#collab-maker h2 .h2-inner strong {
  color: #008FCD;
}
#collab-maker .sec_inner div > p {
  margin-bottom: 70px;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}
#collab-maker .sec_inner div h3 {
  position: absolute;
  top: -45px;
  left: calc(50% - 26px);
  padding: 0;
  margin: 0;
  text-align: center;
  background: none;
  border: none;
  z-index: 1;
}
#collab-maker .sec_inner div h3 img {
  width: 52px;
}
#collab-maker .collab-maker-box .case-box {
  padding-top: 30px;
  margin-top: 60px;
  background: #fff;
  box-shadow: 0px 0px 10px #bcbcbc;
  position: relative;
}
#collab-maker .collab-maker-box .case-box.flex {
  display: flex;
  gap: 20px;
  background: none;
  box-shadow: none;
}
#collab-maker .collab-maker-box .case-box.flex .case-block {
  padding-top: 30px;
  padding: 30px 10px 0;
  width: 50%;
  background: #fff;
  box-shadow: 0px 0px 10px #bcbcbc;
  position: relative;
}
#collab-maker .collab-maker-box .case-box .case-question {
  padding: 0px 30px;
  /* display:flex; */
  /* justify-content: space-between; */
  background: #E7E9EB;
  position: relative;
}
#collab-maker .collab-maker-box .case-box .case-question:after {
  content: "";
  position: absolute;
  top: calc(50% - 51px);
  right: 30px;
  width: 61px;
  height: 101px;
  background: url(../../../img/events/pvs-osk202602/collab-maker-Q.png) no-repeat top left / cover;
  mix-blend-mode: multiply;
}
#collab-maker .collab-maker-box .case-box .case-question .case-illust {
  position: absolute;
  top: calc(50% - 83px);
  width: 106px;
}
#collab-maker .collab-maker-box .case-box:nth-of-type(2) .case-question .case-illust {
  position: absolute;
  top: calc(50% - 74px);
  left: 15px;
  width: 155px;
}
#collab-maker .collab-maker-box .case-box.flex .case-question {
  margin-bottom: 20px;
  margin: 0 -10px 20px;
  padding: 0 10px 0 20px;
}
#collab-maker .collab-maker-box .case-box.flex .case-answer {
  display: table-cell;
  vertical-align: middle;
  width: 95%;
}
#collab-maker .collab-maker-box .case-box.flex .case-answer p {
  margin-left: 20%;
  width: 51%;
}
#collab-maker .collab-maker-box .case-box.flex .case-answer:after {
  left: 20px;
}
#collab-maker .collab-maker-box .case-box .case-question ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 20px 30px 120px;
}
#collab-maker .collab-maker-box .case-box .case-question ul li {
  /* padding-left: 30px; */
  display: inline-block;
  font-size: 18px;
  width: 43%;
  text-indent: -1em;
  padding-left: 1em;
}
#collab-maker .collab-maker-box .case-box .case-question ul li:before {
  content: "・";
}
#collab-maker .collab-maker-box .case-box.flex .case-question ul li {
  width: 100%;
}
#collab-maker .collab-maker-box .case-box .case-answer {
  padding: 10px;
  margin: 20px auto 20px;
  width: 70%;
  background: #DCEEF6;
  border-radius: 200px;
  position: relative;
}
#collab-maker .collab-maker-box .case-box .case-answer:after {
  content: "";
  position: absolute;
  top: calc(50% - 60px);
  left: 35px;
  width: 61px;
  height: 101px;
  background: url(../../../img/events/pvs-osk202602/collab-maker-A.png) no-repeat top left / cover;
  mix-blend-mode: multiply;
}
#collab-maker .collab-maker-box .case-box .case-answer p {
  margin: 0 10px 0 17%;
  width: 65%;
  font-size: 16px;
  text-align: left;
}
#collab-maker .collab-maker-box .case-box .case-answer .case-illust {
  width: 95px;
  position: absolute;
  top: calc(50% - 48px);
  right: 10px;
}
#collab-maker .collab-maker-box .case-box .case-collab {
  margin-top: 20px;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-top: dashed 3px #E7E9EB;
}

#collab-maker .collab-maker-box .case-box:nth-of-type(2) .case-collab {
  align-items: baseline;
}

#collab-maker .collab-maker-box .case-box .case-collab figure {
  text-align: center;
  max-width: 210px;
}
#collab-maker .collab-maker-box .case-box .case-collab figure figcaption {
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 300;
}
#collab-maker .collab-maker-box .att {
  margin-top: 5px;
  text-align: right;
  font-size: 16px;
}
#collab-maker .collab-maker-catch {
  text-align: center;
  color: #008FCD;
  font-size: 30px;
  font-weight: 700;
}
#collab-maker .collab-maker-catch strong {
  padding-bottom: 8px;
  background: linear-gradient(transparent 90%, #F07A6D 0%);
  font-weight: 700;
}

#app-form .overview h3 {
  margin: 0;
  background: var(--PBlue);
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  border: none;
}
#app-form .overview h3:first-of-type {
  letter-spacing: 1em;
}
#app-form .overview .ex-table {
  background: #fff;
}
#app-form .overview .ex-table tr {
  position: relative;
  border-bottom: solid 1px var(--PBlue);
}
#app-form .overview .ex-table tr:last-of-type {
  border-bottom: none;
}
#app-form .overview .ex-table tr:last-of-type:after {
  content: none;
}
#app-form .overview .ex-table th {
  padding: 30px 50px;
  background: transparent;
  color: var(--PBlue);
  vertical-align: middle;
  border: none;
}
#app-form .overview .ex-table th:before {
  position: absolute;
  bottom: -2.5px;
  left: 0;
  content: "";
  width: 50px;
  height: 5px;
  background: #fff;
}
#app-form .overview .ex-table td {
  background: transparent;
  vertical-align: middle;
  border: none;
}
#app-form .overview .ex-table td:after {
  position: absolute;
  bottom: -2.5px;
  right: 0;
  content: "";
  width: 50px;
  height: 5px;
  background: #fff;
}
#app-form .overview .ex-table tr:last-of-type th:before, #app-form .overview .ex-table tr:last-of-type td:after {
  content: none;
}
#app-form .overview .ex-table tr td .link {
  color: var(--PBlue);
}
#app-form .overview .ex-table tr td .link:before {
  border-color: var(--PBlue);
}
#app-form {
  background: #E7E9EB;
}
#app-form .soon {
  text-align: center;
}
#app-form .soon p {
  margin-top: 40px;
  padding: 10px 100px;
  display: inline-block;
  background: #ffffff;
  font-size: 36px;
  color: #000;
  font-weight: 500;
}
#app-form .form {
  padding: 30px 20px 20px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}
#app-form .form .satori__input_group {
  margin-bottom: 10px;
}
#app-form .satori__privacy_policy_url {
  padding-top: 20px;
  margin-bottom: 0;
}
#pvs-osk202602 .shere-list, #pvs-osk202602 .mini-btn {
  width: 100%;
  padding: 0 2em;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
#pvs-osk202602 .mini-btn {
  padding: 30px 0;
}
@media print, screen and (max-width: 900px) {
  #mv-box {
    padding: 70px 0 0;
    background: url(../../../img/events/pvs-osk202602/bg-main-pvs-osk202602-sp.png) no-repeat center top 10% / cover;
    position: relative;
  }
  #mv-box h1.main-title {
    width: 85%;
    max-width: 400px;
    min-width: auto;
  }
  #mv-box .mv-box-date {
    position: relative;
    padding: 20px;
    margin: 0;
    background: #000000b3;
  }
  #mv-box .mv-box-date .mv-box-date-inner {
    display: inline-block;
    height: auto;
    text-align: left;
  }
  #mv-box .mv-box-date .mv-box-date-inner img.hidden-md {
    display: block;
  }
  #mv-box .mv-box-date .mv-box-date-inner img.hidden-md:last-child{
    margin-top:5px;
  }
  #mv-box .mv-box-date .mv-box-date-inner img.mv-box-date-ico {
    position: relative;
    right: 0;
    display: block;
    width: 275px;
  }
  #mv-box .mv-box-date img {
    /* width: 100%; */
  }
  #pvs-osk202602 section {
    padding: 30px 0 30px;
  }
  #pvs-osk202602 .contents-bg .contents-box h2 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.3;
  }
  #pvs-osk202602 .contents-bg .contents-box h2 .h2-inner strong {
    font-size: 25px;
  }
  #pvs-osk202602 .contents-bg .contents-box h2 .h2-inner:before, #pvs-osk202602 .contents-bg .contents-box h2 .h2-inner:after {
    bottom: calc((100% / 2) - 30px);
  }
  #pvs-osk202602 .contents-bg .contents-box h2 .h2-inner:before {
    left: -10px;
  }
  #pvs-osk202602 .contents-bg .contents-box h2 .h2-inner:after {
    right: -20px;
  }
  #pvs-osk202602 section#lead {
    padding: 20px 0;
  }
  #pvs-osk202602 #lead p {
    font-size: 16px;
    line-height: 1.6;
  }
  .app {
    margin-top: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .app a {
    display: block;
    margin: 0 10%;
    padding: 8px 56px 8px 30px;
    font-size: 17px;
  }
  .app a:before {
    width: 23px;
    height: 23px;
    right: 21px;
    bottom: calc(50% - 14px);
  }
  .app a:after {
    font-size: 25px;
    right: 27px;
    top: calc((100% / 2) - 7px);
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .app span {
    font-size: 16px;
  }
  .app.soon > div {
    display: block;
    margin: 10px 20px;
    padding: 10px 20px;
    font-size: 20px;
  }

  #eye-catch .sec_inner > div {
    margin: 0 10px;
    padding: 20px 10px 10px;
  }
  #eye-catch .sec_inner > div > span {
    font-size: 16px;
  }
  #eye-catch .sec_inner > div > span:after {
    bottom: -17px;
    width: 100%;
    height: 11px;
  }
  #eye-catch .sec_inner > div p {
    margin: 0;
    font-size: 21px;
  }

  #eye-catch .sec_inner > div p strong span {
    font-size: 29px;
  }
  #pvs-osk202602 section#new-concept {
    padding-top: 50px;
    background-size: 100% auto, cover;
  }
  #new-concept h2:after {
    width: 45px;
    height: 140px;
    left: calc(50% - 22px);
    bottom: -40px;
    background: url(../../../img/events/pvs-osk202602/topic-no-1.png) no-repeat center bottom / cover;
  }
  #pvs-osk202602 section#new-concept {
    padding-top: 50px;
    background-size: 100% auto, cover;
  }
  #new-concept p {
    margin: 0 0 20px;
    font-size: 16px;
  }
  #new-concept p strong {
    font-size: 22px;
  }
  #new-concept .img-box img {
    width: 164px;
  }
  #new-concept .img-box:after {
    width: 100px;
    height: 103px;
    top: -20px;
    left: calc(50% - 110px);
  }
  #new-concept .point {
    right: calc(50% - 147px);
    bottom: 40px;
    width: 85px;
    height: 87px;
  }
  #new-concept .point span {
    top: 22px;
    font-size: 15px;
    letter-spacing: -0.05em;
  }
  #pvs-osk202602 #new-model h2 .h2-inner {
    /* display: block; */
  }
  #pvs-osk202602 #new-model .new-model-box {
    padding: 15px;
  }
  #new-model:before {
    border-top: 300px solid var(--Blue);
  }
  #new-model:after {
    border-bottom: 300px solid var(--Blue);
  }
  #pvs-osk202602 #new-model .new-model-box h3 {
    padding: 5px 10px;
    font-size: 17px;
    /* background: linear-gradient(90deg, rgba(39, 39, 39, 0.06) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 95%, rgba(39, 39, 39, 0) 100%); */
    letter-spacing: -0.02em;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-item .new-model-box-item-flex {
    /* display:block; */
    flex-flow: row-reverse;
    flex-wrap: wrap;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-item:nth-child(1) .new-model-box-item-flex .machine-img-box {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-item:nth-child(1) .new-model-box-item-flex .machine-desc-box {
    width: 100%;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-flex .new-model-box-flex-item {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    padding-top: 20px;
    padding-bottom: 30px;
    border-right: none;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-flex .machine-lead {
    padding-left: 20px;
    text-align: left;
    font-size: 15px;
    letter-spacing: -0.02em;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-flex .machine-lead:before {
    bottom: 0;
    left: 5px;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-flex h4 > span {
    font-size: 39px;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-flex h4 > span > span {
    font-size: 27px;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-flex h4 {
    text-align: center;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-flex .machine {
    height: auto;
    max-width: 400px;
    margin: 0 auto;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-flex .machine span {
    left: 10px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-flex .machine-pickup {
    padding: 12px;
    margin: 0;
    display: block;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-flex .machine-pickup dl {
    padding: 0;
    width: 100%;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-flex .machine-pickup img {
    width: 100%;
    max-width: 400px;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-flex .machine-pickup dl dt {
    padding: 0;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-flex .machine-pickup dl dd {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 5px;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-flex .new-model-box-flex-item:nth-child(2n) .machine-pickup {
    margin: 0 auto;
    max-width: 500px;
  }
  #pvs-osk202602 section#new-model {
    padding-top: 50px;
  }
  #new-model h2:after {
    width: 45px;
    height: 140px;
    left: calc(50% - 22px);
    bottom: 21px;
    background: url(../../../img/events/pvs-osk202602/topic-no-2.png) no-repeat center bottom / cover;
  }
  #pvs-osk202602 #new-model .new-model-box h3 span:before {
    width: 24px;
    left: calc(50% - 12px);
  }


  #pvs-osk202602 #new-model .new-model-box .machine-lead {
    font-size: 15px;
  }
  #pvs-osk202602 #new-model .new-model-box h4{
	  padding: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    border: none;
    text-align: center;
  }
  #pvs-osk202602 #new-model .new-model-box h4 > span {
    font-size: 33px;
  }
  #pvs-osk202602 #new-model .new-model-box h4 > span > span {
    font-size: 26px;
  }
  #pvs-osk202602 #new-model .new-model-box h4 > span > strong {
    font-weight: 900;
  }
  #pvs-osk202602 #new-model .new-model-box .machine-desc {
    margin-bottom: 40px;
    padding: 15px 20px 10px;
  }
  #pvs-osk202602 #new-model .new-model-box .machine-desc p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-item:nth-child(2) .new-model-box-item-flex .machine-desc-box {
    padding: 0 10px;
    width: 100%;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-item:nth-child(2) .new-model-box-item-flex .machine-desc-box p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box {
    padding: 10px;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box h4 {
    padding: 0;
    font-size: 15px;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box h4 span {
    font-size: 15px;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-item:nth-child(2) .new-model-box-item-flex .machine-img-box {
    margin: 10px auto;
    width: 100%;
    max-width: 400px;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box .machine-pickup-box-inner {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: block;
    border-bottom: dashed 1px #fff;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box .machine-pickup-box-inner figure {
    margin: 0 auto;
    padding: 0 10px;
    border: none;
    width: 100%;
    max-width: 400px;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box .machine-pickup-box-inner figure div {
    padding: 20px 0;
    height: auto;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box .machine-pickup-box-inner figure figcaption {
    font-size: 15px;
  }
  #pvs-osk202602 #new-model .new-model-box .new-model-box-item .machine-pickup-box > p {
    font-size: 13px;
  }
  #pvs-osk202602 section#new-demo {
    padding-top: 60px;
  }

  #new-demo h2:after {
    width: 45px;
    height: 140px;
    left: calc(50% - 22px);
    bottom: -19px;
    background: url(../../../img/events/pvs-osk202602/topic-no-3.png) no-repeat center bottom / cover;
  }

  #pvs-osk202602 #new-demo .new-demo-box .img-box img {
    width: 100%;
  }
  #pvs-osk202602 #new-demo .new-demo-box:nth-of-type(1) {
    padding-top: 100px;
  }
  #pvs-osk202602 #new-demo .new-demo-box:nth-of-type(5), #pvs-osk202602 #new-demo .new-demo-box:nth-of-type(6), #pvs-osk202602 #new-demo .new-demo-box:nth-of-type(7) {
    padding-top: 80px;
  }
  #pvs-osk202602 #new-demo .new-demo-box h3 {
    font-size: 16px;
  }
  #pvs-osk202602 #new-demo .new-demo-box:nth-of-type(1) h3 {
    margin-left: -5px;
    width: 90%;
    top: 30px;
  }
  #pvs-osk202602 #new-demo .new-demo-box:nth-of-type(3) h3 {
    width: 95%;
    top: 30px;
    left: 30px;
  }
  #pvs-osk202602 #new-demo .new-demo-box:nth-of-type(4) h3 {
    width: 95%;
  }
  #pvs-osk202602 #new-demo .new-demo-box:nth-of-type(5) h3 {
    width: 95%;
    top: 30px;
    left: 30px;
  }
  #pvs-osk202602 #new-demo .new-demo-box:nth-of-type(6) h3 {
    width: 90%;
  }
  #pvs-osk202602 #new-demo .new-demo-box:nth-of-type(7) h3 {
    width: 90%;
    top: 30px;
    left: 30px;
  }
  #pvs-osk202602 #new-demo .new-demo-box h3 span {
    position: relative;
    bottom: 0;
  }
  #pvs-osk202602 #new-demo .new-demo-box:nth-of-type(2n) h3 {
    top: 30px;
    padding: 5px 20px 5px 40px;
  }
  #new-demo .new-demo-box .new-demo-box-flex { /* flex-flow: row-reverse; */ /* flex-wrap: wrap; */ flex-flow: row-reverse wrap;
  }
  #new-demo .new-demo-box:nth-child(9) .new-demo-box-flex {
    flex-flow: row wrap;
  }
  #new-demo .new-demo-box .new-demo-box-flex .new-demo-desc-box .machine-name p {
    font-size: 14px;
    margin-bottom: 15px;
    margin-left: 20px;
  }
  #new-demo .new-demo-box .new-demo-box-flex .new-demo-desc-box p.att {
    margin-bottom: 0;
    font-size: 12px;
  }
  #new-demo .new-demo-box .new-demo-box-flex .new-demo-image-box {
    margin-top: 0;
  }
  #new-demo .new-demo-box:nth-of-type(2) .new-demo-box-flex .new-demo-image-box, #new-demo .new-demo-box:nth-of-type(4) .new-demo-box-flex .new-demo-image-box, #new-demo .new-demo-box:nth-of-type(5) .new-demo-box-flex .new-demo-image-box, #new-demo .new-demo-box:nth-of-type(6) .new-demo-image-box, #new-demo .new-demo-box:nth-of-type(7) .new-demo-box-flex .new-demo-image-box {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
  #new-demo .new-demo-box .new-demo-box-flex .new-demo-desc-box {
    padding: 10px;
    width: 100%;
  }
  #new-demo .new-demo-box:nth-of-type(2) .new-demo-box-flex:nth-of-type(2) .new-demo-desc-box {
    padding: 10px 20px;
    width: 100%;
  }
  #new-demo .new-demo-box:nth-of-type(2) .new-demo-box-flex .new-demo-image-box {
    margin-top: -20px;
  }
  #new-demo .new-demo-box:nth-of-type(4) .new-demo-box-flex .new-demo-image-box {
    margin-top: -20px;
  }
  #new-demo .new-demo-box:nth-of-type(5) .new-demo-box-flex .new-demo-image-box {
    margin-top: -40px;
  }
  #new-demo .new-demo-box:nth-of-type(6) .new-demo-box-flex .new-demo-image-box {
    margin-top: -40px;
    margin-bottom: -20px;
  }
  #new-demo .new-demo-box:nth-of-type(7) .new-demo-box-flex .new-demo-image-box {
    margin-top: -35px;
  }
  #new-demo .new-demo-box .new-demo-box-flex .new-demo-image-box.multiple {
    padding: 30px 30px 10px;
    width: 100%;
    gap: 10px;
    justify-content: center;
  }
  #new-demo .new-demo-box .new-demo-box-flex .new-demo-image-box.multiple img {
    width: 50%;
    height: auto;
  }
  #new-demo .new-demo-box .new-demo-box-flex .new-demo-desc-box > p{
    margin-bottom: 10px;
    font-size:14px;
    line-height: 1.6;
  }
  #new-demo .new-demo-box:nth-of-type(7) .new-demo-box-flex:nth-of-type(2) .new-demo-image-box {
    width: 50%;
    background: url(../../../img/events/pvs-osk202602/img-new-demo-07-02) no-repeat left -28px top / cover;
  }
  #new-demo .new-demo-box:nth-of-type(7) .new-demo-box-flex:nth-of-type(2) .new-demo-image-box img {
    display: none;
  }
  #new-demo .new-demo-box:nth-of-type(7) .new-demo-box-flex:nth-of-type(2) .new-demo-desc-box {
    padding: 0 10px;
    width: 50%;
  }
  #new-demo .new-demo-box:nth-of-type(1) .image-box img {
    width: 222px;
  }
  #new-demo .new-demo-box .machine-name span {
    margin-left: 10px;
    font-size: 15px;
  }
  #new-demo .new-demo-box .machine-name span:before {
    left: -10px;
    bottom: calc(50% - 26px);
  }


  #new-demo .new-demo-box:nth-of-type(7) .machine-name p {
    font-size: 22px !important;
  }
  #new-demo .new-demo-box:nth-of-type(7) .machine-name p > strong {
    font-size: 30px;
  }
  #new-demo .new-demo-box .explanation {
    padding: 10px;
    border-radius: 11px;
  }

  #new-demo .new-demo-box:nth-of-type(4) .explanation.pic p {
    width: 65%;
  }
  #new-demo .new-demo-box:nth-of-type(4) .explanation.pic img {
    width: 35%;
  }
  #new-demo .new-demo-box:nth-of-type(7) .explanation.pic {
    margin: 0;
    display: block;
  }
  #new-demo .new-demo-box:nth-of-type(7) .explanation.pic p {
    width: 100%;
  }
  #new-demo .new-demo-box:nth-of-type(7) .explanation.pic img {
    width: 100%;
  }
  #new-demo .new-demo-box .new-demo-box-flex .new-demo-desc-box .explanation p {
    padding: 10px;
    font-size: 13px !important;
  }
  #new-demo .new-demo-box h4 {
    margin-top: 30px;
  }
  #new-demo .new-demo-box h4 > span {
    padding: 8px;
    font-size: 16px;
  }

  #new-demo .new-demo-box h4 > span > span.point {
    padding-top: 8px;
    width: 81px;
    height: 81px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.15;
  }
  #pvs-osk202602 #new-demo .new-demo-box h4 > span > span.point > span {
    font-size: 16px;
    font-weight: 700;
  }
  #new-demo .new-demo-box h4 > span > span.point.right {
    top: -10px;
    right: -10px;
  }
  #new-demo .new-demo-box h4 > span > span.point.left {
    top: -10px;
    left: -10px;
  }



  .new-demo-box .row:has(.text-box) {
    margin-top: 20px;
    padding: 0 10px 10px;
    display: block;
  }
  /* 左2つの画像エリア */







  /*.new-demo-box .image-box .content.cross::after {

}
*/
  .new-demo-box .image-box:nth-of-type(1) .content img {
    width: 120%;
    height: auto;
  }
  .new-demo-box .image-box:nth-of-type(2) .content img {
    width: 100%;
    height: auto;
  }








  #new-demo .new-demo-box .row .text-box {
    padding: 0 10px;
    width: 100%;
  }
  #new-demo .new-demo-box .row .text-box.arrow:after {
    width: 16px;
    right: calc(50% - 8px);
    bottom: -30px;
    top: auto;
    height: 25px;
    background: url(../../../img/events/pvs-osk202602/down-arrow.png) no-repeat top left / cover;
  }
  #new-demo .new-demo-box .row .text-box p {
    font-size: 14px;
    line-height: 1.6;
  }
  #new-demo .new-demo-box .row .list-box {
    padding: 10px;
    margin-top: 45px;
    width: 100%;
  }
  #new-demo .new-demo-box .row .list-box ul {
    font-size: 14px;
  }

  #pvs-osk202602 #new-demo .sec_inner > p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.02em;
  }
  #new-demo {
    background-size: 300px auto, /* 画像1サイズ */ 200px auto, /* 画像2サイズ */ auto;
    background-position: top left, /* 画像1を上部中央に */ bottom 45% right, /* 画像2を下部中央に */ left top;
  }
  #pvs-osk202602 #new-demo .new-demo-box {
    margin-top: 50px;
    padding: 5px 10px;
    padding-top: 90px;
    border-width: 2px;
    border-radius: 30px;
  }
  #pvs-osk202602 #new-demo .new-demo-box h3 {
    top: -30px;
    width: calc(100% - 10px);
  }
  #pvs-osk202602 #new-demo .new-demo-box h3 span {
    padding: 2px 7px;
    font-size: 15px;
    border: 0;
  }
  .new-demo-box {
    padding: 0.5rem;
    max-width: 500px;
  }
  .new-demo-box h4 {
    padding: 6px 15px 6px 40px;
    font-size: 16px;
  }
  .new-demo-box h4:before {
    width: 2px;
    height: 60px;
    left: 15px;
  }
  .new-demo-box .row {
    margin-bottom: 10px;
  }
  .new-demo-box .image-box {
    width: 100%;
  }
  .new-demo-box .image-box .content {
    padding: 0;
  }
  .new-demo-box .image-box .content p {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: -0.05em;
  }
  .new-demo-box .image-box:first-child .content p {
    width: 110%;
  }
  .new-demo-box .image-box:has(+ .image-box > img) .content p {
    width: 200%;
    margin: 10px 0;
  }
  .new-demo-box .image-box .content p span {
    display: block;
    margin-top: 5px;
    font-size: 24px;
    letter-spacing: -0.02em;
  }
  .new-demo-box .image-box .content p span span {
    display: inline;
    font-size: 18px;
  }
  .new-demo-box .image-box .content.cross::after {
    top: 30%;
    right: -25px;
    width: 10vw;
    height: 10vw;
    max-width: 60px;
    max-height: 60px;
  }

  .new-demo-box .image-box > img {
    left: 0;
    top: 20px;
    width: 85%;
    height: auto;
    max-height: 250px;
  }
  .new-demo-box .explanation {
    padding: 20px 15px 20px;
    margin: 0 10px 70px;
    text-align: left;
    border-radius: 15px;
  }
  .new-demo-box .explanation:last-child {
    margin-bottom: 30px;
  }
  .new-demo-box .explanation p {
    font-size: 15px;
  }
  #new-demo .new-demo-box .arrow img {
    width: 28px;
  }
  #new-demo .new-demo-box .new-demo-box-catch {
    padding: 0 10px;
    font-size: 20px;
  }
  #new-demo .new-demo-catch p {
    font-size: 22px;
  }
  #new-demo .new-demo-catch p::before {
    left: -20px;
    top: calc(50% - 44px);
    width: 35px;
    height: 46px;
  }
  #pvs-osk202602 #collab-maker h2 {
    font-size: 16px;
  }
  #pvs-osk202602 #collab-maker {
    padding-top: 50px;
  }

  #collab-maker .sec_inner div > p {
    font-size: 16px;
  }



  #collab-maker .collab-maker-box .case-box.flex {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }
  #collab-maker .collab-maker-box .case-box.flex .case-block {
    margin-top: 60px;
    width: 100%;
  }
  #collab-maker .collab-maker-box .case-box .case-question {
    padding: 0 10px;
  }
  #collab-maker .collab-maker-box .case-box .case-question:after {
    width: 53px;
    height: 81px;
    top: calc(50% - 40px);
  }
  #collab-maker .collab-maker-box .case-box .case-question .case-illust {
    top: calc(50% - 63px);
    width: 85px;
  }
  #collab-maker .collab-maker-box .case-box:nth-of-type(2) .case-question .case-illust {
    width: 124px;
    top: calc(50% - 64px);
    left: 0;
  }

  #collab-maker .collab-maker-box .case-box.flex .case-answer {
    /* width: 100%; */
    padding: 20px 10px;
  }
  #collab-maker .collab-maker-box .case-box.flex .case-answer p {
    width: 45%;
  }
  #collab-maker .collab-maker-box .case-box.flex .case-answer:after {
    width: 41px;
    height: 69px;
    top: calc(50% - 40px);
  }
  #collab-maker .collab-maker-box .case-box .case-question ul {
    display: block;
    padding: 10px 20px 10px 110px;
  }
  #collab-maker .collab-maker-box .case-box .case-question ul li {
    width: 100%;
    font-size: 15px;
  }


  #collab-maker .collab-maker-box .case-box .case-answer {
    margin: 20px auto;
    width: 96%;
  }

  #collab-maker .collab-maker-box .case-box .case-answer p {
    width: 50%;
    font-size: 13px;
    line-height: 1.6;
  }

  #collab-maker .collab-maker-box .case-box .case-collab {
    padding: 20px 15px;
    flex-wrap: wrap;
    gap: 20px 10px;
  }
  #collab-maker .collab-maker-box .case-box .case-collab figure {
    width: 47%;
  }
  #collab-maker .collab-maker-box .case-box .case-collab figure figcaption {
    margin-top: 5px;
    font-size: 12px;
  }
  #collab-maker .collab-maker-box .att {
    margin-bottom: 30px;
    font-size: 14px;
  }
  #collab-maker .collab-maker-catch {
    font-size: 18px;
  }

  #app-form .soon p {
    display: block;
    margin: 30px 20px 10px;
    padding: 10px 20px;
    font-size: 20px;
  }
  #app-form .overview h3 {
    padding: 4px 16px;
    font-size: 20px;
  }
  #app-form .overview .ex-table th {
    padding: 0 5px 0 20px;
    width: 30%;
    display: table-cell;
    font-size: 14px;
    letter-spacing: -0.03em;
  }
  #app-form .overview .ex-table td {
    padding: 20px 15px 20px 4px;
    display: table-cell;
    font-size: 13px;
  }
  #app-form .overview .ex-table th:before {
    width: 20px;
  }
  #app-form .overview .ex-table td:after {
    width: 20px;
  }
  #app-form .form {
    padding: 10px;
  }
}