body {
  background: rgba(240, 244, 249, 0.2);
}

main::before {
  content: "";
  background: linear-gradient(108.19deg, #0096d1 0.32%, #1751c1 60.02%);
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 430px;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 999.98px) {
  main::before {
    height: 270px;
  }
}

.header-contact {
  position: unset;
  justify-content: center;
}
@media print, (min-width: 1000px) {
  .header-contact {
    padding: 0 60px;
  }
}
.header-contact .header-inner {
  display: flex;
  row-gap: 10px;
  column-gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 999.98px) {
  .header-contact .header-inner {
    flex-direction: column;
  }
}
.header-contact .header-inner .logo {
  width: auto;
  height: 40px;
}
.header-contact .header-inner .logo img {
  height: 100%;
  width: auto;
}
.header-contact .header-inner h1 {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 999.98px) {
  .header-contact .header-inner h1 {
    text-align: center;
  }
}

.header-active header {
  background: transparent;
  box-shadow: none;
}

@media print, (min-width: 1000px) {
  .embed-form-layout {
    min-height: 600px;
    padding: 40px 0 100px 0;
  }
}
@media only screen and (max-width: 999.98px) {
  .embed-form-layout {
    padding: 1vw 5vw 5vw 5vw;
  }
}
.embed-form-layout .inner {
  column-gap: 40px;
  row-gap: 20px;
}
@media only screen and (max-width: 999.98px) {
  .embed-form-layout .inner {
    flex-direction: column;
  }
}
.embed-form-layout .inner .info {
  width: 40%;
  column-gap: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 999.98px) {
  .embed-form-layout .inner .info {
    width: 100%;
  }
}
.embed-form-layout .inner .info .info-inner {
  background: #fff;
  border-radius: 4px;
  padding: 36px 34px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 999.98px) {
  .embed-form-layout .inner .info .info-inner {
    padding: 5vw;
  }
}
.embed-form-layout .inner .info .info-inner p {
  font-size: 1.1em;
  line-height: 1.6;
}
.embed-form-layout .inner .info .info-inner p span {
  font-weight: 700;
  margin: 0 3px;
}
.embed-form-layout .inner .info .info-inner .flow dt {
  font-weight: 700;
  font-size: 0.9em;
  letter-spacing: 0.025em;
  margin: 0 0 10px 0;
}
.embed-form-layout .inner .info .info-inner .flow dd ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
}
.embed-form-layout .inner .info .info-inner .flow dd ul::before {
  content: "";
  display: block;
  background: #dae4f0;
  width: 2px;
  height: 70%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
}
.embed-form-layout .inner .info .info-inner .flow dd ul li {
  font-size: 1.1em;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  letter-spacing: 0.05em;
}
.embed-form-layout .inner .info .info-inner .flow dd ul li p {
  font-size: inherit;
  text-align: left;
  flex: 1;
}
.embed-form-layout .inner .info .info-inner .flow dd ul li p span {
  display: block;
  font-size: 0.85em;
  margin: 0;
  font-weight: normal;
  margin: 3px 0 0 0;
}
.embed-form-layout .inner .info .info-inner .flow dd ul li .icn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  background: #fff;
}
.embed-form-layout .inner .info .info-inner .flow dd ul li:not(.current) {
  color: #83a4cd;
}
.embed-form-layout .inner .info .info-inner .flow dd ul li:not(.current) .icn::before {
  content: "";
  background: #b9cce3;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  border: 6px solid #fff;
}
.embed-form-layout .inner .info .info-inner .flow dd ul li.current {
  color: #0096d1;
  font-weight: 500;
}
.embed-form-layout .inner .info .info-inner .flow dd ul li.current .icn {
  position: relative;
  height: 36px;
  width: 36px;
}
.embed-form-layout .inner .info .info-inner .flow dd ul li.current .icn::before, .embed-form-layout .inner .info .info-inner .flow dd ul li.current .icn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #0096d1;
  animation: pulse 2s linear infinite;
  transform: scale(0);
  opacity: 0;
}
.embed-form-layout .inner .info .info-inner .flow dd ul li.current .icn::after {
  animation-delay: -1s;
}
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.embed-form-layout .inner .info .info-inner .flow dd ul li.step-end {
  color: #0096d1;
  font-weight: 500;
}
.embed-form-layout .inner .info .info-inner .flow dd ul li.step-end .icn::before {
  background: #0096d1;
}
.embed-form-layout .inner .info .info-inner .flow.en dt {
  font-size: 1.1em;
}
.embed-form-layout .inner .info .info-inner .flow.en dt, .embed-form-layout .inner .info .info-inner .flow.en dd, .embed-form-layout .inner .info .info-inner .flow.en li, .embed-form-layout .inner .info .info-inner .flow.en p, .embed-form-layout .inner .info .info-inner .flow.en span {
  letter-spacing: 0;
  line-height: 1.2;
}
.embed-form-layout .inner .info .info-inner .recommended {
  margin: 0 0 20px 0;
}
.embed-form-layout .inner .info .info-inner .recommended dl:first-child {
  margin: 0 0 30px 0;
}
.embed-form-layout .inner .info .info-inner .recommended dl dt {
  font-weight: 700;
  margin: 0 0 14px 0;
  font-size: 0.15rem;
}
.embed-form-layout .inner .info .info-inner .recommended dl dd {
  font-size: 0.15rem;
  line-height: 1.4;
}
.embed-form-layout .inner .info .info-inner .recommended dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.embed-form-layout .inner .info .info-inner .recommended dl dd ul li {
  position: relative;
  padding: 0 0 10px 22px;
  border-bottom: 1px dashed #dbe0ec;
}
.embed-form-layout .inner .info .info-inner .recommended dl dd ul li::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 6px;
  top: 6px;
  left: 2px;
  border-left: 2px solid #0096d1;
  border-bottom: 2px solid #0096d1;
  transform: rotate(-45deg);
}
.embed-form-layout .inner .info .info-inner.manu-contact {
  row-gap: 6px;
}
.embed-form-layout .inner .info .info-inner.manu-contact svg {
  fill: #0096d1;
  margin: 0 auto 6px auto;
}
.embed-form-layout .inner .info .info-inner.manu-contact h3 {
  font-size: 1.4em;
  text-align: center;
  color: #0096d1;
  letter-spacing: 0.02em;
}
.embed-form-layout .inner .info .info-inner.manu-contact .contact-link {
  row-gap: 10px;
  display: flex;
  flex-direction: column;
  margin: 10px 0 0 0;
}
.embed-form-layout .inner .info .info-inner.manu-contact .contact-link a {
  color: #1c2130;
  padding: 12px 14px;
}
.embed-form-layout .inner .info .info-inner.manu-contact .contact-link a span {
  font-size: 0.9em;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}
.embed-form-layout .inner .info .info-inner.manu-contact .contact-link a:hover {
  background: #dee7f2;
  border-radius: 3px;
}
.embed-form-layout .inner .info .info-inner.download p, .embed-form-layout .inner .info .info-inner.download figure {
  text-align: center;
}
.embed-form-layout .inner .info .info-inner.download figure {
  margin: 16px 0 20px 0;
}
.embed-form-layout .inner .info .info-inner.download figure img {
  box-shadow: 15px 20px 22px rgba(74, 95, 131, 0.3);
}
.embed-form-layout .inner .info .info-inner.register p, .embed-form-layout .inner .info .info-inner.register figure {
  text-align: center;
}
.embed-form-layout .inner .info .info-inner.register figure {
  margin: 16px 0 0 0;
  position: relative;
}
.embed-form-layout .inner .info .info-inner.register figure::after {
  content: "";
  background: linear-gradient(90deg, rgb(0, 150, 209) 0%, rgb(23, 81, 193) 100%);
  width: 90%;
  height: 50%;
  filter: blur(40px);
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.embed-form-layout .inner .info .info-inner.register figure img {
  z-index: 1;
  position: relative;
}
.embed-form-layout .inner .info .info-inner.register p {
  font-style: italic;
  font-weight: 900;
  font-size: 0.18rem;
  color: #0096d1;
}
.embed-form-layout .inner .main {
  flex: 1;
}
.embed-form-layout .inner .main .embed-form {
  background: #fff;
  box-shadow: 0 0 15px rgba(78, 94, 163, 0.1);
  padding: 40px;
  border-radius: 4px;
}
@media only screen and (max-width: 999.98px) {
  .embed-form-layout .inner .main .embed-form {
    padding: 5vw;
  }
}
.embed-form-layout .inner .main .input-info {
  margin: 0 0 20px 0;
  color: #666e82;
}
.embed-form-layout .inner .main .info-mail {
  font-size: 0.95em;
  color: #666e82;
  margin: 36px 0 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
  line-height: 1.8;
  text-align: center;
}
.embed-form-layout .inner .main .info-mail img {
  opacity: 0.8;
  height: 14px;
}
.embed-form-layout.thanks .main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 50px;
  background: #fff;
  box-shadow: 0 0 15px rgba(78, 94, 163, 0.1);
  border-radius: 4px;
}
@media only screen and (max-width: 999.98px) {
  .embed-form-layout.thanks .main {
    padding: 5vw;
  }
}
.embed-form-layout.thanks .main .info-message {
  text-align: center;
}
.embed-form-layout.thanks .main .info-message h2 {
  color: #0096d1;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 14px 0;
}
.embed-form-layout.thanks .main .info-message p {
  line-height: 1.8;
  font-size: 1.15em;
  font-weight: 700;
}
.embed-form-layout.thanks .main .note {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  border-top: 1px solid #dbe0ec;
  padding: 30px 0 0 0;
}
@media only screen and (max-width: 999.98px) {
  .embed-form-layout.thanks .main .note {
    padding: 8vw 6vw;
  }
}
.embed-form-layout.thanks .main .note svg {
  fill: #0096d1;
}
.embed-form-layout.thanks .main .note h3 {
  font-size: 1.3em;
  color: #0096d1;
  margin: 6px 0 10px 0;
  letter-spacing: 0.05em;
}
.embed-form-layout.thanks .main .note p {
  color: #666e82;
  font-size: 1.05em;
  line-height: 1.8;
}
.embed-form-layout.thanks .main .note .info-contact {
  background: #f0f4f9;
  padding: 30px;
  margin: 30px 0 0 0;
}
.embed-form-layout.thanks .main .note .info-contact h3 {
  font-size: 1.1em;
  margin: 0 0 10px 0;
  color: #666e82;
}
.embed-form-layout.thanks .main .note .info-contact img {
  height: 16px;
  width: auto;
}
.embed-form-layout.thanks .main .note .info-contact p {
  color: #1c2130;
  font-size: 1.3em;
  font-weight: 700;
}
.embed-form-layout.thanks .main .note .info-contact p span {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
}
.embed-form-layout.thanks .main .button {
  width: fit-content;
  margin: 0 auto;
}

footer p {
  color: #fff;
  font-size: 0.12rem;
  line-height: 14px;
}

main.exe-event {
  background: linear-gradient(0deg, #232c46, #15152a 100%);
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  padding: clamp(80px, 10vw, 130px) 0 clamp(30px, 7vw, 100px) 0;
}
main.exe-event::before {
  content: "";
  background-image: url(/img/common/bg_noise.webp);
  background-size: 50px 50px;
  background-repeat: repeat;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 0;
}
main.exe-event section {
  z-index: 1;
  position: relative;
}
main.exe-event section .inner {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.2vw, 20px);
  align-items: center;
  max-width: 600px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
main.exe-event section h1 {
  text-align: center;
  color: #fff;
  font-size: clamp(18px, 1.4vw, 22px);
}
main.exe-event section .message {
  font-size: clamp(16px, 1.2vw, 18px);
}
main.exe-event section .note {
  background: #f0f4f9;
  padding: clamp(16px, 3vw, 34px);
  color: #1c2130;
  font-size: clamp(14px, 1.2vw, 16px);
  margin: 10px 0 20px 0;
}
main.exe-event section .contact-info h2 {
  font-size: clamp(16px, 1.2vw, 18px);
  opacity: 0.7;
}
main.exe-event section .contact-info p {
  font-size: clamp(14px, 1.2vw, 16px);
  margin: 8px 0;
}
main.exe-event section .contact-info span {
  font-size: 14px;
  opacity: 0.6;
}
main.exe-event section .bt {
  background: #1751c1;
  color: #fff;
  padding: 14px 20px;
}
main.exe-event section .bt:hover {
  opacity: 0.7;
}/*# sourceMappingURL=thanks.css.map */