@media screen and (min-width: 560px) and (max-width: 1024px) {
  footer p.copyright {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 559px) {
  footer p.copyright {
    padding-bottom: 30vw;
  }
}
.floating_banner {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  position: fixed;
  bottom: 0;
  right: 80px;
  z-index: 90;
  width: 18%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.floating_banner .ins {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  position: relative;
  width: 100%;
}
.floating_banner .ins img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .floating_banner {
    width: 100%;
    max-width: none;
    bottom: 10px;
    left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .floating_banner .ins {
    width: 92.5%;
    max-width: 500px;
  }
}
@media screen and (max-width: 559px) {
  .floating_banner {
    bottom: 20px;
  }
}
.floating_banner .close-btn {
  cursor: pointer;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
}
@media screen and (max-width: 1024px) {
  .floating_banner .close-btn {
    width: 7%;
    height: 7%;
  }
}
.floating_banner .close-btn img {
  width: 100%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  border-radius: 100vmax;
}

html,
body {
  height: 100%;
  margin: 0 auto;
}

.index_title_area_2025 {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  background-color: black;
  background-image: url("../../2025/images/index/index_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100vw;
  height: 100vh;
  max-height: 768px;
}
@media screen and (min-width: 560px) {
  .index_title_area_2025 {
    height: 768px;
  }
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 {
    height: auto;
  }
}
.index_title_area_2025 img {
  width: 100%;
}
.index_title_area_2025 .ins_shade {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 .ins_shade {
    height: auto;
    padding: 70px 0 30px;
  }
}
.index_title_area_2025 .ins_icons {
  background-image: url("../../2025/images/index/title_area_category_image.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1400px) {
  .index_title_area_2025 .ins_icons {
    background-size: contain;
  }
}
@media screen and (max-width: 1399px) {
  .index_title_area_2025 .ins_icons {
    background-size: cover;
  }
}
.index_title_area_2025 .title_area_contents {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index_title_area_2025 .eventName {
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 .eventName {
    width: calc(100% - 30px);
  }
}
.index_title_area_2025 .eventName a img:hover {
  opacity: 0.9;
}
.index_title_area_2025 .eventName.v06 {
  margin-top: 50px;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 .eventName.v06 {
    margin-top: 0px;
  }
}
.index_title_area_2025 .eventName .change-time {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.index_title_area_2025 .eventName .change-time-SP {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.index_title_area_2025 .eventName .change-time-zoom {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.index_title_area_2025 .eventCopy {
  margin: 0 auto 2px;
}
.index_title_area_2025 h1 {
  margin-top: 0px;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 h1 {
    margin-top: 0px;
  }
}
.index_title_area_2025 .eventData {
  margin: 10px 0;
  width: 100%;
  max-width: 550px;
}
.index_title_area_2025 .eventData .venue {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.index_title_area_2025 .eventData.en {
  margin-top: 40px;
}
.index_title_area_2025 .reg_banner {
  width: 100%;
}
.index_title_area_2025 .reg_banner.column2 {
  margin: 0 auto;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 399px) {
  .index_title_area_2025 .reg_banner.column2 {
    width: 100%;
  }
}
.index_title_area_2025 .reg_banner.column2 > div {
  width: calc((100% - 10px) / 2);
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 .reg_banner.column2 > div {
    width: calc((100% - 6px) / 2);
  }
}
.index_title_area_2025 .next-announcement.en {
  width: 95%;
  margin: 0 auto;
}

.middle_all {
  color: #333;
}
.middle_all .one_column {
  padding: 55px 0;
}
@media screen and (max-width: 1024px) {
  .middle_all .one_column {
    padding: 55px 0;
  }
}
@media screen and (max-width: 559px) {
  .middle_all .one_column {
    padding: 40px 0;
  }
}
.middle_all .one_column .set_width {
  position: relative;
}
.middle_all .one_column.bg103 {
  background: #f2f2f0;
}
.middle_all .point_img_ad_slick {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}
.middle_all .point_img_ad_slick img {
  width: 100%;
}
.middle_all .point_img_ad_slick .slick-slide {
  height: auto !important;
}
.middle_all .point_ad {
  background: black;
  background-size: cover;
  background-repeat: no-repeat;
}
.middle_all .point_ad.pat01 {
  background-image: url("../../2024/report/images/DSC_3080.jpg");
  background-image: url("https://www.jasa.or.jp/expo/2024/report/images/A7300564.jpg");
  background-position: 50% 50%;
}
.middle_all .point_ad .ins {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.middle_all .point_ad .position_sett {
  width: 100%;
  height: 100%;
  padding: 140px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.middle_all .point_ad .position_sett a {
  display: block;
  color: #fff;
  font-size: 1.125em;
  border: 2px solid white;
  padding: 1em 1.5em;
}

.column_title {
  margin-bottom: 20px;
}
.column_title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column_title .title .en {
  margin-right: 0.5em;
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  color: #009fe8;
}
@media screen and (max-width: 1024px) {
  .column_title .title .en {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .column_title .title .en {
    font-size: 36px;
  }
}
@media screen and (max-width: 559px) {
  .column_title .title .en {
    font-size: 32px;
  }
}
.column_title .title .ja {
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
}
@media screen and (max-width: 559px) {
  .column_title .title .ja {
    font-size: 12px;
  }
}

.ja_copy_plus {
  font-size: 1em;
  line-height: 1.5;
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ja_copy_plus p.min {
  margin-left: auto;
  font-size: 0.875em;
}

.plus_leading_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plus_leading_page a {
  font-size: 1em;
  display: block;
  margin: 3px;
  text-align: center;
  padding: 1em;
  width: 100%;
  max-width: 26em;
}
@media screen and (max-width: 559px) {
  .plus_leading_page a {
    font-size: 0.875em;
    margin: 2px;
    padding: 0.875em;
  }
}
.plus_leading_page a:hover {
  opacity: 0.875;
}
.plus_leading_page a.onthe {
  margin-top: 10px;
}
.plus_leading_page a.n {
  border: 1px solid #000;
  color: #fff;
  background: #181820;
}
.plus_leading_page a.contact_mail {
  background: #009fe8;
  color: #fff;
}
.plus_leading_page a.appColor {
  background: #e6285d;
}

.one_column_pr_only {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.95);
  padding: 15px 0;
}
.one_column_pr_only.en {
  padding: 20px 0;
}
.one_column_pr_only p.pr {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.one_column_pr_only .pr_banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.one_column_pr_only .pr_banners > div {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0px solid #fff;
  background: #fff;
  width: 300px;
}
.one_column_pr_only .pr_banners > div img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  .one_column_pr_only .pr_banners div {
    margin: 5px 0;
  }
  .one_column_pr_only .pr_banners div img {
    width: 100%;
    max-width: 30ase0px;
  }
}

.wrap_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .wrap_news {
    display: block;
  }
}
.wrap_news .topic {
  width: 35%;
  margin-left: 3em;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .wrap_news .topic {
    margin: 1.5em auto 0;
    width: 100%;
    max-width: 320px;
    aspect-ratio: 16/9;
  }
}

ul.news_head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
ul.news_head li {
  padding: 0.75em 0.125em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.news_head li:last-child {
  border-bottom: none;
}
ul.news_head li a {
  color: #009fe8;
  font-weight: bold;
}
ul.news_head li a:hover {
  color: rgba(0, 159, 232, 0.6);
}
ul.news_head li p {
  font-size: 1em;
  line-height: 1.5;
}
ul.news_head li p.yd {
  font-weight: bold;
  padding-right: 1em;
  width: 6em;
}
ul.news_head li p.t {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.report_locally_wrap {
  margin: 4em auto 0;
}
.report_locally_wrap h3 {
  font-size: 1.25em;
  font-weight: bold;
  color: #009fe8;
  text-align: center;
  margin-bottom: 15px;
}
.report_locally_wrap .repo_days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.report_locally_wrap .repo_days .repo_one {
  text-align: center;
  width: calc(25% - 12px);
  border: 1px solid #009fe8;
  background: #fff;
}
.report_locally_wrap .repo_days .repo_one .days {
  background: #009fe8;
  color: #fff;
  padding: 0.25em 0;
  font-size: 1.125em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.report_locally_wrap .repo_days .repo_one .days .min {
  font-size: 70%;
  padding: 0 2px;
}
.report_locally_wrap .repo_days .repo_one .num_data {
  padding: 10px 0;
}
@media screen and (max-width: 599px) {
  .report_locally_wrap .repo_days .repo_one .num_data {
    padding: 0px 0;
  }
}
.report_locally_wrap .repo_days .repo_one .number {
  color: #009fe8;
  font-size: 2em;
  margin: 0.75em 0 0.25em;
  margin: 0;
}
.report_locally_wrap .repo_days .repo_one .number .min {
  font-size: 40%;
}
.report_locally_wrap .repo_days .repo_one .sub_info {
  color: #000;
  margin-bottom: 1em;
  margin-bottom: 0;
  font-size: 0.75em;
  line-height: 1.5;
}
.report_locally_wrap .repo_days .repo_one.total {
  border: 1px solid #ef5c4e;
}
.report_locally_wrap .repo_days .repo_one.total .days {
  background: #ef5c4e;
}
.report_locally_wrap .repo_days .repo_one.total .number {
  color: #ef5c4e;
}
@media screen and (max-width: 767px) {
  .report_locally_wrap .repo_days {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .report_locally_wrap .repo_days .repo_one {
    width: calc(100% - 1em);
    margin: 0 auto 8px;
  }
  .report_locally_wrap .repo_days .repo_one .number {
    margin: 0.325em 0 0.125em;
  }
  .report_locally_wrap .repo_days .repo_one .sub_info {
    margin-bottom: 0.5em;
  }
}

.field_img {
  margin: 40px auto;
}
.field_img img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  .field_img {
    margin: 20px auto;
  }
}

ul.conf_list_2024 {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  ul.conf_list_2024 {
    display: block;
  }
}
ul.conf_list_2024 li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  ul.conf_list_2024 li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
ul.conf_list_2024 li img {
  width: 100%;
}
ul.conf_list_2024 li.keynote {
  width: 100%;
}
ul.conf_list_2024 li a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #000;
  height: 100%;
  display: block;
  padding: 15px;
}
ul.conf_list_2024 li a:hover {
  background: #f2f2f0;
  background: #eeeeee;
}
ul.conf_list_2024 li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  ul.conf_list_2024 li a {
    padding: 8px 0;
  }
}
ul.conf_list_2024 li .wrap_this {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.conf_list_2024 li .wrap_this .ph {
  overflow: hidden;
  width: 32.5%;
  margin-right: 1em;
}
ul.conf_list_2024 li .wrap_this .ph img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  ul.conf_list_2024 li .wrap_this .ph.keynoteph {
    width: calc(50% - 1em);
    margin-right: 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
  }
  ul.conf_list_2024 li .wrap_this .ph.keynoteph img {
    border-radius: 0;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  ul.conf_list_2024 li .wrap_this .ph.keynoteph img {
    border-radius: 4px;
  }
  ul.conf_list_2024 li .wrap_this .ph.keynoteph img:last-child {
    display: none;
  }
}
ul.conf_list_2024 li .wrap_this .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
ul.conf_list_2024 li .wrap_this .data h3 {
  color: #009e41;
  padding-top: 5px;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.3125em;
}
@media screen and (max-width: 1023px) {
  ul.conf_list_2024 li .wrap_this .data h3 {
    font-size: 1.125em;
    margin-bottom: 0.25em;
  }
}
ul.conf_list_2024 li .wrap_this .data p {
  font-size: 0.9125em;
  line-height: 1.75;
}
@media screen and (max-width: 1023px) {
  ul.conf_list_2024 li .wrap_this .data p {
    line-height: 1.5;
  }
}

.ase_bg {
  background: rgba(0, 42, 189, 0.2);
}

.vae_bg {
  background: rgba(0, 90, 90, 0.2);
}

.sp_event_summary {
  margin: 2em auto 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp_event_summary .txt {
  width: 47.5%;
}
.sp_event_summary .last_ph {
  width: 47.5%;
}
.sp_event_summary .last_ph img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sp_event_summary {
    display: block;
  }
  .sp_event_summary .last_ph {
    width: 70%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 559px) {
  .sp_event_summary .last_ph {
    width: 100%;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 1024px) {
  .sp_event_summary .txt {
    width: 100%;
  }
}
.sp_event_summary.ase {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sp_event_summary.vae {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sp_event_summary h3 {
  font-size: 1.5em;
  line-height: 1.375;
  font-weight: bold;
  margin-bottom: 0.5em;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .sp_event_summary h3 {
    display: block;
  }
}
.sp_event_summary p {
  font-size: 1em;
  line-height: 1.875;
}

.about-edgetechplus-west-2024 {
  margin: 0;
  width: 100%;
}
.about-edgetechplus-west-2024 .wrap_about {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-edgetechplus-west-2024 .wrap_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-edgetechplus-west-2024 .wrap_about .data {
    text-align: left;
    margin-right: 7.5%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 949px) {
  .about-edgetechplus-west-2024 .wrap_about .data {
    margin-right: 5%;
  }
}
@media screen and (min-width: 768px) {
  .about-edgetechplus-west-2024 .wrap_about .map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .about-edgetechplus-west-2024 .wrap_about .data,
  .about-edgetechplus-west-2024 .wrap_about .map {
    width: 100%;
  }
  .about-edgetechplus-west-2024 .wrap_about .data {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-edgetechplus-west-2024 .wrap_about .data .ins {
    margin: 0 auto;
  }
  .about-edgetechplus-west-2024 .wrap_about .map {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.about-edgetechplus-west-2024 .data .copy {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.375;
  margin-bottom: 0.75em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 560px) and (max-width: 1024px) {
  .about-edgetechplus-west-2024 .data .copy {
    font-size: 1.25em;
  }
}
.about-edgetechplus-west-2024 .data .logo {
  margin: 0;
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 949px) {
  .about-edgetechplus-west-2024 .data .logo {
    max-width: 260px;
  }
}
.about-edgetechplus-west-2024 .data .logo img {
  width: 100%;
}
.about-edgetechplus-west-2024 .data .open {
  margin-top: 1em;
}
.about-edgetechplus-west-2024 .data .open h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.5em;
}
.about-edgetechplus-west-2024 .data .open h3 span {
  font-size: 0.75em;
  display: block;
  background: #000;
  color: #fff;
  padding: 0.25em 0.75em;
  border-radius: 1.25em;
}
.about-edgetechplus-west-2024 .data .open .ex_day {
  margin-top: 0;
}
.about-edgetechplus-west-2024 .data .open .ex_day p.days {
  font-size: 2.125em;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.about-edgetechplus-west-2024 .data .open .ex_day p.days span {
  font-size: 50%;
}
.about-edgetechplus-west-2024 .data .open .ex_day p.days span.v2024 {
  font-size: 75%;
}
@media screen and (min-width: 768px) and (max-width: 949px) {
  .about-edgetechplus-west-2024 .data .open .ex_day p.days {
    font-size: 2em;
  }
}
@media screen and (max-width: 329px) {
  .about-edgetechplus-west-2024 .data .open .ex_day p.days {
    font-size: 1.5em;
  }
}
.about-edgetechplus-west-2024 .data .open .plc {
  font-weight: bold;
  margin-top: 0.25em;
  font-size: 1.125em;
  line-height: 1.375;
}
@media screen and (min-width: 768px) and (max-width: 949px) {
  .about-edgetechplus-west-2024 .data .open .plc {
    font-size: 1em;
  }
}
.about-edgetechplus-west-2024 .data .info {
  margin-top: 1em;
  font-size: 0.8125em;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 399px) {
  .about-edgetechplus-west-2024 .ex_day p.days {
    font-size: 1.75em;
  }
  .about-edgetechplus-west-2024 .info {
    font-size: 0.8125em;
  }
}
.about-edgetechplus-west-2024 .google-maps {
  margin-top: 0em;
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}
.about-edgetechplus-west-2024 .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 599px) {
  .about-edgetechplus-west-2024 .google-maps {
    padding-bottom: 75%;
  }
}

ul.media_sponsor_icon,
ul.group_link,
ul.community_partner_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.media_sponsor_icon img,
ul.group_link img,
ul.community_partner_icon img {
  width: 100%;
}

ul.media_sponsor_icon {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  border-color: rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 1px 0 0 1px;
}
@media screen and (max-width: 559px) {
  ul.media_sponsor_icon {
    margin-top: 30px;
  }
}
@media screen and (max-width: 820px) {
  ul.media_sponsor_icon {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 499px) {
  ul.media_sponsor_icon {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
ul.media_sponsor_icon li {
  border-color: rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 0 1px 1px 0;
}
ul.media_sponsor_icon li a:hover {
  opacity: 0.6;
}
ul.media_sponsor_icon img {
  width: 100%;
}

ul.group_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.group_link li {
  margin: 5px;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
ul.group_link.set2024 li {
  width: 100%;
  max-width: 256px;
}
ul.group_link.set2024 li img {
  width: 100%;
}
@media screen and (max-width: 820px) {
  ul.group_link.set2024 li {
    max-width: 200px;
  }
}
@media screen and (max-width: 559px) {
  ul.group_link.set2024 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ul.group_link.set2024 li {
    max-width: 180px;
  }
}

ul.community_partner_icon li {
  background: white;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(33.33% - 10px);
  margin: 5px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  ul.community_partner_icon li {
    width: calc(50% - 4px);
    margin: 2px;
  }
}
@media screen and (max-width: 399px) {
  ul.community_partner_icon li {
    width: 100%;
    margin: 2px;
  }
}

p.plus {
  margin-top: 0.5em;
  text-align: right;
  font-size: 0.875em;
}

.topics_belt {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: relative;
}
.topics_belt h2 {
  padding: 18px 0;
  background: #009fe8;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.375em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 559px) {
  .topics_belt h2 {
    padding: 20px 0;
  }
}

.bg_sp_speaker {
  background-image: linear-gradient(150deg, #efedef 0%, #c5d1e2 100%);
  position: relative;
}
.bg_sp_speaker .outer_triangle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.bg_sp_speaker .outer_triangle .triangle {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-top: 36px solid #009fe8;
  border-bottom: 0;
}
@media screen and (max-width: 559px) {
  .bg_sp_speaker .outer_triangle .triangle {
    border-right-width: 10px;
    border-left-width: 10px;
    border-top-width: 22px;
  }
}

ul.selected_session {
  margin-bottom: 3.5em;
}
@media screen and (min-width: 1060px) {
  ul.selected_session {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
ul.selected_session li {
  background: #000;
  background-image: linear-gradient(-45deg, #131d36 0%, #006ebb 100%);
  color: rgba(255, 255, 255, 0.8);
  margin: 10px 0;
  padding: 2em;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media screen and (min-width: 1060px) {
  ul.selected_session li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 559px) {
  ul.selected_session li {
    border-bottom: 0px solid #009fe8;
    margin: 0;
    padding: 18px;
  }
  ul.selected_session li + li {
    margin-top: 18px;
  }
}
ul.selected_session li .wrap_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
ul.selected_session li .wrap_num p.num {
  background: #000;
  color: #fff;
  border-radius: 2px;
  padding: 0.25em 0.75em;
  font-size: 1em;
  margin-right: 0.75em;
  white-space: nowrap;
}
ul.selected_session li .wrap_num p.dat_time_place {
  font-size: 1em;
}
@media screen and (max-width: 559px) {
  ul.selected_session li .wrap_num p.num,
  ul.selected_session li .wrap_num p.dat_time_place {
    font-size: 0.875em;
  }
}
ul.selected_session li p.title {
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 1060px) {
  ul.selected_session li p.title {
    height: 3.75em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 559px) {
  ul.selected_session li p.title {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
}
ul.selected_session li .wrap_speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.selected_session li .wrap_speaker .ph {
  width: 36.5%;
  margin-right: 3.5%;
  max-width: 168px;
}
ul.selected_session li .wrap_speaker .ph img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  ul.selected_session li .wrap_speaker .ph {
    width: 27.5%;
  }
}
ul.selected_session li .wrap_speaker .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 5px;
}
ul.selected_session li .wrap_speaker .data .name {
  font-size: 1.3125em;
  font-weight: bold;
}
ul.selected_session li .wrap_speaker .data .company {
  margin-top: 0.675em;
  font-size: 1em;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
ul.selected_session li .wrap_speaker .data .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.375em;
  font-size: 0.875em;
  line-height: 1.375;
}
ul.selected_session li .wrap_speaker .data .post span {
  display: block;
  padding-right: 0.5em;
}
@media screen and (max-width: 559px) {
  ul.selected_session li .wrap_speaker .data {
    padding-top: 0;
  }
  ul.selected_session li .wrap_speaker .data .name {
    font-size: 1.125em;
  }
  ul.selected_session li .wrap_speaker .data .company {
    margin-top: 0.25em;
    font-size: 1em;
  }
  ul.selected_session li .wrap_speaker .data .post {
    display: block;
  }
  ul.selected_session li .wrap_speaker .data .post span {
    display: inline;
  }
}
ul.selected_session li .detail {
  position: absolute;
  bottom: 0;
  right: 0;
}
ul.selected_session li .detail a {
  display: block;
  font-size: 1em;
  font-weight: bold;
  background: #009fe8;
  border-radius: 10px 0 0 0;
  color: #fff;
  padding: 0.75em 1em;
}
ul.selected_session li .detail a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9";
  font-weight: 900;
  padding-right: 3px;
}
@media screen and (max-width: 559px) {
  ul.selected_session li .detail {
    position: static;
    margin-top: 15px;
  }
  ul.selected_session li .detail a {
    font-size: 1em;
    font-weight: normal;
    border-radius: 0;
    padding: 0.5em 1em;
    text-align: center;
  }
}
@media screen and (min-width: 1060px) {
  ul.selected_session li .detail:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1059px) {
  ul.keynote_speaker {
    margin: 0 20px;
  }
}
ul.keynote_speaker li a {
  display: block;
  padding: 10px;
  color: #000;
}
ul.keynote_speaker li a:hover {
  background: rgba(255, 255, 255, 0.7);
}
ul.keynote_speaker li a:hover img {
  opacity: 1;
}
ul.keynote_speaker li .ph {
  position: relative;
  margin-bottom: 0.75em;
  background: rgba(255, 255, 255, 0.5);
  aspect-ratio: 1/1;
}
ul.keynote_speaker li .ph .num {
  position: absolute;
  bottom: 0;
  left: 0;
}
ul.keynote_speaker li .ph .num span {
  display: block;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-weight: bold;
  padding: 0.25em 0.75em;
  border: 1px solid rgba(255, 255, 255, 0);
}
@media screen and (max-width: 1059px) {
  ul.keynote_speaker li .ph .num {
    font-size: 80%;
  }
}
ul.keynote_speaker li .ph img {
  width: 100%;
}
ul.keynote_speaker li .ph img.m-pad {
  padding: 10%;
}
ul.keynote_speaker li .ph:empty {
  background: rgba(255, 255, 255, 0.5);
}
ul.keynote_speaker li p {
  text-align: center;
  line-height: 1.25;
}
ul.keynote_speaker li p.name {
  font-size: 1.125em;
  margin-bottom: 0.3125em;
  font-weight: bold;
}
ul.keynote_speaker li p.name span.kana {
  display: block;
  font-size: 70%;
  margin-top: 2px;
}
ul.keynote_speaker li p.company, ul.keynote_speaker li p.post {
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.keynote_speaker li p.company {
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1.375;
  margin-bottom: 2px;
}
ul.keynote_speaker li p.company.min {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
ul.keynote_speaker li p.post {
  font-size: 0.8125em;
  line-height: 1.375;
}
ul.keynote_speaker li p.post.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  ul.keynote_speaker li p.post {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
ul.keynote_speaker li p.click_ppp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.keynote_speaker li p.click_ppp a {
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 0.8125em;
  padding: 6px 0.75em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
ul.keynote_speaker li p.click_ppp a:hover {
  background: rgba(255, 255, 255, 0.25);
}
ul.keynote_speaker li p.post + p.company {
  margin-top: 0.5em;
}
ul.keynote_speaker li p.company + p.company {
  margin-top: -4px;
}