@charset "UTF-8";
/*! http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126　License: none (public domain)*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

html {
  font-size: 62.5% !important;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
  /*line-height: 1.75;*/
  color: #222;
  font-size: 14px;
  font-size: 1.4rem;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  display: block;
  text-decoration: none;
  color: #222;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*&:link, &:visited ,&:hover, &:active { color: #222;}*/
}
a:hover {
  cursor: pointer;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*-----------------------------------------------
  common layout
-----------------------------------------------*/
body {
  /*--- sp ---*/
  /*--- pc ---*/
}
body main {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 10px;
}
body main .side_menu {
  margin-bottom: 40px;
}
@media (min-width: 641px) {
  body {
    /* aside side_menuがない場合 */
  }
  body header {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  body header nav {
    width: 100%;
    max-width: 1025px;
    margin: 0 auto;
  }
  body main {
    width: 100%;
    max-width: 1025px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
    margin: 10px auto 60px;
  }
  body main article {
    float: left;
    width: 73%;
  }
  body main .side_menu {
    float: right;
    width: 25%;
    margin-bottom: 60px;
  }
  body footer {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  body footer aside {
    max-width: 1025px;
    margin: 10px auto;
  }
  body.no_aside main article {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}

/*-----------------------------------------------
  common class
-----------------------------------------------*/
.cf {
  overflow: hidden;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: none;
}
@media (min-width: 641px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media (min-width: 641px) {
  .sp {
    display: none;
  }
}

.section {
  display: block;
  clear: both;
  width: 100%;
}
.section .sec_inner {
  height: auto;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .section .sec_inner {
    max-width: 1025px;
    padding: 0;
  }
}

.is_fixed {
  position: fixed !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.caution {
  color: #fc6626;
}

.kome {
  color: #696761;
}

.bold {
  font-weight: bold;
}

.txt_right {
  text-align: right;
}

.txt_center {
  text-align: center;
}

.txt_s {
  font-size: 80% !important;
}

.sup {
  vertical-align: super;
  font-size: 70%;
}

.txt_link {
  display: inline-block;
  color: #21759b;
  text-decoration: underline;
}
@media (min-width: 641px) {
  .txt_link:hover {
    opacity: 0.7;
  }
}
.txt_link.no_underline {
  text-decoration: none;
}

.txt_grn {
  color: #009800;
}

.underline {
  text-decoration: underline;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb20 {
  margin-bottom: 20px;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt10 {
  margin-top: 10px;
}

.inner {
  padding: 0 5px;
}
@media (min-width: 641px) {
  .inner {
    padding: 0 20px;
  }
}

.sp_inner {
  padding: 0 10px;
}
@media (min-width: 641px) {
  .sp_inner {
    padding: 0;
  }
}

button:hover {
  cursor: pointer;
}

.hidden {
  display: none;
}

/*-----------------------------------------------
  common layout
-----------------------------------------------*/
body {
  /*--- sp ---*/
  /*--- pc ---*/
}
body main {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 10px;
}
body main .side_menu {
  margin-bottom: 40px;
}
@media (min-width: 641px) {
  body {
    /* aside side_menuがない場合 */
  }
  body header {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  body header nav {
    width: 100%;
    max-width: 1025px;
    margin: 0 auto;
  }
  body main {
    width: 100%;
    max-width: 1025px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
    margin: 10px auto 60px;
  }
  body main article {
    float: left;
    width: 73%;
  }
  body main .side_menu {
    float: right;
    width: 25%;
    margin-bottom: 60px;
  }
  body footer {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  body footer aside {
    max-width: 1025px;
    margin: 10px auto;
  }
  body.no_aside main article {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}

main,
footer {
  font-family: "Noto Sans JP", serif;
  color: #221815;
}

sup {
  font-weight: normal;
  font-size: 9px;
  letter-spacing: 0;
}

main .inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1024px) {
  main .inner {
    margin: 0 5vw;
  }
}
@media (max-width: 640px) {
  main .inner {
    margin: 20px;
  }
}

.inner-min {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1024px) {
  .inner-min {
    padding: 0 5vw;
  }
}

.section-title {
  padding: 50px 0 0;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.3rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .section-title {
    font-size: 4vw;
  }
}
@media (max-width: 640px) {
  .section-title {
    padding: 30px 0 0;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
  }
}

.section-lead {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .section-lead {
    font-size: 1.8vw;
  }
}
@media (max-width: 640px) {
  .section-lead {
    margin-top: 30px;
    margin-top: 15px;
    font-size: 15px;
  }
}

.point {
  color: #EE7700;
}

.bg-diagonal {
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
}
@media (max-width: 640px) {
  .bg-diagonal {
    bottom: -1px;
  }
}
.bg-diagonal svg {
  width: 100%;
}
@media (max-width: 640px) {
  .bg-diagonal svg {
    width: 1280px;
  }
}

.xs-show {
  display: none;
}
@media (max-width: 390px) {
  .xs-show {
    display: block;
  }
}

.sm-show {
  display: none;
}
@media (max-width: 640px) {
  .sm-show {
    display: block;
  }
}

.md-show {
  display: block;
}
@media (max-width: 640px) {
  .md-show {
    display: none;
  }
}

.lg-show {
  display: block;
}
@media (max-width: 1024px) {
  .lg-show {
    display: none;
  }
}

body main {
  max-width: 100%;
  margin: 0;
}
@media (max-width: 640px) {
  body main {
    padding: 0;
  }
}

body.simple_header {
  /* header */
}
body.simple_header header {
  position: relative;
  width: 100%;
  background: #fff;
  border-top: 5px solid #009800;
  padding-top: 7px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  margin-bottom: 0;
}
body.simple_header header .inner {
  width: 100%;
  max-width: 1025px;
  margin: 0 auto;
}
body.simple_header header .inner .logo {
  float: left;
  width: 111px;
  height: 26px; /*margin-top: 4px;*/
  margin-bottom: 7px;
}
body.simple_header header .inner .logo:hover {
  opacity: 0.7;
}
body.simple_header header .inner .tel {
  float: right;
  width: 112px;
  height: 46px;
  margin-top: -4px;
}
body.simple_header header .inner .tel img {
  height: 46px;
  width: auto;
}
@media (min-width: 641px) {
  body.simple_header header .top_headline h1 {
    font-weight: bold;
    padding: 0;
  }
  body.simple_header header .inner {
    padding: 0 0 8px 0;
  }
  body.simple_header header .inner .logo {
    width: 170px;
    height: 40px;
    margin-top: 3px;
  }
  body.simple_header header .inner .tel {
    width: 193px;
    margin-top: 0;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  body.simple_header header .top_headline h1 {
    font-weight: normal;
    padding: 0 15px;
  }
  body.simple_header header .inner {
    padding: 1px 15px 7px;
  }
}
@media (min-width: 641px) {
  body.simple_header header .inner .logo {
    margin-bottom: 0;
  }
}

.pankz {
  margin: 15px 15px 10px;
  opacity: 0.7;
}
.pankz li {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  margin: 0 1em 5px 0;
  padding-right: 1em;
  position: relative;
}
.pankz li::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  height: 6px;
  right: -3px;
  top: 2px;
  width: 6px;
}
.pankz li:last-child::after {
  display: none;
}
@media (min-width: 1025px) {
  .pankz {
    margin: 15px auto 10px;
    width: 1025px;
  }
}

.mv {
  position: relative;
  background: #FFF6EE;
}
.mv .inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 0 90px 5vw;
  background: url("../img/exhibitor/mv-bg.png") no-repeat right 60px/350px;
}
@media (max-width: 1024px) {
  .mv .inner {
    background: url("../img/exhibitor/mv-bg.png") no-repeat right bottom/35vw;
  }
}
@media (max-width: 640px) {
  .mv .inner {
    padding: 0 20px 10vw;
    background: none;
  }
}
@media (max-width: 480px) {
  .mv .inner {
    padding: 0 10px 50px;
  }
}
.mv .apply {
  margin: 30px 0 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 1024px) {
  .mv .apply {
    margin: 15px 0;
    max-width: 58vw;
  }
}
@media (max-width: 640px) {
  .mv .apply {
    max-width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 15px 25px 0;
  }
}
@media (max-width: 480px) {
  .mv .apply {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mv .bg-diagonal svg {
  fill: #009DE1;
}

.mv-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .mv-headline {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mv-headline__logo img {
  width: revert-layer;
  max-width: 130px;
  width: 15vw;
}
@media (max-width: 640px) {
  .mv-headline__logo img {
    width: 80px;
  }
}

.mv-headline__label {
  display: inline-block;
  border-radius: 10px;
  background: #221815;
  margin-left: 1rem;
  padding: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}
@media (max-width: 1024px) {
  .mv-headline__label {
    font-size: 2.4vw;
  }
}
@media (max-width: 640px) {
  .mv-headline__label {
    font-size: 12px;
  }
}
.mv-headline__label .point {
  color: #FF8C18;
  font-size: 25px;
}
@media (max-width: 1024px) {
  .mv-headline__label .point {
    font-size: 2.6vw;
  }
}
@media (max-width: 640px) {
  .mv-headline__label .point {
    font-size: 15px;
  }
}

.mv-title {
  margin: 0;
  font-size: 5rem;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  .mv-title {
    font-size: 5vw;
  }
}
@media (max-width: 640px) {
  .mv-title {
    font-size: 3.6rem;
    text-align: center;
  }
}

.mv-title-subtitle {
  display: block;
  margin: 10px 0;
  padding-left: 3px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .mv-title-subtitle {
    font-size: 2.8vw;
  }
}
@media (max-width: 640px) {
  .mv-title-subtitle {
    margin-top: 0;
    font-size: 16px;
  }
}
.mv-title-subtitle b {
  font-size: 3.5rem;
  font-weight: 900;
}
@media (max-width: 1024px) {
  .mv-title-subtitle b {
    font-size: 3vw;
  }
}
@media (max-width: 640px) {
  .mv-title-subtitle b {
    font-size: 20px;
  }
}

.mv-img__sp img {
  display: block;
  width: revert-layer;
  margin: 12px auto 0;
}

.mv-date {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 1024px) {
  .mv-date {
    max-width: 55vw;
  }
}
@media (max-width: 640px) {
  .mv-date {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.mv-date__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 25px 0 0;
  background: #fff;
  border: 2px solid #221815;
  border-radius: 10px;
  font-weight: 700;
  max-width: 330px;
}
@media (max-width: 1024px) {
  .mv-date__item {
    max-width: 28vw;
  }
}
@media (max-width: 640px) {
  .mv-date__item {
    max-width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .mv-date__item {
    margin: 0 20px;
  }
}
.mv-date__item + .mv-date__item {
  margin-top: 25px;
}
@media (max-width: 640px) {
  .mv-date__item + .mv-date__item {
    margin-top: 7px;
  }
}
.mv-date__item dt {
  padding: 10px 20px;
  border-right: 1px solid #999;
  font-size: 27px;
  letter-spacing: 0.2rem;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .mv-date__item dt {
    padding: 1.2rem 1rem 1.2rem 1.2rem;
    font-size: 2.5vw;
  }
}
@media (max-width: 640px) {
  .mv-date__item dt {
    padding: 6px 20px;
    font-size: 23px;
  }
}
.mv-date__item dd {
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.3;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .mv-date__item dd {
    padding: 1.2rem 1rem 1.2rem 1.2rem;
    font-size: 1.5vw;
  }
}
@media (max-width: 640px) {
  .mv-date__item dd {
    padding: 6px 20px;
    font-size: 12px;
  }
}

.mv-date__num {
  font-size: 29px;
}
@media (max-width: 1024px) {
  .mv-date__num {
    font-size: 2.9vw;
  }
}
@media (max-width: 640px) {
  .mv-date__num {
    font-size: 25px;
  }
}

.mv-autority {
  max-width: 640px;
  display: grid;
  row-gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .mv-autority {
    max-width: 58vw;
    margin-top: 1.5rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 640px) {
  .mv-autority {
    max-width: 100%;
    grid-auto-flow: initial;
    margin-top: 12px;
  }
}

.mv-autority__item {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1024px) {
  .mv-autority__item {
    font-size: 1.5vw;
  }
}
@media (max-width: 640px) {
  .mv-autority__item {
    font-size: 14px;
    line-height: 1.1;
  }
}
@media (max-width: 640px) {
  .mv-autority__item:first-child {
    font-size: 16px;
    font-weight: 700;
    grid-column: 1/3;
  }
  .mv-autority__item:first-child:before, .mv-autority__item:first-child:after {
    content: none;
  }
}
.mv-autority__item::before, .mv-autority__item::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 68px;
  background: url("../img/autority.png") no-repeat top left/contain;
}
@media (max-width: 1024px) {
  .mv-autority__item::before, .mv-autority__item::after {
    height: 4rem;
  }
}
@media (max-width: 640px) {
  .mv-autority__item::before, .mv-autority__item::after {
    height: 58px;
  }
}
.mv-autority__item::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  justify-self: end;
}

.mv-autority__itemnum {
  font-size: 32px;
  font-weight: 900;
  color: #EE7700;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .mv-autority__itemnum {
    font-size: 2.8vw;
  }
}
@media (max-width: 640px) {
  .mv-autority__itemnum {
    font-size: 26px;
  }
}
.mv-autority__itemnum .point {
  font-size: 41px;
}
@media (max-width: 1024px) {
  .mv-autority__itemnum .point {
    font-size: 3.8vw;
  }
}
@media (max-width: 640px) {
  .mv-autority__itemnum .point {
    font-size: 34px;
  }
}

.mv-autority_note {
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: 1;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  margin: 20px 30px 0;
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
  color: #221815;
}
@media (max-width: 640px) {
  .mv-autority_note {
    margin: 20px 0 0;
  }
}
@media (max-width: 1024px) {
  .mv-autority_note {
    bottom: 8vw;
  }
}
@media (max-width: 640px) {
  .mv-autority_note {
    position: relative;
    bottom: 0;
    text-shadow: none;
  }
}

.apply {
  max-width: 640px;
  margin: 60px auto;
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 640px) {
  .apply {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 20px;
  }
}

.apply-btn {
  display: block;
  width: 330px;
  border-radius: 10px;
  border: 2px solid #221815;
  padding: 15px 15px 19px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  -webkit-box-shadow: 2px 4px 0 0 #221815, 0 5px 5px 0 rgba(34, 24, 21, 0.2);
          box-shadow: 2px 4px 0 0 #221815, 0 5px 5px 0 rgba(34, 24, 21, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .apply-btn {
    font-size: 2.4vw;
    padding: 1rem 1rem 1.5rem;
  }
}
@media (max-width: 640px) {
  .apply-btn {
    width: 100%;
    padding: 10px 15px 18px;
    font-size: 18px;
  }
}
.apply-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(6px) translateX(3px);
          transform: translateY(6px) translateX(3px);
}

.apply-btn__subtext {
  display: block;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
@media (max-width: 1024px) {
  .apply-btn__subtext {
    font-size: 1.4vw;
  }
}
@media (max-width: 640px) {
  .apply-btn__subtext {
    font-size: 12px;
  }
}
.apply-btn__subtext .point {
  color: #FAFF00;
}

.apply-btn__text {
  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;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
.apply-btn__text::after {
  content: "";
  display: block;
  margin-left: 1.5rem;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.btn-download {
  background: -webkit-gradient(linear, left top, left bottom, from(#EE7700), to(#ee6500));
  background: linear-gradient(180deg, #EE7700 0%, #ee6500 100%);
}

.btn-contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#009DE1), to(#0783e4));
  background: linear-gradient(180deg, #009DE1 0%, #0783e4 100%);
}
.btn-contact .label {
  font-size: 13px;
  color: #009DE1;
  background: #fff;
  border-radius: 3rem;
  margin-right: 0.5rem;
  padding: 0.5rem 0.8rem;
}
@media (max-width: 1024px) {
  .btn-contact .label {
    font-size: 1.3vw;
  }
}
@media (max-width: 640px) {
  .btn-contact .label {
    font-size: 12px;
  }
}

.lead {
  position: relative;
  background: #009DE1;
  padding: 80px 0 90px;
  padding-bottom: 160px;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 1024px) {
  .lead {
    font-size: 1.8vw;
  }
}
@media (max-width: 640px) {
  .lead {
    padding: 50px 0 90px;
    font-size: 16px;
    text-align: left;
  }
}
.lead .section-title {
  padding: 0;
  margin-bottom: 20px;
}
.lead .bg-diagonal svg {
  fill: #D7E9F3;
}

.reason {
  position: relative;
  background: #D7E9F3;
  padding: 0 0 90px;
}
@media (max-width: 640px) {
  .reason > .inner {
    margin: 0;
    padding: 20px;
  }
}
.reason .bg-diagonal svg {
  fill: #fff;
}

.reason-item {
  position: relative;
  background: #fff;
  border-radius: 20px;
  max-width: 1025px;
  margin: 80px auto 0;
}
@media (max-width: 640px) {
  .reason-item {
    margin: 50px auto 0;
  }
}
.reason-item .inner {
  padding: 60px 60px 0;
  text-align: center;
}
@media (max-width: 640px) {
  .reason-item .inner {
    padding: 35px 0 0;
  }
}
.reason-item img {
  width: revert-layer;
}

.reason-item__label {
  top: -2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  padding: 1rem 1.5rem;
  background: #221815;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #fff;
}
@media (max-width: 1024px) {
  .reason-item__label {
    font-size: 2vw;
  }
}
@media (max-width: 640px) {
  .reason-item__label {
    font-size: 16px;
  }
}

.reason-item__title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .reason-item__title {
    font-size: 3.4vw;
  }
}
@media (max-width: 640px) {
  .reason-item__title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.reason-item__subtitle {
  display: block;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .reason-item__subtitle {
    font-size: 2.4vw;
  }
}
@media (max-width: 640px) {
  .reason-item__subtitle {
    font-size: 16px;
  }
}

.reason-item__text {
  margin: 30px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  text-align: center;
}
@media (max-width: 640px) {
  .reason-item__text {
    margin: 15px 0;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
  }
}

.reason-item__img {
  padding-bottom: 60px;
}

.reason1-graph {
  background: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 85px;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 1024px) {
  .reason1-graph {
    padding: 2vw 5vw 5vw;
  }
}
@media (max-width: 640px) {
  .reason1-graph {
    padding: 3rem 20px;
    display: grid;
    row-gap: 5vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.reason1-graph .note {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 10px;
  color: #666;
  padding: 0 20px;
  text-align: right;
}
@media (max-width: 640px) {
  .reason1-graph .note {
    position: relative;
    bottom: 0;
    text-align: left;
  }
}

.reason1-graph__logo {
  width: 200px;
  margin-right: 70px;
}
@media (max-width: 1024px) {
  .reason1-graph__logo {
    width: 20vw;
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  .reason1-graph__logo {
    min-width: 130px;
    width: 40vw;
    margin: 0 auto;
  }
}

.reason1-graph__item {
  position: relative;
  -ms-flex-preferred-size: 170px;
      flex-basis: 170px;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .reason1-graph__item {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
  }
}
@media (max-width: 640px) {
  .reason1-graph__item {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5vw;
    grid-template-areas: "text img";
  }
}

.reason1-graph__text {
  grid-area: text;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .reason1-graph__text {
    font-size: 1.4vw;
  }
}
@media (max-width: 640px) {
  .reason1-graph__text {
    position: relative;
    top: unset;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-size: 16px;
    text-align: left;
  }
}

.reason1-graph__percent {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  font-family: "Roboto Slab", serif;
  color: #3A8825;
  text-align: center;
}
@media (max-width: 1024px) {
  .reason1-graph__percent {
    font-size: 2vw;
  }
}
@media (max-width: 640px) {
  .reason1-graph__percent {
    display: none;
  }
}

.reason1-graph__percent_num {
  font-size: 40px;
}

.reason1-graph__img {
  grid-area: img;
}
@media (max-width: 640px) {
  .reason1-graph__img {
    max-width: 140px;
  }
}

.reason-item_voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-weight: 500;
}
.reason-item_voice + .reason-item_voice {
  margin-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 640px) {
  .reason-item_voice + .reason-item_voice {
    padding-bottom: 40px;
  }
}
.reason-item_voice dl {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
  padding: 15px 20px 20px;
}
.reason-item_voice dl::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  margin-top: -9px;
  border: 9px solid transparent;
  border-right: 9px solid #d9d9d9;
}
.reason-item_voice dl::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -17px;
  margin-top: -9px;
  border: 9px solid transparent;
  border-right: 9px solid #fff;
}
@media (max-width: 640px) {
  .reason-item_voice dl:before, .reason-item_voice dl:after {
    content: none;
  }
}
.reason-item_voice dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .reason-item_voice dt {
    font-size: 13px;
  }
}
.reason-item_voice dt::before {
  margin-right: 5px;
  content: "";
  background: url("../img/exhibitor/comment.png") no-repeat center bottom/contain;
  display: inline-block;
  width: 20px;
  height: 14px;
}
.reason-item_voice dd {
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .reason-item_voice dd {
    font-size: 15px;
  }
}

.reason-item_voice_icon {
  width: 50px;
  margin-right: 20px;
}

.step-block {
  background: #F2F6F9;
  border-radius: 20px;
  margin-top: 30px;
  padding: 30px;
}

.step-block__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .step-block__title {
    font-size: 2.4vw;
  }
}
@media (max-width: 640px) {
  .step-block__title {
    font-size: 20px;
  }
}

.step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  margin-top: 40px;
}
@media (max-width: 640px) {
  .step-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.step-list__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 2px solid #221815;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08rem;
}
@media (max-width: 1024px) {
  .step-list__item {
    font-size: 1.6vw;
  }
}
@media (max-width: 640px) {
  .step-list__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.step-list__item:last-child {
  margin-bottom: 0;
}
.step-list__item::before, .step-list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  border: 9px solid transparent;
  border-left: 9px solid;
}
@media (max-width: 640px) {
  .step-list__item::before, .step-list__item::after {
    left: 50%;
    top: auto;
    bottom: -20px;
    margin-left: -9px;
    border: 9px solid transparent;
    border-top: 9px solid;
  }
}
.step-list__item::before {
  right: -20px;
  border-left-color: #221815;
}
@media (max-width: 640px) {
  .step-list__item::before {
    right: unset;
    border: 9px solid transparent;
    border-top-color: #221815;
  }
}
.step-list__item::after {
  border-left-color: #fff;
  right: -17px;
}
@media (max-width: 640px) {
  .step-list__item::after {
    bottom: -17px;
    right: unset;
    border: 9px solid transparent;
    border-top-color: #fff;
  }
}
.step-list__item.laststep::before, .step-list__item.laststep::after {
  content: none;
}
.step-list__item.afterevent {
  margin-right: 22px;
}
@media (max-width: 640px) {
  .step-list__item.afterevent {
    margin-bottom: 50px;
    margin-right: 0;
  }
}
.step-list__item.afterevent::before, .step-list__item.afterevent::after {
  content: "";
  top: 50%;
  margin-top: -9px;
  border: 9px solid transparent;
  border-left: 9px solid;
}
@media (max-width: 640px) {
  .step-list__item.afterevent::before, .step-list__item.afterevent::after {
    top: auto;
    border: 9px solid transparent;
    border-top: 9px solid;
  }
}
.step-list__item.afterevent:before {
  right: -30px;
}
@media (max-width: 640px) {
  .step-list__item.afterevent:before {
    bottom: -30px;
    right: unset;
  }
}
.step-list__item.afterevent:after {
  right: -42px;
}
@media (max-width: 640px) {
  .step-list__item.afterevent:after {
    bottom: -42px;
    right: unset;
  }
}

.step-list__img {
  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: 100%;
  height: 90px;
  overflow: hidden;
}
.step-list__img img {
  width: revert-layer;
}

.step-label {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #009DE1;
  max-width: 65%;
  line-height: 1;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
}
@media (max-width: 1024px) {
  .step-label {
    max-width: 100%;
    font-size: 1.3vw;
  }
}
@media (max-width: 640px) {
  .step-label {
    font-size: 16px;
  }
}
.step-label .point {
  color: #FAFF00;
}

.detail {
  position: relative;
  border: 2px solid #221815;
  border-radius: 20px;
  margin: 170px auto 0;
  padding: 30px;
}
@media (max-width: 1024px) {
  .detail {
    margin: 15vw 5vw 0;
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .detail {
    padding: 50px 20px 20px;
  }
}
.detail .section-title {
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #fff;
  width: 70%;
  padding: 0 3rem;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .detail .section-title {
    top: -3rem;
    padding: 0 1rem;
  }
}

.detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .detail-list {
    margin-top: 0;
  }
}

.detail-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #F8F8F8;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
}
@media (max-width: 640px) {
  .detail-item {
    margin-top: 20px;
    padding: 10px 20px;
  }
}
.detail-item dt,
.detail-item dd {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.detail-item dd {
  padding-top: 0.5rem;
  font-size: 18px;
  padding-bottom: 3rem;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .detail-item dd {
    font-size: 1.8vw;
  }
}
@media (max-width: 640px) {
  .detail-item dd {
    padding-top: 5px;
    line-height: 1.4;
    font-size: 16px;
  }
}
.detail-item b {
  font-weight: 600;
}

.detail-item__title {
  background: #221815;
  border-radius: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.4rem;
  color: #fff;
  margin-bottom: 3rem;
  padding: 1rem;
}
@media (max-width: 1024px) {
  .detail-item__title {
    font-size: 2.5vw;
  }
}
@media (max-width: 640px) {
  .detail-item__title {
    font-size: 18px;
  }
}

.detail-date__num {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .detail-date__num {
    font-size: 3vw;
  }
}
@media (max-width: 640px) {
  .detail-date__num {
    font-size: 30px;
  }
}

.detail-note {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .detail-note {
    font-size: 1.6vw;
  }
}
@media (max-width: 640px) {
  .detail-note {
    font-size: 13px;
  }
}

.qa {
  margin-top: 110px;
}

.qa-list {
  margin-top: 50px;
  line-height: 1.8;
}
.qa-list dt {
  background: #F2F6F9;
  border-radius: 10px;
  margin-bottom: 1rem;
  padding: 1rem 2rem 1.5rem 46px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-indent: -30px;
}
@media (max-width: 1024px) {
  .qa-list dt {
    font-size: 2vw;
  }
}
@media (max-width: 640px) {
  .qa-list dt {
    padding: 10px 15px 12px 35px;
    font-size: 16px;
    text-indent: -25px;
  }
}
.qa-list dt:before {
  content: "Q.";
  color: #009DE1;
  margin-right: 5px;
  font-size: 25px;
}
@media (max-width: 640px) {
  .qa-list dt:before {
    font-size: 20px;
  }
}
.qa-list dd {
  margin-bottom: 3rem;
  font-size: 18px;
  padding: 1rem 2rem;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .qa-list dd {
    font-size: 1.8vw;
  }
}
@media (max-width: 640px) {
  .qa-list dd {
    padding: 0 15px;
    font-size: 15px;
  }
}
.qa-list a {
  display: inline-block;
  text-decoration: underline;
}
.qa-list a:hover {
  color: #009DE1;
}

.footer_apply {
  margin-top: 100px;
  padding: 90px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: url("../img/exhibitor/footer_bg.jpg") no-repeat center center/cover;
}
@media (max-width: 640px) {
  .footer_apply {
    padding: 50px 20px;
  }
}
.footer_apply .apply {
  margin: 4rem auto 0;
}

.footer_apply__title {
  font-size: 40px;
  font-size: 24px;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .footer_apply__title {
    font-size: 2.4vw;
  }
}
@media (max-width: 640px) {
  .footer_apply__title {
    font-size: 24px;
  }
}

.footer_apply__lead {
  margin-top: 2rem;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .footer_apply__lead {
    font-size: 2vw;
  }
}
@media (max-width: 640px) {
  .footer_apply__lead {
    font-size: 16px;
  }
}

.foot_bottom {
  color: #221815;
  text-align: center;
  padding: 2rem;
}