@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;
}
#pvs202512.wrap {
  max-width: none;
  width: 100%;
  position: relative;
}
#pvs202512 .pankuzu {
  display: block;
  padding: 10px 2em;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#mv-box {
  padding: 80px 0 170px;
  background: url(../../../img/events/pvs202512/bg-main-pvs202512.png) no-repeat center top 30% / cover;
  text-align: center;
}
#mv-box h1.main-title {
  margin: 0 auto 30px;
  width: 50%;
  max-width: 1133px;
  min-width: 580px;
}
#mv-box .mv-box-date {
  display: inline-block;
  margin: -30px auto 0;
  text-align: center;
  position: relative;
}
#mv-box .mv-box-date img {
  width: 271px;
}
#mv-box .mv-box-date img.mv-box-date-ico {
  position: absolute;
  right: -120px;
  width: 108px;
}
#pvs202512 .contents-bg {
  padding-bottom: 0;
  margin-bottom: 0;
  bottom: 0;
}
#pvs202512 .contents-bg .contents-box {
  padding-top: 0;
  width: 100%;
  max-width: none;
}
#pvs202512 section {
  width: 100%;
  padding: 100px 0 100px;
}
#pvs202512 .contents-bg .contents-box section .sec_inner {
  width: 90%;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
#pvs202512 .contents-bg .contents-box h2 {
  line-height: 1.5;
  font-size: 30px;
  border: none;
  text-align: center;
}
#pvs202512 .contents-bg .contents-box h2 .h2-inner {
  color: #222;
  display: inline-block;
  position: relative;
}
#pvs202512 .contents-bg .contents-box h2 .h2-inner strong {
  font-weight: 700;
  font-size: 35px;
}
#pvs202512 .contents-bg .contents-box h2 .h2-inner:before, #pvs202512 .contents-bg .contents-box h2 .h2-inner:after {
  content: "";
  display: block;
  height: 60px;
  width: 1px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  transform: rotate(25deg);
}
#pvs202512 .contents-bg .contents-box h2 .h2-inner:before {
  left: -35px;
}
#pvs202512 .contents-bg .contents-box h2 .h2-inner:after {
  right: -35px;
}
#pvs202512 #new-model h2 .h2-inner {
  color: #fff;
}
#pvs202512 #new-model h2 .h2-inner strong {
  color: #f00;
}
#pvs202512 #new-model .new-model-box {
  padding: 30px 30px 5px; /*西岡変更（←30px）*/
  background: #282828d1;
  position: relative;
  z-index: 1;
}
#pvs202512 #auto-5axis h2 .h2-inner strong {
  color: var(--PBlue);
}
#pvs202512 #auto-5axis h2 .h2-inner:before, #pvs202512 #auto-5axis h2 .h2-inner:after, #pvs202512 #app-form h2 .h2-inner:before, #pvs202512 #app-form h2 .h2-inner:after, #pvs202512 #check h2 .h2-inner:before, #pvs202512 #check h2 .h2-inner:after {
  background: #000;
}
#pvs202512 #seminar h2 .h2-inner {
  color: #fff;
}
#pvs202512 #seminar h2 .h2-inner:before, #pvs202512 #seminar h2 .h2-inner:after {
  background: #fff;
}
#pvs202512 #seminar h2 .h2-inner:before, #pvs202512 #app-form h2 .h2-inner:before {
  left: -85px;
}
#pvs202512 #seminar h2 .h2-inner:after, #pvs202512 #app-form h2 .h2-inner:after {
  right: -85px;
}
#pvs202512 #seminar h2 .h2-inner strong {
  color: var(--LPurple);
}
#pvs202512 section#lead {
  padding: 40px 0 70px;
}
#pvs202512 #lead p {
  text-align: center;
  font-size: 20px;
  /* line-height: 2.5; */
  margin-bottom: 25px;
}
#pvs202512 #lead p.lead_note {
  padding: 1rem;
  font-size: 1.3em;
  color: #333;
  line-height: 2;
  border: #dae4f0 solid 2px;
}
#pvs202512 #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: var(--Blue);
  font-size: 20px;
}
.app span:before {
  content: "";
  display: block;
  height: 1em;
  width: 2px;
  background: var(--Blue);
  position: absolute;
  left: -25px;
  bottom: 10px;
  transform: rotate(-25deg);
}
.app span:after {
  content: "";
  display: block;
  height: 1em;
  width: 2px;
  background: var(--Blue);
  position: absolute;
  right: -25px;
  bottom: 10px;
  transform: rotate(25deg);
}
.app a {
  display: inline-block;
  padding: 16px 145px 16px 120px;
  position: relative;
  background: #0D2EA0;
  background: linear-gradient(0deg, rgba(10, 33, 84, 1) 0%, rgba(13, 46, 160, 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;
}
#new-model {
  position: relative;
  background: #0C0C0C url(../../../img/events/pvs202512/bg-new-model.png) no-repeat center top;
  background-size: 100% auto;
  padding-bottom: 3em;
  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;
}
#pvs202512 #new-model .new-model-box h3 {
  color: #000;
  background: #272727;
  background: linear-gradient(90deg, rgba(39, 39, 39, 0.06) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(39, 39, 39, 0) 100%);
  text-align: center;
  font-weight: 500;
  border: none;
  ;
}
#pvs202512 #new-model .new-model-box .new-model-box-flex {
  display: flex;
}
#pvs202512 #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;
}
#pvs202512 #new-model .new-model-box .new-model-box-flex .new-model-box-flex-item:nth-child(2n) {
  border: none;
}
#pvs202512 #new-model .new-model-box .new-model-box-flex .machine-lead {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 17px;
}
#pvs202512 #new-model .new-model-box .new-model-box-flex .machine-lead:before {
  content: "";
  display: block;
  height: 50px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 24px;
  bottom: 10px;
  transform: rotate(25deg);
}
#pvs202512 #new-model .new-model-box .new-model-box-flex h4 {
  padding: 6px 0;
  display: inline-block;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
#pvs202512 #new-model .new-model-box .new-model-box-flex h4 > span {
  display: block;
  font-size: 45px;
  line-height: 1.3;
}
#pvs202512 #new-model .new-model-box .new-model-box-flex h4 > span > strong {
  font-weight: 900;
}
#pvs202512 #new-model .new-model-box .new-model-box-flex h4 > span > span {
  font-size: 35px;
}
#pvs202512 #new-model .new-model-box .new-model-box-flex .machine {
  position: relative;
  height: 305px;
}
#pvs202512 #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;
}
#pvs202512 #new-model .new-model-box .new-model-box-flex .new-model-box-flex-item:nth-child(2n) .machine img {
  position: relative;
  top: -10px;
}
#pvs202512 #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%);
}
#pvs202512 #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;
}
#pvs202512 #new-model .new-model-box .new-model-box-flex .machine-pickup dl {
  padding-right: 15px;
  margin: 0;
  text-align: center;
  color: #fff;
}
#pvs202512 #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;
}
#pvs202512 #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;
}
#pvs202512 #new-model .new-model-box .new-model-box-flex .machine-pickup img {
  width: 100%;
}

/*▼ 西岡追加 20251210 ▼*/
#pvs202512 #new-model .new-model-box .att {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
}
/*▲ 西岡追加 20251210 ▲*/

#auto-5axis {
  background-image:
    url('../../../img/events/pvs202512/bg-sec-auto-5-axis-01.png'), /* 一番上（上部用） */ url('../../../img/events/pvs202512/bg-sec-auto-5-axis-02.png'), /* 2番目（下部用） */ repeating-linear-gradient(120deg, #dee5ff, #dee5ff 6px, #e9eeff 6px, #e9eeff 7px); /* 一番下（ストライプ） */
  background-position:
    top left, /* 画像1を上部中央に */ bottom 30% right, /* 画像2を下部中央に */ left top; /* ストライプは全面 */
  background-repeat:
    no-repeat, /* 画像1は繰り返さない */ no-repeat, /* 画像2は繰り返さない */ repeat; /* ストライプは繰り返す */
  background-size:
    1000px auto, /* 画像1サイズ */ 600px auto, /* 画像2サイズ */ auto; /* ストライプは自動 */
}
#pvs202512 #auto-5axis .sec_inner > p {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}
#pvs202512 #auto-5axis .auto-5axis-box {
  margin-top: 100px;
  padding: 50px 30px 30px 30px;
  position: relative;
  background: #ffffff4a;
  border: var(--PBlue) solid 3px;
  border-radius: 50px;
  box-sizing: border-box;
}
#pvs202512 #auto-5axis .auto-5axis-box h3 {
  position: absolute;
  top: -45px;
  width: calc(100% - 60px);
  border: none;
  text-align: center;
  background: none;
  font-weight: 500;
  box-sizing: border-box;
}
#pvs202512 #auto-5axis .auto-5axis-box h3 span {
  padding: 5px 80px;
  display: inline-block;
  background: var(--PBlue);
  font-size: 35px;
  border-radius: 50px;
}
.auto-5axis-box .auto-5axis-box-container {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
}
.auto-5axis-box .auto-5axis-box-container h4 {
  margin-bottom: 0;
  padding: 6px 30px 6px 70px;
  position: relative;
  color: #000;
  border: none;
  font-size: 28px;
  font-weight: 500;
}
.auto-5axis-box .auto-5axis-box-container h4:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: -30px;
  left: 0;
  border-bottom: var(--PBlue) dashed 1.5px;
}
.auto-5axis-box .auto-5axis-box-container h4:first-child:after {
  content: none;
}
.auto-5axis-box .auto-5axis-box-container h4:before {
  content: "";
  display: block;
  height: 70px;
  width: 3px;
  background: var(--PBlue);
  position: absolute;
  left: 34px;
  bottom: calc((100% / 2) - 30px);
  transform: rotate(25deg);
}
.auto-5axis-box .auto-5axis-box-container .row {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /* margin-bottom: 70px; */
}
/*.auto-5axis-box .auto-5axis-box-container .row:last-child {
  margin-bottom: 10px;
} */
/* 左2つの画像エリア */
.auto-5axis-box .auto-5axis-box-container .image-box {
  flex: 1;
  border-radius: 8px;
  box-sizing: border-box;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}
.auto-5axis-box .auto-5axis-box-container .image-box > img {
  position: relative;
  top: 40px;
  left: calc((100% / 2) - 180px);
  height: 70%;
  width: auto;
}
.auto-5axis-box .auto-5axis-box-container .image-box .content {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.auto-5axis-box .auto-5axis-box-container .image-box .content .machine-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
  /* background:#f00; */
}
.auto-5axis-box .auto-5axis-box-container .explanation {
  padding: 20px 10px 20px;
  margin: 10px 30px 80px;
  background: #fff;
  border-radius: 30px;
  box-shadow: inset 0px 5px 5px #ccc;
  text-align: center;
}
.auto-5axis-box .auto-5axis-box-container .explanation:last-child {
  margin-bottom: 10px;
}
.auto-5axis-box .auto-5axis-box-container .explanation p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.auto-5axis-box .auto-5axis-box-container .image-box .content.cross::after {
  content: "";
  display: block;
  position: absolute;
  top: calc((100% /2) - 89px);
  right: -50px;
  background: url(../../../img/events/pvs202512/img-cross-mark.png) no-repeat top left / cover;
  width: 100px;
  height: 100px;
}
.auto-5axis-box .auto-5axis-box-container .image-box .content img {
  width: 80%;
  /* height: 80%; */
  max-width: 200px;
}
.auto-5axis-box .auto-5axis-box-container .image-box .content p {
  margin-top: 20px;
  padding-left: 40px;
  font-size: 17px;
  line-height: 1.2;
  text-align: left;
}
.auto-5axis-box .auto-5axis-box-container .image-box .content p.taC {
  padding: 0 5px;
}
.auto-5axis-box .auto-5axis-box-container .image-box .content p span {
  font-size: 45px;
  font-weight: 500;
}
.auto-5axis-box .auto-5axis-box-container .image-box .content p span span {
  font-size: 36px;
}
.auto-5axis-box .auto-5axis-box-container .image-box .content p span strong {
  font-weight: 900;
}
/* 右のコメントエリア */
/*.auto-5axis-box .auto-5axis-box-container .comment-box {
  flex: 1;
  padding: 20px 0 30px;
  border-radius: 8px;
}

.auto-5axis-box .auto-5axis-box-container .comment-box p {
  display: table;
  position: relative;
  border: 2px solid var(--PBlue);
  padding: 20px;
  font-size: 16px;
  letter-spacing: -0.02em;
  background: #f3f6ff;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}*/
/* しっぽの外側（枠線部分） */
/*.auto-5axis-box .auto-5axis-box-container .comment-box p::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 24px solid var(--PBlue);
}*/
/* しっぽの内側（背景部分） */
/*.auto-5axis-box .auto-5axis-box-container .comment-box p::after {
  content: "";
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 22px solid #f3f6ff;
}

.auto-5axis-box .auto-5axis-box-container .comment-box p span{
	display:table-cell;
	vertical-align:middle;
}*/
#auto-5axis .auto-5axis-box .arrow {
  text-align: center;
}
#auto-5axis .auto-5axis-box .arrow img {
  width: 41px;
}
#auto-5axis .auto-5axis-box .auto-5axis-box-catch {
  margin: 30px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: var(--PBlue);
  line-height: 1.7;
}
#auto-5axis .auto-5axis-box .auto-5axis-box-catch span {
  position: relative;
}
#auto-5axis .auto-5axis-box .auto-5axis-box-catch span:before {
  content: "";
  position: absolute;
  bottom: -7px;
  width: 100%;
  height: 3px;
  background: #E8DA00;
}
#auto-5axis .auto-5axis-catch {
  margin-top: 60px;
  text-align: center;
}
#auto-5axis .auto-5axis-catch p {
  display: inline-block;
  font-weight: 700;
  font-size: 35px;
  line-height: 2;
  color: var(--bBlue);
  position: relative;
}
#auto-5axis .auto-5axis-catch p::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 30px);
  left: -30px;
  background: url(../../../img/events/pvs202512/ico-shine.png) no-repeat top left / cover;
  width: 53px;
  height: 68px;
}
#seminar {
  position: relative;
  background-color: var(--Blue);
  padding-bottom: 3em;
}
#seminar::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url(../../../img/events/pvs202512/bg-sec-seminar-01.png) no-repeat top left / cover;
  width: 240px;
  height: 600px;
  mix-blend-mode: overlay;
}
#seminar::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  background: url(../../../img/events/pvs202512/bg-sec-seminar-02.png) no-repeat top left / cover;
  width: 240px;
  height: 600px;
  mix-blend-mode: overlay;
}
#seminar .soon {
  text-align: center;
}
#seminar .soon p {
  margin-top: 40px;
  padding: 10px 100px;
  display: inline-block;
  background: #ffffff96;
  font-size: 36px;
  color: var(--bBlue);
  font-weight: 500;
}
#seminar .sec_inner > p {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
}
#check {
  background: #F3F3F3;
}
#check div {
  text-align: center;
}
#check div p {
  margin: 0 auto;
  padding: 30px 5px 0px;
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 2;
  display: inline-block;
  /* border-top: #000 solid 2px; */
  /* border-bottom: #000 solid 2px; */
}
#check div p > span {
  position: relative;
}
/*#check div p > span:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: -37px;
  background: url(../../../img/events/pvs202512/ico-check.png) no-repeat top left / cover;
  width: 30px;
  height: 29px;
} */
/* ▼ 20251107 西岡追加 ▼ */
#check .other-contents-box {
    margin-top: 90px;
}
#check .other-contents-box ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
#check .other-contents-box ul li {
  padding: 70px 15px 25px;
  width: calc((100% - 16px) / 3);
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: #ccc 0 0 15px;
}
#check .other-contents-box ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: -41px;
  left: calc(50% - 41px);
  width: 82px;
  height: 82px;
}
#check .other-contents-box ul li:nth-child(1):before {
  background: url(../../../img/events/pvs202512/ico-other-contents-subsidy.png) no-repeat top left / cover;
}
#check .other-contents-box ul li:nth-child(2):before {
  background: url(../../../img/events/pvs202512/ico-other-contents-collab.png) no-repeat top left / cover;
}
#check .other-contents-box ul li:nth-child(3):before {
  background: url(../../../img/events/pvs202512/ico-other-contents-after.png) no-repeat top left / cover;
}
#check .other-contents-box ul li h3 {
  margin-bottom: 0;
  padding: 0 0 30px;
  border-left: none;
  border-bottom: var(--LPurple) dashed 2px;
  background: none;
  color: var(--Blue);
  font-size: 28px;
}
#check .other-contents-box ul li > p {
  padding: 30px 5px;
  display: block;
  height: 192px;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
}
#check .other-contents-box ul li > p > span {
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 90%, #FFDE3B 0%);
}
#check .other-contents-box ul li > p strong {
  display: inline-block;
  font-size: 19.5px;
  letter-spacing: -0.03em;
}
#check .other-contents-box ul li .image-box {
  position: relative;
}
#check .other-contents-box ul li .image-box > span {
  position: absolute;
  right: 0px;
  display: block;
  text-align: right;
}
#seminar .seminar-box {
  background: #fff;
}
#seminar .seminar-box .seminar-box-date {
  padding: 40px 60px;
}
#seminar .seminar-box .seminar-box-date dl {
  margin-bottom: 30px;
}
#seminar .seminar-box .seminar-box-date dl dt {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid var(--Blue);
  border-bottom: 1px solid var(--Blue);
}
#seminar .seminar-box .seminar-box-date dl dd {
  position: relative;
  padding: 20px 110px 4px;
  text-align: center;
  border-bottom: 1px solid var(--Blue);
}
#seminar .seminar-box .seminar-box-date dl dd:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: calc(50% - 16.5px);
  display: inline-block;
  width: 33px;
  height: 18px;
  background: var(--Blue);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
#seminar .seminar-box .seminar-box-date dl dd:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: calc(50% - 16.5px);
  display: inline-block;
  width: 33px;
  height: 18px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
#seminar .seminar-box .seminar-box-date dl dd ul {
  display: flex;
  justify-content: space-around;
}
#seminar .seminar-box .seminar-box-date dl dd ul li > span, #seminar .seminar-box .seminar-box-date dl dd > span {
  display: inline-block;
  padding: 0px 20px;
  font-size: 22px;
  border-radius: 50px;
  background: var(--LPurple2);
}
#seminar .seminar-box .seminar-box-date dl dd > span {
  display: inline-block;
  width: calc(100% - 130px);
}
#seminar .seminar-box .seminar-box-date dl dd ul li p {
  position: relative;
  left: 5px;
  font-size: 36px;
}
#seminar .seminar-box .seminar-box-date dl dd ul li p > span {
  margin-left: 5px;
  display: inline-block;
  position: relative;
  bottom: 5px;
  font-size: 26px;
  line-height: 36px;
}
#seminar .seminar-box .seminar-box-date dl dd > p {
  margin: 10px -100px 0 0;
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  color: #1A1311;
}
#seminar .seminar-box .seminar-box-date .seminar-box-catch {
  color: var(--Blue);
  font-size: 19px;
  text-align: center;
  line-height: 1.6;
}
#seminar .seminar-box .seminar-box-intro {
  padding: 0px 60px;
}
#seminar .seminar-box .seminar-box-intro .seminar-intro-item {
  padding: 15px 15px 15px;
  margin-bottom: 40px;
  display: flex;
  background: var(--LPurple2);
  position: relative;
}
#seminar .seminar-box .seminar-box-intro .seminar-intro-item:last-of-type {
  margin-bottom: 10px;
}
#seminar .seminar-box .seminar-box-intro .seminar-intro-item > span {
  padding: 5px 65px 0 35px;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 20px;
  line-height: 40px;
  background: var(--Blue);
  color: #fff;
  clip-path: polygon(0 0, /* 左上 */ 100% 0, /* 右上 */ 80% 100%, /* 右下（少し内側にずらす） */ 0 100% /* 左下 */
    );
}
#seminar .seminar-box .seminar-box-intro .seminar-intro-item > span > span {
  position: relative;
  bottom: -2px;
  margin-left: 10px;
  font-size: 40px;
  font-weight: 700;
}
#seminar .seminar-box .seminar-box-intro .seminar-intro-item > dl {
  padding: 45px 15px 0 10px;
  width: 52%;
}
#seminar .seminar-box .seminar-box-intro .seminar-intro-item > dl dt {
  font-size: 27px;
  color: var(--Blue);
}
#seminar .seminar-box .seminar-box-intro .seminar-intro-item > dl dd {
  font-size: 15px;
  margin-left: 0;
  line-height: 1.8;
}
#seminar .seminar-box .seminar-box-intro .seminar-intro-item > dl dd span {
  padding-left: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  border-left: 5px solid var(--LPurple);
  letter-spacing: -0.05em;
}
#seminar .seminar-box .seminar-box-intro .seminar-intro-item > .image-box {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#seminar .seminar-box .seminar-box-intro > p {
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  color: #1A1311;
}
#seminar .seminar-box > p {
  padding: 30px 0 50px;
  color: var(--Blue);
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
}
#app-form .overview {}
#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);
}
/* ▲ 20251107 西岡追加 ▲ */
#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;
}
#pvs202512 .shere-list, #pvs202512 .mini-btn {
  width: 100%;
  padding: 0 2em;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
#pvs202512 .mini-btn {
  padding: 30px 0;
}
@media print, screen and (max-width: 900px) {
  #mv-box {
    padding: 40px 0 0;
    background: url(../../../img/events/pvs202512/bg-main-pvs202512-sp.png) no-repeat center top 10% / cover;
    position: relative;
  }
  #mv-box h1.main-title {
    width: 100%;
    min-width: auto;
  }
  #mv-box .mv-box-date {
    position: relative;
    padding: 0 20px;
    margin: 15vw 10% 30px;
    background: #00000045;
    box-shadow: #00000045 0px 0px 20px;
  }
  #mv-box .mv-box-date img.mv-box-date-ico {
    position: relative;
    right: 0;
    display: block;
    width: 100%;
  }
  #mv-box .mv-box-date img {
    width: 100%;
  }
  #pvs202512 section {
    padding: 40px 0 20px;
  }
  #pvs202512 .contents-bg .contents-box h2 {
    font-size: 21px;
  }
  #pvs202512 .contents-bg .contents-box h2 .h2-inner strong {
    font-size: 25px;
  }
  #pvs202512 .contents-bg .contents-box h2 .h2-inner:before, #pvs202512 .contents-bg .contents-box h2 .h2-inner:after {
    bottom: calc((100% / 2) - 30px);
  }
  #pvs202512 .contents-bg .contents-box h2 .h2-inner:before {}
  #pvs202512 .contents-bg .contents-box h2 .h2-inner:after {}
  #pvs202512 section#lead {
    padding: 20px 0;
  }
  #pvs202512 #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;
  }
  #pvs202512 #new-model h2 .h2-inner {
    /* display: block; */
  }
  #pvs202512 #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);
  }
  #pvs202512 #new-model .new-model-box h3 {
    padding: 5px 10px;
    font-size: 15px;
    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;
  }
  #pvs202512 #new-model .new-model-box .new-model-box-flex {
    display: block;
  }
  #pvs202512 #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;
  }
  #pvs202512 #new-model .new-model-box .new-model-box-flex .machine-lead {
    padding-left: 20px;
    text-align: left;
    font-size: 15px;
    letter-spacing: -0.02em;
  }
  #pvs202512 #new-model .new-model-box .new-model-box-flex .machine-lead:before {
    bottom: 0;
    left: 5px;
  }
  #pvs202512 #new-model .new-model-box .new-model-box-flex h4 > span {
    font-size: 39px;
  }
  #pvs202512 #new-model .new-model-box .new-model-box-flex h4 > span > span {
    font-size: 27px;
  }
  #pvs202512 #new-model .new-model-box .new-model-box-flex h4 {
    text-align: center;
  }
  #pvs202512 #new-model .new-model-box .new-model-box-flex .machine {
    height: auto;
    max-width: 400px;
    margin: 0 auto;
  }
  #pvs202512 #new-model .new-model-box .new-model-box-flex .machine span {
    left: 10px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
  }
  #pvs202512 #new-model .new-model-box .new-model-box-flex .machine-pickup {
    padding: 12px;
    margin: 0;
    display: block;
  }
  #pvs202512 #new-model .new-model-box .new-model-box-flex .machine-pickup dl {
    padding: 0;
    width: 100%;
  }
  #pvs202512 #new-model .new-model-box .new-model-box-flex .machine-pickup img {
    width: 100%;
    max-width: 400px;
  }
  #pvs202512 #new-model .new-model-box .new-model-box-flex .machine-pickup dl dt {
    padding: 0;
  }
  #pvs202512 #new-model .new-model-box .new-model-box-flex .machine-pickup dl dd {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 5px;
  }
  #pvs202512 #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;
  }
  #pvs202512 #auto-5axis .sec_inner > p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.02em;
  }
  #auto-5axis {
    background-size: 300px auto, /* 画像1サイズ */ 200px auto, /* 画像2サイズ */ auto;
    background-position: top left, /* 画像1を上部中央に */ bottom 45% right, /* 画像2を下部中央に */ left top;
  }
  #pvs202512 #auto-5axis .auto-5axis-box {
    margin-top: 50px;
    padding: 5px;
    padding-top: 30px;
    border-width: 2px;
    border-radius: 30px;
  }
  #pvs202512 #auto-5axis .auto-5axis-box h3 {
    top: -30px;
    width: calc(100% - 10px);
  }
  #pvs202512 #auto-5axis .auto-5axis-box h3 span {
    padding: 5px 40px;
    font-size: 20px;
  }
  .auto-5axis-box .auto-5axis-box-container {
    padding: 0.5rem;
    max-width: 500px;
  }
  .auto-5axis-box .auto-5axis-box-container h4 {
    padding: 6px 15px 6px 40px;
    font-size: 16px;
  }
  .auto-5axis-box .auto-5axis-box-container h4:before {
    width: 2px;
    height: 60px;
    left: 15px;
  }
  .auto-5axis-box .auto-5axis-box-container .row {
  margin-bottom: 10px;
  }
  .auto-5axis-box .auto-5axis-box-container .image-box {
    width: 50%;
    text-align: center;
  }
  .auto-5axis-box .auto-5axis-box-container .image-box .content {
    padding: 0;
  }
  .auto-5axis-box .auto-5axis-box-container .image-box .content p {
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: -0.05em;
  }
  .auto-5axis-box .auto-5axis-box-container .image-box:first-child .content p {
    width: 110%;
  }
  .auto-5axis-box .auto-5axis-box-container .image-box:has(+ .image-box > img) .content p {
    width: 200%;
    margin: 10px 0;
  }
  .auto-5axis-box .auto-5axis-box-container .image-box .content p span {
    display: block;
    margin-top: 5px;
    font-size: 24px;
    letter-spacing: -0.02em;
  }
  .auto-5axis-box .auto-5axis-box-container .image-box .content p span span {
    display: inline;
    font-size: 18px;
  }
  .auto-5axis-box .auto-5axis-box-container .image-box .content.cross::after {
    top: 30%;
    right: -25px;
    width: 10vw;
    height: 10vw;
    max-width: 60px;
    max-height: 60px;
  }
  .auto-5axis-box .auto-5axis-box-container .image-box .content .machine-img {
    height: auto;
  }
  .auto-5axis-box .auto-5axis-box-container .image-box > img {
    left: 0;
    top: 20px;
    width: 85%;
    height: auto;
    max-height: 250px;
  }
  .auto-5axis-box .auto-5axis-box-container .explanation {
    padding: 20px 15px 20px;
    margin: 0 10px 70px;
    text-align: left;
    border-radius: 15px;
  }
  .auto-5axis-box .auto-5axis-box-container .explanation:last-child{
    margin-bottom:30px;
  }
  .auto-5axis-box .auto-5axis-box-container .explanation p {
    font-size: 15px;
  }
  #auto-5axis .auto-5axis-box .arrow img {
    width: 28px;
  }
  #auto-5axis .auto-5axis-box .auto-5axis-box-catch {
    padding: 0 10px;
    font-size: 20px;
  }
  #auto-5axis .auto-5axis-catch p {
    font-size: 22px;
  }
  #auto-5axis .auto-5axis-catch p::before {
    left: -20px;
    top: calc(50% - 44px);
    width: 35px;
    height: 46px;
  }
  #pvs202512 #seminar h2 .h2-inner:before, #pvs202512 #app-form h2 .h2-inner:before {
    left: -35px;
  }
  #pvs202512 #seminar h2 .h2-inner:after, #pvs202512 #app-form h2 .h2-inner:after {
    right: -35px;
  }
  #seminar::before {
    left: -50px;
    width: 120px;
    height: 340px;
  }
  #seminar::after {
    right: -50px;
    width: 120px;
    height: 360px;
  }
  #seminar .soon p {
    display: block;
    margin: 10px 20px;
    padding: 10px 20px;
    font-size: 20px;
  }
  #seminar .sec_inner > p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #check div p {
    padding: 10px 0 20px;
    font-size: 16px;
    letter-spacing: -0.03em;
  }
  #check div p > span:after {
    top: -3px;
    right: -23px;
    width: 17px;
    height: 16px;
  }
  #app-form .soon p {
    display: block;
    margin: 30px 20px 10px;
    padding: 10px 20px;
    font-size: 20px;
  }

/*▼ 西岡追加 20251107 ▼*/
  
#check .other-contents-box ul {
    margin-top: 20px;
    display: block;
}
#check .other-contents-box {
  margin-top: 30px;
}
#check .other-contents-box ul li {
    margin: 0 0 25px;
    padding: 10px 15px 20px;
    width: 100%;
}

 #check .other-contents-box ul li:first-of-type {
    padding: 10px 0px 0px 10px;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    grid-template-rows: repeat(2, auto);
}

#check .other-contents-box ul li h3 {
    padding: 0 0 6px;
    font-size: 20px;
    grid-column: 1 / 4; /* 1〜3列目を使う */
    grid-row: 1 / 2;    /* 1行目だけ */
}

#check .other-contents-box ul li:before {
    top: -10px;
    left: 10px;
    width: 60px;
    height: 60px;
}
#check .other-contents-box ul li > p {
    padding: 20px 0px 0 0;
    height: auto;
    font-size: 14px;
    grid-column: 1 / 3; /* 1〜2列目 */
    grid-row: 2 / 3;    /* 2行目 */
}

#check .other-contents-box ul li .image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
     /* 3列目 */
        /* 2行目 */
}

#check .other-contents-box ul li .image-box img {
    width: 100%;
    max-width: 400px;
}
#check .other-contents-box ul li:first-of-type .image-box{
  overflow: hidden;
  padding-left:5px;
  border-radius: 0 0 20px 0;
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

  
#check .other-contents-box ul li .image-box > span {
    bottom: -20px;
    font-size: 12px;
}

  
#check .other-contents-box ul li > p strong {
    font-size: 15px;
    letter-spacing: -0.05em;
}

  #seminar .seminar-box .seminar-box-date {
    padding: 20px;
}

#seminar .seminar-box .seminar-box-date dl dd {
    padding: 20px 0px 10px;
    margin: 0;
}

#seminar .seminar-box .seminar-box-date dl dt {
    font-size: 15px;
}

#seminar .seminar-box .seminar-box-date dl dd ul li > span,
  #seminar .seminar-box .seminar-box-date dl dd > span {
    font-size: 15px;
}

#seminar .seminar-box .seminar-box-date dl dd > span {
    width: calc(100% - 40px);
}

#seminar .seminar-box .seminar-box-date dl dd ul li p {
    margin-bottom: 10px;
    font-size: 25px;
}

#seminar .seminar-box .seminar-box-date dl dd ul li p > span {
    font-size: 16px;
}

#seminar .seminar-box .seminar-box-date dl dd > p {
    font-size: 12px;
    margin: 10px 0 0;
}

#seminar .seminar-box .seminar-box-date .seminar-box-catch {font-size: 18px;}

#seminar .seminar-box .seminar-box-intro {
    padding: 0 20px;
}

#seminar .seminar-box .seminar-box-intro .seminar-intro-item {
    padding: 10px;
    display: block;
}

#seminar .seminar-box .seminar-box-intro .seminar-intro-item > span {
    padding: 0 37px 0 15px;
    font-size: 15px;
}

#seminar .seminar-box .seminar-box-intro .seminar-intro-item > span > span {
    margin-left: 6px;
    font-size: 26px;
}

#seminar .seminar-box .seminar-box-intro .seminar-intro-item > dl {
    padding: 30px 10px 10px;
    margin-bottom: 10px;
    width: 100%;
}

#seminar .seminar-box .seminar-box-intro .seminar-intro-item > dl dt {
    display: block;
    font-size: 22px;
    text-align: center;
}

#seminar .seminar-box .seminar-box-intro .seminar-intro-item > dl dd {
    font-size: 14px;
    line-height: 1.5;
}

#seminar .seminar-box .seminar-box-intro .seminar-intro-item > dl dd span {
    font-size: 15px;
}

#seminar .seminar-box .seminar-box-intro .seminar-intro-item > .image-box {
    padding: 5px 5px;
    width: 100%;
}

#seminar .seminar-box .seminar-box-intro .seminar-intro-item > .image-box img{
  width: 100%;
  max-width:400px;
}

#seminar .seminar-box .seminar-box-intro > p {
    margin-bottom: 20px;
    font-size: 12px;
}

#seminar .seminar-box > p {
    padding: 10px 15px 30px;
    font-size: 17px;
}
 #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;
} 
/*▲ 西岡追加 20251107 ▲*/
  
}