@charset "UTF-8";
/*--- color ---*/
/*--- z-index ---*/
/*--- breakpoint ---*/
/* =======================
  mixin
======================= */
/*--- 透過ホバー ---*/
/*--- color変更ホバー ---*/
/*--- background-color変更ホバー ---*/
/*--- color・background-colorホバー ---*/
.c-page-title .bgimage {
  background-image: url(../media/images/kv_exhibitors.jpg);
}

.search-filters {
  margin-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .search-filters {
    margin-top: 60px;
  }
}

.filter-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .filter-checkbox {
    gap: 8px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.filter-checkbox__label {
  font-size: 2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .filter-checkbox__label {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.filter-checkbox__item {
  display: flex;
  align-items: flex-start;
}
.filter-checkbox__item.-picking .filter-checkbox__txt {
  background: #F5B090;
  border: 2px solid #F5B090;
}
.filter-checkbox__item.-palette .filter-checkbox__txt {
  background: #FFF7AF;
  border: 2px solid #FFF7AF;
}
.filter-checkbox__item.-packing .filter-checkbox__txt {
  background: #A5D4AD;
  border: 2px solid #A5D4AD;
}
.filter-checkbox__item.-ai-iot .filter-checkbox__txt {
  background: #CBA6CD;
  border: 2px solid #CBA6CD;
}
.filter-checkbox__item.-vehicle .filter-checkbox__txt {
  background: #FBD7A1;
  border: 2px solid #FBD7A1;
}
.filter-checkbox__item.-storage .filter-checkbox__txt {
  background: #9FD8F7;
  border: 2px solid #9FD8F7;
}
.filter-checkbox__item.-facility .filter-checkbox__txt {
  background: #A4AFD8;
  border: 2px solid #A4AFD8;
}
.filter-checkbox__item.-support .filter-checkbox__txt {
  background: #F7C5DB;
  border: 2px solid #F7C5DB;
}
.filter-checkbox__input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.filter-checkbox__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3em 40px;
  background: #cccccc;
  transition: 0.3s ease background-color;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .filter-checkbox__txt {
    padding: 0.3em 8px;
    font-size: 1.2rem;
  }
}
.filter-checkbox .filter-checkbox__input:checked + .filter-checkbox__txt {
  background: #fff;
  color: #222;
}
.filter-freeword {
  display: flex;
  align-items: center;
  gap: 10px 30px;
}
@media screen and (max-width: 767.9px) {
  .filter-freeword {
    flex-wrap: wrap;
  }
}
.filter-freeword__label {
  flex: 0 0 auto;
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .filter-freeword__label {
    font-size: 1.4rem;
    width: 100%;
  }
}
.filter-freeword__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .filter-freeword__controls {
    flex-wrap: wrap;
  }
}
.filter-freeword__input {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 8px 16px;
  width: 100%;
  min-height: 55px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.9px) {
  .filter-freeword__input {
    min-height: 35px;
    font-size: 1.2rem;
  }
}
.filter-freeword__input::placeholder {
  color: #ccc;
}
.filter-freeword__search {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  max-width: 180px;
  width: 100%;
  background: linear-gradient(90deg, #F39E16 0%, #F24D00 100%);
  transition: 0.3s ease opacity;
  cursor: pointer;
  min-height: 55px;
  font-size: 1.6rem;
}
.filter-freeword__search::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../media/images/icon_search.svg) no-repeat center/contain;
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .filter-freeword__search::before {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 1000px) {
  .filter-freeword__search {
    max-width: 100px;
  }
}
@media screen and (max-width: 767.9px) {
  .filter-freeword__search {
    max-width: calc(100% - 120px);
    min-height: 35px;
    font-size: 1.2rem;
  }
}
.filter-freeword__search:hover {
  opacity: 0.6;
}
.filter-freeword__reset {
  flex: 0 0 auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-left: 30px;
  font-size: 1.4rem;
  padding: 8px 24px;
  transition: 0.3s ease background-color;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .filter-freeword__reset {
    padding: 8px 16px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .filter-freeword__reset {
    font-size: 1.2rem;
    margin-left: 0;
    padding: 8px 0;
    width: 110px;
  }
}
.filter-freeword__reset:hover {
  background: #ccc;
}
.filter-radio {
  display: grid;
  grid-template-columns: repeat(10, auto);
  padding-left: 210px;
  position: relative;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767.9px) {
  .filter-radio {
    padding-left: 0;
    grid-template-columns: repeat(5, auto);
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.filter-radio__label {
  font-size: 2rem;
  text-align: center;
  background: #1D54A2;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .filter-radio__label {
    position: inherit;
    top: auto;
    transform: translateY(0);
    width: 100%;
    font-size: 1.2rem;
    padding: 8px;
  }
}
.filter-radio__item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-left: 1px solid #ccc;
  transition: 0.3s ease background-color;
}
@media screen and (max-width: 767.9px) {
  .filter-radio__item:nth-of-type(n+6) {
    border-top: 1px solid #ccc;
  }
}
.filter-radio__item:hover {
  background: rgba(0, 74, 173, 0.1);
}
.filter-radio__input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.filter-radio__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .filter-radio__txt {
    height: 40px;
    font-size: 1.4rem;
  }
}
.filter-radio .filter-radio__input:checked + .filter-radio__txt {
  background: rgba(0, 74, 173, 0.1);
  color: #004AAD;
}

.p-exhibitors {
  background: #F3F6FA;
}

.p-exhibitors p:not([class]) + p {
  margin-top: 1em;
}
.p-exhibitors__body {
  padding: 0 45px;
}
@media screen and (max-width: 767.9px) {
  .p-exhibitors__body {
    padding: 0 2rem;
  }
}
.p-exhibitors__body.-main {
  background: #fff;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .p-exhibitors__body.-main {
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 80px;
  }
}
.p-exhibitors__body.-bg {
  background: #F3F6FA;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .p-exhibitors__body.-bg {
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 80px;
  }
}
.p-exhibitors__inner {
  max-width: 1620px;
  margin: 0 auto;
}
.p-exhibitors__inner > *:first-child {
  margin-top: 0;
}
.p-exhibitors__inner > *:last-child {
  margin-bottom: 0;
}

.p-exhibitors-detail p:not([class]) + p {
  margin-top: 1em;
}
.p-exhibitors-detail__body {
  padding: 0 45px;
}
@media screen and (max-width: 767.9px) {
  .p-exhibitors-detail__body {
    padding: 0 2rem;
  }
}
.p-exhibitors-detail__body.-bg {
  background: #F3F6FA;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .p-exhibitors-detail__body.-bg {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-exhibitors-detail__inner {
  max-width: 1620px;
  margin: 0 auto;
}
.p-exhibitors-detail__inner > *:first-child {
  margin-top: 0;
}
.p-exhibitors-detail__inner > *:last-child {
  margin-bottom: 0;
}

.p-exhibitors-detail__body + .p-exhibitors-detail__body {
  margin-top: 80px;
}

.card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 100px;
  margin-top: 70px;
}
@media screen and (max-width: 1000px) {
  .card-list {
    gap: 0 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .card-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 20px;
  }
}
.card-list__item {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.card-list__item a {
  display: block;
  width: 100%;
  padding: 30px 70px 30px 16px;
  transition: 0.3s ease background-color;
  position: relative;
}
.card-list__item a:hover {
  background: rgba(0, 74, 173, 0.1);
}
@media screen and (max-width: 767.9px) {
  .card-list__item a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 60px;
  }
}
.card-list__item a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #1D54A2;
  mask: url("../media/images/icon_arrow_right.svg") no-repeat center/contain;
  -webkit-mask: url("../media/images/icon_arrow_right.svg") no-repeat center/contain;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease background-color;
}
.card-list__label {
  padding: 2px 20px;
  background: #ddd;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.9px) {
  .card-list__label {
    font-size: 1.2rem;
  }
}
.card-list__label.-picking {
  background: #F5B090;
}
.card-list__label.-palette {
  background: #FFF7AF;
}
.card-list__label.-packing {
  background: #A5D4AD;
}
.card-list__label.-ai-iot {
  background: #CBA6CD;
}
.card-list__label.-vehicle {
  background: #FBD7A1;
}
.card-list__label.-storage {
  background: #9FD8F7;
}
.card-list__label.-facility {
  background: #A4AFD8;
}
.card-list__label.-support {
  background: #F7C5DB;
}
.card-list__title {
  font-size: 1.8rem;
  margin-top: 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .card-list__title {
    font-size: 1.4rem;
  }
}
.card-list__company {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767.9px) {
  .card-list__company {
    font-size: 1.6rem;
  }
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .c-pagination {
    margin-top: 40px;
  }
}
.c-pagination__item, .c-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767.9px) {
  .c-pagination__item, .c-pagination__ellipsis {
    font-size: 1.4rem;
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
}
.c-pagination__item:hover, .c-pagination__ellipsis:hover {
  background-color: #ccc;
}
.c-pagination__ellipsis {
  border: none;
  pointer-events: none;
}
.c-pagination__item.is-active {
  background: linear-gradient(90deg, #2D9EE4 0%, #1D54A2 100%);
  color: #fff;
  border: none;
}
@media screen and (max-width: 767.9px) {
  .c-pagination__item img {
    height: 8px;
  }
}
.c-pagination__item-first, .c-pagination__item-last, .c-pagination__item-prev, .c-pagination__item-next {
  font-size: 2rem;
}

.c-exhibitors-company {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 40px;
  padding-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-company {
    flex-direction: column;
  }
}
.c-exhibitors-company__body {
  display: flex;
  flex-direction: column-reverse;
}
.c-exhibitors-company__name {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-company__name {
    font-size: 2rem;
  }
}
.c-exhibitors-company__area {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  width: fit-content;
  background: #1D54A2;
  padding: 2px 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-company__area {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.c-exhibitors-company__img {
  flex: 0 0 auto;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-company__img {
    width: 100%;
  }
}
.c-exhibitors-ttl {
  font-size: 2.4rem;
  border-top: 2px solid #ccc;
  position: relative;
  margin-top: 100px;
  margin-bottom: 32px;
  padding-top: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-ttl {
    margin-top: 50px;
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.c-exhibitors-ttl::before {
  content: "";
  width: 150px;
  height: 2px;
  background: #1D54A2;
  position: absolute;
  top: -2px;
  left: 0;
}
.c-exhibitors-ttl.-mb-10 {
  margin-bottom: 10px;
}
.c-exhibitors-products {
  display: flex;
  gap: 20px 60px;
  flex-direction: row-reverse;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1000px) {
  .c-exhibitors-products {
    gap: 20px 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-products {
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }
}
.c-exhibitors-products + .c-exhibitors-products {
  margin-top: 50px;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-products + .c-exhibitors-products {
    margin-top: 40px;
  }
}
.c-exhibitors-products__body {
  display: flex;
  flex-direction: column;
}
.c-exhibitors-products__ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-products__ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-products__detail {
    font-size: 1.4rem;
  }
}
.c-exhibitors-products__btn {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.c-exhibitors-products__btn a {
  font-size: 1.4rem;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #fff;
  min-width: 200px;
  min-height: 60px;
  width: fit-content;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 60px;
  transition: all 0.3s ease;
  border: 1px solid #1D54A2;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-products__btn a {
    min-width: auto;
    width: 100%;
  }
}
.c-exhibitors-products__btn a:hover {
  color: #1D54A2;
  border: 1px solid #1D54A2;
}
.c-exhibitors-products__btn a:hover::before {
  opacity: 0;
}
.c-exhibitors-products__btn a:hover::after {
  background-color: #1D54A2;
}
.c-exhibitors-products__btn a::before {
  content: "";
  display: block;
  background: linear-gradient(90deg, #2D9EE4 0%, #1D54A2 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.c-exhibitors-products__btn a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  mask: url("../media/images/icon_arrow_right.svg") no-repeat center/contain;
  -webkit-mask: url("../media/images/icon_arrow_right.svg") no-repeat center/contain;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease background-color;
}
.c-exhibitors-products__img {
  flex: 0 0 auto;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c-exhibitors-products__img {
    width: 40%;
  }
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-products__img {
    width: 100%;
  }
}
.c-exhibitors-products__img img {
  max-width: 100%;
  height: auto;
}
.c-exhibitors-movie {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 90px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .c-exhibitors-movie {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-movie {
    gap: 40px 25px;
  }
}
.c-exhibitors-movie__item iframe {
  aspect-ratio: 16/9;
  border: none;
}
.c-exhibitors-movie__ttl {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-movie__ttl {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.c-exhibitors-movie iframe {
  width: 100%;
}
.c-exhibitors-overview {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 50px 60px;
  overflow: hidden;
  padding-bottom: 25px;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-overview {
    gap: 40px 20px;
  }
}
.c-exhibitors-overview dt, .c-exhibitors-overview dd {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
}
.c-exhibitors-overview dt::after, .c-exhibitors-overview dd::after {
  content: "";
  width: calc(100% + 60px);
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: -25px;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-overview dt::after, .c-exhibitors-overview dd::after {
    width: calc(100% + 20px);
  }
}
.c-exhibitors-overview dt {
  max-width: 150px;
}
.c-exhibitors-overview dt::after {
  width: calc(100% + 60px);
}
.c-exhibitors-overview dd a {
  text-decoration: underline;
  transition: 0.3s ease color;
}
.c-exhibitors-overview dd a:hover {
  color: #1D54A2;
  text-decoration: none;
}
.c-exhibitors-overview dd a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-overview dd a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}
.c-exhibitors-link li + li {
  margin-top: 0.5em;
}
.c-exhibitors-session {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 100px;
}
@media screen and (max-width: 1000px) {
  .c-exhibitors-session {
    gap: 0 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-session {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 20px;
  }
}
.c-exhibitors-session__item {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.c-exhibitors-session__item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 70px 30px 16px;
  transition: 0.3s ease background-color;
  position: relative;
}
.c-exhibitors-session__item a:hover {
  background: rgba(0, 74, 173, 0.1);
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-session__item a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 60px;
  }
}
.c-exhibitors-session__item a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #1D54A2;
  mask: url("../media/images/icon_arrow_right.svg") no-repeat center/contain;
  -webkit-mask: url("../media/images/icon_arrow_right.svg") no-repeat center/contain;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease background-color;
}
.c-exhibitors-session__ttl {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  order: 2;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-session__ttl {
    font-size: 2rem;
  }
}
.c-exhibitors-session__role {
  font-size: 1.4rem;
  order: 3;
  margin-bottom: 8px;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-session__role {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
}
.c-exhibitors-session__name {
  font-size: 1.8rem;
  font-weight: 500;
  order: 4;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-session__name {
    font-size: 1.4rem;
  }
}
.c-exhibitors-session__name-honorific {
  font-size: 1.6rem;
  padding-left: 0.2em;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-session__name-honorific {
    font-size: 1.2rem;
  }
}
.c-exhibitors-session__day {
  font-size: 2rem;
  order: 1;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-session__day {
    font-size: 1.6rem;
  }
}
.c-exhibitors-return {
  padding: 0 2rem;
  margin-top: 80px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-return {
    margin-bottom: 80px;
  }
}
.c-exhibitors-return a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 460px;
  min-height: 70px;
  border-radius: 10px;
  padding: 20px 80px;
  transition: 0.3s ease background-color;
  font-size: 1.8rem;
  position: relative;
  background: linear-gradient(90deg, #2D9EE4 0%, #1D54A2 100%);
  transition: 0.3s ease color;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-return a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 60px;
    font-size: 1.4rem;
  }
}
.c-exhibitors-return a:hover {
  color: #fff;
}
.c-exhibitors-return a:hover::before {
  opacity: 0;
}
.c-exhibitors-return a:hover::after {
  background-color: #fff;
}
.c-exhibitors-return a::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 8px;
  transition: 0.3s ease opacity;
}
.c-exhibitors-return a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #1D54A2;
  mask: url("../media/images/icon_arrow_right.svg") no-repeat center/contain;
  -webkit-mask: url("../media/images/icon_arrow_right.svg") no-repeat center/contain;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  transition: 0.3s ease background-color;
  z-index: 2;
}
.c-exhibitors-return__txt {
  position: relative;
  z-index: 3;
}
