@charset "UTF-8";
/*-------------------------------------------
変数
-------------------------------------------*/
/*-------------------------------------------
全体
-------------------------------------------*/
body {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "Noto Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #f0edec;
  color: #191817;
  line-height: 1.6;
  position: relative;
}

img {
  max-width: 100%;
  object-fit: cover;
}

/*-------------------------------------------
レイアウト
-------------------------------------------*/
.container {
  max-width: 1280px;
  width: 100%;
  background-color: #f0edec;
  margin-left: auto;
  margin-right: auto;
}

section {
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
/*-------------------------------------------
見出し
-------------------------------------------*/
.header-image {
  width: auto;
  height: 100%;
  height: 74px;
  object-fit: cover;
}

.sub-header {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .header-image {
    height: 50px;
  }
  .sub-header {
    font-size: 16px;
    margin-bottom: 48px;
  }
}
/*-------------------------------------------
ボタン
-------------------------------------------*/
.btn {
  color: #ffffff;
  background-color: #f75c03;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.btn:hover {
  transition: all 0.3s;
  transform: translate(2px, 2px);
  background-color: rgba(247, 92, 3, 0.8);
}

.btn-bg {
  width: 430px;
  max-width: 32.34%;
  height: 70px;
  height: 8.69%;
  font-size: 24px;
  font-size: clamp(1.0625rem, 0.4063rem + 1.3672vw, 1.5rem);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-md {
  font-size: 20px;
  padding: 14px 52px;
  border-radius: 100px;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 40px;
}

.triangle {
  width: 16px;
  object-fit: cover;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .btn-bg {
    font-size: 17px;
  }
  .btn-md {
    font-size: 17px;
    padding: 11px 52px;
  }
  .triangle {
    width: 14px;
    vertical-align: -5px;
  }
}
/*-------------------------------------------
改行
-------------------------------------------*/
.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: inline-block;
  }
}
/*-------------------------------------------
ヘッダー
-------------------------------------------*/
.header {
  width: 100%;
  height: 48px;
  position: fixed;
  z-index: 100;
}

.header-wrapper {
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.header.is-scrolled {
  background-color: rgba(63, 136, 197, 0.8);
}

.header-left {
  display: flex;
  align-self: center;
}

.header-logo {
  width: 118px;
  object-fit: cover;
}

.header-navigation {
  height: 100%;
}

.header-nav-list {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
}

.header-nav-list__item {
  font-size: 14px;
  margin-right: 30px;
}
.header-nav-list__item:last-child {
  margin-right: 0;
}

.header-nav-list__item:hover {
  opacity: 0.7;
  transition: all 0.6s;
}

.hbg-menu {
  display: none;
}

.hbg-menu {
  width: 24px;
  height: 16px;
  position: relative;
  transition: all 0.5s ease-out;
  cursor: pointer;
  margin-top: 0px;
  margin-right: 6px;
  z-index: 10;
}
.hbg-menu span {
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  transition: all 0.5s ease-out;
  position: absolute;
  left: 0;
  transition: all 0.5s ease-out;
}
.hbg-menu .hbg-top {
  top: 0px;
}
.hbg-menu .hbg-middle {
  top: 7px;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.hbg-menu .hbg-bottom {
  bottom: 0px;
}

.hbg-menu.active {
  position: relative;
  z-index: 20;
}
.hbg-menu.active .hbg-top {
  top: 0px;
  transform: translateY(7px) rotate(30deg);
  transition: all 0.5s ease-out;
}
.hbg-menu.active .hbg-middle {
  display: none;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.hbg-menu.active .hbg-bottom {
  transform: translateY(-7px) rotate(-30deg);
  transition: all 0.5s ease-out;
}

.sp-drawer-menu {
  display: none;
}

.sp-drawer-menu {
  width: 100%;
  height: 100vh;
  background-color: #3f88c5;
  position: absolute;
  top: 90px;
  top: 0px;
  left: -150%;
  text-align: right;
  transition: all 0.8s ease;
}

.sp-header-navigation {
  display: flex;
  justify-content: center;
  padding-top: 80px;
}

.sp-header-nav-list {
  margin: 0 auto;
}

.sp-header-nav-list__item {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}

.sp-drawer-menu.active {
  left: 0;
  transition: all 0.4s;
}

@media screen and (max-width: 1100px) {
  .is-scrolled .header-logo {
    transition: all 0.4s;
  }
  .is-scrolled .header-logo span {
    font-size: 1.35rem;
  }
  .header-navigation {
    display: none;
  }
  .hbg-menu {
    display: block;
  }
  .sp-drawer-menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 40px;
  }
  .header-wrapper {
    width: 100%;
    height: 100%;
    padding: 8px;
  }
}
@media screen and (max-width: 460px) {
  .header-logo {
    font-size: 1.25rem;
  }
}
/*-------------------------------------------
メインヴィジュアル
-------------------------------------------*/
.mv {
  height: auto;
  margin-top: 0px;
  background-image: url(../images/bg-mv@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mv .container {
  background-color: transparent;
}

.mv .mv-banner {
  text-align: right;
  padding-top: 120px;
  padding-bottom: 8%;
  position: relative;
}

.mv .btn {
  position: absolute;
  bottom: 16%;
  right: 5%;
}

.badge-free {
  position: absolute;
  bottom: 21%;
  right: 27.58%;
  width: 11.4%;
  object-fit: cover;
}

.img-pc-KV {
  max-width: 1237px;
  width: 100%;
  object-fit: cover;
}

.img-sp-KV {
  display: none;
}

.mv .btn-mv-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .mv {
    background-image: none;
  }
  .mv .container {
    max-width: initial;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .mv .mv-banner {
    position: static;
    text-align: center;
    padding-top: 64px;
    background-image: url(../images/bg-sp-mv@2x.png);
    background-size: cover;
    background-position: center bottom;
  }
  .mv .btn {
    position: relative;
    display: inline-block;
    display: none;
    left: 0;
    bottom: initial;
    right: initial;
    width: 63.6%;
    min-width: 320px;
    height: 48px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .mv .btn::before {
    content: url(../images/badge-free.png);
    display: block;
    position: absolute;
    top: -30px;
    left: -35px;
    transform: scale(0.75);
  }
  .mv .btn-mv-sp {
    display: inline-block;
    margin-top: 36px;
  }
  .img-pc-KV {
    display: none;
  }
  .img-sp-KV {
    display: block;
  }
  .badge-free {
    display: none;
  }
}
/*-------------------------------------------
Message
-------------------------------------------*/
.message {
  padding: 78px 79px 65px;
}

.message .container {
  position: relative;
}

.message-text {
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #2a2929;
  position: relative;
  z-index: 1;
}

.bg-message {
  position: absolute;
  top: -110px;
  right: 120px;
  right: 9.06%;
  width: 174px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .message {
    padding: 40px 0px;
  }
  .message-text {
    font-size: 14px;
  }
  .bg-message {
    position: absolute;
    top: -186px;
    right: -30px;
    width: 174px;
    object-fit: cover;
    transform: scale(0.6);
  }
}
/*-------------------------------------------
Speaker
-------------------------------------------*/
.speaker {
  padding-top: 65px;
  padding-bottom: 92px;
  overflow: hidden;
}

.keynotetitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 80px;
}

.speaker-upper {
  padding-left: 122px;
  padding-right: 105px;
  margin-top: 140px;
  margin-bottom: 124px;
}

.main-speaker-list__item {
  display: flex;
  gap: 20px;
}

.main-speaker-list__item:nth-child(2) {
  flex-direction: row-reverse;
}

.main-spaaker-image {
  width: 559px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.main-spaaker-image.main-speaker-01 {
  background-image: url(../images/bg-mainspeaker01-01@2x.png);
  background-size: 120%;
}

.main-spaaker-image.main-speaker-02 {
  background-image: url(../images/bg-mainspeaker02-01@2x.png);
  background-size: 100%;
}

.main-spaaker-image.main-speaker-03 {
  background-image: url(../images/bg-mainspeaker03-01@2x.png);
  background-size: 100%;
  background-size: cover;
  background-position: center top;
}

.main-spaaker-image {
  position: relative;
}

.main-spaaker-image.main-speaker-01::before {
  content: url(../images/bg-mainspeaker01-02@2x.png);
  display: block;
  position: absolute;
  top: 0px;
  left: -67px;
  transform: scale(50%);
  transform-origin: center;
  transform-origin: top left;
}

.main-spaaker-image.main-speaker-02::before {
  content: url(../images/bg-mainspeaker02-02@2x.png);
  display: block;
  position: absolute;
  top: 90px;
  left: -58px;
  transform: scale(50%);
  transform-origin: center;
  transform-origin: top right;
}

.main-spaaker-image.main-speaker-03::before {
  content: url(../images/bg-mainspeaker03-02@2x.png);
  display: block;
  position: absolute;
  bottom: -42px;
  left: -10px;
  transform: scale(50%);
  transform-origin: center;
  transform-origin: bottom right;
}

.main-spaaker-image.main-speaker-03 {
  overflow: visible;
}

.img-main-speaker {
  position: relative;
  width: 335px;
  height: 522px;
  object-fit: cover;
  z-index: 1;
}

.bg01-main-speaker,
.bg02-main-speaker {
  position: absolute;
}

.main-spaaker-text {
  width: 474px;
}

.main-speaker-list__item {
  text-align: left;
  margin-bottom: 84px;
}
.main-speaker-list__item:last-child {
  margin-bottom: 0;
}

.main-session-name {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 30px;
  margin-bottom: 24px;
}

.main-speaker-name {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
}

.main-speaker-name span {
  font-size: 20px;
}

.main-speaker-name.main-speaker-01::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  width: 157px;
  height: 123px;
  background-image: url(../images/logo-kaizen@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
  background-position: right top;
}

.main-company-name {
  line-height: 1.6;
  margin-bottom: 23px;
}

.main-speaker-header {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

.main-speaker-description {
  line-height: 1.6;
  text-align: justify;
}

.speaker-upper-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 64px;
  text-align: left;
  width: 1058px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 55px;
}

.speaker-lower-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  text-align: left;
  width: 1058px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 55px;
}

.speaker-upper-list__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 310px;
}

.speaker-upper-list__item.u-comingsoon {
  width: 310px;
  height: 367px;
  background-color: #ffffff;
  position: relative;
}
.speaker-upper-list__item.u-comingsoon::after {
  content: "Coming Soon";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffad05;
  font-size: 24px;
  font-weight: 700;
}

.speaker-lower-list__item {
  max-width: 310px;
  align-self: flex-start;
}

.speaker-upper-list__item-left {
  position: relative;
  width: 310px;
  height: 250px;
}

.speaker-lower-list__item-left {
  position: relative;
  margin-bottom: 34px;
}

.speaker-upper-list__item.spo-session {
  margin-top: 55px;
}

.speaker-image-wrapper {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pc-session-name {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  color: #ffffff;
  padding: 6px 20px;
  border-radius: 30px;
  width: 200px;
}

.s-session-name {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 30px;
  padding: 6px 20px;
  margin-top: -20px;
}

.speaker-upper-list__item-right {
  min-height: 117px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #ffffff;
}

.spaaker-image {
  margin-bottom: 34px;
  height: 316px;
  object-fit: cover;
}

.speaker-pc-image {
  display: block;
  height: 250px;
  object-fit: cover;
}

.speaker-sp-image {
  display: none;
}

.sp-session-name {
  width: 193px;
  display: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 30px;
}

.spo-session .session-name {
  width: 210px;
}

.speaker-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
}

.speaker-name.comingsoon {
  font-size: 24px;
  color: #5fad56;
}

.company-name {
  font-size: 14px;
  margin-bottom: 8px;
}

.speaker-header {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.bgc-blue {
  background-color: #3f88c5;
}

.bgc-purple {
  background-color: #d89efb;
}

.bgc-orange {
  background-color: #ffad05;
}

.bgc-breen {
  background-color: #5fad56;
}

.s-speaker-no-image-pc {
  display: block;
}

.s-speaker-no-image-sp {
  display: none;
}

.sp-comingsoon {
  display: none;
}

@media screen and (max-width: 1100px) {
  .speaker-upper-list {
    width: 100%;
    gap: 2%;
  }
  .speaker-upper-list__item {
    width: 32%;
  }
  .speaker-lower-list {
    width: 100%;
    gap: 4%;
  }
  .speaker-lower-list__item {
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
  .img-main-speaker {
    width: 80%;
  }
  .main-speaker-03 .img-main-speaker {
    width: 80%;
  }
  .main-spaaker-image.main-speaker-01 {
    background-size: 140%;
    background-position: center top;
  }
  .main-spaaker-image.main-speaker-01::before {
    transform: scale(35%);
    left: -80px;
  }
  .main-speaker-name.main-speaker-01::before {
    top: -36px;
    right: -70px;
  }
  .main-spaaker-image.main-speaker-02 {
    background-size: 140%;
    background-position: center top;
  }
  .main-spaaker-image.main-speaker-02::before {
    top: 40px;
    left: 200px;
    transform: scale(35%);
    transform-origin: top left;
  }
  .main-spaaker-image.main-speaker-03 {
    background-size: 140%;
    background-position: center top;
  }
  .main-spaaker-image.main-speaker-03::before {
    transform: scale(35%);
    bottom: -20px;
    left: initial;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .keynotetitle {
    font-size: 20px;
    margin: 30px 0 40px;
  }
  .speaker-upper {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 80px;
    margin-bottom: 64px;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-speaker-list__item {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 53px;
  }
  .main-spaaker-image {
    width: 100%;
  }
  .main-spaaker-image.main-speaker-01 {
    background-size: 130%;
  }
  .main-spaaker-image.main-speaker-02 {
    background-size: 130%;
  }
  .main-spaaker-image.main-speaker-03 {
    background-size: 120%;
  }
  .main-spaaker-image.main-speaker-01::before {
    content: url(../images/bg-mainspeaker01-02@2x.png);
    display: block;
    position: absolute;
    top: 0px;
    left: -10px;
    transform: scale(25%);
    transform-origin: center;
    transform-origin: top left;
  }
  .main-spaaker-image.main-speaker-02::before {
    content: url(../images/bg-mainspeaker02-02@2x.png);
    display: block;
    position: absolute;
    top: 70px;
    left: 200px;
    transform: scale(30%);
    transform-origin: center;
    transform-origin: top left;
  }
  .main-spaaker-image.main-speaker-03::before {
    content: url(../images/bg-mainspeaker03-02@2x.png);
    display: block;
    position: absolute;
    bottom: -30px;
    left: 170px;
    transform: scale(30%);
    transform-origin: center;
    transform-origin: bottom left;
  }
  .main-spaaker-text {
    width: 100%;
  }
  .main-speaker-list__item:nth-child(2) {
    flex-direction: column;
  }
  .main-spaaker-image {
    width: 100%;
  }
  .img-main-speaker {
    width: 240px;
    height: 374px;
  }
  .main-session-name {
    font-size: 14px;
    padding: 4.5px 16px 3.5px;
    border-radius: 26px;
    margin-bottom: 24px;
  }
  .main-speaker-name span {
    font-size: 16px;
  }
  .main-speaker-name.main-speaker-01::before {
    top: -20px;
    right: 0;
    width: 120px;
    height: 94px;
  }
  .main-speaker-header {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .speaker-upper-list,
  .speaker-lower-list {
    width: 330px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: initial;
    margin-bottom: 0;
  }
  .speaker-upper-list__item {
    max-width: initial;
    width: 338px;
    height: 216px;
    display: flex;
    flex-direction: row;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #ddd9d7;
    width: 100%;
  }
  .speaker-upper-list__item:last-of-type {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd9d7;
  }
  .speaker-upper-list__item.u-comingsoon {
    width: 338px;
    height: 216px;
    background-color: transparent;
  }
  .speaker-upper-list__item.u-comingsoon::after {
    content: none;
  }
  .speaker-upper-list__item.spo-session {
    margin-top: 0px;
  }
  .speaker-upper-list__item-left {
    width: 44%;
    min-width: 140px;
    margin-right: 16px;
  }
  .speaker-upper-list__item-right {
    width: 56%;
    padding-top: 0;
    text-align: left;
    background-color: transparent;
  }
  .speaker-lower {
    padding-bottom: 48px;
  }
  .speaker-lower-list__item {
    width: 100%;
    display: flex;
    padding-top: 24px;
    border-top: 1px solid #ddd9d7;
    margin-bottom: 24px;
  }
  .speaker-lower-list__item:last-child {
    margin-bottom: 0;
  }
  .speaker-lower-list__item-left {
    width: 44%;
    margin-top: 18px;
    margin-right: 16px;
  }
  .speaker-lower-list__item-right {
    width: 56%;
  }
  .speaker-image-wrapper {
    width: 140px;
    height: 180px;
  }
  .speaker-image-wrapper::after {
    display: none;
    bottom: -14px;
    height: auto;
    font-size: 12px;
    padding: 4px 12px;
  }
  .speaker-image-wrapper.u-session::after {
    width: 134px;
  }
  .speaker-image-wrapper.s-session::after {
    width: 134px;
    letter-spacing: -0.09em;
  }
  .speaker-image {
    width: 79%;
  }
  .u-comingsoon .speaker-image {
    width: 140px;
    height: 180px;
    object-fit: cover;
  }
  .speaker-pc-image {
    display: none;
  }
  .speaker-sp-image {
    display: block;
    width: 140px;
    height: 180px;
    object-fit: cover;
  }
  .pc-session-name {
    display: none;
  }
  .sp-session-name {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px 2px;
    border-radius: 26px;
    width: 140px;
    margin-bottom: 12px;
  }
  .spo-session .session-name {
    width: 134px;
    padding: 4px;
  }
  .s-session-name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    color: #ffffff;
    font-size: 11px;
    border-radius: 30px;
    padding: 4px 12px;
    margin-top: -5px;
    bottom: initial;
    top: initial;
  }
  .speaker-lower-list__item .session-name {
    letter-spacing: -0.08em;
    width: 134px;
    padding: 4px 10px;
  }
  .speaker-name {
    font-size: 17px;
  }
  .company-name {
    font-size: 14px;
  }
  .speaker-header {
    font-size: 14px;
  }
  .sp-comingsoon {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #ffad05;
  }
  .speaker-name.comingsoon {
    font-size: 17px;
    margin-top: 70px;
  }
  .s-speaker-no-image-pc {
    display: none;
  }
  .s-speaker-no-image-sp {
    display: block;
    margin-left: 12px;
  }
}
/*-------------------------------------------
Outline
-------------------------------------------*/
.outline {
  padding: 100px 0;
  background-color: #f0edec;
}

.outline-container {
  display: flex;
  gap: 48px;
  width: 1124px;
  height: auto;
  margin: 0 auto;
  padding: 72px 50px;
  background-color: #ffffff;
}

.outline-left {
  max-width: 500px;
  width: 100%;
}

.outline-right {
  max-width: 478px;
  width: 100%;
}

.outline-list {
  display: flex;
  text-align: left;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #c2bcb9;
}

.outline-label {
  width: 136px;
  font-weight: 700;
  flex-shrink: 0;
}

.outline-value {
  line-height: 1.6;
}

.access-list__item {
  position: relative;
  margin-left: 18px;
}

.access-list__item::before {
  content: "・";
  display: block;
  position: absolute;
  top: 50%;
  top: 0;
  left: -16px;
}

.map-container {
  position: relative;
  width: 100%;
  padding-top: 98%;
  /* 16:9のアスペクト比 */
  height: 0;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media screen and (max-width: 1280px) {
  .outline-container {
    width: 100%;
  }
  .outline-label {
    width: 110px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .outline-container {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 16px;
  }
  .outline-left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .outline-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .outline-list {
    flex-direction: column;
  }
  .outline-label {
    margin-bottom: 12px;
  }
  .map-container {
    width: 100%;
    padding-top: 60%;
  }
}
/*-------------------------------------------
懇親会の案内
-------------------------------------------*/
.meetup {
  width: 100%;
  background-image: url(../images/bg-meetup@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
}

.meetup .container {
  background-color: transparent;
}

.meetup {
  padding: 100px 0;
}

.meetup-container {
  display: flex;
  gap: 48px;
  width: 1124px;
  height: auto;
  margin: 0 auto;
  padding: 72px 50px;
  background-color: #ffffff;
}

.meetup-left {
  max-width: 409px;
  width: 100%;
  margin-top: 11px;
}

.img-meetup {
  width: 100%;
  object-fit: cover;
}

.img-sp-meetup {
  display: none;
}

.note-meetup {
  text-align: left;
  margin-top: 16px;
}

.meetup-right {
  max-width: 567px;
  width: 100%;
}

.meetup-list {
  display: flex;
  text-align: left;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #c2bcb9;
}

.meetup-label {
  width: 96px;
  font-weight: 700;
  flex-shrink: 0;
}

.meetup-value {
  line-height: 1.6;
}

.map-container {
  position: relative;
  width: 100%;
  padding-top: 98%;
  height: 0;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media screen and (max-width: 1280px) {
  .meetup-container {
    width: 100%;
  }
  .meetup-label {
    width: 100px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .meetup.sp-meetup {
    width: 100%;
    background-image: url(../images/bg-sp-meetup@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
  }
  .meetup-container {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .meetup-left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
    margin-top: 0;
  }
  .img-meetup {
    display: none;
  }
  .img-sp-meetup {
    display: block;
  }
  .note-meetup {
    display: none;
  }
  .meetup-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 18px;
  }
  .meetup-list {
    flex-direction: column;
  }
  .meetup-list:last-child {
    margin-bottom: 0;
  }
  .meetup-list:last-of-type {
    margin-bottom: 0;
  }
  .meetup-label {
    margin-bottom: 12px;
  }
  .map-container {
    width: 100%;
    padding-top: 60%;
  }
}
/*-------------------------------------------
Time-Table
-------------------------------------------*/
.time-table {
  background-color: #ccf0f4;
  padding: 100px 0;
  background-image: url(../images/bg-timetable@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.time-table .container {
  background-color: transparent;
}

.time-table-inner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.timeline {
  margin-left: auto;
  padding-left: 120px;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 40px;
  bottom: 30px;
  width: 3px;
  background: #ffffff;
}

.timeline-item {
  width: 896px;
  text-align: left;
  position: relative;
  border-radius: 20px;
  background-color: #ffffff;
  margin-bottom: 24px;
}

.timeline-time {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0098bb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: 0;
  position: absolute;
  top: 10px;
  left: -120px;
}

.timeline-content {
  padding: 24px 150px 24px 24px;
}

.timeline-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.timeline-content p {
  font-size: 16px;
}

.table-speaker-image-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 31px;
  width: 200px;
  height: 92px;
}

.table-speaker-image-box .table-speaker-image {
  position: static;
  background-color: rgb(246, 246, 246);
  transform: translateY(0);
  width: 92px;
  height: 92px;
  object-fit: cover;
}
.table-speaker-image-box .table-speaker-image:first-child {
  margin-right: 10px;
}

.table-speaker-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 31px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
}

.table-speaker-image.us-2 {
  top: 24px;
  transform: translateY(0%);
}

.timeline-two-pereson .timeline-content {
  padding: 24px 280px 24px 24px;
}

.timeline-break {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
}

.timeline-break::before,
.timeline-break::after {
  content: "";
  flex: 1;
  border-top: 1px dashed #999;
}

.timeline-break::before {
  margin-right: 10px;
}

.timeline-break::after {
  margin-left: 10px;
}

.timetable-note {
  text-align: center;
  margin: 40px 0;
}

@media screen and (max-width: 1100px) {
  .timeline-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .time-table-inner {
    max-width: initial;
    width: 100%;
    margin: 0 auto;
  }
  .timeline {
    padding-left: 0px;
  }
  .timeline::before {
    content: none;
  }
  .timeline-item {
    max-width: 540px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .timeline-time {
    width: 110px;
    height: auto;
    padding: 4px 6px;
    border-radius: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    letter-spacing: -0.03em;
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .timeline-content {
    padding: 48px 16px 16px;
  }
  .timeline-content h3 {
    width: 78%;
    font-size: 17px;
    margin-bottom: 12px;
  }
  .timeline-content p {
    font-size: 14px;
  }
  .table-speaker-image-box {
    width: 60px;
    height: 124px;
    right: 16px;
  }
  .table-speaker-image-box .table-speaker-image {
    width: 60px;
    height: 60px;
    margin-bottom: 4px;
  }
  .table-speaker-image-box .table-speaker-image:last-child {
    margin-bottom: 0px;
  }
  .timeline-two-pereson .timeline-content {
    padding: 48px 100px 24px 24px;
  }
  .table-speaker-image {
    position: absolute;
    top: 47px;
    right: 16px;
    width: 60px;
    height: 60px;
  }
  .table-speaker-image.us-2 {
    top: 48px;
  }
  .time-line-height {
    min-height: initial;
  }
  .timeline-break {
    font-size: 17px;
  }
}
/*-------------------------------------------
Sponsor
-------------------------------------------*/
.sponsor {
  padding: 100px 0;
  background-image: url(../images/bg-sponsor@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sponsor .container {
  background-color: transparent;
  max-width: 1124px;
  width: 100%;
}

.logo-list {
  height: auto;
  background-color: #3f88c5;
  margin: 0 auto;
}

.client-logo-list {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-logo-list {
  display: block;
  width: 100%;
  object-fit: cover;
}

.sp-logo-list {
  display: none;
  width: 100%;
  object-fit: cover;
}

.sponsor-container {
  padding: 32px 80px;
  background-color: #ffffff;
}

.sponsor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: center;
}

.sponsor-list__item {
  width: 33.3333%;
  width: 323px;
  height: 110px;
}

.sponsor-list__item-04 {
  display: flex;
  align-items: center;
}
.sponsor-list__item-04 .img-sponsor-logo {
  height: 100px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .sponsor {
    padding-bottom: 60px;
    margin: 0 auto;
  }
  .logo-list {
    width: 330px;
    height: auto;
    background-color: #3f88c5;
    margin: 0 auto;
  }
  .pc-logo-list {
    display: none;
  }
  .sp-logo-list {
    display: none;
  }
  .sponsor-container {
    padding: 12px 0px;
    max-width: 500px;
    margin: 0 auto;
  }
  .sponsor-list {
    flex-direction: column;
    align-items: center;
  }
  .sponsor-list__item {
    width: 336px;
  }
}
/*-------------------------------------------
Footer
-------------------------------------------*/
.footer {
  background-color: #235668;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 16px;
}

.footer .container {
  background-color: #235668;
}

.footer-upper {
  text-align: center;
}

.footer-copy-01 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.6;
}

.footer-copy-02 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.6;
}

.footer-lower {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.footer-nav-list {
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer-copy-01 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 36px;
  }
  .footer-copy-02 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 36px;
  }
}
/*-------------------------------------------
モーダル
-------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal.show {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: auto;
}

.modal h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 1000px;
  height: 600px;
  overflow-y: auto;
  position: relative;
}

.close {
  position: absolute;
  right: 15px;
  top: -2px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.pc-form {
  display: block;
}

.sp-form {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-form {
    display: none;
  }
  .sp-form {
    display: block;
  }
}
/*-------------------------------------------
サンクスページ
-------------------------------------------*/
.thanks-page {
  position: relative;
}

.thanks {
  padding: 160px 0 560px;
  background-image: url(../images/bg-mv@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.thanks .container {
  background-color: transparent;
}

.thanks-box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 24px 24px;
  border-radius: 24px;
}

.thanks-header {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.thanks-text {
  margin-top: 60px;
  line-height: 1.8;
}

.thanks-page .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .thanks {
    padding: 80px 0 500px;
  }
  .thanks-header {
    font-size: 20px;
  }
  .thanks-page .footer {
    padding-top: 40px;
  }
  .thanks-text {
    margin-top: 32px;
  }
  .thanks-page .footer-copy-01 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .thanks-page .footer-copy-02 {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .thanks-page .footer .btn-md {
    padding: 10px 30px;
  }
  .footer-lower {
    margin-top: 24px;
  }
}
/*-------------------------------------------
Safari対応
-------------------------------------------*/
@supports (-webkit-hyphens: none) {
  .mv .btn {
    margin-top: 2px;
  }
  @media screen and (max-width: 768px) {
    .timeline-time {
      width: 180px;
      padding: 4px 2px;
    }
    .pc-br {
      display: none;
    }
    .sp-br {
      display: inline-block;
    }
  }
}
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 768px) {
    .mv .btn-mv-sp {
      margin-top: 48px;
    }
  }
}
/*-------------------------------------------
Firefox対応
-------------------------------------------*/
@supports (-moz-appearance: none) {
  @media screen and (max-width: 500px) {
    .mv .btn {
      min-width: 240px;
    }
    .speaker .container {
      max-width: 100%;
      box-sizing: border-box;
    }
    .speaker-upper {
      padding-right: 24px;
    }
    .main-company-name {
      padding-right: 24px;
    }
    .main-speaker-description {
      padding-right: 24px;
    }
    .speaker-upper-list {
      margin-left: -24px;
    }
  }
}
/*-------------------------------------------
Edge対応
-------------------------------------------*/
@supports (-webkit-appearance: none) {
  @media screen and (max-width: 500px) {
    .mv .btn-mv-sp {
      display: inline-block;
      margin-top: 36px;
    }
  }
}
/*-------------------------------------------
ボタンアニメーション
-------------------------------------------*/
.btn-sm.openModal {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0); /* 初期位置 */
  }
  50% {
    transform: translateY(3px); /* 上に移動 */
  }
  100% {
    transform: translateY(0); /* 元の位置に戻る */
  }
}
.triangle {
  animation: stepRight 1.8s infinite;
}

@keyframes stepRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  33% {
    transform: translateX(13px);
    opacity: 1;
  }
  66% {
    transform: translateX(26px);
    opacity: 1;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    transform: translateX(39px);
    opacity: 0;
  }
}
/*-------------------------------------------
招待コード認証フォーム
-------------------------------------------*/
/* css/auth.css */
#authOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.auth-box {
  background: white;
  border-radius: 8px;
  text-align: center;
  max-width: 410px;
  width: 90%;
  margin: 60px auto;
}

.auth-box h2 {
  font-size: 24px;
  font-weight: 700;
}

.auth-box input {
  width: 100%;
  height: 68px;
  padding: 10px;
  margin-top: 8px;
  font-size: 18px;
  border: 1px solid gray;
  border-radius: 8px;
  background-color: #ffffff !important;
  box-shadow: inset 0px 3px 4px -2px rgba(0, 0, 0, 0.4);
}

.auth-box button {
  width: 228px;
  height: 69px;
  margin-top: 16px;
  padding: 10px 20px 8px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 100px;
  background-color: #191817;
  cursor: pointer;
}

#errorMsg {
  color: #191817;
  margin-top: 10px;
  display: none;
}

.errorMsg-row-01 {
  font-size: 24px;
  font-weight: 700;
}

.errorMsg-row-02 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
  line-height: 1.4;
  margin-top: 12px;
}

.btn-totop {
  display: inline-block;
  width: 228px;
  height: 69px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background-color: #191817;
  border-radius: 100px;
  padding: 16px 20px;
}

@media screen and (max-width: 768px) {
  .auth-box h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .auth-box input {
    width: 292px;
    height: 48px;
  }
  .auth-box button {
    width: 292px;
    height: 48px;
    font-size: 17px;
    padding: 12px 20px;
  }
  .errorMsg-row-01 {
    font-size: 16px;
  }
  .errorMsg-row-02 {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 32px;
  }
  .btn-totop {
    width: 292px;
    height: 48px;
    font-size: 17px;
    padding: 12px 20px;
  }
}/*# sourceMappingURL=style.css.map */