@charset "UTF-8";

/* common
----------------------------------------------------------*/
#main {
	padding-bottom: 0;
}

#wrapper {
	background-color: #fff;
}
.real-container .field-sub {
    font-size: 1.25vw;
}
.real-container .field-sub::after {
    display: none;
}
@media screen and (max-width: 767px) {
	.sp-wrapper__outer {
		width: 89.33vw;
		margin: 0 auto;
		overflow: hidden;
	}
	.field-ol {
		width: 100%;
    padding: 0 8vw;
    margin: 8vw auto 0;
    overflow: hidden;
	}
	.real-container .industry-title .field-sub {
		display: block;
		font-size: 14px;
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
	.sp-wrapper__inner {
		width: 78.67vw;
		margin: 0 auto;
		overflow: hidden;
	}
}

.content-2columns {
	display: flex;
	justify-content: center;
	/* width: 72.92vw;
	max-width: 1400px; */
  width: 100vw;
  max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.content-2columns {
		display: block;
		width: auto;
		margin: 0;
	}
}
.content-left {
	/* width: 13.54vw;
	max-width: 260px; */
	width: 16.428571428571427vw;
  max-width: 230px;
}
@media screen and (max-width: 767px) {
	.content-left {
		width: auto;
		max-width: none;
	}
}

.content-right {
	/* width: 59.38vw;
	max-width: 1140px; */
  width: 66.42857142857143vw;
  max-width: 930px;
}
@media screen and (max-width: 767px) {
	.content-right {
		width: auto;
		max-width: none;
	}
}

.side-nav {
	position: fixed;
	z-index: 100;
	font-size: 1.04vw;
	font-weight: 500;
	transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
	.side-nav {
		display: none;
	}
}
.side-nav ul li {
	padding: 1.72vw 0;
	line-height: 1.88vw;
	padding-left: 0.52vw;
	font-size: clamp(16px, 1.2857142857142856vw, 18px);
	border-left: 2px solid #7b7b7b;
}
.side-nav ul li.current-color {
	border-left: 2px solid #15a092;
}
.side-nav ul li.white-color,
.side-nav ul li.white-color a {
	color: white;
}
.side-nav ul li a:hover {
	color: #15a092;
}
.side-nav ul li a.current-color {
	color: #15a092;
}
.side-nav--sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.side-nav--sp {
		display: block;
		margin: 1.25vw 2px 7px;
	}
}
@media screen and (max-width: 767px) {
	.side-nav--sp ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		column-gap: 1.25vw;
		row-gap: 0.9375rem;
		font-size: 1em;
	}
	.side-nav--sp ul .grid-item__wide {
		grid-column-start: 1;
		grid-column-end: 3;
	}
}
@media screen and (max-width: 767px) {
	.side-nav--sp ul li {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-weight: bold;
		color: #707070;
		background-color: #eeeeee;
		border-radius: 6px;
		padding: 1.125rem 0;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	}
}
@media screen and (max-width: 767px) {
	.side-nav--sp ul li a .br__sp-min {
		display: none;
	}
}
@media screen and (max-width: 375px) {
	.side-nav--sp ul li a .br__sp-min {
		display: inline;
	}
}
@media screen and (max-width: 767px) {
	.side-nav--sp ul li a .br__sp {
		display: inline;
	}
}
.side-nav--sp ul .grid-item__wide {
	color: #15a092;
}

/* exhibit
----------------------------------------------------------*/
.ttl-section {
  text-align: left;
}
.ttl-section .en {
	position: relative;
}
.ttl-section .en::after {
  position: absolute;
  bottom: 1px;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  background: linear-gradient(90deg, #ffffff, #bdcae8 40%, #9adfeb);
}
.ttl-section .ja {
  font-size: 20px;
  margin-top: 1em;
}
.field-container__head span {
  position: relative;
  border-bottom: none;
}
.field-container__head span::after {
  position: absolute;
  bottom: -3px;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  background: linear-gradient(90deg, #ffffff, #bdcae8 40%, #9adfeb);
}
.notice {
	padding: 2.1428vw;
	border-radius: 1vw;
	background: #eee;
	text-align: center;
}
.notice_ttl {
	font-size: 1.5714vw;
	font-weight: bold;
}
.notice_bold {
	color: #cb2318;
}
.notice_txt {
	font-size: 1vw;
	margin: 1.0714vw 0 0 0;
}
.notice_link {
	margin: 1.4285vw auto 0;
}
.notice_link a {
	position: relative;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1vw;
	font-weight: bold;
	color: #fff;
	background-color: #cb2318;
	border-radius: 999px;
	width: 14.1428vw;
	height: 3.1428vw;
	padding: 0 0.7142vw 0 0;
	box-shadow: 0.3vw 0.3vw 1vw rgba(0, 0, 0, 0.16);
}
.notice_link a::after {
	position: absolute;
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 0.9807vw;
	height: 0.9807vw;
	border: 0.1428vw solid #fff;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	right: 1.4285vw;
}
.notice_note {
	font-size: 1vw;
	margin: 1.0714vw 0 0 0;
}
@media screen and (max-width: 767px) {
	.field-container__head span::after {
		display: none;
	}
	.notice {
		padding: 7.6923vw 3.9113vw;
		border-radius: 1.8252vw;
		margin: 15.3846vw 0 0 0;
	}
	.notice_ttl {
		font-size: 4.6vw;
	}
	.notice_txt {
		font-size: 3vw;
		margin: 3.8461vw 0 0 0;
	}
	.notice_link {
		margin: 3.8461vw auto 0;
	}
	.notice_link a {
		font-size: 3.5897vw;
		width: 50.7692vw;
		height: 11.282vw;
		padding: 0 1.3037vw 0 0;
	}
	.notice_link a::after {
		width: 3vw;
		height: 3vw;
		right: 5.641vw;
		border: 0.6vw solid #fff;
		border-left: 0;
		border-bottom: 0;
	}
	.notice_note {
		font-size: 3.5897vw;
		margin: 3.8461vw 0 0 0;
	}
}

/* Exhibitors
----------------------------------------------------------*/

.ex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 50px;
    justify-content: flex-start;
}
.ex-item-name {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding: 9px 25px;
    background-image: linear-gradient(0deg, #a1c9d4, #d4e6eb);
    border-radius: 30px;
}
.ex-item-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-top: 20px;
}
.ex-item-detail-item {
    position: relative;
    vertical-align: middle;
    font-weight: 500;
}
.ex-item-detail-item::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #01A9BB;
}
.ex-item-detail-item.ex-otr::before {
    display: none;
}
@media screen and (max-width: 767px) {
	.ex {
    padding: 8vw 0 0 0;
	}
	.ex-item {
    width: 100%;
	}
	.ex-item-name {
    display: block;
    text-align: center;
    width: 100%;
	}
}

/* Zoning
----------------------------------------------------------*/
.zoning-container {
    position: relative;
    background-image: linear-gradient(0deg, #21324A, #42658A);
    z-index: 1;
		color: #fff;
}
.zoning-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100vw;
    display: block;
    background-image: linear-gradient(0deg, #21324A, #42658A);
}
.zoning-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    display: block;
    background-image: linear-gradient(0deg, #21324A, #42658A);
}
.zoning-container__head span {
    position: relative;
    border-bottom: none;
}
.zoning-container__head span::after {
    position: absolute;
    bottom: -3px;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, #ffffff, #bdcae8 40%, #9adfeb);
}
.zoning {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.zoning-item {
    position: relative;
    width: calc(50% - 15px);
}
.zoning-item-name {
    background-image: linear-gradient(45deg, #fdfdfe, #bdcae8 35%, #9adfeb);
    font-size: clamp(20px, 1.8571428571428572vw, 24px);
    color: #213244;
    border-radius: 20px;
    box-shadow: 0.2604vw 0.2604vw 1.0417vw rgba(0, 0, 0, 0.16);
    padding: 0.2857142857142857vw 1.0714285714285714vw;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.5;
}
.zoning-item-detail {
    font-size: clamp(16px, 1.2857142857142856vw, 18px);
    line-height: 1.5;
    padding: 0 8.214285714285714vw 0 20px;
    margin: 20px 0 0 0;
}
.zoning-item-note {
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 8.214285714285714vw 0 35px;
    margin: 15px 0 0 0;
}
.zoning-item-note::before {
    position: absolute;
    content: "※";
    top: 0;
    left: 20px;
}
.zn-01 .zone-icon {
    top: 1.7857142857142856vw;
    right: -0.7142857142857143vw;
    width: 8.071428571428571vw;
		min-width: 83px;
    max-width: 113px;
}
.zn-02 .zone-icon {
    top: 1.7857142857142856vw;
    right: -0.7142857142857143vw;
    width: 8.071428571428571vw;
		min-width: 77px;
    max-width: 107px;
}
.zn-03 .zone-icon {
    top: 1.7857142857142856vw;
    right: 0.7142857142857143vw;
    width: 8.071428571428571vw;
		min-width: 78px;
    max-width: 90px;
}
.zn-04 .zone-icon {
    top: 3.785714vw;
    right: 0;
    width: 8.071428571428571vw;
		min-width: 78px;
    max-width: 113px;
}
@media screen and (max-width: 767px) {
	.zoning-container__head span::after {
		display: none;
	}
.zoning {
    padding-top: 8vw;
    padding-right: 10.666666666666668vw;
    padding-left: 10.666666666666668vw;
}
.zoning-item {
    width: 100%;
}
.zoning-item-name {
    text-align: center;
    padding: 2.666666666666667vw 1.0714285714285714vw;
    border-radius: 50px;
}
.zoning-item-detail {
    padding: 0 18.666666666666668vw 0 2.666666666666667vw;
}
.zoning-item-note {
    padding: 0 18.666666666666668vw 0 5.333333333333334vw;
}
.zoning-item-note::before {
    left: 2.666666666666667vw;
}
.zn-01 .zone-icon {
    top: 15vw;
    right: -5.333333333333334vw;
}
.zn-02 .zone-icon {
    top: 15vw;
    right: -5.333333333333334vw;
}
.zn-03 .zone-icon {
    top: 15vw;
    right: -5.333333333333334vw;
}
.zn-04 .zone-icon {
    top: 15vw;
    right: -5.333333333333334vw;
}
}

/**/
.top-banner-btn {
	text-align: center;
}
.top-banner-btn a {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #15a092;
	border-radius: 999px;
	width: 20.9109vw;
	height: 4.375vw;
	box-shadow: 0.3vw 0.3vw 1vw rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
	.top-banner-btn a {
		width: 78.3493vw;
		height: 14.4vw;
		box-shadow: 1.4vw 1.4vw 5.7vw rgba(0, 0, 0, 0.16);
	}
}
.top-banner-btn a span {
	display: inline-block;
	color: #fff;
	font-size: 1.5625vw;
	background: url(/image/axia-expo2026/front/exhibitguidance/arrow-right-white.svg) no-repeat right center/0.65vw auto;
	padding: 0 0.65em 0 0;
	line-height: 1;
}
.top-banner-btn a span.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.top-banner-btn a span {
		font-size: 4.2667vw;
		background: url(/image/axia-expo2026/front/exhibitguidance/arrow-right-white.svg) no-repeat right center/2vw auto;
		padding: 0 0.75em 0 0;
	}
	.top-banner-btn a span.pc {
		display: none;
	}
	.top-banner-btn a span.sp {
		display: inline-block;
	}
}
.top-banner-btn a:hover {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#top-banner-btn01 {
	padding: 1.6vw 0 0;
}
@media screen and (max-width: 767px) {
	#top-banner-btn01 {
		padding: 9.1vw 0 0;
	}
}

#top-banner-btn03 {
	margin: -3.3333vw 0 12vw;
}
@media screen and (max-width: 767px) {
	#top-banner-btn03 {
		margin: -12.3333vw 0 21.3vw;
	}
}
#top-banner-btn03 a {
	background-color: #e6a311;
}
#top-banner-btn03 a span {
	/*padding:0 1em 0 0;*/
	padding: 0;
	background: none;
}

/**/

.application-inner h4 {
	font-size: 1.25rem;
	color: #fff;
	font-weight: 700;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.application-inner h4 {
		font-size: 1rem;
		font-weight: 500;
	}
}
.application-inner h5 {
	font-weight: 500;
	color: #fff;
	margin-top: 16px;
}
@media screen and (max-width: 767px) {
	.application-inner h5 {
		font-size: 0.875rem;
	}
}
.application-inner h5 span {
	font-weight: 700;
	color: #e91c1c;
	margin-top: 16px;
}
.application-title {
	display: flex;
	background-color: #00325d;
	font-size: 1.25vw;
	font-weight: bold;
	color: #fff;
	text-align: left;
	align-items: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	margin: 60px auto 0 auto;
	padding: 7px 40px;
	max-width: 1240px;
}
@media screen and (max-width: 767px) {
	.application-title {
		font-size: 1.125em;
		padding: 0.5em 5%;
	}
}
.application-title p {
	color: #fff;
}
.application-box {
	display: flex;
	margin-top: 30px;
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.application-box {
		display: block;
	}
}
.application-left {
	max-width: 583px;
}
.application-left p {
	color: #fff;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.application-left p {
		font-size: 0.875rem;
	}
}
.application-left-en {
	max-width: 793px;
}
.application-left-en p {
	color: #fff;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.application-left-en p {
		font-size: 0.875rem;
	}
}
.application-button {
	position: relative;
	color: #fff;
	background-color: #00325d;
	border-radius: 27px;
	font-size: 1rem;
	font-weight: bold;
	transition: 0.3s;
	max-width: 308px;
	width: 100%;
	text-align: center;
	padding: 11px 35px 11px 20px;
	transition: 0.3s;
}
.application-button:hover {
	background-color: #499ee7;
}
@media screen and (max-width: 767px) {
	.application-button {
		display: inline-block;
		max-width: 375px;
		width: 100%;
		padding: 11px 60px;
	}
}
@media screen and (max-width: 375px) {
	.application-button {
		padding: 11px 30px;
	}
}
.application-button:after {
	position: absolute;
	content: url(/image/axia-expo2026/front/exhibitguidance/buttonarrow.svg);
	top: 13px;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.application-button:after {
		top: 15px;
	}
}
.application-right {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media screen and (max-width: 767px) {
	.application-right {
		margin-top: 35px;
	}
}
.application-right-1 {
	display: flex;
	align-items: center;
}
.application-right-1 img {
	width: 60px;
}
.application-right-1 p {
	margin-left: 18px;
	font-size: 0.875rem;
	color: #fff;
}
.application-right-mail {
	/* border-bottom: #fff solid 1px; */
}
.application-right-mail a:hover {
	opacity: 0.7;
}
.application-info {
	max-width: 965px;
	margin: 0 auto 60px auto;
}
.application-info-2 {
	max-width: 965px;
	margin: 30px auto 0 auto;
	width: 90%;
}
.application-info-text {
	color: #fff;
	margin-bottom: 30px;
}
.application-info-annotation {
	margin-top: 8px;
	color: #fff;
	font-size: 0.825rem;
}
.application-note {
  position: relative;
  padding: 0 0 0 18px;
  color: #fff;
  line-height: 1.5;
}
.application-note::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.application-br {
	display: block;
}
.application-br-sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.application-br-sp {
		display: block;
	}
}

/**/

.regulations-inner {
	display: flex;
	flex-direction: row;
	gap: 30px;
	max-width: 1166px;
	margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
	.regulations-inner {
		flex-direction: column;
	}
}

/**/

.industry-title {
	display: flex;
	line-height: 1.4em;
	background-color: #00325d;
	font-size: 1.25vw;
	font-weight: bold;
	color: #fff;
	text-align: left;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	margin: 50px auto 0 auto;
	padding: 7px 40px;
	max-width: 1240px;
	align-items: baseline;
}
.industry-title p {
	font-weight: 500;
}
.industry-title br {
	display: none;
}
@media screen and (max-width: 767px) {
	.industry-title br {
		display: block;
	}
}
.industry-title span {
	font-size: 0.83vw;
}
@media screen and (max-width: 767px) {
	.industry-title span {
		display: inline-block;
	}
}
@media screen and (max-width: 1081px) {
	.industry-title {
		display: block;
		line-height: 1;
	}
}
@media screen and (max-width: 767px) {
	.industry-title {
		display: block;
		letter-spacing: -0.01rem;
		margin-top: 30px;
		padding: 12px 5%;
		font-size: 1.125rem;
	}
}


/**/
.sr-area {
	display: flex;
	align-items: center;
	background-size: cover;
	height: 250px;
	/*background-image: url(/image/axia-expo2026/front/cover2.png);*/
}
@media screen and (max-width: 767px) {
	.sr-area {
		height: 130px;
	}
}
.sr-area p {
	display: flex;
  align-items: center;
	margin: 0 auto;
	max-width: 1166px;
	width: 90%;
	font-size: clamp(18px, 1.7142857142857144vw, 24px);
	font-weight: 700;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.sr-area p {
		font-size: 1.375rem;
	}
}




/**/
.field-container,
.zoning-container,
.real-container,
.online-container,
.schedule-container,
.promotion-container,
.org-container,
.outline-container {
	padding: 4.285714285714286vw 0;
}
@media screen and (max-width: 767px) {
	.field-container,
	.zoning-container,
	.real-container,
	.online-container,
	.schedule-container,
	.promotion-container,
	.org-container,
	.outline-container {
		padding: 16vw 0;
	}
}
.field-container__head,
.zoning-container__head,
.real-container__head,
.online-container__head,
.schedule-container__head,
.promotion-container__head,
.org-container__head,
.outline-container__head {
	padding: 0 0 2.08vw;
	font-size: 1.56vw;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.field-container__head,
	.zoning-container__head,
	.real-container__head,
	.online-container__head,
	.schedule-container__head,
	.promotion-container__head,
	.org-container__head,
	.outline-container__head {
		font-size: 1.875em;
		text-align: center;
	}
	.field-container__head::after,
	.zoning-container__head::after,
	.real-container__head::after,
	.online-container__head::after,
	.schedule-container__head::after,
	.promotion-container__head::after,
	.org-container__head::after,
	.outline-container__head::after {
		content: "";
		width: 16%;
      margin: 0.625rem auto 0;
      display: block;
      height: 2px;
      background: linear-gradient(90deg, #ffffff, #bdcae8 40%, #9adfeb);
    }
}

@media screen and (max-width: 767px) {
	.field-container__head span,
	.zoning-container__head span,
	.real-container__head span,
	.online-container__head span,
	.schedule-container__head span,
	.promotion-container__head span,
	.org-container__head span,
	.outline-container__head span {
		border-bottom: none;
	}
}
.field-container .field-text,
.zoning-container .field-text,
.real-container .field-text,
.online-container .field-text,
.schedule-container .field-text,
.promotion-container .field-text,
.org-container .field-text,
.outline-container .field-text {
	margin-bottom: 1.04vw;
	padding-left: 1.04vw;
}
.field-container .field-text p,
.zoning-container .field-text p,
.real-container .field-text p,
.online-container .field-text p,
.schedule-container .field-text p,
.promotion-container .field-text p,
.org-container .field-text p,
.outline-container .field-text p {
	line-height: 1.6em;
	font-size: 1.04vw;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.field-container .field-text,
	.zoning-container .field-text,
	.real-container .field-text,
	.online-container .field-text,
	.schedule-container .field-text,
	.promotion-container .field-text,
	.org-container .field-text,
	.outline-container .field-text {
		margin-bottom: 3.125rem;
	}
	.field-container .field-text p,
	.zoning-container .field-text p,
	.real-container .field-text p,
	.online-container .field-text p,
	.schedule-container .field-text p,
	.promotion-container .field-text p,
	.org-container .field-text p,
	.outline-container .field-text p {
		font-size: 1em;
	}
}

.field-container .field-figure,
.zoning-container .field-text,
.real-container .field-figure,
.online-container .field-figure,
.schedule-container .field-figure,
.promotion-container .field-figure,
.org-container .field-figure,
.outline-container .field-figure {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 1.56vw;
	margin-bottom: 3.13vw;
	/* padding-left: 1.04vw; */
}
.field-container .field-figure {
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 2vw;
}

@media screen and (max-width: 767px) {
	.field-container .field-figure,
	.zoning-container .field-figure,
	.real-container .field-figure,
	.online-container .field-figure,
	.schedule-container .field-figure,
	.promotion-container .field-figure,
	.org-container .field-figure,
	.outline-container .field-figure {
		display: block;
	}
}
.field-container .field-figure li,
.zoning-container .field-figure li,
.real-container .field-figure li,
.online-container .field-figure li,
.schedule-container .field-figure li,
.promotion-container .field-figure li,
.org-container .field-figure li,
.outline-container .field-figure li {
	flex: 1;
	font-size: 1.04vw;
}
@media screen and (max-width: 767px) {
	.field-container .field-figure li,
	.zoning-container .field-figure li,
	.real-container .field-figure li,
	.online-container .field-figure li,
	.schedule-container .field-figure li,
	.promotion-container .field-figure li,
	.org-container .field-figure li,
	.outline-container .field-figure li {
		margin-bottom: 6.25vw;
	}
}
.field-container .field-figure li p,
.zoning-container .field-figure li p,
.real-container .field-figure li p,
.online-container .field-figure li p,
.schedule-container .field-figure li p,
.promotion-container .field-figure li p,
.org-container .field-figure li p,
.outline-container .field-figure li p {
	line-height: 1.6em;
	padding-top: 1.04vw;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.field-container .field-figure li p,
	.zoning-container .field-figure li p,
	.real-container .field-figure li p,
	.online-container .field-figure li p,
	.schedule-container .field-figure li p,
	.promotion-container .field-figure li p,
	.org-container .field-figure li p,
	.outline-container .field-figure li p {
		padding-top: 1.25vw;
		font-size: 4.266vw;
	}
}

/**/
.field-container {
	position: relative;
	padding-top: 1.4285714285714286vw;
	/* padding-left: 1.04vw; */
}
.ex-item-icon {
    position: absolute;
    width: 16.142857142857142vw;
		min-width: 83px;
		max-width: 226px;
    top: -20px;
    right: 0;
}
.field-container .field-figure li .figure-title {
	display: flex;
	align-items: center;
	background-color: #177ECC;
}
.sr-area.ptn2 + .sp-wrapper__outer .figure-title {
	background-color: #E5A310;
}
.sr-area.ptn3 + .sp-wrapper__outer .figure-title {
	background-color: #23AF30;
}
.field-container .field-figure li .figure-title img {
	/* width: 30%; */
}
.field-container .field-figure li .figure-title p {
	width: 70%;
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 1.5em;
}
@media screen and (max-width: 767px) {
.ex-item-icon {
    top: 60px;
		right: 10px;
	}
	.field-container {
		padding-top: 16vw;
    padding-right: 10.666666666666668vw;
    padding-left: 10.666666666666668vw;
	}
	.field-container .field-figure li .figure-title p {
		font-size: 3.75vw;
		padding: 0 0 0 1em;
	}

}

.sr-area {
	height: 90px;
	background: url(/image/axia-expo2026/front/exhibitguidance/webp/exhibit_field_bg_01.webp) no-repeat;
	background-size: cover;
	margin-bottom: 1.56vw;
}
.sr-area.ptn2 {
	background: url(/image/axia-expo2026/front/exhibitguidance/webp/exhibit_field_bg_02.webp) no-repeat;
	background-size: cover;
}
.sr-area.ptn3 {
	background: url(/image/axia-expo2026/front/exhibitguidance/webp/exhibit_field_bg_03.webp) no-repeat;
	background-size: cover;
}
.sr-area.ptn4 {
	background: url(/image/axia-expo2026/front/exhibitguidance/webp/exhibit_field_bg_04.webp) no-repeat;
	background-size: cover;
}
.sr-area p {
	color: black;
	width: auto;
	margin-left: 1.04vw;
}
.sr-area p::before {
	content: "";
	display: inline-block;
	background: url(/image/axia-expo2026/front/exhibitguidance/webp/exhibit_field_icon_01.webp) no-repeat;
	background-size: contain;
  width: 5.714285714285714vw;
  height: 5.714285714285714vw;
	max-width: 80px;
	max-height: 80px;
	padding-left: 1.04vw;
	vertical-align: middle;
}
.sr-area.ptn2 p::before {
	content: "";
	display: inline-block;
	background: url(/image/axia-expo2026/front/exhibitguidance/webp/exhibit_field_icon_02.webp) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.sr-area.ptn3 p::before {
	content: "";
	display: inline-block;
	background: url(/image/axia-expo2026/front/exhibitguidance/webp/exhibit_field_icon_03.webp) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.sr-area.ptn4 p::before {
	content: "";
	display: inline-block;
	background: url(/image/axia-expo2026/front/exhibitguidance/webp/exhibit_field_icon_04.webp) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.sr-area p br {
	display: none;
}
@media screen and (max-width: 767px) {
	.sr-area p {
		position: relative;
		left: 15px;
		font-size: 1.5em;
		padding: 0 0 0 21.866666666666667vw;
    margin: 0;
	}
	.global .sr-area p {
		left: 0;
		text-align: center;
	}
	.sr-area.ptn2 p {
		left: 10px;
		font-size: clamp(18px, 6.4vw, 24px);
    line-height: 1.2;
	}
	.sr-area.ptn3 p {
		position: relative;
	}
	.sr-area.ptn4 p {
		position: relative;
	}
	.sr-area p::before {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 21.866666666666667vw;
		height: 21.866666666666667vw;
	}
	.global .sr-area p::before {
		content: none;
	}
	.sr-area.ptn2 p::before {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 21.866666666666667vw;
		height: 21.866666666666667vw;
	}
	.sr-area.ptn3 p::before {
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 21.866666666666667vw;
		height: 21.866666666666667vw;
	}
	.sr-area.ptn4 p::before {
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 21.866666666666667vw;
		height: 21.866666666666667vw;
	}
	.global .sr-area.ptn2 p::before {
		content: none;
	}
	.global .sr-area.ptn3 p::before {
		content: none;
	}
	.global .sr-area.ptn4 p::before {
		content: none;
	}
	.sr-area p br {
		display: inline;
	}
}
/* real */

.real-container {
	position: relative;
	background-color: #D4E6EB;
	z-index: 1;
}
.real-container::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100vw;
	display: block;
	background-color: #D4E6EB;
}
.real-container::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	display: block;
	background-color: #D4E6EB;
}
.real-container span {
    position: relative;
}
.real-container span::after {
    position: absolute;
    bottom: -3px;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, #ffffff, #bdcae8 40%, #9adfeb);
}
.real-container__head {
	padding-bottom: 1.04vw;
	color: #333;
}
.real-container .industry-title {
	line-height: 1.4em;
	background-image: linear-gradient(0deg, #0c808e, #00a1b7);
	margin-bottom: 1.04vw;
	padding: 10px 1.04vw;
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
	.real-container .industry-title {
		font-size: 4.266vw;
	}
	.real-container .industry-title span {
		margin-top: 1rem;
		font-size: 4.266vw;
	}
}
.real-container .ex-fee-inner {
	max-width: none;
	padding-left: 1.04vw;
	margin-left: 1.04vw;
	margin-right: 0;
	width: auto;
}
.real-container .top-banner-btn a {
	width: 21.9109vw;
	background-color: #157fa0;
}
@media screen and (max-width: 767px) {
	.real-container .top-banner-btn a {
		width: 80.9109vw;
	}
}
@media screen and (max-width: 375px) {
	.real-container .top-banner-btn a {
		width: 100%;
	}
}
.real-container .top-banner-btn a span {
	font-size: 1.04vw;
}
@media screen and (max-width: 767px) {
	.real-container .top-banner-btn a span {
		font-size: 4.2667vw;
	}
}
.real-inner {
  margin-top: 60px;
	/* margin-left: 1.04vw; */
}
@media screen and (max-width: 767px) {
	.real-inner {
		margin: 0;
		padding-top: 1.25vw;
	}
}
@media screen and (max-width: 767px) {
	.real-inner .field-figure {
		padding-left: 0;
	}
}
.real-img {
	width: 17.19vw;
	margin-bottom: 1.04vw;
}
@media screen and (max-width: 767px) {
	.real-img {
		width: 70.4vw;
	}
}
@media screen and (max-width: 375px) {
	.real-img {
		width: auto;
	}
}
.real-img.ptn2 {
	width: 22.03vw;
}
@media screen and (max-width: 767px) {
	.real-img.ptn2 {
		width: 69.33vw;
	}
}
@media screen and (max-width: 375px) {
	.real-img.ptn2 {
		width: auto;
	}
}
.real-price {
	line-height: 1.6em;
	font-size: 1.04vw;
	font-weight: 500;
	margin-bottom: 1.04vw;
}
@media screen and (max-width: 767px) {
	.real-price {
		font-size: 1em;
		margin-top: 1em;
	}
}
.real-price br {
	display: none;
}
@media screen and (max-width: 767px) {
	.real-price br {
		display: inline;
	}
}
.real-price .price {
	font-size: 1.56vw;
	color: #cb1919;
}
.real-price .price::after {
    display: none;
}
@media screen and (max-width: 767px) {
	.real-price .price {
		font-size: 4.266vw;
	}
}
.real-price .tax {
	font-size: 1.04vw;
	color: #cb1919;
}
.real-price .tax::after {
    display: none;
}
@media screen and (max-width: 767px) {
	.real-price .tax {
		font-size: 1rem;
	}
}
.real-text {
	line-height: 1.6em;
	font-size: 1.04vw;
	font-weight: 500;
	margin-bottom: 1.04vw;
}
@media screen and (max-width: 767px) {
	.real-text {
		font-size: 0.9em;
		margin-top: 0.5em;
	}
}
@media screen and (max-width: 767px) {
	.real-text.ptn2 {
		margin-bottom: 14.4vw;
	}
}
.real-annotation {
	line-height: 1.4em;
	/* padding-left: 1.04vw; */
	font-size: 0.83vw;
	font-weight: 500;
	color: #cb1919;
}
@media screen and (max-width: 767px) {
	.real-annotation {
		font-size: 0.9em;
	}
}
.real-annotation.ptn2 {
	padding-left: 0;
	font-size: 1.04vw;
	color: black;
}
@media screen and (max-width: 767px) {
	.real-annotation.ptn2 {
		font-size: 1em;
		margin-bottom: 5.33vw;
	}
}
.real-annotation.ptn3 {
	padding-top: 1.04vw;
	padding-left: 0;
	font-size: 0.73vw;
	color: black;
}
@media screen and (max-width: 767px) {
	.real-annotation.ptn3 {
		font-size: 0.875em;
	}
}
.real-box {
	display: flex;
	justify-content: space-between;
	column-gap: 1.04vw;
	margin-top: 2.857142857142857vw;
	/* margin-left: 1.04vw; */
}
@media screen and (max-width: 767px) {
	.real-box {
		display: block;
		margin-left: 0;
		margin-top: 8vw;
	}
}
.real-box__left,
.real-box__right {
	width: 27.86vw;
}
@media screen and (max-width: 767px) {
	.real-box__left,
	.real-box__right {
		width: auto;
		margin-top: 5.33vw;
	}
}
@media screen and (max-width: 767px) {
	.real-box__left {
		margin-top: 0;
	}
}
.ex-fee-price {
    width: 45.714285714285715vw;
    max-width: 640px;
}
.ex-fee-left {
    margin: 40px 0 0 0;
}
.ex-fee-member {
    margin: 15px 0 0 0;
    padding: 0 40px;
    font-size: 13px;
		color: #333;
}
.ex-fee-member span::after {
	display: none;
}
.ex-fee-member a {
    display: inline-block;
    margin: 10px 0 0 0;
    color: #01A9BB;
    font-weight: bold;
    text-decoration: underline;
}
.deco-box {
	display: flex;
	justify-content: space-between;
	column-gap: 1.04vw;
	margin-top: 2.857142857142857vw;
	/* margin-left: 1.04vw; */
}
@media screen and (max-width: 767px) {
	.deco-box {
		display: block;
		margin-left: 0;
		margin-top: 8vw;
	}
	.ex-fee-price {
		width: 100%;
	}
	.field-ol {
    padding: 0 8vw;
    margin: 8vw 0 0 0;
	}
}
#exhibitor-seminar .real-inner {
    margin-top: 0;
}
#exhibitor-seminar .real-box {
	color: #333;
  margin-top: 1.4285714285714286vw;
}

/* Online */
#online.online-container {
	position: relative;
	background: #ecfff1;
	padding: 60px 0;
	z-index: 1;
}
.online-container::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100vw;
	display: block;
	background-color: #ecfff1;
}
.online-container::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	display: block;
	background-color: #ecfff1;
}
.online-container__head {
	padding-left: 1.04vw;
	padding-bottom: 1.04vw;
}
@media screen and (max-width: 767px) {
	.online-container-inner {
		padding: 2.61vw 0;
	}
}
.online-title {
	margin-bottom: 1.04vw;
	padding: 0.36vw 1.04vw;
	background-color: #00a16a;
}
.online-inner {
	margin-left: 2.08vw;
}
@media screen and (max-width: 767px) {
	.online-inner {
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
	.online-inner p {
		margin-top: 0;
	}
}
.online-grid-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 1.56vw;
}
@media screen and (max-width: 767px) {
	.online-grid-box {
		grid-template-columns: auto;
	}
}
.online-grid-item__over {
	grid-column-start: 1;
	grid-column-end: 3;
}
@media screen and (max-width: 767px) {
	.online-grid-item__over {
		grid-column-start: auto;
		grid-column-end: auto;
	}
}
.online-grid-item__over picture img {
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.online-img {
		display: none;
	}
}
.online-img--sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.online-img--sp {
		display: block;
		width: 89.33vw;
		margin: 6.93vw auto 0 !important;
	}
}
.online-img--sp:last-child {
	margin-top: 3.39vw;
}
.online-container .industry-title {
  line-height: 1.4em;
  background-color: #00A16A;
  margin-bottom: 1.04vw;
  padding: 10px 1.04vw;
}
@media screen and (max-width: 767px) {
  .online-container .industry-title {
    font-size: 4.266vw;
  }
  .online-container .industry-title span {
    margin-top: 1rem;
    font-size: 4.266vw;
  }
}
.online-inner {
	margin-left: 1.04vw;
}
@media screen and (max-width: 767px) {
	.online-inner {
		margin: 0;
		padding-top: 1.25vw;
	}
}
.online-box {
	display: flex;
	justify-content: space-between;
	column-gap: 1.04vw;
	margin-top: 1.56vw;
	margin-left: 1.04vw;
}
@media screen and (max-width: 767px) {
	.online-box {
		display: block;
		font-size: 1em;
		margin-top: 1em;
		margin-left: 0;
	}
}
.online-box__left,
.online-box__right {
	width: 27.86vw;
}
@media screen and (max-width: 767px) {
	.online-box__left,
	.online-box__right {
		width: auto;
		margin-top: 5.33vw;
	}
}
@media screen and (max-width: 767px) {
	.online-box__left {
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.online-inner {
		margin: 0;
		padding-top: 1.25vw;
	}
}
@media screen and (max-width: 767px) {
	.online-inner .field-figure {
		padding-left: 0;
	}
}
.online-text {
	line-height: 1.6em;
	font-size: 1.04vw;
	font-weight: 500;
	margin-bottom: 1.04vw;
}
@media screen and (max-width: 767px) {
	.online-text {
		font-size: 0.9em;
		margin-top: 0.5em;
	}
}
@media screen and (max-width: 767px) {
	.online-text.ptn2 {
		margin-bottom: 14.4vw;
	}
}
.online-img {
	width: 17.19vw;
	margin-bottom: 1.04vw;
}
@media screen and (max-width: 767px) {
	.online-img {
		width: 70.4vw;
	}
}
@media screen and (max-width: 375px) {
	.online-img {
		width: auto;
	}
}
.online-img.ptn2 {
	width: 22.03vw;
}
@media screen and (max-width: 767px) {
	.online-img.ptn2 {
		width: 69.33vw;
	}
}
@media screen and (max-width: 375px) {
	.online-img.ptn2 {
		width: auto;
	}
}
.online-annotation {
	line-height: 1.4em;
	padding-left: 1.04vw;
	font-size: 0.83vw;
	font-weight: 500;
	color: #cb1919;
}
@media screen and (max-width: 767px) {
	.online-annotation {
		font-size: 0.9em;
	}
}
.online-annotation.ptn2 {
	padding-left: 0;
	font-size: 1.04vw;
	color: black;
}
@media screen and (max-width: 767px) {
	.online-annotation.ptn2 {
		font-size: 1em;
		margin-bottom: 5.33vw;
	}
}
.online-annotation.ptn3 {
	padding-top: 1.04vw;
	font-size: 0.73vw;
	color: black;
}
@media screen and (max-width: 767px) {
	.online-annotation.ptn3 {
		font-size: 0.875em;
	}
}
.online-annotation br {
	display: none;
}
@media screen and (max-width: 767px) {
	.online-annotation br {
		display: inline;
	}
}
.online-option {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}
.online-option-item {
  display: flex;
  width: calc(50% - 10px);
  background: #fff;
  padding: 15px 10px;
  align-items: center;
  gap: 10px;
}
.option-img {
  min-width: 40px;
  width: 4.285714285714286vw;
  max-width: 60px;
}
.option-txt {
  width: calc(100% - 70px);
  color: #00A16A;
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(13px, 1.4285714285714286vw, 20px);
}

/* Schedule */
.schedule-container {
    position: relative;
    background: none;
}
.schedule-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -29vw;
    z-index: 0;
    width: 100vw;
    display: block;
    background-color: #fff;
    background-image: url(/image/robonext2026/recruitment/exhibitguidance/schedule_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 30px;
}
.schedule-inner {
	/* margin-left: 2.08vw; */
}
.schedule-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -29vw;
    z-index: 0;
    width: 100vw;
    display: block;
    background-color: #3499b5;
    background-image: url(/image/robonext2026/recruitment/exhibitguidance/schedule_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 30px;
}
.schedule-container {
    position: relative;
    background: none;
}
.schedule-ol {
    gap: 30px;
}
.schedule-item-date {
    padding: 10px 5px;
    font-size: clamp(14px, 1.1428571428571428vw, 16px);
}
.schedule-item {
    width: auto;
    max-width: 130px;
}
.schedule-item-title {
    font-size: clamp(16px, 1.2857142857142856vw, 18px);
    padding: 1.0714285714285714vw 0.35714285714285715vw;
}
.schedule-item::before {
    display: inline-block;
    vertical-align: middle;
    color: #707070;
    line-height: 1;
    width: 0;
    height: 0;
    left: -20px;
    border-style: solid;
    border-color: transparent;
    border-width: 12px 13px;
    border-left-color: currentColor;
    background: none;
    border-right: 0;
    margin: -12px 0 0 0;
}
.date-lit {
    font-size: clamp(13px, 1.0714285714285714vw, 15px);
}
.date-morelit {
    font-size: clamp(12px, 1vw, 14px);
}
.schedule-container__head {
    position: relative;
}
.schedule-container__head span {
    position: relative;
}
.schedule-container__head span::after {
    position: absolute;
    bottom: -3px;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, #ffffff, #bdcae8 40%, #9adfeb);
}
.note {
    position: relative;
    font-weight: 400;
    font-size: clamp(12px, 1vw, 14px);
}
@media screen and (max-width: 767px) {
	.schedule-container {
		background-image: url(/image/robonext2026/recruitment/exhibitguidance/schedule_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	}
	.schedule-container::before {
		display: none;
	}
	.schedule-inner {
		margin-left: 0;
	}
}
.schedule-img {
	margin-top: 1.04vw;
}
@media screen and (max-width: 767px) {
	.schedule-img {
		margin-top: 16vw;
	}
}
.note {
  font-size: clamp(16px, 1.1428571428571428vw, 16px);
  padding: 30px 15px 15px;
  text-align: center;
  font-weight: bold;
}


/* Promotion */

.promotion-container {
	position: relative;
	z-index: 1;
}
.promotion-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -29vw;
    z-index: 0;
    width: 100vw;
    display: block;
    background-color: #e9eaec;
    background-image: url(/image/robonext2026/recruitment/exhibitguidance/promo_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 30px;
}
.promotion-inner {
	/* margin-left: 2.08vw; */
}
@media screen and (max-width: 767px) {
	.promotion-container {
    background-image: url(/image/robonext2026/recruitment/exhibitguidance/promo_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	}
	.promotion-container::before {
		display: none;
	}
	.promotion-inner {
		margin-left: 0;
	}
}
.promotion-grid-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 1.56vw;
	row-gap: 3.02vw;
}
@media screen and (max-width: 767px) {
	.promotion-grid-box {
		grid-template-columns: auto;
	}
}
@media screen and (max-width: 767px) {
	.promotion-grid-item {
		margin-bottom: 3vw;
	}
}
.promotion-grid-item p a {
	color: #0080ff;
	text-decoration: underline;
}
.promotion-grid-item p a:hover {
	opacity: 0.7;
}
.promotion-lead {
	line-height: 1.6em;
	font-size: 1.25vw;
	font-weight: 500;
	padding-bottom: 0.52vw;
	/* text-align: center; */
}
promotion-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -29vw;
    z-index: 0;
    width: 100vw;
    display: block;
    background-color: #e9eaec;
    background-image: url(/image/robonext2026/recruitment/exhibitguidance/promo_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 30px;
}

.promotion-container__head {
    position: relative;
}

.promotion-container .sp-wrapper__outer {
    position: relative;
}
.promotion-container__head span {
    position: relative;
}
.promotion-container__head  span::after {
    position: absolute;
    bottom: -3px;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, #ffffff, #bdcae8 40%, #9adfeb);
}

.promotion-text {
    font-weight: 400;
}

.promotion-prev {
    margin: 30px 0 0 0;
}

.promotion-lead {
    font-weight: 500;
    padding-bottom: 1.4285714285714286vw;
}

.promotion-grid-box {
    margin: 3.571428571428571vw 0 0 0;
}

.promotion-grid-ttl {
    font-size: 24px;
    font-weight: 500;
    color: #00A1B7;
    text-align: center;
    background: #fff;
    border: 1px solid #00A1B7;
    border-radius: 30px;
    padding: 10px;
    margin: 0 0 1.4285714285714286vw 0;
}

.promotion-grid-box.fadein.scrollin {
    column-gap: 4.285714285714286vw;
}

.promotion-grid-text {
    font-weight: 400;
}
@media screen and (max-width: 767px) {
	.promotion-lead {
		font-size: 1em;
		margin-bottom: 3vw;
	}
}
.promotion-text {
	line-height: 1.6em;
	padding-bottom: 1.56vw;
	font-weight: 500;
	font-size: 1.04vw;
}
@media screen and (max-width: 767px) {
	.promotion-text {
		font-size: 1em;
		margin-bottom: 3vw;
	}
}
.promotion-grid-text {
	line-height: 1.6em;
	font-size: 1.04vw;
	font-weight: 500;
	padding-top: 1.04vw;
}
@media screen and (max-width: 767px) {
	.promotion-grid-text {
		font-size: 0.9em;
	}
}


/* Outline */

.outline-container {
	position: relative;
	z-index: 1;
	padding-bottom: 6.428571428571428vw;
  background-image: linear-gradient(0deg, #213244, #304862);
}
.outline-container::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100vw;
	display: block;
  background-image: linear-gradient(0deg, #213244, #304862);
}
.outline-container::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	display: block;
  background-image: linear-gradient(0deg, #213244, #304862);
}
.outline-container__head {
	color: #fff;
}
.outline-container__head span {
    position: relative;
}
.outline-container__head span::after {
    position: absolute;
    bottom: -3px;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, #ffffff, #bdcae8 40%, #9adfeb);
}
.outline-container #regulations {
	padding: 0;
}
.outline-container .button-real {
  position: relative;
  background-color: #00A1B7;
  border-radius: 50px;
  color: #fff;
  font-size: clamp(16px, 1.4285714285714286vw, 20px);
  font-weight: bold;
  transition: 0.3s;
  width: auto;
  text-align: center;
  padding: 1.4285714285714286vw 7.142857142857142vw;
}
.outline-container .button-real:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.outline-container .button-real {
		display: inline-block;
		width: 100%;
		padding: 4vw;
		font-size: 1em;
	}
}
.outline-container .button-real::after {
    right: 15px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
}
@media screen and (max-width: 767px) {
	.outline-container .button-real:after {
		top: 4.78vw;
	}
}
.outline-container .button-online {
	position: relative;
	background-color: #00a16a;
	border-radius: 30px;
	color: #fff;
	font-size: 1.04vw;
	font-weight: bold;
	transition: 0.3s;
	width: auto;
	text-align: center;
	padding: 0.57vw 3vw;
}
.outline-container .button-online:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.outline-container .button-online {
		display: inline-block;
		width: 100%;
		padding: 4vw;
		font-size: 1em;
	}
}
.outline-container .button-online:after {
	position: absolute;
	content: url(/image/axia-expo2026/front/exhibitguidance/buttonarrow.svg);
	top: 0.78vw;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.outline-container .button-online:after {
		top: 4.78vw;
	}
}
.outline-container .application-left {
	max-width: none;
}
.outline-container .application-title {
	background-color: #15a092;
	margin-bottom: 1.04vw;
	padding: 0.5em 1.04vw;
}
.outline-container .regulations-inner {
	margin: 1.56vw auto;
	padding-left: 2.08vw;
}
@media screen and (max-width: 767px) {
	.outline-container .regulations-inner {
		padding-left: 0;
	}
}
.outline-container .regulations-inner.ptn2 {
	padding-left: 0;
	margin: 0 auto 60px;
}
.outline-container .application-box {
	padding-right: 4.9vw;
}
.outline-container .application-left,
.outline-container .application-right {
	flex: 1;
}
.outline-container .application-info {
	width: 100%;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 767px) {
	.outline-container .application-info {
		margin-top: 8vw;
		width: auto;
	}
	.outline-container .application-info img {
		width: 100%;
	}
}
.outline-container .application-info-2 {
	margin: 1.56vw auto;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.outline-container .application-info-2 {
		width: auto;
		margin-top: 8vw;
	}
	.outline-container .application-info-2 img {
		width: 100%;
	}
}
.outline-inner {
	width: auto;
	margin-left: 2.08vw;
}
@media screen and (max-width: 767px) {
	.outline-inner {
		margin: 0;
	}
}
.outline-text {
	padding-left: 2.08vw;
	margin: 1.56vw auto 0;
	color: white;
	font-size: 1.04vw;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.outline-text {
		font-size: 1em;
		margin-bottom: 8vw;
	}
}
.outline-text.ptn2 {
	line-height: 1.6em;
	padding-left: 0;
	margin-top: 1em;
	font-size: 1.04vw;
}
a.outline-text.ptn2 {
	color: inherit;
}
.application-info-annotation.outline-text.ptn2 {
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
	.outline-text.ptn2 {
		font-size: 0.9em;
	}
		a.outline-text.ptn2 {
		font-size: 4.266vw;
	}


}
.outline-text.ptn3 {
	line-height: 1.6em;
	padding-left: 2.08vw;
	padding-right: 1.04vw;
	font-size: 1.04vw;
	margin-bottom: 1.04vw;
}
@media screen and (max-width: 767px) {
	.outline-text.ptn3 {
		font-size: 0.9em;
		padding: 0;
	}
}
.outline-text.ptn4 {
	line-height: 1.6em;
	font-size: 0.73vw;
	margin: 0 0 0 18px;
	padding-left: 0;
}
@media screen and (max-width: 767px) {
	.outline-text.ptn4 {
		font-size: 0.9em;
	}
}
.promotion-note {
    margin: 1.4285714285714286vw 0 0 0;
    text-align: center;
    color: #DB4440;
    font-size: clamp(12px, 1vw, 14px);
}

.promotion-approach {
    margin: 1.4285714285714286vw 0 0 0;
}

/* organization
----------------------------------------------------------*/
.org-container {
    position: relative;
    background-color: #E3EBF7;
    z-index: 1;
}
.org-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100vw;
    display: block;
    background-color: #E3EBF7;
}
.org-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    display: block;
    background-color: #E3EBF7;
}
.org-container__head span {
    position: relative;
}
.org-container__head span::after {
    position: absolute;
    bottom: -3px;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, #ffffff, #bdcae8 40%, #9adfeb);
}
.org {
    display: flex;
    flex-wrap: wrap;
    gap: 4.285714285714286vw;
    margin: 1.4285714285714286vw 0 0 0;
}
.org-item {
    width: 100%;
}
.org-item-name {
    position: relative;
    font-size: clamp(18px, 1.7142857142857144vw, 24px);
    font-weight: 600;
    padding: 0 0 0 26px;
}
.org-item-name::before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #004B9E;
    line-height: 1;
    width: 0;
    height: 0;
    top: 50%;
    left: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 6px 10px;
    border-left-color: currentColor;
    background: none;
    border-right: 0;
    margin: -3px 0 0 0;
}
.org-item-detail {
    margin: 1.4285714285714286vw 0 0 0;
}
.org-item-detail-item {
    display: flex;
    gap: 2.142857142857143vw;
    background-color: #DEE6F2;
    padding: 18px 20px;
}
.org-item-detail-item:nth-child(even) {
    background-color: #EFEFEF;
}
.org-item-detail-item-01 {
    font-size: clamp(10px, 0.8571428571428572vw, 12px);
    color: #213244;
    line-height: 1.5;
    width: 36px;
    white-space: nowrap;
}
.org-item-detail-item-02 {
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 600;
    color: #213244;
    line-height: 1.5;
    width: 70px;
    white-space: nowrap;
}
.org-item-detail-item-03 {
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 500;
    color: #213244;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.real-container {
		padding: 16vw 2.666666666666667vw;
	}
}