@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --transition: 0.4s;
}

.rubik {
  font-family: var(--rubik);
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

html {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html body .main .content {
  z-index: 3;
}

.text-sm {
  font-size: 0.9rem;
}

.font-bold {
  font-weight: bold;
}

.mt-4 {
  margin-top: 1.6em;
}

.mb-2 {
  margin-bottom: 0.8em;
}

.form-top {
  background: #fff;
  padding: 30px 50px;
}
@media screen and (max-width: 768px) {
  .form-top {
    padding: 20px 30px;
  }
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1000000000;
}
.popup.is-active {
  opacity: 1;
  visibility: visible;
}
.popup .btnarea {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6px 10px;
}
.popup .btnarea .movie_btn {
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  margin: 0;
  padding: 6px 18px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  background: var(--red);
  color: #fff;
  border-radius: 100px;
  transition: 0.2s;
  height: 40px;
  width: 140px;
  border: solid 2px var(--red);
  max-width: auto;
  min-width: 0;
}
@media (hover) {
  .popup .btnarea .movie_btn:hover {
    color: var(--red);
  }
}
.popup .btnarea .btnarea-2clm {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.popup .btnarea .btnarea-2clm li {
  text-align: center;
}
.popup .btnarea .btnarea-2clm p {
  font-size: 14px;
  line-height: 2.4285714286;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .popup .btnarea .btnarea-2clm p {
    font-size: 12px;
    line-height: 2.6666666667;
    letter-spacing: 0.06em;
  }
}
.popup .btnarea .btnarea-2clm-p {
  padding-top: 34px;
}
@media screen and (max-width: 768px) {
  .popup .btnarea .btnarea-2clm-p {
    padding: 0;
  }
}
.popup .btnarea p {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .popup .btnarea p {
    font-size: 12px;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 768px) {
  .popup .btnarea p span {
    display: none;
  }
}
.popup .btnarea p a {
  text-decoration: underline;
}
.popup .btnarea p a:hover {
  text-decoration: none;
}
.popup__overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popup__inner {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 5;
  max-width: 1100px;
  width: 90%;
}
.popup__container {
  max-height: 70vh;
  overflow-y: auto;
  width: 100%;
}
.popup__place {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 10;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .popup__place {
    right: 15px;
    font-size: 14px;
  }
}
.popup__top-right {
  position: absolute;
  top: 26px;
  right: 30px;
  z-index: 10;
  display: flex;
  gap: 15px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .popup__top-right {
    left: 20px;
    top: 15px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .popup__top-right .stage.day-info {
    font-size: 12px;
    flex-shrink: 0;
  }
}
.popup__top-right .stage {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .popup__top-right .stage {
    font-size: 12px;
    flex-shrink: 0;
  }
}
.popup__top-right .time {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .popup__top-right .time {
    font-size: 12px;
    flex-shrink: 0;
  }
}
.popup__theme {
  margin-left: -70px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .popup__theme {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .popup__theme {
    gap: 15px;
    margin-top: 25px;
  }
}
.popup__theme-right {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .popup__theme-right {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.popup__theme-right ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.popup__theme-right ul li {
  border: solid 1px #fff;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.popup__theme-left {
  aspect-ratio: 1;
  height: auto;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .popup__theme-left {
    width: 40px;
  }
}
.popup__theme.concept .popup__theme-left {
  background: url(/2025/session/index/img/icon01.png) no-repeat;
  background-size: contain;
}
.popup__theme.concept .popup__theme-right::before {
  content: "未来の都市を構想する";
}
.popup__theme.concept.en .popup__theme-right::before {
  content: "Imagining City of the Future";
}
.popup__theme.talk .popup__theme-left {
  background: url(/2025/session/index/img/icon02.png) no-repeat;
  background-size: contain;
}
.popup__theme.talk .popup__theme-right::before {
  content: "テクノロジーの未来を語る";
}
.popup__theme.talk.en .popup__theme-right::before {
  content: "Discussing Future of Technology";
}
.popup__theme.nurture .popup__theme-left {
  background: url(/2025/session/index/img/icon03.png) no-repeat;
  background-size: contain;
}
.popup__theme.nurture .popup__theme-right::before {
  content: "スタートアップを育む";
}
.popup__theme.nurture.en .popup__theme-right::before {
  content: "Developing Startups";
}
.popup__theme.sponsor .popup__theme-left {
  background: url(/2025/session/index/img/icon07.png) no-repeat;
  background-size: contain;
}
.popup__theme.sponsor .popup__theme-right::before {
  content: "コーポレートパートナー";
}
.popup__theme.sponsor.en .popup__theme-right::before {
  content: "Corporate Partner";
}
.popup__theme.city .popup__theme-left {
  background: url(/2025/session/index/img/icon08.png) no-repeat;
  background-size: contain;
}
.popup__theme.city .popup__theme-right::before {
  content: "シティパートナー";
}
.popup__theme.city.en .popup__theme-right::before {
  content: "City Partner";
}
.popup__theme.vc .popup__theme-left {
  background: url(/2025/session/index/img/icon04.png) no-repeat;
  background-size: contain;
}
.popup__theme.vc .popup__theme-right::before {
  content: "インベスターセッション";
}
.popup__theme.vc.en .popup__theme-right::before {
  content: "Investor Session";
}
.popup__theme.itamae .popup__theme-left {
  background: url(/2025/session/index/img/icon05.png) no-repeat;
  background-size: contain;
}
.popup__theme.itamae .popup__theme-right::before {
  content: "ITAMAE企画";
}
.popup__theme.itamae.en .popup__theme-right::before {
  content: "ITAMAE Program";
}
.popup__theme.emp .popup__theme-left {
  background: url(/2025/session/index/img/icon06.png) no-repeat;
  background-size: contain;
}
.popup__theme.emp .popup__theme-right::before {
  content: "EmpowerHer Stage";
}
.popup__theme.emp.en .popup__theme-right::before {
  content: "EmpowerHer Stage";
}
.popup__theme.japan .popup__theme-left {
  background: url(/2025/session/index/img/icon09.png) no-repeat;
  background-size: contain;
}
.popup__theme.japan .popup__theme-right::before {
  content: "オールジャパン";
}
.popup__theme.japan.en .popup__theme-right::before {
  content: "All Japan";
}
.popup__top {
  padding: 15px 0 65px;
  background: #333333;
  width: 100%;
  border-radius: 20px 20px 0 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .popup__top {
    padding-bottom: 30px;
  }
}
.popup__top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: auto;
  aspect-ratio: 1100/44;
}
.popup__top-inner {
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
}
.popup__title {
  margin-top: -10px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .popup__title {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .popup__title {
    font-size: 20px;
    margin-top: 15px;
  }
}
.popup__power {
  font-weight: bold;
  font-family: var(--rubik);
  margin-bottom: 15px;
  margin-top: -5px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .popup__power {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.popup__text {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .popup__text {
    font-size: 12px;
  }
}
.popup__ondemand {
  font-size: 0.8rem;
  margin: 2em 0 0 0;
}
.popup__bottom {
  margin-top: -1px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  background: #fff;
  padding: 15px 0 30px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .popup__bottom {
    padding: 20px 0;
  }
}
.popup__participants {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 50px;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .popup__participants {
    padding: 0 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.popup__participant {
  display: flex;
  gap: 10px;
}
.popup__participant-left {
  max-width: 140px;
  min-width: 140px;
  max-height: 140px;
  min-height: 140px;
  border-radius: 9999px;
  overflow: hidden;
}
.popup__participant-left img {
  height: 100%;
  object-fit: cover;
}
.popup__name {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.popup__tex {
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  color: #666666;
}
.popup__link {
  margin-top: 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #e60012;
  text-decoration: underline;
}
.popup__link:hover {
  text-decoration: none;
}
.popup__close-btn::after, .popup__close-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  content: "";
  background: #fff;
  translate: -50% -50%;
}

.popup__close-btn {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: 5px;
  translate: 50% -50%;
  height: auto;
  width: 32px;
  aspect-ratio: 1/1;
}
.popup__close-btn::before {
  rotate: 45deg;
}
.popup__close-btn::after {
  rotate: -45deg;
}

.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: solid 2px #d9d9d9;
}
.accordion:last-child {
  border-bottom: solid 2px #d9d9d9;
}
.accordion.is-active .accordion__head-right img {
  rotate: 180deg;
}
.accordion__head {
  user-select: none;
  display: block;
}
.accordion__head::marker {
  display: none;
}
.accordion__head::-webkit-details-marker {
  display: none;
}
.accordion__head-inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.accordion__head-right {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e60012;
  font-weight: normal;
}
.accordion__head-right img {
  width: 24px;
  transition: rotate 0.3s;
}
.accordion.more {
  border: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .accordion.more {
    margin-bottom: 20px;
  }
}
.accordion.more.is-active .accordion__head::after {
  margin-top: 10px;
  rotate: -45deg;
}
.accordion.more.is-active .accordion__head-inner {
  font-weight: normal;
}
.accordion.more.is-active .accordion__head-inner::before {
  content: "閉じる";
}
.accordion.more.is-active .accordion__head-inner.en::before {
  content: "close";
}
.accordion.more .accordion__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .accordion.more .accordion__head {
    margin-bottom: 0;
  }
}
.accordion.more .accordion__head::after {
  width: 10px;
  height: 10px;
  content: "";
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transition: all 0.15s;
  rotate: 135deg;
}
.accordion.more .accordion__head-inner {
  font-weight: normal;
}
.accordion.more .accordion__head-inner::before {
  content: "各カテゴリの説明を見る";
}
.accordion.more .accordion__head-inner.en::before {
  content: "more";
}
.accordion.more .accordion__body-inner {
  display: block;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .accordion.more .accordion__body-inner {
    font-size: 14px;
  }
}
.accordion__body {
  overflow: hidden;
}
.accordion__body-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px 18px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .accordion__body-inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1000px) and (max-width: 910px) {
  .accordion__body-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) and (max-width: 910px) and (max-width: 768px) {
  .accordion__body-inner {
    gap: 8px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 910px) and (max-width: 768px) and (max-width: 480px) {
  .accordion__body-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.accordion__body-inner .checkbox-tag:checked + label {
  background: #ffe3e8;
  color: #e60012;
  outline: 2px solid #e60012;
  outline-offset: -2px;
}
.accordion__body-inner .checkbox-tag:checked + label::before {
  height: auto;
  width: 14px;
  aspect-ratio: 24/17;
  background: url(/2025/exhibitors/index/img/check.png) no-repeat;
  background-size: cover;
  border: unset;
}
.accordion__body-inner .checkbox-category:checked + label {
  background: #ffe3e8;
  color: #e60012;
  outline: 2px solid #e60012;
  outline-offset: -2px;
}
.accordion__body-inner .checkbox-category:checked + label::before {
  height: auto;
  width: 14px;
  aspect-ratio: 24/17;
  background: url(/2025/exhibitors/index/img/check.png) no-repeat;
  background-size: cover;
  border: unset;
}
.accordion__body-inner .check-box-wrap {
  position: relative;
}
.accordion__body-inner .check-box-wrap input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.accordion__body-inner .check-box-wrap input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.accordion__body-inner .check_label {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  outline: 1px solid #d9d9d9;
  outline-offset: -1px;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .accordion__body-inner .check_label {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.accordion__body-inner--1 .check_label {
  height: 50px;
}
.accordion__body-inner--1 .check_label--startups::before {
  background: url(/2025/exhibitors/index/img/startups.png) no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1 !important;
}
.accordion__body-inner--1 .check_label--corporate::before {
  background: url(/2025/exhibitors/index/img/corporate.png) no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1 !important;
}
.accordion__body-inner--1 .check_label--cities::before {
  background: url(/2025/exhibitors/index/img/cities.png) no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1 !important;
}
.accordion__body-inner--1 .check_label--other::before {
  background: url(/2025/exhibitors/index/img/other.png) no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1 !important;
}
.accordion__body-inner--1 .check_label::before {
  content: "";
  width: 36px !important;
  height: auto;
  border-radius: 9999px;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .accordion__body-inner--1 .check_label::before {
    width: 28px !important;
  }
}
.accordion__body-inner--1 .check_label--all::before {
  content: "";
  background: #8f8f8f;
  width: 12px !important;
  display: block;
}
.accordion__body-inner--2 {
  padding-bottom: 8px;
}
.accordion__body-inner--2 .check_label, .accordion__body-inner--3 .check_label {
  height: 40px;
}
.accordion__body-inner--2 .check_label::before, .accordion__body-inner--3 .check_label::before {
  content: "";
  border-radius: 9999px;
  background: #8f8f8f;
  height: auto;
  width: 12px;
  aspect-ratio: 1;
  display: block;
}
.accordion__body-inner--2 .check_label.outline::before, .accordion__body-inner--3 .check_label.outline::before {
  content: "";
  border-radius: 9999px;
  background: transparent;
  border: 2px solid #8f8f8f;
  height: auto;
  width: 12px;
  aspect-ratio: 1;
  display: block;
}
.accordion__body-inner--3 {
  padding-top: 15px;
}

.session__fl {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .session__fl {
    justify-content: flex-start;
    gap: 0;
    row-gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc;
  }
}
.session__fl-mini {
  margin: 0 auto 40px;
  max-width: 660px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .session__fl-mini {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.session__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .session__item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .session__item-mini {
    width: 100%;
  }
}
.session__left {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .session__left {
    width: 36px;
  }
}
.session__left-mini {
  width: 36px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .session__left-mini {
    width: 28px;
  }
}
.session__right {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .session__right {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .session__right-mini {
    font-size: 12px;
  }
}
.session__first {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .session__first {
    width: 100%;
  }
}
.session__first-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .session__first-text {
    font-size: 14px;
    line-height: 1.85;
  }
}
.session__first-translation {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .session__first-translation {
    font-size: 12px;
  }
}
.session__first-translation span {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #fff;
  background: #555555;
  padding: 3px 8px;
  border-radius: 3px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .session__first-translation span {
    font-size: 14px;
    padding: 2px 6px;
  }
}
.session .form .form-under {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .session .form .form-under {
    flex-direction: column;
    gap: 15px;
  }
}
.session .form .reset-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 150px;
  background: #999999;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .session .form .reset-btn {
    font-size: 14px;
    width: 130px;
    height: 35px;
  }
}
.session .form .form-search {
  width: 100%;
  max-width: 760px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .session .form .form-search {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.session .form .form-search-title {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .session .form .form-search-title {
    font-size: 14px;
  }
}
.session .form .form-search-input-wrapper {
  width: 100%;
  height: 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .session .form .form-search-input-wrapper {
    height: 50px;
  }
}
.session .form .form-search-input-wrapper input {
  padding-right: 110px;
  border: solid 1px #cccccc;
  padding-left: 25px;
  background: #fff;
  border-radius: 26px;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .session .form .form-search-input-wrapper input {
    padding-left: 15px;
    padding-right: 100px;
  }
}
.session .form .form-search-input-wrapper .search-btn {
  background: #000;
  width: 100px;
  height: 38px;
  border-radius: 19px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .session .form .form-search-input-wrapper .search-btn {
    width: 90px;
    font-size: 14px;
  }
}
.session .form .form-search-input-wrapper .search-btn img {
  margin-right: 5px;
  width: 15px;
}
@media screen and (max-width: 768px) {
  .session .form .form-search-input-wrapper .search-btn img {
    width: 12px;
  }
}
.session .form .common-content {
  background: #fff;
  margin-bottom: 60px;
  padding: 0 50px 50px;
}
@media screen and (max-width: 768px) {
  .session .form .common-content {
    margin-bottom: 50px;
    padding: 0 20px 20px;
  }
}
.session .form .pt-20 {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .session .form .pt-20 {
    padding-top: 10px;
  }
}
.session .form .radio__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.session .form .radio__label {
  margin-bottom: 10px;
  border-left: #cccccc solid 1px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.06em;
  padding: 0 20px;
  font-weight: bold;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .session .form .radio__label {
    font-size: 12px;
    padding: 0 10px;
  }
}
.session .form .radio__label:last-child {
  border-right: #cccccc solid 1px;
}
.session .form .radio__input:checked + .radio__label {
  color: #e60012;
}
.session .form .form-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .session .form .form-buttons {
    padding-bottom: 30px;
    gap: 15px;
  }
}
.session .form .form-buttons .form-button-clear {
  width: 90px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #999999;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .session .form .form-buttons .form-button-clear {
    font-size: 14px;
    width: 80px;
    height: 35px;
  }
}
.session .form .form-buttons .form-button-narrow {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  width: 240px;
  height: 60px;
  border-radius: 30px;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 768px) {
  .session .form .form-buttons .form-button-narrow {
    font-size: 16px;
    width: 200px;
    height: 50px;
  }
}
.session .form__result {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px;
  display: none;
}
@media screen and (max-width: 768px) {
  .session .form__result {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.session .form__result::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -20px;
  width: 45px;
  height: 6px;
  background: #e60012;
}
@media screen and (max-width: 768px) {
  .session .form__result::after {
    height: 4px;
    bottom: -16px;
  }
}
.session .form__result-text {
  font-size: 24px;
  line-height: 0.8333333333;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .session .form__result-text {
    font-size: 20px;
  }
}
.session .form__result-text span {
  margin: 0 5px;
  font-size: 40px;
  line-height: 0.5;
  letter-spacing: 0.06em;
  color: #e60012;
}
@media screen and (max-width: 768px) {
  .session .form__result-text span {
    font-size: 36px;
  }
}
.session .form__award {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .session .form__award {
    flex-direction: column;
  }
}
.session .form__award-text {
  margin-right: 30px;
  padding-right: 30px;
  border-right: solid 1px #000;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-family: var(--rubik);
}
@media screen and (max-width: 768px) {
  .session .form__award-text {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.session .form__award-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.session .form__award-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.session .form__award-item img {
  width: 30px;
}
.session .form__award-item p {
  font-weight: bold;
}

.timetable__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 15px;
}
@media screen and (max-width: 1200px) {
  .timetable__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1200px) and (max-width: 840px) {
  .timetable__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.timetable__item.is-filter {
  display: none;
}

.time-item {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.time-item__top {
  border-radius: 10px 10px 0 0;
  padding: 15px 15px 15px;
  color: #fff;
  background: #333333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .time-item__top {
    padding: 10px;
  }
}
.time-item__top::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  height: auto;
  width: 40px;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .time-item__top::after {
    width: 36px;
  }
}
.time-item__top.concept::after {
  background: url(/2025/session/index/img/icon01.png) no-repeat;
  background-size: contain;
}
.time-item__top.talk::after {
  background: url(/2025/session/index/img/icon02.png) no-repeat;
  background-size: contain;
}
.time-item__top.nurture::after {
  background: url(/2025/session/index/img/icon03.png) no-repeat;
  background-size: contain;
}
.time-item__top.vc::after {
  background: url(/2025/session/index/img/icon04.png) no-repeat;
  background-size: contain;
}
.time-item__top.itamae::after {
  background: url(/2025/session/index/img/icon05.png) no-repeat;
  background-size: contain;
}
.time-item__top.emp::after {
  background: url(/2025/session/index/img/icon06.png) no-repeat;
  background-size: contain;
}
.time-item__top.sponsor::after {
  background: url(/2025/session/index/img/icon07.png) no-repeat;
  background-size: contain;
}
.time-item__top.city::after {
  background: url(/2025/session/index/img/icon08.png) no-repeat;
  background-size: contain;
}
.time-item__top.japan::after {
  background: url(/2025/session/index/img/icon09.png) no-repeat;
  background-size: contain;
}
.time-item__place {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 10;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .time-item__place {
    font-size: 10px;
  }
}
.time-item__time {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .time-item__time {
    font-size: 13px;
  }
}
.time-item__title {
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .time-item__title {
    font-size: 12px;
  }
}
.time-item__on-demand {
  font-size: 0.6rem;
  margin: 1em 0 0 0;
}
.time-item__bottom {
  padding: 0 15px 10px;
  border-radius: 0 0 10px 10px;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .time-item__bottom {
    padding: 0 10px 10px;
  }
}
.time-item__bottom.coming-soon {
  position: relative;
}
.time-item__bottom.coming-soon:after {
  content: "COMING \aSOON";
  position: absolute;
  letter-spacing: -0.03em;
  line-height: 1.2;
  top: 50%;
  left: 50%;
  text-align: center;
  white-space: pre;
  color: #bfbfbf;
  font-weight: bold;
  font-size: 40px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.time-item__participant {
  border-bottom: solid 1px #e60012;
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.time-item__participant-left {
  width: 52px;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 9999px;
}
.time-item__name {
  font-size: 14px;
  line-height: 1.1428571429;
  letter-spacing: 0em;
  margin-bottom: 5px;
  word-break: break-word;
}
.time-item__text {
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  color: #555555;
  word-break: break-word;
}

/*# sourceMappingURL=style.css.map */
