@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% 0%;
  width: 100vw;
  height: 100vh;
  max-height: 768px;
}
@media screen and (min-width: 560px) {
  .index_title_area_2025 {
    min-height: 728px;
  }
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 {
    min-height: none;
    height: auto;
  }
}
.index_title_area_2025 img {
  width: 100%;
}
.index_title_area_2025 .ins_shade {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../../2025/images/index/title_area_category_image.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 .ins_shade {
    height: auto;
    padding: 80px 0 40px;
  }
}
.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;
}
.index_title_area_2025 .eventName h1 {
  margin-top: 50px;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 .eventName {
    width: calc(100% - 30px);
  }
  .index_title_area_2025 .eventName h1 {
    margin-top: 0px;
  }
}
.index_title_area_2025 .eventName a img:hover {
  opacity: 0.9;
}
.index_title_area_2025 .eventName.v02 h1 {
  margin-top: 10px;
}
.index_title_area_2025 .eventName.v03 h1 {
  margin-top: 40px;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 .eventName.v03 h1 {
    margin-top: 0px;
  }
}
.index_title_area_2025 .eventName.v04 h1 {
  margin-top: 40px;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 .eventName.v04 h1 {
    margin-top: 0px;
  }
}
.index_title_area_2025 .eventName.v05 h1 {
  margin-top: 0px;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 .eventName.v05 h1 {
    margin-top: 0px;
  }
}
.index_title_area_2025 .eventName.en-last h1 {
  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-SP-l2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.index_title_area_2025 .closing_msg {
  margin: 35px auto 0;
  width: 100%;
  max-width: 510px;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 .closing_msg {
    margin-top: 20px;
    width: 98%;
  }
}
.index_title_area_2025 .eventData {
  margin-top: 35px;
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 .eventData {
    margin-top: 0px;
  }
}
.index_title_area_2025 .eventData.v05 {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 .eventData.v05 {
    margin-top: 0px;
    width: 97%;
  }
}
.index_title_area_2025 .eventData.v05 > div {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.index_title_area_2025 .eventData.v05 > div .button-set {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22%;
  border-radius: 4px;
  overflow: hidden;
}
.index_title_area_2025 .eventData.v05 > div.venue {
  padding-bottom: 10px;
}
.index_title_area_2025 .eventData.v05 > div.venue .button-set {
  bottom: 10px;
}
.index_title_area_2025 .eventData.v05 > div.seminarAchive {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.index_title_area_2025 .eventData.v05 > div.seminarAchive .button-set {
  bottom: 5px;
}
.index_title_area_2025 .eventData.v05 > div img {
  width: 100%;
}
.index_title_area_2025 .eventData.v04 {
  margin-top: 15px;
}
.index_title_area_2025 .eventData.v04 > div {
  max-width: 500px;
  margin: 0 auto;
}
.index_title_area_2025 .eventData.v04 > div.seminarAchive {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.index_title_area_2025 .eventData.v04 > div img {
  width: 100%;
}
.index_title_area_2025 .eventData.v03, .index_title_area_2025 .eventData.v02 {
  margin-top: 30px;
}
.index_title_area_2025 .eventData.en-last {
  margin: 20px 0 30px;
}
.index_title_area_2025 .online_briefing_session {
  margin: 30px auto 0;
  width: 100%;
  max-width: 510px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 .online_briefing_session {
    margin-top: 4vw;
  }
}
.index_title_area_2025 .contact {
  margin: 0 auto;
  margin-top: 32px;
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 .contact {
    width: 70%;
  }
}
.index_title_area_2025 .contact.v02 {
  margin-top: 40px;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 .contact.v02 {
    margin-top: 6vw;
    max-width: 200px;
  }
}
.index_title_area_2025 .contact.v02-1 {
  width: 95%;
  margin: 40px auto 0;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_title_area_2025 .contact.v02-1 > a {
  display: block;
  padding: 0 5px;
}
@media screen and (max-width: 559px) {
  .index_title_area_2025 .contact.v02-1 {
    width: 60%;
    margin-top: 6vw;
    display: block;
    min-width: 200px;
  }
  .index_title_area_2025 .contact.v02-1 > a {
    padding: 0;
    margin: 8px 0;
  }
}
.index_title_area_2025 .registration_2ver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
}
.index_title_area_2025 .registration_2ver.v04 {
  margin-top: 20px;
}
.index_title_area_2025 .registration_2ver a {
  display: block;
  margin: 0 5px;
  max-width: 260px;
}
.index_title_area_2025 .registration_2ver a.this_only_off {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 449px) {
  .index_title_area_2025 .registration_2ver {
    width: 65%;
    margin-top: 8vw;
    display: block;
    min-width: 200px;
  }
  .index_title_area_2025 .registration_2ver > a {
    padding: 0;
    margin: 6px 0;
  }
}
.index_title_area_2025 .tx-contact-button {
  margin: 30px auto 0;
  width: 220px;
}
@media screen and (max-width: 449px) {
  .index_title_area_2025 .tx-contact-button {
    margin-top: 6vw;
    width: 75%;
    max-width: 200px;
  }
}
.index_title_area_2025 .next_banner {
  margin: 0 auto;
  width: 100%;
  max-width: 520px;
}
.index_title_area_2025 .next_banner a:hover {
  opacity: 0.85;
}

.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.5);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  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-position: 50% 50%;
}
.middle_all .point_ad .ins {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.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: #00a85f;
}
@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: 14px;
  font-weight: bold;
  margin-top: 2px;
}
@media screen and (max-width: 559px) {
  .column_title .title .ja {
    font-size: 12px;
  }
}

.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: 20em;
}
@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.n {
  border: 1px solid #000;
  color: #fff;
  background: #181820;
}
.plus_leading_page a.contact_mail {
  background: #00a85f;
  color: #fff;
}
.plus_leading_page a.appColor {
  background: #e6285d;
  color: #fff;
}
.plus_leading_page a.offtype_block_sp {
  opacity: 0.35;
  pointer-events: none;
}
.plus_leading_page a.offtype_block_sp:hover {
  opacity: 1;
}

.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: #00a85f;
  font-weight: bold;
}
ul.news_head li a:hover {
  color: rgba(0, 168, 95, 0.75);
}
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;
}

p.conf_intro {
  line-height: 1.75;
  margin-bottom: 2em;
}
@media screen and (max-width: 559px) {
  p.conf_intro {
    margin-bottom: 1em;
  }
}

.wrap_conf {
  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;
}
.wrap_conf ul.conf_list_2025,
.wrap_conf .ph {
  width: 48.5%;
}
@media screen and (max-width: 1024px) {
  .wrap_conf {
    display: block;
  }
  .wrap_conf ul.conf_list_2025,
  .wrap_conf .ph {
    width: 100%;
  }
  .wrap_conf ul.conf_list_2025 {
    margin-bottom: 20px;
  }
}
.wrap_conf ul.conf_list_2025 li a {
  display: block;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.5em;
  padding: 1.25em;
}
.wrap_conf ul.conf_list_2025 li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 559px) {
  .wrap_conf ul.conf_list_2025 li a {
    padding: 1em;
  }
}
.wrap_conf ul.conf_list_2025 li h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 7px;
}
.wrap_conf ul.conf_list_2025 li h3::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9";
  font-weight: 900;
  padding-right: 3px;
  color: #00a85f;
}
@media screen and (max-width: 559px) {
  .wrap_conf ul.conf_list_2025 li h3 {
    font-size: 0.9125em;
    margin-bottom: 5px;
  }
}
.wrap_conf ul.conf_list_2025 li p {
  font-size: 0.9125em;
  line-height: 1.75;
}
@media screen and (max-width: 559px) {
  .wrap_conf ul.conf_list_2025 li p {
    line-height: 1.5;
  }
}
.wrap_conf ul.conf_list_2025 li + li {
  margin-top: 10px;
}
.wrap_conf .ph img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .wrap_conf .ph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrap_conf .ph > div {
    width: 49.5%;
  }
}

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: #00a85f;
  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;
  }
}

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

.exhibition_lead {
  font-size: 1.3125em;
  font-weight: bold;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 0.25em;
  color: #00a85f;
}

.exhibition_image_area ul {
  border-top: 1px solid #00a85f;
  padding-top: 20px;
  margin: 0 auto;
  max-width: 1000px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (max-width: 559px) {
  .exhibition_image_area ul {
    padding-top: 15px;
  }
}
@media screen and (max-width: 559px) {
  .exhibition_image_area ul {
    gap: 8px;
  }
}
.exhibition_image_area ul li {
  border-radius: 6px;
  overflow: hidden;
}
.exhibition_image_area ul li img {
  width: 100%;
  aspect-ratio: 3/1.875;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit-position: center center;
}

.report_wrap_all {
  margin: 2.5em auto 0;
}
@media screen and (max-width: 599px) {
  .report_wrap_all {
    margin-top: 4em;
  }
}
.report_wrap_all h3 {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .report_wrap_all h3 {
    border: none;
  }
}
.report_wrap_all .repo_days {
  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;
}
.report_wrap_all .repo_days .repo_one {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
  margin: 3px;
  padding: 2em 1em;
  border-radius: 6px;
  text-align: center;
}
.report_wrap_all .repo_days .repo_one .d {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.75em;
}
.report_wrap_all .repo_days .repo_one .number {
  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;
  margin: 0.5em 0;
}
.report_wrap_all .repo_days .repo_one .number .circle {
  color: #fff;
  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;
  font-size: 1.5em;
  width: 120px;
  height: 120px;
  border-radius: 120px;
}
.report_wrap_all .repo_days .repo_one .number .circle span.lst {
  display: block;
  margin-top: 3px;
  font-size: 12px;
}
.report_wrap_all .repo_days .repo_one .number .min {
  font-size: 40%;
  margin-left: 3px;
}
.report_wrap_all .repo_days .repo_one .sub_info {
  line-height: 1.5;
}
.report_wrap_all .repo_days .repo_one .sub_info > span {
  display: block;
  font-size: 0.8125em;
}
.report_wrap_all .repo_days .repo_one .sub_info > span > span {
  display: inline;
  font-size: 135%;
}
.report_wrap_all .repo_days .repo_one.kaijo {
  width: calc(30% - 6px);
}
.report_wrap_all .repo_days .repo_one.kaijo .number .circle {
  background: #090;
}
.report_wrap_all .repo_days .repo_one.kaijo .d {
  color: #090;
}
.report_wrap_all .repo_days .repo_one.ondemand {
  width: calc(30% - 6px);
}
.report_wrap_all .repo_days .repo_one.ondemand .number .circle {
  background: #53a09e;
}
.report_wrap_all .repo_days .repo_one.ondemand .d {
  color: #53a09e;
}
.report_wrap_all .repo_days .repo_one.total {
  width: calc(40% - 6px);
}
.report_wrap_all .repo_days .repo_one.total .number .circle {
  background: #ef5c4e;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  font-size: 2.5em;
}
.report_wrap_all .repo_days .repo_one.total .minD {
  font-size: 80%;
}
.report_wrap_all .repo_days .repo_one.total .d {
  color: #ef5c4e;
}
@media screen and (max-width: 1159px) {
  .report_wrap_all .repo_days {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .report_wrap_all .repo_days .repo_one {
    margin: 0 auto 8px;
  }
  .report_wrap_all .repo_days .repo_one.kaijo, .report_wrap_all .repo_days .repo_one.ondemand, .report_wrap_all .repo_days .repo_one.total {
    width: calc(100% - 1em);
    max-width: 500px;
  }
}

.report_locally_wrap {
  margin: 2.5em auto 0;
}
@media screen and (max-width: 599px) {
  .report_locally_wrap {
    margin-top: 4em;
  }
}
.report_locally_wrap h3 {
  font-size: 1.3125em;
  font-weight: bold;
  color: #00a85f;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .report_locally_wrap h3 {
    border: none;
  }
}
.report_locally_wrap .repo_days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.report_locally_wrap .repo_days .repo_one {
  text-align: center;
  width: calc(33.3333333333% - 10px);
  margin: 0 5px;
  border: 1px solid #00a85f;
  background: #fff;
}
.report_locally_wrap .repo_days .repo_one .days {
  background: #00a85f;
  color: #fff;
  padding: 8px 0;
  font-size: 1.125em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 599px) {
  .report_locally_wrap .repo_days .repo_one .days {
    padding: 3px 0;
  }
}
.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: 15px 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: #00a85f;
  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;
}
@media screen and (max-width: 599px) {
  .report_locally_wrap .repo_days .repo_one .sub_info br {
    display: none;
  }
}
.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: 599px) {
  .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;
  }
}

.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: 1em;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1em;
  text-align: center;
}
.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: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}
@media screen and (max-width: 767px) {
  ul.media_sponsor_icon {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 599px) {
  ul.media_sponsor_icon {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 399px) {
  ul.media_sponsor_icon {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.media_sponsor_icon li {
  background: #fff;
}
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: 559px) {
  ul.group_link.set2024 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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;
}

.first_banner_group {
  position: relative;
  z-index: 10;
}
.first_banner_group .ins {
  padding: 25px 20px;
  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;
}
.first_banner_group .ins .yt_out {
  width: 35%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.first_banner_group .ins .slide_out {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .first_banner_group .ins {
    padding: 25px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .first_banner_group .ins .yt_out,
  .first_banner_group .ins .slide_out {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
  .first_banner_group .ins .yt_out {
    margin-bottom: 10px;
  }
}
.first_banner_group .yt {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.first_banner_group .yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.first_banner_group .slide_out ul.slide-items img {
  padding: 3px;
  width: 100%;
}

.one_column_news_limited {
  padding: 30px 0;
}
@media screen and (max-width: 559px) {
  .one_column_news_limited {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1100px) {
  .one_column_news_limited .wrap_news_board {
    width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .one_column_news_limited .title_sets {
    padding: 1.5em;
    margin-right: 2em;
    background: #00a85f;
    color: #fff;
  }
  .one_column_news_limited .title_sets a {
    color: #fff;
  }
  .one_column_news_limited .title_sets p.en {
    font-size: 28px;
    font-weight: bold;
  }
  .one_column_news_limited .title_sets p.t {
    font-size: 13px;
  }
  .one_column_news_limited .title_sets p.info {
    font-size: 14px;
    margin-top: 0.75em;
  }
  .one_column_news_limited ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1099px) {
  .one_column_news_limited .title_sets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 4px;
    margin-bottom: 8px;
  }
  .one_column_news_limited .title_sets p.en {
    display: none;
  }
  .one_column_news_limited .title_sets p.t {
    font-weight: bold;
  }
  .one_column_news_limited .title_sets p.info {
    font-size: 0.875em;
    margin-left: auto;
  }
}
.one_column_news_limited ul li {
  font-size: 1em;
  padding: 0.2em 0;
  line-height: 1.25;
}
.one_column_news_limited ul li a {
  text-decoration: underline;
}
.one_column_news_limited ul li span.yd {
  font-weight: bold;
  padding-right: 1em;
}
@media screen and (max-width: 559px) {
  .one_column_news_limited ul li {
    font-size: 0.875em;
  }
}

.one_column .news_board_in_middle_all ul li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  padding: 0.75em;
  font-size: 1.125em;
  line-height: 1.5;
}
.one_column .news_board_in_middle_all ul li:first-child {
  border-top: 1px dotted rgba(0, 0, 0, 0.5);
}
.one_column .news_board_in_middle_all ul li a {
  text-decoration: underline;
}
.one_column .news_board_in_middle_all ul li span.yd {
  font-weight: bold;
  padding-right: 1em;
}

.bg_sp_speaker {
  background-image: linear-gradient(150deg, #efedef 0%, #c5d1e2 100%);
}

p.speaker_intro {
  font-size: 1.125em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
}

@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;
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}
ul.keynote_speaker li .ph {
  margin-bottom: 0.75em;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
}
ul.keynote_speaker li .ph img {
  width: 100%;
  -webkit-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}
ul.keynote_speaker li p {
  text-align: center;
  line-height: 1.25;
}
ul.keynote_speaker li p.name {
  font-size: 1.25em;
  margin-bottom: 0.375em;
  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 {
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1.375;
  margin-bottom: 2px;
}
ul.keynote_speaker li p.post {
  font-size: 0.8125em;
  line-height: 1.5;
}
ul.keynote_speaker li p.company, ul.keynote_speaker li p.post {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.015em;
  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 span + span, ul.keynote_speaker li p.post span + span {
  margin: 0 0.25em;
}
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;
}

.sns_pc_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.sns_pc_wrap > div {
  width: calc(50% - 1em);
}
.sns_pc_wrap h3 {
  font-size: 1.125em;
  background: #333;
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
  border-radius: 2em;
  padding: 0.5em 0;
}
.sns_pc_wrap .widget {
  width: 500px;
  margin: 0 auto;
}

.sns_smp_wrap {
  width: 100%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 0.3125em;
  overflow: hidden;
}
.sns_smp_wrap > div {
  width: 100%;
}
.sns_smp_wrap > div a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}
.sns_smp_wrap > div a img {
  height: 24px;
}
.sns_smp_wrap .tweet {
  background: #000;
}
.sns_smp_wrap .facebook {
  background: #295199;
}

@media screen and (min-width: 1160px) {
  .sns_pc_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sns_smp_wrap {
    display: none;
  }
}
@media screen and (max-width: 1159px) {
  .sns_pc_wrap {
    display: none;
  }
  .sns_smp_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}