@charset "UTF-8";
.new_title_head {
  background-image: url(../images/head_bg.jpg);
  background-position: center center;
  background-size: cover;
  color: #fff;
  position: relative;
  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 (min-width: 1060px) {
  .new_title_head {
    height: 40vw;
  }
}
@media screen and (max-width: 1059px) {
  .new_title_head {
    padding: 10vw 0;
  }
}
.new_title_head .ins_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-image: -webkit-gradient(linear, left top, right top, from(#004444), color-stop(70%, #005a5a), to(#005a5a));
  background-image: linear-gradient(to right, #004444 0%, #005a5a 70%, #005a5a 100%);
}
.new_title_head .title_content {
  position: relative;
  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: 80%;
}
@media screen and (max-width: 1059px) {
  .new_title_head .title_content {
    width: 95%;
    display: block;
  }
}
.new_title_head .title_content .main_box {
  width: 50%;
}
@media screen and (max-width: 1059px) {
  .new_title_head .title_content .main_box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.new_title_head .title_content .main_box img {
  width: 100%;
}
.new_title_head .title_content .main_box h1 {
  width: 100%;
  margin: 0 auto;
}
.new_title_head .title_content .main_box.en {
  width: 70%;
}
@media screen and (max-width: 1059px) {
  .new_title_head .title_content .main_box.en {
    width: 100%;
    max-width: 593px;
    margin: 0 auto;
  }
}
.new_title_head .title_content .summary_box {
  width: 45%;
  margin-left: 5%;
  border: 0px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.5);
  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: 1059px) {
  .new_title_head .title_content .summary_box {
    width: 85%;
    max-width: 400px;
    margin: 20px auto 0;
    background: rgba(0, 0, 0, 0);
  }
}
.new_title_head .title_content .summary_box .summary {
  padding: 2.5vw;
}
.new_title_head .title_content .summary_box .summary p {
  line-height: 2;
}
.new_title_head .title_content .summary_box .summary p + p {
  margin-top: 0.5em;
}
@media screen and (min-width: 1800px) {
  .new_title_head .title_content .summary_box .summary p {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 1799px) {
  .new_title_head .title_content .summary_box .summary p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1299px) {
  .new_title_head .title_content .summary_box .summary p {
    font-size: 0.9125em;
  }
}
@media screen and (max-width: 1059px) {
  .new_title_head .title_content .summary_box .summary {
    padding: 0vw;
  }
  .new_title_head .title_content .summary_box .summary p {
    font-size: 1em;
  }
}

.sp_page_navi {
  background-color: #f3f3f3;
  padding: 50px 0;
  margin-bottom: 5em;
}
.sp_page_navi ul.company_navi_v2 {
  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;
  margin: 0 auto;
}
.sp_page_navi ul.company_navi_v2 li {
  margin: 1px 1px;
  width: auto;
}
.sp_page_navi ul.company_navi_v2 li a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background: linear-gradient(180deg, #555 0%, #000 100%);
  border-radius: 3px;
  color: #fff;
  padding: 10px 0.5em;
  text-align: center;
  font-size: 0.875em;
}
.sp_page_navi ul.company_navi_v2 li a:hover {
  opacity: 0.7;
}
.sp_page_navi ul.company_navi_v2 li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9";
  font-weight: 900;
  padding-right: 3px;
}
.sp_page_navi ul.company_navi_v2 li.offtype_block a {
  background: #999;
}
@media screen and (min-width: 768px) {
  .sp_page_navi ul.company_navi_v2 li {
    width: calc(25% - 2px);
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .sp_page_navi ul.company_navi_v2 li {
    width: auto;
  }
  .sp_page_navi ul.company_navi_v2 li a {
    padding: 12px 1.5em;
  }
}
@media screen and (max-width: 559px) {
  .sp_page_navi ul.company_navi_v2 li a {
    padding: 10px 1em;
  }
}
@media screen and (max-width: 399px) {
  .sp_page_navi ul.company_navi_v2 li a {
    font-size: 0.8125em;
    padding: 8px 1em;
  }
}
.sp_page_navi ul.page_in_navi_jp_v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  margin-top: 1.5em;
}
.sp_page_navi ul.page_in_navi_jp_v2 li {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.sp_page_navi ul.page_in_navi_jp_v2 li:last-child {
  border-right: none;
}
.sp_page_navi ul.page_in_navi_jp_v2 li a {
  color: #000;
  display: block;
  font-size: 1em;
  margin: 0 0.5em;
  padding: 0.375em 0.75em;
  border-radius: 3px;
}
.sp_page_navi ul.page_in_navi_jp_v2 li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  .sp_page_navi ul.page_in_navi_jp_v2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    margin-top: 1em;
  }
  .sp_page_navi ul.page_in_navi_jp_v2 li {
    border: none;
  }
  .sp_page_navi ul.page_in_navi_jp_v2 li a {
    font-size: 0.875em;
    margin: 3px;
    border: 1px solid black;
    color: #000;
    display: block;
    text-align: center;
    padding: 0.5em 0.75em;
  }
}
@media screen and (max-width: 399px) {
  .sp_page_navi ul.page_in_navi_jp_v2 li a {
    padding: 0.375em 0.6125em;
  }
}

.lastyear {
  margin-bottom: 100px;
  background: #000;
  padding: 0px 0;
}
.lastyear img {
  width: 100%;
}

.exhibitor_bureau {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#dee5f0));
  background-image: linear-gradient(180deg, #f5f7fa 0%, #dee5f0 100%);
  padding: 5em 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;
  text-align: center;
}
.exhibitor_bureau h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
  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;
}
.exhibitor_bureau h3 span {
  display: block;
  background-color: #000;
  border-radius: 100vmax;
  color: #fff;
  padding: 0.5em 1em;
}
.exhibitor_bureau p {
  font-size: 1.25em;
  line-height: 1.75;
  font-weight: bold;
  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;
}
.exhibitor_bureau p a,
.exhibitor_bureau p span {
  display: block;
  margin: 0 0.25em;
}

.headline_h202.vae {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#dee5f0));
  background-image: linear-gradient(180deg, #f5f7fa 0%, #dee5f0 100%);
}
@media screen and (max-width: 999px) {
  .headline_h202.vae {
    font-size: 1.375em;
    padding: 0.6125em 0.75em;
  }
}
@media screen and (max-width: 559px) {
  .headline_h202.vae {
    margin-bottom: 0.75em;
  }
}

.ON_EDF_title_bg {
  background-color: #dde7ea;
  background-image: linear-gradient(120deg, #ecf2f4 0%, #c7d6da 100%);
}
.ON_EDF_title_bg .title {
  text-align: center;
  margin: 0 auto;
  padding: 60px 0 40px;
}
@media screen and (max-width: 599px) {
  .ON_EDF_title_bg .title {
    padding: 40px 0 30px;
  }
}
.ON_EDF_title_bg .title h1 {
  margin: 0 auto 10px;
  width: 100%;
  max-width: 620px;
}
.ON_EDF_title_bg .title h1 img {
  width: 100%;
}

.in_knock_mg {
  margin: 0 0.5em;
}
@media screen and (max-width: 559px) {
  .in_knock_mg {
    margin: 0 0.25em;
  }
}

.spPicth_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}
.spPicth_info .ins {
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 20px 25px;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  .spPicth_info .ins {
    padding: 12px;
  }
}
@media screen and (max-width: 349px) {
  .spPicth_info .ins {
    font-size: 0.9125em;
  }
}
.spPicth_info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spPicth_info p.t {
  color: #f00;
  font-size: 1.5em;
}
@media screen and (max-width: 559px) {
  .spPicth_info p.t {
    font-size: 1.25em;
  }
}
.spPicth_info p.min {
  font-size: 0.875em;
  margin-top: 6px;
  font-weight: normal;
}
.spPicth_info p.link a {
  font-size: 1.25em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  margin-top: 0.5em;
  padding: 0.5em 1.25em;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f33), to(#e00));
  background-image: linear-gradient(180deg, #f33 0%, #e00 100%);
  border-radius: 6px;
  color: #fff;
}
@media screen and (max-width: 559px) {
  .spPicth_info p.link a {
    font-size: 1.125em;
  }
}
.spPicth_info p.link a:hover {
  opacity: 0.75;
}

.intro p {
  font-size: 1.125em;
  line-height: 2;
}
@media screen and (max-width: 899px) {
  .intro p {
    font-size: 1em;
    line-height: 1.75;
  }
}
.intro p + p {
  margin-top: 0.875em;
}

.guide {
  margin-top: 2em;
  padding: 1.5em;
  border: 5px solid rgba(80, 125, 198, 0.25);
}
@media screen and (max-width: 599px) {
  .guide {
    padding: 1em;
  }
}
.guide h3 {
  color: #507dc6;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 0 0;
}
.guide .ins {
  background: #f4f4f4;
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  padding: 1.5em;
  margin: 18px 0;
}
.guide .ins .sub {
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}
.guide .ins .img_wrap {
  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;
}
.guide .ins .img_wrap > div {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  background: #fff;
  margin: 5px;
  padding: 20px;
  overflow: hidden;
  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: 599px) {
  .guide .ins .img_wrap > div {
    width: 100px;
    height: 100px;
    border-radius: 100px;
  }
}
.guide .ins .img_wrap > div img {
  width: 100%;
}
.guide .wrap_column {
  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;
}
.guide .wrap_column .column {
  width: calc(33.33% - 0.75em);
}
@media screen and (max-width: 1023px) {
  .guide .wrap_column .column {
    width: calc(50% - 0.75em);
  }
}
@media screen and (max-width: 767px) {
  .guide .wrap_column .column {
    width: 100%;
  }
}
.guide .wrap_column .column h4 {
  background: #507dc6;
  color: #fff;
  text-align: center;
  padding: 1em 0.25em;
  font-size: 0.9125em;
  font-weight: bold;
}
.guide .wrap_column .column ol,
.guide .wrap_column .column ul {
  padding: 0.5em;
}
.guide .wrap_column .column ol li,
.guide .wrap_column .column ul li {
  margin-left: 1.25em;
  font-size: 0.875em;
  line-height: 1.5;
  padding: 0.125em 0;
}
.guide .wrap_column .column ul {
  list-style-type: disc;
}
.guide .wrap_column .column ol {
  list-style-type: decimal;
}
.guide .wrap_column .column ol li:before {
  content: "";
}

.market_adoption {
  margin-top: 3em;
}
@media screen and (max-width: 599px) {
  .market_adoption {
    margin-top: 1.5em;
  }
}
.market_adoption img {
  width: 100%;
}

.yt_outs {
  margin: 2em auto 0;
  width: 100%;
  max-width: 800px;
}

.yt {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tableSet_ON_EDF {
  border-top: 1px solid #ccc;
}
.tableSet_ON_EDF th,
.tableSet_ON_EDF td {
  border-bottom: 1px solid #ccc;
  padding: 0.75em 1em;
  font-size: 1.125em;
  line-height: 1.5;
}
.tableSet_ON_EDF th {
  width: 12em;
  background: #eee;
}
.tableSet_ON_EDF td ul li {
  padding: 0.125em 0;
}
@media screen and (max-width: 767px) {
  .tableSet_ON_EDF {
    border-top: none;
  }
  .tableSet_ON_EDF th,
  .tableSet_ON_EDF td {
    border: 0;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1em;
  }
  .tableSet_ON_EDF th {
    width: 100%;
    background: #fff;
    text-align: left;
    padding: 0.25em 0;
  }
  .tableSet_ON_EDF th br {
    display: none;
  }
  .tableSet_ON_EDF td {
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #ccc;
  }
  .tableSet_ON_EDF tr:last-child td {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.pluscap {
  margin-top: 1.5em;
  font-size: 0.875em;
  line-height: 1.75;
}

.field_list .wrap_tt {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.field_list .wrap_tt h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
  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: 8em;
  height: 8em;
  border-radius: 8em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#dee5f0));
  background-image: linear-gradient(180deg, #f5f7fa 0%, #dee5f0 100%);
  margin-right: 1.5em;
}
@media screen and (min-width: 600px) {
  .field_list .wrap_tt h3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 1em;
    text-align: center;
  }
}
.field_list .wrap_tt .cc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.field_list .wrap_tt .cc p {
  font-size: 1em;
  line-height: 1.75;
}
.field_list .wrap_tt .cc p.oneDrop {
  padding-left: 1em;
  text-indent: -1em;
}
.field_list .wrap_tt .cc p.oneDrop:before {
  content: "●";
}
.field_list .wrap_tt .cc p + p {
  margin-top: 1em;
}
.field_list .wrap_tt .image3 {
  max-width: 260px;
  margin-left: 2em;
}
.field_list .wrap_tt .image3 img {
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .field_list .wrap_tt .image3 {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .field_list .wrap_tt .image3 {
    max-width: 260px;
    margin: 2em auto 0;
  }
}
@media screen and (min-width: 600px) {
  .field_list .wrap_tt.this_aligncenter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .field_list .wrap_tt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5em;
  }
  .field_list .wrap_tt h3 {
    display: block;
    font-size: 1.25em;
    padding: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    background: #fff;
    margin: 0 0 1em;
    border-left: 5px solid #000;
    padding: 0.125em 0.375em;
  }
  .field_list .wrap_tt .cc {
    padding: 0 0.25em;
  }
}

.en_info h3 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.en_info p {
  line-height: 1.75;
}
.en_info ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
.en_info ul li {
  line-height: 1.5;
  padding: 0.25em 0;
}

.bottom_button_visit_reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5em 0;
}
.bottom_button_visit_reservation a {
  display: block;
  background: #ef5c4e;
  color: #fff;
  padding: 1em 2em;
  font-size: 1.25em;
  border-radius: 3.25em;
}
@media screen and (max-width: 559px) {
  .bottom_button_visit_reservation a {
    width: 100%;
    margin: 0 0.5em;
    font-size: 1.125em;
    text-align: center;
    padding: 1em 0;
    border-radius: 6px;
  }
}

.contact_at {
  margin: 0 1em;
  background: #f4f4f4;
  margin: 3em 0;
  padding: 2em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  .contact_at {
    margin: 0 0.5em;
  }
}
.contact_at h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.75em;
}
.contact_at p {
  font-size: 1.125em;
  line-height: 1.5;
}