* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

p {
  color: #282828;
  font-weight: bold;
  font-size: 15px;
}
@media (min-width: 996px) {
  p {
    font-size: 17px;
  }
}

.main-title {
  width: 80%;
  margin: 0 auto;
  z-index: 50;
  position: absolute;
  top: -2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .main-title {
    top: -3.5%;
  }
}
@media (min-width: 996px) {
  .main-title {
    width: 65%;
    top: -5%;
  }
}

.bgSty {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 50px 30px;
  border-radius: 30px;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.568627451);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.568627451);
}
@media (min-width: 768px) {
  .bgSty {
    width: 100%;
    padding: 80px 50px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.568627451);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.568627451);
  }
}
.bgSty::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 92%;
  height: 97%;
  border: 3px dashed #5c5c5c;
  border-radius: 30px;
  z-index: 10;
}
@media (min-width: 768px) {
  .bgSty::before {
    border: 3px dashed #5c5c5c;
    width: 96%;
    height: 96%;
  }
}
@media (min-width: 996px) {
  .bgSty::before {
    border: 5px dashed #5c5c5c;
    width: 96%;
    height: 95%;
  }
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .kv {
  width: 100%;
  position: relative;
}
.project .kv img {
  display: block;
}
.project .bgWrapper {
  position: relative;
  background-image: url(https://storage-asset.msi.com/event/2026/jp/2026-spring/images/bg.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (min-width: 996px) {
  .project .bgWrapper {
    background-attachment: initial;
  }
}
.project .bgWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#b3e1c2), to(transparent));
  background: linear-gradient(#b3e1c2, transparent);
}
@media (min-width: 996px) {
  .project .bgWrapper::before {
    height: 0;
  }
}
.project .intro {
  position: relative;
  padding: 50px 0 0;
}
@media (min-width: 996px) {
  .project .intro {
    padding: 0 0 50px;
  }
}
.project .intro__wrapper figure {
  margin: 0 0 20px;
  width: 220px;
}
@media (min-width: 996px) {
  .project .intro__wrapper figure {
    width: 300px;
  }
}
.project .intro__wrapper-item {
  margin-bottom: 30px;
}
.project .intro__wrapper .desBox div {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1;
}
.project .intro__wrapper .desBox .block01 {
  font-size: 17px;
}
@media (min-width: 996px) {
  .project .intro__wrapper .desBox .block01 {
    font-size: 20px;
  }
}
.project .intro__wrapper .desBox .block01 span {
  font-size: 22px;
  color: #d22525;
}
@media (min-width: 996px) {
  .project .intro__wrapper .desBox .block01 span {
    font-size: 26px;
  }
}
.project .intro__wrapper .desBox .block01 b {
  text-decoration: underline;
}
.project .intro__wrapper .desBox .block02 {
  font-size: 15px;
  color: #d22525;
}
@media (min-width: 996px) {
  .project .intro__wrapper .desBox .block02 {
    font-size: 17px;
  }
}
.project .intro__wrapper .desBox .block03 {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 996px) {
  .project .intro__wrapper .desBox .block03 {
    font-size: 14px;
  }
}
.project .intro__wrapper .dateBox .block__item {
  margin: 0 0 10px;
}
@media (min-width: 996px) {
  .project .intro__wrapper .dateBox .block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
.project .intro__wrapper .dateBox .block__item h4 {
  color: #282828;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 996px) {
  .project .intro__wrapper .dateBox .block__item h4 {
    font-size: 26px;
  }
}
.project .intro__wrapper .dateBox .block__item h3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fedc45), to(#fb7099));
  background-image: linear-gradient(180deg, #fedc45 50%, #fb7099);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 996px) {
  .project .intro__wrapper .dateBox .block__item h3 {
    font-size: 32px;
  }
}
.project .pd {
  position: relative;
  padding: 25px 25px;
}
@media (min-width: 768px) {
  .project .pd {
    padding: 50px 25px;
  }
}
@media (min-width: 996px) {
  .project .pd {
    padding: 100px 25px;
  }
}
.project .pd__wrapper p {
  position: relative;
  z-index: 50;
}
.project .pd__wrapper-item {
  position: relative;
  z-index: 50;
  margin: 0 0 30px;
}
.project .pd .bgSty {
  position: relative;
}
.project .pd .bgSty::before {
  border: 3px dashed #4f6ab1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 92%;
  height: 97%;
  background-image: url(https://storage-asset.msi.com/event/2026/jp/2026-spring/images/pd-bg.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (min-width: 996px) {
  .project .pd .bgSty::before {
    border: 5px dashed #4f6ab1;
    height: 95%;
    width: 96%;
  }
}
.project .wtb {
  position: relative;
  padding: 25px 25px;
}
@media (min-width: 768px) {
  .project .wtb {
    padding: 50px 25px;
  }
}
@media (min-width: 996px) {
  .project .wtb {
    padding: 100px 25px;
  }
}
.project .wtb__wrapper .main-title {
  top: -22px;
}
@media (min-width: 768px) {
  .project .wtb__wrapper .main-title {
    top: -40px;
  }
}
@media (min-width: 996px) {
  .project .wtb__wrapper .main-title {
    top: -45px;
  }
}
@media (min-width: 1300px) {
  .project .wtb__wrapper .main-title {
    top: -5%;
  }
}
.project .wtb__wrapper-listBox {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  z-index: 50;
}
.project .wtb__wrapper-listBox .msi_wtb_widget {
  padding-top: 0;
}
.project .wtb .bgSty::before {
  border: 3px dashed #339639;
  height: 99.2%;
}
@media (min-width: 996px) {
  .project .wtb .bgSty::before {
    border: 5px dashed #339639;
    height: 95%;
  }
}
.project .myForm {
  position: relative;
  padding: 25px 25px;
}
@media (min-width: 768px) {
  .project .myForm {
    padding: 50px 25px;
  }
}
@media (min-width: 996px) {
  .project .myForm {
    padding: 100px 25px;
  }
}
.project .myForm__wrapper .main-title {
  top: -22px;
}
@media (min-width: 768px) {
  .project .myForm__wrapper .main-title {
    top: -40px;
  }
}
@media (min-width: 996px) {
  .project .myForm__wrapper .main-title {
    top: -45px;
  }
}
@media (min-width: 1280px) {
  .project .myForm__wrapper .main-title {
    top: -55px;
  }
}
@media (min-width: 1300px) {
  .project .myForm__wrapper .main-title {
    top: -3.2%;
  }
}
.project .myForm__wrapper-des {
  text-align: center;
  position: relative;
  z-index: 50;
}
.project .myForm__wrapper-des .dateBox {
  margin: 0 0 20px;
  padding: 10px 20px;
  display: inline-block;
}
.project .myForm__wrapper-des .dateBox p {
  font-weight: bold;
}
.project .myForm__wrapper-des p {
  font-weight: 400;
}
.project .myForm .bgSty {
  padding: 30px 30px 0;
}
@media (min-width: 768px) {
  .project .myForm .bgSty {
    padding: 50px 50px;
  }
}
@media (min-width: 996px) {
  .project .myForm .bgSty {
    padding: 80px 50px;
  }
}
.project .myForm .bgSty::before {
  border: 3px dashed #4f6ab1;
  height: 98.5%;
}
@media (min-width: 768px) {
  .project .myForm .bgSty::before {
    height: 98%;
  }
}
@media (min-width: 996px) {
  .project .myForm .bgSty::before {
    border: 5px dashed #4f6ab1;
    height: 97%;
  }
}
.project .myForm .ems {
  text-align: left;
  margin-top: 20px;
  position: relative;
  z-index: 50;
}
@media (min-width: 996px) {
  .project .myForm .ems {
    margin-top: 50px;
  }
}
.project .myForm .ems__form {
  padding: 20px 0 0;
}
.project .myForm .ems__send button {
  color: #fff;
  background: #4f6ab1;
}
.project .myForm .ems__title {
  font-weight: bold;
}
.project .myForm .noteBox {
  padding-bottom: 45px;
}
.project .myForm .noteBox b {
  text-decoration: underline;
  font-weight: bold;
}
.project .note {
  position: relative;
  padding: 25px 25px;
}
@media (min-width: 768px) {
  .project .note {
    padding: 50px 25px;
  }
}
@media (min-width: 996px) {
  .project .note {
    padding: 100px 25px;
  }
}
.project .note__wrapper .main-title {
  top: -22px;
}
@media (min-width: 768px) {
  .project .note__wrapper .main-title {
    top: -40px;
  }
}
@media (min-width: 996px) {
  .project .note__wrapper .main-title {
    top: -45px;
  }
}
@media (min-width: 1280px) {
  .project .note__wrapper .main-title {
    top: -55px;
  }
}
@media (min-width: 1300px) {
  .project .note__wrapper .main-title {
    top: -10%;
  }
}
.project .note__wrapper .noteBox {
  text-align: left;
  line-height: 1.5;
  padding: 0 10px;
  position: relative;
  z-index: 50;
}
@media (min-width: 996px) {
  .project .note__wrapper .noteBox {
    padding: 0 50px;
  }
}
.project .note__wrapper .noteBox li {
  list-style: disc;
  color: #282828;
  font-size: 15px;
}
@media (min-width: 996px) {
  .project .note__wrapper .noteBox li {
    font-size: 17px;
  }
}
.project .note .bgSty::before {
  border: 3px dashed #339639;
  height: 98%;
}
@media (min-width: 768px) {
  .project .note .bgSty::before {
    height: 97%;
  }
}
@media (min-width: 996px) {
  .project .note .bgSty::before {
    border: 5px dashed #339639;
    height: 90%;
  }
}/*# sourceMappingURL=main.css.map */