@charset "UTF-8";
.brightwest-gradient {
  background: linear-gradient(135deg, #9de8ff 10%, #4fe3ff 30%, #2db1f5 80%, #2db1f5 100%);
}

.page_title_area {
  display: none;
}

.page_title_area .title_layout .title_txt h1 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  width: 100%;
}

.p-aimeet__get__inner.c-block__inner,
.brightwest-gradient {
  padding: 80px 0;
}
@media screen and (max-width: 1059px) {
  .p-aimeet__get__inner.c-block__inner,
  .brightwest-gradient {
    padding: 50px 0;
  }
}
@media screen and (max-width: 559px) {
  .p-aimeet__get__inner.c-block__inner,
  .brightwest-gradient {
    padding: 30px 0;
  }
}

.p-aimeet__get {
  background-color: #f4f4f4;
  background: -webkit-gradient(linear, left top, right top, from(rgba(91, 177, 100, 0.2)), to(rgba(27, 169, 212, 0.2)));
  background: linear-gradient(90deg, rgba(91, 177, 100, 0.2), rgba(27, 169, 212, 0.2));
}

.p-aimeet__get__heading {
  background: -webkit-gradient(linear, left top, right top, from(rgb(91, 177, 100)), to(rgb(27, 169, 212)));
  background: linear-gradient(90deg, rgb(91, 177, 100), rgb(27, 169, 212));
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 44px;
  margin: 0 0 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1059px) {
  .p-aimeet__get__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 559px) {
  .p-aimeet__get__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 349px) {
  .p-aimeet__get__heading {
    font-size: 20px;
  }
}

.p-aimeet__get__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 559px) {
  .p-aimeet__get__note {
    font-size: 14px;
  }
}

.p-aimeet__get__btn {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-aimeet__get__btn .p-aimeet__get__btn__item {
  padding: 20px 10px;
  width: 90%;
  max-width: 400px;
  font-size: 24px;
  border-radius: 64px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#d00));
  background-image: linear-gradient(180deg, #f00, #d00);
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-aimeet__get__btn .p-aimeet__get__btn__item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1059px) {
  .p-aimeet__get__btn {
    margin: 30px 0;
  }
  .p-aimeet__get__btn .p-aimeet__get__btn__item {
    padding: 20px 10px;
    font-size: 18px;
    border-radius: 58px;
  }
}
@media screen and (max-width: 559px) {
  .p-aimeet__get__btn {
    margin: 20px 0;
  }
  .p-aimeet__get__btn .p-aimeet__get__btn__item {
    padding: 15px 10px;
    font-size: 16px;
    border-radius: 46px;
  }
}

.p-aimeet__get__sample {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  margin: 0 auto;
}

.p-aimeet__get__sample__img {
  margin-bottom: 1em;
}

.p-aimeet__get__sample__copy {
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-aimeet__get__sample__copy {
    text-align: left;
    font-weight: normal;
  }
  .p-aimeet__get__sample__copy br {
    display: none;
  }
}

.p-aimeet__about {
  color: #0f2f46;
}

.substitute_title {
  text-align: center;
}
.substitute_title h1 {
  font-size: 44px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 30px;
}
.substitute_title h1 span.ai_min {
  font-size: 75%;
  padding: 0 0.2em;
}
@media screen and (max-width: 999px) {
  .substitute_title h1 {
    font-size: 36px;
  }
  .substitute_title h1 span.ai_min {
    font-size: 80%;
  }
}
@media screen and (max-width: 559px) {
  .substitute_title h1 {
    line-height: 1.25;
  }
  .substitute_title h1 span.ai_min {
    font-size: 100%;
  }
}

.p-aimeet__about__heading {
  font-size: 44px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1.25;
  margin: 0 0 30px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 559px) {
  .p-aimeet__about__heading br {
    display: none;
  }
}
@media screen and (max-width: 1059px) {
  .p-aimeet__about__heading {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-aimeet__about__heading {
    font-size: 32px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 559px) {
  .p-aimeet__about__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 349px) {
  .p-aimeet__about__heading {
    font-size: 28px;
  }
}

.p-aimeet__about__copy {
  text-align: center;
  font-size: 24px;
  margin: 0 0 30px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .p-aimeet__about__copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 559px) {
  .p-aimeet__about__copy {
    text-align: left;
    font-size: 18px;
  }
  .p-aimeet__about__copy br {
    display: none;
  }
}

.p-aimeet__about__img {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.p-aimeet__about__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-aimeet__about__note {
    margin-bottom: 30px;
    text-align: left;
  }
  .p-aimeet__about__note br {
    display: none;
  }
}

.p-aimeet__about__note__item {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-aimeet__about__note__item {
    font-size: 16px;
  }
}

.p-aimeet__about__note__note {
  margin-top: 0.5em;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.p-aimeet__about__movie {
  max-width: 700px;
  margin: 0 auto;
}

.p-aimeet__about__movie video {
  width: 100%;
}

.booth_list {
  width: 100％;
  margin: 50px auto 0;
  background: white;
  padding: 1.5em;
  border-radius: 6px;
}
.booth_list .title {
  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;
  margin-bottom: 1.25em;
}
.booth_list .title .logo {
  width: 150px;
  margin-right: 1em;
}
.booth_list .title h3 {
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  padding: 0.5em 0;
}
.booth_list ul {
  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;
}
.booth_list ul li {
  width: calc(50% - 0.75em);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.25em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .booth_list ul li {
    width: 100%;
  }
}
.booth_list ul li:nth-child(1), .booth_list ul li:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .booth_list ul li:nth-child(2) {
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .booth_list ul li {
    font-size: 1em;
  }
}
.booth_list ul li .num {
  background: #333;
  color: #fff;
  margin: 2px 0;
  margin-right: 3px;
  padding: 0.125em 0.5em;
  border-radius: 2px;
  font-size: 80%;
}
.booth_list ul li .pavilion {
  border: 1px solid black;
  margin: 2px 0;
  margin-right: 3px;
  padding: 0.125em 0.25em;
  border-radius: 2px;
  font-size: 80%;
}
.booth_list ul li .pavilion span {
  font-size: 90%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.booth_list ul li .name {
  margin-left: 0.25em;
  padding: 0.25em 0;
  font-weight: bold;
}

.p-aimeet__use {
  color: #0f2f46;
}

.p-aimeet__use__heading {
  font-size: 2em;
  font-weight: bold;
  margin: 2em 0 0.5em;
  text-align: center;
}

ul.p-aimeet__use__list {
  max-width: 700px;
  margin: 0 auto;
}
ul.p-aimeet__use__list li.p-aimeet__use__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 559px) {
  ul.p-aimeet__use__list li.p-aimeet__use__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
ul.p-aimeet__use__list li.p-aimeet__use__list__item .p-aimeet__use__list__no {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.p-aimeet__use__list li.p-aimeet__use__list__item .p-aimeet__use__list__no p {
  background-color: #0f2f46;
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-size: 44px;
  padding: 0.5em 0.25em;
}
@media screen and (max-width: 767px) {
  ul.p-aimeet__use__list li.p-aimeet__use__list__item .p-aimeet__use__list__no p {
    font-size: 36px;
  }
}
ul.p-aimeet__use__list li.p-aimeet__use__list__item .p-aimeet__use__list__img {
  margin-left: 60px;
  width: 25%;
}
@media screen and (max-width: 559px) {
  ul.p-aimeet__use__list li.p-aimeet__use__list__item .p-aimeet__use__list__img {
    margin: 0 0 10px;
    width: 50%;
  }
}
ul.p-aimeet__use__list li.p-aimeet__use__list__item .p-aimeet__use__list__copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1em;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1059px) {
  ul.p-aimeet__use__list li.p-aimeet__use__list__item .p-aimeet__use__list__copy {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 559px) {
  ul.p-aimeet__use__list li.p-aimeet__use__list__item .p-aimeet__use__list__copy {
    margin-left: 0;
    font-size: 1em;
    text-align: center;
  }
}
ul.p-aimeet__use__list li.p-aimeet__use__list__item .p-aimeet__use__list__copy p.min {
  margin-top: 0.5em;
  font-size: 14px;
  font-weight: normal;
  padding-right: 2em;
}
@media screen and (max-width: 559px) {
  ul.p-aimeet__use__list li.p-aimeet__use__list__item .p-aimeet__use__list__copy p.min {
    padding: 0 2em;
  }
}

.p-aimeet__use__booth {
  font-weight: bold;
  max-width: 700px;
  margin: 30px auto 0;
  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;
}
@media screen and (max-width: 559px) {
  .p-aimeet__use__booth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-aimeet__use__booth .p-aimeet__use__booth__copy {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-aimeet__use__booth .p-aimeet__use__booth__copy br {
    display: none;
  }
}

.p-aimeet__use__booth__box {
  padding: 10px 20px;
  background-color: #0f2f46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  margin-left: 1em;
}
@media screen and (max-width: 559px) {
  .p-aimeet__use__booth__box {
    margin: 1em 0 0;
  }
}
.p-aimeet__use__booth__box .p-aimeet__use__booth__box__title {
  white-space: nowrap;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-aimeet__use__booth__box .p-aimeet__use__booth__box__title {
    padding-right: 0.5em;
  }
}
.p-aimeet__use__booth__box .p-aimeet__use__booth__box__no {
  white-space: nowrap;
  font-size: 24px;
}