*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
}

img {
  max-width: 100%;
}

p {
  word-wrap: break-word;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  font-size: 16px;
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #4f983c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

::placeholder, :-ms-input-placeholder, ::-webkit-input-placeholder {
  font-size: 16px;
  color: #7f7f7f;
}

::-webkit-input-placeholder {
  /* Edge */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
}

textarea {
  resize: none;
}

.form-check-input:checked {
  background-color: #4f983c;
  border-color: #4f983c;
}
.form-check-input:focus {
  box-shadow: none;
}

.wd-90 {
  width: 90px;
}

.wd-110 {
  width: 110px;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: initial !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  background: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #ffffff;
  background-color: #000;
  letter-spacing: 1px;
  line-height: 1.8;
}

.custom-scrollbar ::-webkit-scrollbar, body ::-webkit-scrollbar {
  width: 8px !important;
}
.custom-scrollbar ::-webkit-scrollbar:horizontal, body ::-webkit-scrollbar:horizontal {
  height: 8px;
}
.custom-scrollbar ::-webkit-scrollbar-track, body ::-webkit-scrollbar-track {
  height: 8px;
}
.custom-scrollbar ::-webkit-scrollbar-thumb, body ::-webkit-scrollbar-thumb {
  border-radius: 4px !important;
  background: #000000 !important;
  height: 8px;
}
.custom-scrollbar ::-webkit-scrollbar-thumb:window-inactive, body ::-webkit-scrollbar-thumb:window-inactive {
  background: #000000 !important;
  height: 8px;
}

section {
  clear: both;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

li {
  list-style: none;
}

a,
button {
  cursor: pointer;
  transition: all ease-in-out 300ms;
  text-decoration: none;
  box-shadow: none;
  border: none;
}
a:hover,
button:hover {
  opacity: 0.8;
}
a:focus,
button:focus {
  box-shadow: none;
}

a {
  color: inherit;
}

.text-blue {
  color: #5FDBE3;
}

.text-purple {
  color: #A491FF !important;
}

.font-josefin {
  font-family: "Josefin Sans", sans-serif;
}

.pt-60 {
  margin-top: 60px;
}

.section-pad {
  padding-block: 90px;
}

.img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-wrapper img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.scrollTo {
  line-height: 50px;
  position: fixed;
  z-index: 99;
  right: 1.5rem;
  margin: 0 auto;
  bottom: 2rem;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  transition: all ease 350ms;
  border-radius: 100%;
}

.topTop {
  opacity: 0;
  filter: alpha(opacity=0);
}
.topTop:hover {
  opacity: 0.8;
}

.breadscrumb-nav {
  background-color: #e5e5e5;
  padding: 10px 22px 8px 22px;
}
.breadscrumb-nav .breadcrumb-item {
  font-size: 11px;
  font-weight: 900;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 56px;
  max-width: 236px;
  width: 100%;
  color: #ffffff;
  color: #ffffff;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#5B3CBE), to(#A0027B));
  background: linear-gradient(90deg, #5B3CBE 0%, #A0027B 100%);
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
}
.btn i {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 10px;
}
.btn.btn-lg {
  max-width: 500px;
  height: 106px;
  font-size: 30px;
}
.btn.btn-lg .btn-arrow {
  right: 36px;
}
.btn.btn-blue {
  background: -webkit-gradient(linear, left top, right top, from(#01C9D8), to(#0285E8));
  background: linear-gradient(90deg, #01C9D8 0%, #0285E8 100%);
  font-size: 24px;
  height: 66px;
  max-width: 410px;
}
.btn:hover {
  color: #ffffff;
}

.btn-arrow {
  width: 17px;
  aspect-ratio: 1;
}
.btn-arrow.position-absolute {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.custom-container {
  max-width: 1340px;
  padding-inline: 20px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 991px) {
  .custom-container {
    padding-inline: 15px;
  }
}
.custom-container.mw-1240 {
  max-width: 1240px;
}
.custom-container.mw-1150 {
  max-width: 1150px;
}
.custom-container.mw-840 {
  max-width: 840px;
}

.page-wrapper {
  padding-top: 90px;
}

.sc-title {
  text-align: center;
}
.sc-title .title {
  font-weight: 900;
  font-size: 60px;
  line-height: normal;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.sc-title .lg-descp {
  font-size: 40px;
}
.sc-title .descp {
  font-size: 16px;
}
.sc-title .sm-descp {
  font-size: 14px;
  color: #676869;
  margin-top: 8px;
}

.divider-wrapper {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.divider-wrapper .divider-text {
  color: #5FDBE3;
}
.divider-wrapper .divider-text .day {
  font-size: 42px;
}
.divider-wrapper .divider-text .day span {
  font-size: 20px;
  font-weight: normal;
}
.divider-wrapper .divider-text .title {
  font-size: 45px;
  line-height: 50px;
  margin-top: 12px;
  padding-inline: 26px;
}
.divider-wrapper::before, .divider-wrapper::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}
.divider-wrapper::before {
  margin-right: 10px;
}
.divider-wrapper::after {
  margin-left: 10px;
}
.divider-wrapper.no-divider::before, .divider-wrapper.no-divider::after {
  display: none;
}

.location-wrapper {
  height: 64px;
  border: 1px solid #5FDBE3;
  border-radius: 100px;
  text-align: center;
  font-size: 26px;
  position: relative;
  color: #5FDBE3;
}
.location-wrapper .img-wrapper {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.benefit-wrapper .divider-wrapper::before {
  margin-right: -4px;
}
.benefit-wrapper .divider-wrapper::after {
  margin-left: -4px;
}
.benefit-wrapper .divider-title {
  background: -webkit-gradient(linear, left top, right top, from(#5FDBE3), to(#0285E8));
  background: linear-gradient(90deg, #5FDBE3 0%, #0285E8 100%);
  color: #ffffff;
  padding: 6px 50px;
  font-weight: 600;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}
.benefit-wrapper .benefit-title {
  font-size: 26px;
  margin-top: 78px;
  font-weight: 700;
}
.benefit-wrapper .benefit-title span.large {
  font-size: 48px;
}
.benefit-wrapper .btn {
  margin-top: 21px;
}
.benefit-wrapper .descp {
  font-size: 18px;
  margin-top: 32px;
}

.day1-blue .divider-wrapper::before, .day1-blue .divider-wrapper::after {
  background-color: #5FDBE3;
}
.day1-blue .divider-wrapper .divider-text {
  color: #5FDBE3 !important;
}
.day1-blue .location-wrapper {
  border-color: #5FDBE3;
  color: #ffffff;
}
.day1-blue .shedule-wrapper::before {
  border-left: 1px dashed #5FDBE3;
}
.day1-blue .time {
  color: #5FDBE3 !important;
}
.day1-blue .time::before {
  background-color: #5FDBE3 !important;
}
.day1-blue .time svg path {
  stroke: #5FDBE3 !important;
}
.day1-blue .time-wrapper .title {
  color: #5FDBE3;
}

.day2-purple .divider-wrapper::before, .day2-purple .divider-wrapper::after {
  background-color: #A491FF !important;
}
.day2-purple .divider-wrapper .divider-text {
  color: #A491FF !important;
}
.day2-purple .location-wrapper {
  border-color: #A491FF !important;
  color: #ffffff;
}
.day2-purple .shedule-wrapper::before {
  border-left: 1px dashed #A491FF !important;
}
.day2-purple .time {
  color: #A491FF !important;
}
.day2-purple .time::before {
  background-color: #A491FF !important;
}
.day2-purple .time svg path {
  stroke: #A491FF !important;
}
.day2-purple .time-wrapper .title {
  color: #A491FF;
}
.day2-purple .speaker-detail .img-wrapper {
  background: linear-gradient(235deg, #807B98 0%, #A091EC 46.98%, #807B98 100%) !important;
}

.day-tab {
  gap: 40px;
  margin-top: 60px;
}
.day-tab .day-1,
.day-tab .day-2 {
  font-size: 30px;
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  max-width: 180px;
  width: 100%;
}
.day-tab .day-1 i,
.day-tab .day-2 i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.day-tab .day-1 i svg,
.day-tab .day-2 i svg {
  transform: rotate(90deg);
}
.day-tab .day-1 {
  border-color: #5FDBE3;
}
.day-tab .day-1 svg path {
  stroke: #5FDBE3;
}
.day-tab .day-2 {
  border-color: #A491FF;
}
.day-tab .day-2 svg path {
  stroke: #A491FF;
}

.modal-dialog-scrollable .modal-content {
  overflow: visible;
}

.modal-dialog-scrollable .modal-content {
  max-height: 90%;
}

@media screen and (max-width: 1366px) {
  .benefit-wrapper .benefit-title {
    font-size: 24px;
    margin-top: 42px;
  }
  .benefit-wrapper .benefit-title span.large {
    font-size: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .benefit-wrapper .benefit-title {
    font-size: 21px;
    margin-top: 36px;
  }
  .benefit-wrapper .benefit-title span.large {
    font-size: 42px;
  }
  body {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .page-wrapper {
    padding-top: 0;
  }
  .btn.btn-blue {
    font-size: 24px;
    height: 56px;
    max-width: 400px;
  }
  .btn.btn-lg {
    max-width: 400px;
    height: 76px;
    font-size: 26px;
    margin-top: 20px;
  }
  .sc-title .title {
    font-size: 60px;
  }
  .sc-title .lg-descp {
    font-size: 30px;
  }
  .benefit-wrapper .benefit-title {
    font-size: 16px;
    margin-top: 24px;
  }
  .benefit-wrapper .benefit-title span.large {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .location-wrapper {
    font-size: 14px;
    height: 38px;
    max-width: 300px;
    margin-inline: auto;
  }
  .location-wrapper .img-wrapper {
    width: 24px;
    left: 7px;
  }
  .btn-arrow {
    width: 12px;
  }
  .btn.btn-lg {
    max-width: 400px;
    height: 64px;
    font-size: 20px;
    max-width: 300px;
  }
  .btn.btn-lg .btn-arrow {
    right: 22px;
  }
  .benefit-wrapper .descp {
    font-size: 12px;
    line-height: 20px;
    max-width: 236px;
    margin-inline: auto;
    margin-top: 16px;
  }
  .benefit-wrapper .divider-title {
    padding: 6px 21px;
  }
  .sc-title .title {
    font-size: 40px;
  }
  .sc-title .descp {
    font-size: 14px;
  }
  .sc-title .sm-descp {
    font-size: 11px;
  }
  .day-tab {
    max-width: 246px;
    margin-inline: auto;
    margin-top: 20px;
  }
  .day-tab .day-1,
  .day-tab .day-2 {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .day-tab .day-1 i,
  .day-tab .day-2 i {
    margin-top: -3px;
  }
  .divider-wrapper .divider-text .day {
    font-size: 24px;
  }
  .divider-wrapper .divider-text .day span {
    font-size: 12px;
  }
  .divider-wrapper .divider-text .title {
    font-size: 30px;
    line-height: normal;
  }
}
/* Header CSS Starts Here */
nav {
  height: 90px;
  background-color: #000000;
  z-index: 999;
}
nav .logo-wrapper {
  max-width: 220px;
}
nav .nav-right {
  gap: 36px;
  width: inherit;
}
nav .nav-right .nav-link-wrapper {
  gap: 36px;
}
nav .nav-right .nav-link-wrapper a {
  color: #ffffff;
  word-wrap: normal;
  text-wrap-mode: nowrap;
  font-size: 18px;
}
nav .nav-right .off-canvas-btn {
  background: none;
}
nav .btn {
  max-width: 200px;
}

.hamburger-icon {
  width: 24px;
}

.offcanvas {
  background-color: #000000;
  color: #fff;
  z-index: 9999;
}
.offcanvas .offcanvas-header .btn-close {
  filter: invert(1);
  opacity: 1;
}
.offcanvas .nav-link-wrapper a {
  padding: 16px;
  display: block;
  border-bottom: 1px solid transparent;
  transition: transform 0.3s ease-in-out;
}
.offcanvas .nav-link-wrapper a:hover {
  border-bottom-color: #fff;
  transform: translateX(10px);
  opacity: 1;
}

@media screen and (max-width: 991.98px) {
  .register-btn {
    height: 50px;
  }
  nav {
    background-color: transparent;
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
  }
  nav .nav-right {
    gap: 21px;
  }
}
@media screen and (max-width: 576px) {
  .register-btn {
    max-width: 127px;
    height: 28px;
    font-size: 11px;
  }
  .benefit-patch {
    width: 40px;
    height: 40px;
    font-size: 6px;
  }
  nav {
    height: 72px;
    background-color: transparent;
  }
  nav .nav-right {
    gap: 10px;
  }
  nav .btn {
    max-width: 127px;
  }
}
@media screen and (max-width: 399.98px) {
  nav {
    height: 46px;
  }
}
/* Header CSS Ends Here */
/* Footer CSS Starts Here */
footer .custom-container {
  border-top: 1px solid #C0C0C0;
}
footer .topTop {
  background: #4f983c;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 60px;
  opacity: 1;
  max-width: 60px;
  width: 100%;
  height: 60px;
  border-radius: 4px4px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
}
footer .topTop .img-wrapper {
  max-width: 30px;
}
footer .btm-footer {
  letter-spacing: 1.8px;
  padding-block: 60px 90px;
}
footer .btm-footer .producer {
  gap: 20px;
  font-size: 18px;
  text-wrap-mode: nowrap;
}
footer .btm-footer .producer .img-wrapper {
  max-width: 132px;
}
footer .btm-footer .jsip-web {
  font-size: 14px;
  margin-top: 20px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
}
footer .btm-footer .copy-right {
  font-size: 14px;
  margin-top: 50px;
  color: #a0a0a0;
}

@media screen and (max-width: 575.98px) {
  footer .sc-title {
    padding-bottom: 0;
  }
  footer.section-pad {
    padding-top: 0;
  }
  footer .btm-footer {
    padding-block: 48px 36px;
  }
  footer .btm-footer .copy-right {
    font-size: 10px;
    margin-top: 36px;
  }
}
/* Footer CSS Ends Here */
.speaker-modal .modal-dialog {
  max-width: 960px;
  width: 100%;
  border-radius: 25px;
}
.speaker-modal .modal-dialog .btn-close {
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#00CAD8), to(#0285E8));
  background: linear-gradient(90deg, #00CAD8 0%, #0285E8 100%);
  width: 60px;
  height: 60px;
  color: #ffffff;
  opacity: 1;
  right: -21px;
  top: -21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.speaker-modal .modal-dialog .btn-close svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.speaker-modal .modal-dialog .modal-content {
  border-radius: 20px;
  padding: 80px 100px;
}
.speaker-modal .modal-dialog .modal-content .modal-body {
  overflow-y: scroll;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.speaker-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.199);
  border-radius: 3px;
}
.speaker-modal .modal-dialog .modal-content .modal-body .time-top {
  color: #27AFAC;
}
.speaker-modal .modal-dialog .modal-content .modal-body .time-top .day-tag {
  background-color: #27AFAC;
  padding: 3px 34px;
  border-radius: 100px;
  color: #ffffff;
}
.speaker-modal .modal-dialog .modal-content .modal-body .time-top .modal-time {
  font-size: 26px;
}
.speaker-modal .modal-dialog .modal-content .modal-body .time-top .modal-time span {
  font-size: 16px;
}
.speaker-modal .modal-dialog .modal-content .modal-body .session-title .subtitle {
  color: #a0a0a0;
  font-size: 18px;
}
.speaker-modal .modal-dialog .modal-content .modal-body .session-title .title {
  font-size: 24px;
  color: #27AFAC;
}
.speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper {
  margin-top: 50px;
}
.speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper .speaker-img {
  width: 240px;
  aspect-ratio: 1;
  margin-right: 60px;
}
.speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper .speaker-img img {
  -o-object-position: top;
     object-position: top;
}
.speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper .name-wrapper {
  flex: 1;
}
.speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper .name-wrapper .company-logo {
  height: 40px;
  width: auto;
}
.speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper .name-wrapper .company-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper .name-wrapper .company-logo.ht-60 {
  height: 60px;
}
.speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper .name-wrapper .company-info {
  padding-block: 20px;
}
.speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper .name-wrapper .speaker-name .name-jp {
  font-size: 32px;
}
.speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper .name-wrapper .speaker-name span {
  font-size: 16px;
}
.speaker-modal .modal-dialog .modal-content .modal-body .self-profile {
  margin-top: 60px;
}
.speaker-modal .modal-dialog .modal-content .modal-body .self-profile .title span {
  color: #27AFAC;
  position: relative;
}
.speaker-modal .modal-dialog .modal-content .modal-body .self-profile .title span::after {
  content: "";
  background-color: #27AFAC;
  height: 2px;
  width: 100%;
  bottom: -5px;
  left: 0;
  position: absolute;
}
.speaker-modal .modal-dialog .modal-content .modal-body .self-profile .detail {
  margin-top: 20px;
  color: #000000;
  font-size: 16px;
  line-height: 2;
}
.speaker-modal .modal-dialog .modal-content .modal-body .self-profile .social-link {
  color: #27AFAC;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  margin-top: 16px;
  font-weight: 900;
  line-height: 1;
}
.speaker-modal .modal-dialog .modal-content .modal-body .self-profile .social-link svg path {
  stroke: #27AFAC;
}

.day2-purple .modal-content .time-top {
  color: #6D5BF4 !important;
}
.day2-purple .modal-content .time-top .day-tag {
  background-color: #6D5BF4 !important;
}
.day2-purple .modal-content .session-title .title {
  color: #6D5BF4 !important;
}
.day2-purple .modal-content .self-profile .title {
  color: #6D5BF4 !important;
}
.day2-purple .modal-content .self-profile .title span {
  color: #6D5BF4 !important;
}
.day2-purple .modal-content .self-profile .title span::after {
  background-color: #6D5BF4 !important;
}
.day2-purple .modal-content .self-profile .social-link {
  color: #6D5BF4 !important;
}
.day2-purple .modal-content .self-profile .social-link svg path {
  stroke: #6D5BF4 !important;
}

@media (max-width: 991.98px) {
  .speaker-modal .modal-dialog .modal-content {
    margin-inline: 40px;
    padding: 40px;
  }
  .speaker-modal .modal-dialog .modal-content .modal-body .session-title .subtitle {
    font-size: 16px;
  }
  .speaker-modal .modal-dialog .modal-content .modal-body .session-title .title {
    font-size: 21px;
  }
  .speaker-modal .modal-dialog .modal-content .modal-body .time-top .modal-time {
    font-size: 24px;
  }
  .speaker-modal .modal-dialog .modal-content .modal-body .time-top .modal-time span {
    font-size: 16px;
  }
  .speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper .name-wrapper .speaker-name .name-jp {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .speaker-modal .modal-dialog {
    margin-top: 40px;
  }
  .speaker-modal .modal-dialog .modal-content {
    margin-inline: 20px;
    padding: 24px 16px;
  }
  .speaker-modal .modal-dialog .modal-content .btn-close {
    width: 46px;
    height: 46px;
  }
  .speaker-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
  }
  .speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper .speaker-img {
    margin-inline: auto;
  }
  .speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper .name-wrapper {
    text-align: center;
  }
  .speaker-modal .modal-dialog .modal-content .modal-body .self-profile {
    margin-top: 32px;
  }
}
@media (max-width: 575.98px) {
  .speaker-modal .modal-dialog .modal-content .modal-body .time-top .day-tag {
    text-wrap-mode: nowrap;
  }
  .speaker-modal .modal-dialog .modal-content .modal-body .time-top .modal-time {
    font-size: 20px;
  }
  .speaker-modal .modal-dialog .modal-content .modal-body .time-top .modal-time span {
    font-size: 14px;
  }
  .speaker-modal .modal-dialog .modal-content .modal-body .session-title .subtitle {
    font-size: 14px;
  }
  .speaker-modal .modal-dialog .modal-content .modal-body .session-title .title {
    font-size: 18px;
  }
  .speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper {
    margin-top: 30px;
  }
  .speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper .name-wrapper .company-info .company-name,
  .speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper .name-wrapper .company-info .role {
    font-size: 18px;
  }
  .speaker-modal .modal-dialog .modal-content .modal-body .speaker-info-wrapper .name-wrapper .speaker-name .name-jp {
    font-size: 24px;
  }
  .speaker-modal .modal-dialog .btn-close {
    right: -7px;
    top: -22px;
  }
}
/* Top Page CSS Starts Here */
.banner-about {
  background-image: url(../../images/top/top-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 3%;
}
.banner-about .sc-banner {
  padding-bottom: 84px;
  line-height: 1;
}
.banner-about .top-text .conference-title {
  font-size: 28px;
  font-weight: 700;
}
.banner-about .top-text .conference-subtitle {
  font-size: 36px;
  font-weight: 700;
  margin-top: 16px;
}
.banner-about .top-text .hero-logo {
  max-width: 700px;
  margin-top: 20px;
}
.banner-about .top-text .powered {
  font-size: 18px;
  gap: 15px;
  margin-top: 30px;
}
.banner-about .top-text .powered .jsip-logo {
  max-width: 76px;
}
.banner-about .btm-text {
  margin-top: 48px;
  max-width: 502px;
  width: 100%;
}
.banner-about .btm-text .date-wrapper {
  font-size: 40px;
  letter-spacing: 5.5px;
  line-height: normal;
  margin-bottom: 8px;
}
.banner-about .btm-text .date-wrapper .lg-date {
  font-size: 68px;
  line-height: normal;
}
.banner-about .btm-text .date-wrapper .text-vertical {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-size: 16px;
  letter-spacing: 1.5px;
}
.banner-about .btm-text .right-icon {
  margin-inline: 20px;
  margin-top: -8px;
  width: 14px;
}
.banner-about .btm-text .right-icon svg {
  width: 56px;
  height: 56px;
}
.banner-about .btm-text .divider-text {
  font-size: 24px;
}
.banner-about .btm-text .divider-text span {
  font-size: 20px;
}
.banner-about .btm-text .country-wrapper {
  gap: 6%;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.banner-about .btm-text .country-wrapper .img-wrapper {
  max-width: 56px;
  height: 56px;
}
.banner-about .btm-text .country-wrapper .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-about .btm-text .application-btn {
  margin-top: 40px;
}
.banner-about .sc-about {
  padding-block: 90px;
  background-image: url(../../images/top/about-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.banner-about .sc-about .about-wrapper p {
  margin: 0;
  line-height: 2.5;
  font-weight: 300;
}

.sc-timetable {
  background: #000;
  position: relative;
}
.sc-timetable::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 2.05;
  background: url(../../images/top/timeline-top.png) no-repeat center bottom;
  position: absolute;
  top: 0;
  background-size: 100% auto;
  transform: translateY(-58%);
}
.sc-timetable .sc-title {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  padding-bottom: 60px;
  z-index: 1;
  position: relative;
}
.sc-timetable .divider-wrapper::before, .sc-timetable .divider-wrapper::after {
  background-color: #5FDBE3;
}
.sc-timetable .session-wrapper .session {
  padding-inline: 40px;
  gap: 160px;
  margin-top: 30px;
}
.sc-timetable .session-wrapper .session .shedule-wrapper {
  margin-top: 40px;
  padding-left: 16px;
  gap: 30px;
  line-height: 2;
}
.sc-timetable .session-wrapper .session .shedule-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 10px;
  width: 1px;
  height: 95%;
  border-left: 1px dashed #5FDBE3;
}
.sc-timetable .session-wrapper .session .shedule-wrapper .time {
  font-size: 26px;
  position: relative;
  color: #5FDBE3;
  font-weight: 700;
}
.sc-timetable .session-wrapper .session .shedule-wrapper .time span {
  font-size: 18px;
}
.sc-timetable .session-wrapper .session .shedule-wrapper .time svg {
  transform: rotate(90deg);
}
.sc-timetable .session-wrapper .session .shedule-wrapper .time svg path {
  stroke: #5FDBE3;
}
.sc-timetable .session-wrapper .session .shedule-wrapper .time::before {
  content: "";
  background-color: #5FDBE3;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.sc-timetable .session-wrapper .session .shedule-wrapper .theme {
  color: #a0a0a0;
  font-size: 14px;
}
.sc-timetable .session-wrapper .session .shedule-wrapper .description {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 700;
}

.sc-speakers {
  padding-block: 90px;
  overflow-x: hidden;
  padding-bottom: 110px;
  background-color: rgba(21, 94, 114, 0.3);
  position: relative;
}
.sc-speakers::before, .sc-speakers::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.sc-speakers::before {
  aspect-ratio: 2.4;
  background: url(../../images/speakers-top.png) no-repeat top center;
  background-size: cover;
  top: 0;
}
.sc-speakers::after {
  aspect-ratio: 1.75;
  background-size: cover;
  background: url(../../images/speakers-bottom.png) no-repeat top center;
  bottom: 0;
}
.sc-speakers .divider-wrapper {
  margin-top: 40px;
}
.sc-speakers .divider-wrapper .location-wrapper {
  max-width: 580px;
}
.sc-speakers .divider-wrapper::before {
  margin-right: 0;
}
.sc-speakers .divider-wrapper::after {
  margin-left: 0;
}
.sc-speakers .time-wrapper {
  margin-top: 30px;
}
.sc-speakers .time-wrapper .time {
  font-size: 36px;
}
.sc-speakers .time-wrapper .time span {
  font-size: 26px;
}
.sc-speakers .time-wrapper .trend {
  margin-top: 10px;
}
.sc-speakers .time-wrapper .title {
  margin-top: 10px;
  font-size: 24px;
  letter-spacing: 1.8px;
}
.sc-speakers .mt-gap {
  margin-top: 76px;
}
.sc-speakers .row {
  margin-top: 46px;
  --bs-gutter-x: 70px;
  padding-inline: 40px;
}
.sc-speakers .speaker-detail {
  text-align: center;
  max-width: 280px;
  width: 100%;
  color: #ffffff;
}
.sc-speakers .speaker-detail .img-wrapper {
  padding-inline: 12px;
  background: linear-gradient(235deg, #57797c 0%, #5FDBE3 46.98%, #57797c 100%);
  aspect-ratio: 1;
}
.sc-speakers .speaker-detail .company-name {
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 20px;
}
.sc-speakers .speaker-detail .name {
  font-size: 26px;
  margin-top: 8px;
}
.sc-speakers .speaker-detail .name span {
  font-size: 20px;
}
.sc-speakers .speaker-detail .subtitle {
  font-size: 12px;
  letter-spacing: 1px;
  color: #a0a0a0;
}
.sc-speakers .day-divider {
  margin-block: 170px;
  position: relative;
}
.sc-speakers .day-divider .custom-container {
  background-color: #ffffff;
  height: 1px;
}
.sc-speakers .day-divider::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/speakers-mid.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1.58;
  z-index: -1;
}

.sc-outline {
  padding-top: 100px;
}
.sc-outline .detail-wrapper {
  max-width: 996px;
  width: 100%;
  margin-inline: auto;
}
.sc-outline .detail-wrapper .detail {
  border-bottom: 0.5px solid #C0C0C0;
  padding-block: 25px;
}
.sc-outline .detail-wrapper .detail .label {
  max-width: 190px;
  width: 100%;
  font-weight: 700;
}
.sc-outline .detail-wrapper .detail .value-wrapper {
  width: -webkit-fill-available;
}
.sc-outline .detail-wrapper .detail .value {
  letter-spacing: 1.8px;
}
.sc-outline .detail-wrapper .detail .value.brand-img {
  max-width: 660px;
  width: 100%;
}
.sc-outline .detail-wrapper .detail .value.brand-img .img-wrapper {
  max-width: 140px;
}
.sc-outline .detail-wrapper .detail .value .mini-value {
  font-size: 12px;
}

.sc-apply {
  padding-top: 60px;
}

@media (max-width: 1440.01px) {
  .banner-about {
    padding-top: 2%;
  }
  .banner-about .top-text .conference-title {
    font-size: 24px;
  }
  .banner-about .top-text .conference-subtitle {
    font-size: 32px;
    margin-top: 14px;
  }
  .banner-about .top-text .hero-logo {
    max-width: 650px;
    margin-top: 16px;
  }
  .banner-about .btm-text {
    margin-top: 28px;
    max-width: 580px;
  }
  .banner-about .btm-text .date-wrapper .lg-date {
    font-size: 70px;
  }
  .banner-about .btm-text .application-btn {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .sc-speakers .time-wrapper .time {
    font-size: 32px;
  }
  .sc-speakers .time-wrapper .time span {
    font-size: 21px;
  }
  .sc-speakers .time-wrapper .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .sc-speakers .time-wrapper .time {
    font-size: 28px;
  }
  .sc-speakers .time-wrapper .time span {
    font-size: 18px;
  }
  .sc-speakers .time-wrapper .title {
    font-size: 21px;
  }
}
@media screen and (max-width: 991.98px) {
  .banner-about .top-text .conference-title {
    font-size: 21px;
  }
  .banner-about .top-text .conference-subtitle {
    font-size: 30px;
  }
  .banner-about .top-text .hero-logo {
    max-width: 700px;
  }
  .banner-about .btm-text .date-wrapper {
    font-size: 36px;
    gap: 10px;
  }
  .banner-about .btm-text .date-wrapper .lg-date {
    font-size: 66px;
  }
  .banner-about .btm-text .divider-wrapper {
    font-size: 16px;
  }
  .banner-about .btm-text .country-wrapper {
    gap: 24px;
    font-size: 16px;
  }
  .banner-about .btm-text .country-wrapper .img-wrapper {
    max-width: 40px;
    height: 40px;
  }
  .sc-speakers .row {
    --bs-gutter-x: 40px;
    row-gap: 40px;
  }
  .sc-speakers .speaker-detail {
    max-width: unset;
  }
}
@media screen and (max-width: 1199.98px) {
  .sc-timetable .session-wrapper .session {
    gap: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .sc-speakers .speaker-detail {
    text-align: left;
  }
  .sc-speakers .speaker-detail .img-wrapper {
    max-width: 140px;
    margin-right: 12px;
    padding-inline: 6px;
  }
  .sc-speakers .speaker-detail .speaker-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sc-speakers .speaker-detail .company-name {
    font-size: 12px;
  }
  .sc-speakers .speaker-detail .name {
    font-size: 18px;
  }
  .sc-speakers .speaker-detail .subtitle {
    font-size: 10px;
  }
  .sc-speakers .mt-gap {
    margin-top: 40px;
  }
  .sc-speakers .row {
    row-gap: 20px;
    margin-top: 18px;
  }
  .sc-apply {
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .top-page {
    padding-top: 0;
  }
  .banner-about {
    background: url(../../images/top/top-bg-sp.png);
    background-position: top center;
    background-size: 100% auto;
    padding-top: 80px;
  }
  .banner-about .sc-about {
    background-color: rgba(21, 94, 114, 0.5);
    padding-block: 36px;
    position: relative;
  }
  .banner-about .sc-about .about-wrapper p {
    font-size: 14px;
    line-height: 28px;
  }
  .banner-about .top-text .conference-title {
    font-size: 18px;
    text-align: center;
  }
  .banner-about .top-text .conference-subtitle {
    font-size: 26px;
    text-align: center;
    margin-top: 8px;
  }
  .banner-about .btm-text .date-wrapper {
    font-size: 18px;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 10px;
  }
  .banner-about .btm-text .date-wrapper .lg-date {
    font-size: 32px;
  }
  .banner-about .btm-text .date-wrapper .text-vertical {
    font-size: 8px;
    letter-spacing: 1px;
    margin-left: 5px;
    font-weight: 600;
  }
  .banner-about .btm-text .application-btn {
    font-family: "Josefin Sans", sans-serif !important;
  }
  .banner-about .btm-text .country-wrapper {
    font-size: 12px;
  }
  .banner-about .btm-text .country-wrapper .img-wrapper {
    max-width: 30px;
    height: 30px;
  }
  .banner-about .btm-text .right-icon {
    margin-inline: 0;
    margin-top: -8px;
    width: 6px;
  }
  .banner-about .sc-banner {
    padding-bottom: 70px;
  }
  .banner-about .hero-text {
    margin-inline: auto;
    max-width: 350px;
  }
  .banner-about .hero-text .top-text .conference-subtitle {
    font-size: 20px;
    text-align: center;
  }
  .banner-about .hero-text .top-text .powered {
    font-size: 12px;
    margin-top: 20px;
  }
  .banner-about .hero-text .top-text .jsip-logo {
    max-width: 50px;
  }
  .banner-about .hero-text .btm-text {
    margin-top: 36px;
  }
  .banner-about .hero-text .btm-text .application-btn {
    margin-top: 21px;
    height: 42px;
    font-size: 18px;
    max-width: 300px;
  }
  .banner-about .hero-text .btm-text .application-btn span {
    line-height: 1;
    margin-top: 4px;
  }
  .banner-about .top-text {
    max-width: 320px;
    margin-inline: auto;
  }
  .sc-timetable {
    position: relative;
    padding-block: 50px;
  }
  .sc-timetable::before {
    aspect-ratio: 0.88;
    background: url(../../images/top/timeline-top-sp.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  .sc-timetable .sc-title {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
  }
  .sc-timetable .session-wrapper.day2-purple {
    margin-bottom: 170px;
  }
  .sc-timetable .session-wrapper .divider-wrapper {
    margin-top: 36px;
  }
  .sc-timetable .session-wrapper .session {
    margin-top: 24px;
    padding-inline: 10px;
  }
  .sc-timetable .session-wrapper .session .shedule-wrapper {
    gap: 26px;
    margin-top: 26px;
  }
  .sc-timetable .session-wrapper .session .shedule-wrapper .time {
    font-size: 16px;
  }
  .sc-timetable .session-wrapper .session .shedule-wrapper .time span {
    font-size: 16px;
  }
  .sc-timetable .session-wrapper .session .shedule-wrapper .time svg {
    width: 11px;
    margin-left: 8px;
  }
  .sc-timetable .session-wrapper .session .shedule-wrapper .theme {
    font-size: 11px;
  }
  .sc-timetable .session-wrapper .session .shedule-wrapper .description {
    font-size: 14px;
  }
  .sc-speakers {
    padding-block: 50px;
  }
  .sc-speakers::before {
    aspect-ratio: 2.2;
    background-image: url(../../images/speakers-top-sp.png);
  }
  .sc-speakers::after {
    aspect-ratio: 1.66;
    background-image: url(../../images/speakers-bottom-sp.png);
  }
  .sc-speakers .speaker-detail .company-name {
    margin-top: 0;
  }
  .sc-speakers .day-divider {
    margin-block: 60px 50px;
  }
  .sc-speakers .day-divider::after {
    background-image: url(../../images/speakers-mid-sp.png);
    aspect-ratio: 1.02;
  }
  .sc-speakers .sc-title .title {
    color: #ffffff !important;
  }
  .sc-speakers .sc-title .sp-content .descp {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .sc-speakers .divider-wrapper.no-divider::after, .sc-speakers .divider-wrapper.no-divider::before {
    display: block;
  }
  .sc-speakers .divider-wrapper .location-wrapper {
    height: 46px;
    font-size: 20px;
  }
  .sc-speakers .divider-wrapper .location-wrapper .img-wrapper {
    width: 30px;
  }
  .sc-speakers .time-wrapper .time {
    font-size: 18px;
  }
  .sc-speakers .time-wrapper .time span {
    font-size: 18px;
  }
  .sc-speakers .time-wrapper .title {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    margin-inline: auto;
  }
  .sc-speakers .time-wrapper .trend {
    font-size: 12px;
  }
  .sc-speakers .col-12 {
    padding-inline: 0;
    max-width: 340px;
    margin-inline: auto;
  }
  .sc-outline {
    padding-block: 50px;
  }
}
/* Top Page CSS Ends Here */
