:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --inter: "Inter", "Noto Sans JP", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #e60012;
  --gray: #e5e0dd;
  --body: #eeebe9;
  --line: #ccc;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

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

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

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

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

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  field-sizing: content;
}

[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 {
  -webkit-appearance: button;
  font: inherit;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

.obj01 {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .obj01 {
    transform-origin: right center;
    scale: 0.5;
  }
}

section.speakers ul.speakers-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 860px;
  margin: 0 auto;
  gap: 55px;
}
@media screen and (max-width: 767px) {
  section.speakers ul.speakers-list {
    max-width: 100%;
    gap: 40px 20px;
  }
}
section.speakers ul.speakers-list li {
  width: calc((100% - 110px) / 3);
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media (any-hover: hover) {
  section.speakers ul.speakers-list li:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  section.speakers ul.speakers-list li {
    width: calc((100% - 20px) / 2);
  }
}
section.speakers ul.speakers-list li .img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
section.speakers ul.speakers-list li .img img {
  transition: transform 0.3s;
  transform-origin: center center;
}
section.speakers ul.speakers-list li .img.dummy {
  background-color: var(--clr-white);
  border: 1px solid #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
section.speakers ul.speakers-list li .img.dummy img {
  width: 115px;
}
section.speakers ul.speakers-list li h3.name {
  display: flex;
  align-items: center;
  padding: 7px 0;
  line-height: 1.4;
  margin-top: 20px;
  background: url(/en/common/img/bg_red-line.png) repeat-y left top #eceeef;
  padding-left: 28px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
}
section.speakers ul.speakers-list li p.company {
  font-size: 14px;
  margin-top: 15px;
  padding: 0 10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  section.speakers ul.speakers-list li p.company {
    font-size: 15px;
    padding: 0;
  }
}
section.speakers ul.speakers-list li p.position {
  font-size: 14px;
  margin-top: 5px;
  padding: 0 10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  section.speakers ul.speakers-list li p.position {
    font-size: 15px;
    padding: 0;
  }
}
section.speakers .coming-soon {
  font-size: 20px;
  text-align: center;
  margin-top: 80px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.speakers .coming-soon {
    margin-top: 60px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, pointer-events 0.4s;
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s, pointer-events 0.4s;
}
.modal.ready {
  transition: opacity 0.3s ease;
}
.modal .bg {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.modal .modal-box {
  width: 90%;
  height: 90%;
  max-width: 1100px;
  max-height: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/common/img/bg_modal.jpg) no-repeat left top var(--clr-white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 55px 20px;
}
@media screen and (max-width: 767px) {
  .modal .modal-box {
    max-height: 100%;
    height: 80vh;
    padding: 20px 5%;
  }
}
.modal .modal-box .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .btn-close {
    top: 15px;
    right: 15px;
  }
}
.modal .modal-box .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: var(--clr-white);
  border-radius: 50%;
  border: 2px solid var(--clr-blue);
  left: -30px;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .swiper-button-prev {
    width: 45px;
    height: 45px;
    left: -20px;
  }
}
.modal .modal-box .swiper-button-prev:after {
  scale: 0.6;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .swiper-button-prev:after {
    scale: 0.4;
  }
}
.modal .modal-box .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: var(--clr-white);
  border-radius: 50%;
  border: 2px solid var(--clr-blue);
  right: -30px;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .swiper-button-next {
    width: 45px;
    height: 45px;
    right: -20px;
  }
}
.modal .modal-box .swiper-button-next:after {
  scale: 0.6;
  translate: 2px 0;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .swiper-button-next:after {
    scale: 0.4;
  }
}
.modal .modal-box .inner-box {
  width: 95%;
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box {
    max-height: 100%;
    height: 72vh;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .name-area {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box .swiper .swiper-slide .name-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .name-area .name {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  min-width: fit-content;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box .swiper .swiper-slide .name-area .name {
    font-size: 20px;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .name-area .position-area {
  padding-top: 3px;
}
.modal .modal-box .inner-box .swiper .swiper-slide .name-area .position-area .company {
  font-size: 14px;
  line-height: 1.5;
}
.modal .modal-box .inner-box .swiper .swiper-slide .name-area .position-area .position {
  font-size: 14px;
  line-height: 1.5;
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper {
    flex-direction: column;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .img {
  width: 40%;
  aspect-ratio: 1/1;
  margin-left: 1px;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .img {
    width: 80%;
    margin: 0 auto;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .img.dummy {
  background-color: var(--clr-white);
  border: 1px solid #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .img.dummy img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .img.dummy img {
    width: 60%;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area {
    width: 100%;
    margin-top: 20px;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area dl {
  line-height: 2;
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area dl:first-child dt {
  margin-top: 0;
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area dl dt {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid var(--clr-black);
  padding-bottom: 3px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area dl dt {
    font-size: 16px;
    margin-bottom: 7px;
    margin-top: 20px;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area dl dd {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area dl dd ul li {
  font-weight: 500;
  font-size: 15px;
}/*# sourceMappingURL=style.css.map */