@charset "UTF-8";

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

#wrapper {
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.sp-wrapper__outer {
		width: 89.33vw;
		margin: 0 auto;
		overflow: hidden;
	}
}

@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: 87.85714285714286vw;
	max-width: 1400px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.content-2columns {
		display: block;
		width: auto;
		margin: 0;
	}
}
.content-left {
  width: 17.857142857142858vw;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
	.content-left {
		width: auto;
		max-width: none;
	}
}

.content-right {
  width: 70vw;
  max-width: 980px;
}
@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 #0077FF;
}
.side-nav ul li.white-color,
.side-nav ul li.white-color a {
	color: #000;
}
.side-nav ul li a:hover {
	color: #0077FF;
}
.side-nav ul li a.current-color {
	color: #0077FF;
}
.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: #0077FF;
}

/* exhibit
----------------------------------------------------------*/
.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) {
	.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;
	}
}

/**/
.top-banner-btn {
	text-align: center;
}
.top-banner-btn a {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0077FF;
	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/monotech2026/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/monotech2026/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: 40px 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;
	margin-bottom: 44.5px;
	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/monotech2026/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;
}
.app-info {
	max-width: 878px;
	margin: 0 auto;
}
.app-info-2 {
	max-width: 878px;
	margin: 30px auto 0 auto;
	width: 100%;
}
.app-info-text {
	color: #fff;
	margin-bottom: 30px;
}
.app-info-annotation {
	margin-top: 8px;
	color: #fff;
	font-size: 0.825rem;
}
.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/monotech2026/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,
.real-container,
.online-container,
.schedule-container,
.promotion-container,
.outline-container {
	padding: 4.285714285714286vw 0;
}
@media screen and (max-width: 767px) {
	.field-container,
	.real-container,
	.online-container,
	.schedule-container,
	.promotion-container,
	.outline-container {
		padding: 2.6875rem 0;
	}
}
.field-container__head,
.real-container__head,
.online-container__head,
.schedule-container__head,
.promotion-container__head,
.outline-container__head {
	position: relative;
	padding: 0 0 2.08vw;
	font-size: 1.56vw;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.field-container__head,
	.real-container__head,
	.online-container__head,
	.schedule-container__head,
	.promotion-container__head,
	.outline-container__head {
		font-size: 1.875em;
		text-align: center;
		padding: 0 0 3vw;
	}
	.field-container__head::after,
	.real-container__head::after,
	.online-container__head::after,
	.schedule-container__head::after,
	.promotion-container__head::after,
	.outline-container__head::after {
		content: "";
		width: 8%;
		height: 2px;
		margin: 0.5em auto 0;
		background-color: #0077FF;
		display: block;
	}
}
.field-container__head span,
.real-container__head span,
.online-container__head span,
.schedule-container__head span,
.promotion-container__head span,
.outline-container__head span {
	border-bottom: 2px solid #0077FF;
}
@media screen and (max-width: 767px) {
	.field-container__head span,
	.real-container__head span,
	.online-container__head span,
	.schedule-container__head span,
	.promotion-container__head span,
	.outline-container__head span {
		border-bottom: none;
	}
}
.field-container .field-text,
.real-container .field-text,
.online-container .field-text,
.schedule-container .field-text,
.promotion-container .field-text,
.outline-container .field-text {
	margin-bottom: 1.04vw;
	padding-left: 1.04vw;
}
.field-container .field-text p,
.real-container .field-text p,
.online-container .field-text p,
.schedule-container .field-text p,
.promotion-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,
	.real-container .field-text,
	.online-container .field-text,
	.schedule-container .field-text,
	.promotion-container .field-text,
	.outline-container .field-text {
		margin-bottom: 3.125rem;
	}
	.field-container .field-text p,
	.real-container .field-text p,
	.online-container .field-text p,
	.schedule-container .field-text p,
	.promotion-container .field-text p,
	.outline-container .field-text p {
		font-size: 1em;
	}
}

.field-container .field-figure,
.real-container .field-figure,
.online-container .field-figure,
.schedule-container .field-figure,
.promotion-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,
	.real-container .field-figure,
	.online-container .field-figure,
	.schedule-container .field-figure,
	.promotion-container .field-figure,
	.outline-container .field-figure {
		display: block;
	}
}
.field-container .field-figure li,
.real-container .field-figure li,
.online-container .field-figure li,
.schedule-container .field-figure li,
.promotion-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,
	.real-container .field-figure li,
	.online-container .field-figure li,
	.schedule-container .field-figure li,
	.promotion-container .field-figure li,
	.outline-container .field-figure li {
		margin-bottom: 6.25vw;
	}
}
.field-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,
.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,
	.real-container .field-figure li p,
	.online-container .field-figure li p,
	.schedule-container .field-figure li p,
	.promotion-container .field-figure li p,
	.outline-container .field-figure li p {
		padding-top: 1.25vw;
		font-size: 4.266vw;
	}
}

/**/
.field-container {
	position: relative;
}
.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;
}
.field-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/monotech2026/recruitment/exhibitguidance/bg-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 30px;
}
.field-ol {
    position: relative;
}
.field-cate-01-ttl {
    text-align: center;
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 700;
    color: #0084BF;
    border: 1px solid #0084BF;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
}
.field-cate-01-item {
		position: relative;
    padding: 30px;
    margin: 40px 0 0 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 3px 5px 15px 3px rgba(0, 0, 0, 0.1);
}
.field-cate-01-item-ttl {
    background: #2284BF;
    color: #fff;
    text-align: center;
		width: 34.285714285714285vw;
		min-width: 308px;
    max-width: 480px;
    margin: 0 auto;
    padding: 10px;
    font-size: clamp(20px, 1.7142857142857144vw, 24px);
    font-weight: bold;
    border-radius: 50px;
}
.field-cate-01-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 20px;
    margin: 20px auto;
    max-width: 680px;
}
.field-cate-01-item-list-item {
    position: relative;
    font-size: clamp(14px, 1.1428571428571428vw, 16px);
}
.field-cate-01-item-list-item::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #0084BF;
}
.field-cate-02 {
    position: relative;
    padding: 30px;
    margin: 80px 0 0 0;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #26546D;
    box-shadow: 3px 5px 15px 3px rgba(0, 0, 0, 0.1);
}
.field-cate-02-ttl {
    position: absolute;
    top: -12px;
    left: calc(50% - 4.928571428571429vw);
    padding: 0 15px;
    margin: 0 0 0 0;
    font-size: clamp(22px, 2vw, 28px);
    font-weight: bold;
    color: #26546D;
    background: #fff;
}
.field-cate-02-item {
		position: relative;
    margin: 40px 0 0 0;
}
.field-cate-02-item-ttl {
    background: #26546D;
    color: #fff;
    text-align: center;
		width: 34.285714285714285vw;
		min-width: 308px;
    max-width: 480px;
    margin: 0 auto;
    padding: 10px;
    font-size: clamp(20px, 1.7142857142857144vw, 24px);
    font-weight: bold;
    border-radius: 50px;
}
.field-cate-02-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 20px;
    margin: 20px auto;
    max-width: 680px;
}
.field-cate-02-item-list-item {
    position: relative;
    font-size: clamp(14px, 1.1428571428571428vw, 16px);
}
.field-cate-02-item-list-item::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #26546d;
}
.field-ol-img {
		position: relative;
    max-width: 874px;
    margin: 0 auto 30px;
}
.field-icon {
    position: absolute;
}
.field-icon-01 {
    width: 9.142857142857142vw;
    min-width: 61px;
    max-width: 128px;
    top: -150px;
    right: -60px;
}
.field-icon-02 {
    width: 12.214285714285714vw;
    min-width: 106px;
    max-width: 171px;
    bottom: 8px;
    right: -20px;
}
.field-icon-03 {
    width: 8.357142857142858vw;
    min-width: 80px;
    max-width: 117px;
    bottom: 10px;
    right: -20px;
		/* bottom: 30px;
    left: -40px; */
}
.field-icon-04 {
    width: 7.142857142857142vw;
    min-width: 60px;
    max-width: 100px;
    bottom: 0px;
    right: 20px;
}
.field-icon-05 {
    width: 7.642857142857143vw;
    min-width: 80px;
    max-width: 107px;
    bottom: 0;
    right: 20px;
}
@media screen and (max-width: 1580px) {
    .field-cate-01-item-list {
        padding: 0 5.714285714285714vw 0 20px;
    }
    .field-cate-01-item:last-child .field-cate-01-item-list {
        /* padding: 0 20px 0 5.714285714285714vw; */
    }
    .field-cate-02-item-list {
        padding: 0 5.714285714285714vw 0 20px;
    }
}
@media screen and (max-width: 1160px) {
    .field-icon-04 {
        right: -40px;
    }
    .field-icon-05 {
        right: -40px;
    }
}
@media screen and (max-width: 767px) {
	.field-container {
		padding-left: 0;
	}
	.field-container .field-figure li .figure-title p {
		font-size: 3.75vw;
		padding: 0 0 0 1em;
	}

}

.sr-area {
	height: 90px;
	background: url(/image/monotech2026/front/exhibitguidance/webp/exhibit_field_bg_01.webp) no-repeat;
	background-size: cover;
	margin-bottom: 1.56vw;
}
.sr-area.ptn2 {
	background: url(/image/monotech2026/front/exhibitguidance/webp/exhibit_field_bg_02.webp) no-repeat;
	background-size: cover;
}
.sr-area.ptn3 {
	background: url(/image/monotech2026/front/exhibitguidance/webp/exhibit_field_bg_03.webp) no-repeat;
	background-size: cover;
}
.sr-area.ptn4 {
	background: url(/image/monotech2026/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/monotech2026/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/monotech2026/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/monotech2026/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/monotech2026/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;
	z-index: 1;
}
.real-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/monotech2026/recruitment/exhibitguidance/bg-02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 30px;
}
.real-container__head {
	padding-left: 1.04vw;
	padding-bottom: 1.04vw;
}
.real-container .industry-title {
	line-height: 1.4em;
	background-color: #157fa0;
	margin-bottom: 1.04vw;
	padding: 10px 1.04vw;
}
.real-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/monotech2026/recruitment/exhibitguidance/bg-02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.real-ol {
    position: relative;
    padding-left: 1.04vw;
    padding-bottom: 1.04vw;
    margin: 30px 0 0 0;
}
.bl-ttl {
    position: relative;
    color: #fff;
    background: #231815;
    font-size: clamp(20px, 1.7142857142857144vw, 24px);
    font-weight: bold;
    padding: 10px 10px 12px 40px;
    line-height: 1;
}
.bl-ttl::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFF100;
}
.real-inr {
    margin: 35px 0 0 20px;
}
.ex-fee-inr {
    display: flex;
    gap: 30px 0;
    align-items: center;
}
.real-detail {
    width: 55%;
}
.real-img {
    display: flex;
    width: 45%;
    justify-content: center;
    padding: 0 2.142857142857143vw;
}
.real-img-item {
    width: 26.64285714285714vw;
    max-width: 373px;
}
.ex-fee-inr-02 {
    padding: 40px 0 0 0;
    border: none;
    background-image: linear-gradient(to right, #26546D 50%, transparent 50%);
    background-size: 15px 1px;
    background-repeat: repeat-x;
    background-position: top;
    margin: 40px 0 0 0;
}
.real-koma {
    font-size: clamp(14px, 1.1428571428571428vw, 16px);
    font-weight: 600;
    margin: 8px 0 0 0;
}
.real-off {
    color: #E60012;
    background: #E60012;
    text-align: center;
    margin: 30px 0;
    padding: 1px;
    clip-path: polygon(2% 0, 98% 0, 100% 10%, 100% 90%, 98% 100%, 2% 100%, 0 90%, 0 8%);
}
.real-off-ttl {
    display: block;
    max-width: 211px;
    background: #E60012;
    color: #fff;
    font-size: clamp(16px, 1.2857142857142856vw, 18px);
    font-weight: 600;
    margin: 0 auto;
    padding: 8px;
    clip-path: polygon(2% 0, 98% 0, 100% 10%, 100% 90%, 98% 100%, 2% 100%, 0 90%, 0 8%);
}
.real-off-inr {
    clip-path: polygon(2% 0, 98% 0, 100% 10%, 100% 90%, 98% 100%, 2% 100%, 0 90%, 0 8%);
    background: #fff;
    padding: 8px 15px 12px;
}
.real-off-txt {
    font-size: clamp(16px, 1.2857142857142856vw, 18px);
    font-weight: 500;
    line-height: 1.2;
    margin: 8px 0 0 0;
}
.real-off-txt-big {
    font-size: clamp(20px, 1.4285714285714286vw, 20px);
    font-weight: 700;
}
.real-note {margin: 15px 0 0 0;}
.real-note-item {
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 0 16px;
    margin: 8px 0 0 0;
}
.real-note-item::before {
    position: absolute;
    content: "※";
    top: 0;
    left: 0;
}
.real-base {
    padding: 20px;
    margin: 20px 0 0 0;
    border-radius: 10px;
    background: #EFEFEF;
    box-shadow: 3px 5px 15px 3px rgba(0, 0, 0, 0.1);
}
.real-base-ttl {
    font-size: clamp(14px, 1.1428571428571428vw, 16px);
    font-weight: 600;
}
.real-base-ol {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px auto 0;
}
.real-base-list-item {
    position: relative;
    width: 100%;
    font-size: clamp(14px, 1.1428571428571428vw, 16px);
    line-height: 1.2;
}
.real-base-list-item::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #AAAAAA;
}
.real-base-list {
    width: calc(50% - 5px);
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.ex-fee-inr-02 .real-img-item {
  max-width: 327px;
}
.bl-ttl-subtxt {
  font-size: clamp(14px, 1.4285714285714286vw, 20px);
  padding: 0 0 0 15px;
}
.real-announce {
  font-size: clamp(14px, 1.2857142857142856vw, 18px);
  font-weight: 500;
  line-height: 1.5;
  margin: 20px 0 0 0;
  color: #E60012;
}
.ex-fee-inr-03 .real-img-item {
  max-width: 317px;
}
.ex-fee-inr-03 .real-note {
  margin: 30px 0 0 0;
}
.ex-fee-inr-04 .real-img {
  flex-wrap: wrap;
}
.real-cnt {
  display: flex;
  border: 1px solid #26546D;
  padding: 15px;
  border-radius: 10px;
  margin: 30px 0 0 0;
  flex-wrap: wrap;
  gap: 10px;
}
.real-cnt-item {
  display: flex;
  gap: 15px;
  width: 100%;
}
.real-cnt-txt {
	font-size: clamp(13px, 2vw, 14px);
	line-height: 1.4;
	font-weight: 500;
}
.real-cnt-ttl {
  display: flex;
  background: #37667F;
  color: #fff;
  font-weight: 600;
  padding: 3px 10px;
  width: 100%;
  max-width: 50px;
  height: 20px;
  font-size: clamp(12px, 0.9285714285714286vw, 13px);
  text-align: center;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.ex-fee-inr-04 .real-img-item {
  width: 100%;
  max-width: none;
}
.ex-fee-inr-04 {
  align-items: flex-start;
}
@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-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.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.3;
  font-size: clamp(18px, 1.4285714285714286vw, 20px);
	font-weight: 500;
}
.real-price br {
	display: none;
}
@media screen and (max-width: 767px) {
	.real-price br {
		display: inline;
	}
}
.real-price .price {
	font-size: clamp(24px, 2.142857142857143vw, 30px);
	color: #cb1919;
	line-height: 1;
}
.real-price .tax {
	font-size: clamp(18px, 1.4285714285714286vw, 20px);
	color: #cb1919;
}
.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 {
    padding: 0 10px;
    font-size: 0.9em;
    margin-top: 20px;
	}
}
@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;
	font-size: 0.73vw;
	color: black;
}
@media screen and (max-width: 767px) {
	.real-annotation.ptn3 {
		font-size: 0.875em;
	}
}
.real-annotation br {
	display: none;
}
@media screen and (max-width: 767px) {
	.real-annotation br {
		display: inline;
	}
}
.real-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) {
	.real-box {
		display: block;
		margin-left: 0;
		margin-top: 0;
	}
}
.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;
	}
}


/* 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-item::before {
    display: inline-block;
    vertical-align: middle;
    color: #231815;
    line-height: 1;
    width: 0;
    height: 0;
    left: -13px;
    border-style: solid;
    border-color: transparent;
    border-width: 12px 8px;
    border-left-color: currentColor;
    background: none;
    border-right: 0;
    margin: -12px 0 0 0;
}
.schedule-container {
    position: relative;
}
.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/monotech2026/recruitment/exhibitguidance/bg-03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.schedule-item-date {
    background: #FFF100;
    color: #231815;
    border-radius: 0;
    font-size: clamp(18px, 1.4285714285714286vw, 20px);
    line-height: 1.2;
    padding: 0;
    align-content: center;
    min-height: 62px;
    max-height: 62px;
}
.schedule-ol {
    gap: 35px 16px;
}
.schedule-item {
    box-shadow: none;
    border: 1px solid #231815;
    border-radius: 0;
}
.date-lit {
	font-size: clamp(18px, 1.4285714285714286vw, 20px);
}
.date-morelit {
    width: auto;
    font-size: 14px;
}
.schedule-item-title {
    padding: 0;
    font-size: clamp(18px, 1.4285714285714286vw, 20px);
    min-height: 76px;
    align-content: center;
}
.title-red {
    color: #CB1919;
}
@media screen and (max-width: 767px) {
	.schedule-inner {
		margin-left: 0;
	}
}
.schedule-img {
	margin-top: 1.04vw;
}
@media screen and (max-width: 767px) {
	.schedule-img {
		margin-top: 16vw;
	}
}
.note {
	position: relative;
  font-size: clamp(16px, 1.1428571428571428vw, 16px);
  padding: 30px 15px 15px;
  text-align: center;
  font-weight: bold;
}


/* Promotion */

.promotion-container {
	position: relative;
	background-color: #F6F5F3;
	z-index: 1;
}
.promotion-container::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100vw;
	display: block;
	background-color: #F6F5F3;
}
.promotion-container::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	display: block;
	background-color: #F6F5F3;
}
.promotion-inner {
	margin-left: 2.08vw;
}
.promotion-grid-text {
    font-size: clamp(14px, 1.1428571428571428vw, 16px);
    line-height: 1.6;
}
.promotion-more {
    margin: 40px 0 0 0;
}
.promotion-more-ttl {
    font-size: clamp(20px, 1.4285714285714286vw, 20px);
    font-weight: 700;
    color: #231815;
}
.promotion-more-item {
    color: #231815;
    background: #231815;
    text-align: center;
    margin: 30px 0;
    padding: 1px;
    clip-path: polygon(2% 0, 98% 0, 100% 10%, 100% 90%, 98% 100%, 2% 100%, 0 90%, 0 8%);
}
.promotion-more-ol {
    display: flex;
    gap: 30px;
}
.promotion-more-inr {
    clip-path: polygon(2% 0, 98% 0, 100% 10%, 100% 90%, 98% 100%, 2% 100%, 0 90%, 0 8%);
    background: #EFEFEF;
    padding: 20px 15px;
}
.promotion-more-item-ttl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.promo-ttl {
    font-size: clamp(20px, 1.4285714285714286vw, 20px);
    font-weight: 600;
}
.promo-number {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 36px;
}
.promo-number::before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 36px;
    top: 0;
    left: 0;
    display: flex;
    color: #FFEC00;
    background: #1A1311;
    font-size: clamp(26px, 2vw, 28px);
    font-weight: 700;
    clip-path: polygon(50% 0, 100% 22%, 100% 78%, 50% 100%, 0 78%, 0 22%);
    justify-content: center;
    align-items: center;
    font-family: din-2014, sans-serif;
}
.promo-number.nmr-1::before {
    content: "1";
}
.promo-number.nmr-2::before {
    content: "2";
}
.promotion-more-item-txt {
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0 0 0;
    padding: 0 15px;
}
@media screen and (max-width: 767px) {
	.promotion-inner {
		margin: 30px 0 0 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; */
}
@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;
	border-bottom: 1px solid #fff;
	z-index: 1;
	padding-bottom: 160px;
}
.outline-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/monotech2026/recruitment/exhibitguidance/bg-04.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.outline-container::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	display: block;
	background-color: #E8ECF2;
}
.outline-container__head {
	color: #333;
}
.outline-container #regulations {
	padding: 0;
}
.outline-container .button-01 {
	position: relative;
	background-color: #157fa0;
	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-01:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.outline-container .button-01 {
		display: inline-block;
		width: 100%;
		padding: 4vw;
		font-size: 1em;
	}
}
.outline-container .button-01:after {
	position: absolute;
	content: url(/image/monotech2026/front/buttonarrow.svg);
	top: 0.78vw;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.outline-container .button-01:after {
		top: 4.78vw;
	}
}
.outline-container .button-02 {
	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-02:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.outline-container .button-02 {
		display: inline-block;
		width: 100%;
		padding: 4vw;
		font-size: 1em;
	}
}
.outline-container .button-02:after {
	position: absolute;
	content: url(/image/monotech2026/front/exhibitguidance/buttonarrow.svg);
	top: 0.78vw;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.outline-container .button-02:after {
		top: 4.78vw;
	}
}
.outline-container .application-left {
	max-width: none;
}
.outline-container .application-title {
	background-color: #0077FF;
	margin-bottom: 1.04vw;
	padding: 0.5em 1.04vw;
}
.outline-container .regulations-inner {
	margin: 30px auto;
}
@media screen and (max-width: 767px) {
	.outline-container .regulations-inner {
		padding-left: 0;
	}
}
.outline-container .regulations-inner.ptn2 {
	padding-left: 0;
}
.outline-container .application-box {
	padding-right: 4.9vw;
}
.outline-container .application-left,
.outline-container .application-right {
	flex: 1;
}
.outline-container .app-info {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.outline-container .app-info {
		width: auto;
    margin: 8vw 40px 0;
	}
	.outline-container .app-info img {
		width: 100%;
	}
}
.outline-container .app-info-2 {
	margin: 1.56vw auto;
	width: 47.4vw;
}
@media screen and (max-width: 767px) {
	.outline-container .app-info-2 {
		width: auto;
		margin-top: 8vw;
	}
	.outline-container .app-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 {
  position: relative;
  margin: 30px auto 0;
  color: #333;
  font-size: clamp(16px, 1.2857142857142856vw, 18px);
  font-weight: 400;
  line-height: 1.8;
}
.outline-text.ptn2 {
	line-height: 1.6em;
	padding-left: 0;
	margin-top: 1em;
	font-size: 1.04vw;
}
a.outline-text.ptn2 {
	color: inherit;
}
.app-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;
	}
}
.outline-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/monotech2026/recruitment/exhibitguidance/bg-04.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.outline-container .button-01 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 279px;
    height: 60px;
    color: #fff;
    font-size: clamp(16px, 1.4285714285714286vw, 20px);
    font-weight: 700;
    padding: 0;
    background-color: #0077FF;
    border-radius: 40px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0.1563vw 0.3125vw rgba(0, 0, 0, 0.16);
}
.outline-container .button-01:after {
    right: 20px;
    width: 15px;
    height: 15px;
    top: 50%;
    margin: -7.5px 0 0 0;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.outline-container .button-02 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 279px;
    height: 60px;
    color: #fff;
    font-size: clamp(16px, 1.4285714285714286vw, 20px);
    font-weight: 700;
    padding: 0;
    background-color: #0077FF;
    border-radius: 40px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0.1563vw 0.3125vw rgba(0, 0, 0, 0.16);
}
.outline-container .button-02:after {
    right: 20px;
    width: 15px;
    height: 15px;
    top: 50%;
    margin: -7.5px 0 0 0;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.app {
    position: relative;
}
.app-item {
    max-width: 555px;
    color: #231815;
    background: #B2B2B3;
    text-align: center;
    margin: 50px auto;
    padding: 2px;
    clip-path: polygon(2% 0, 98% 0, 100% 10%, 100% 90%, 98% 100%, 2% 100%, 0 90%, 0 8%);
}
.app-item-inr {
    clip-path: polygon(2% 0, 98% 0, 100% 10%, 100% 90%, 98% 100%, 2% 100%, 0 90%, 0 8%);
    background: #fff;
    padding: 20px 15px;
}
.app-ttl {
    position: relative;
    font-size: clamp(18px, 1.5714285714285716vw, 22px);
    font-weight: 600;
    padding: 0 0 12px 0;
}
.app-to {
    margin: 15px 0 0;
    font-size: clamp(18px, 1.4285714285714286vw, 20px);
    font-weight: 500;
    line-height: 1.4;
}
.app-ttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20px;
    height: 2px;
    background: #FFF100;
    margin: 0 0 0 -10px;
}
.app-mail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 10px 0 0 0;
}
.app-mail-icon {
    max-width: 29px;
}
.app-mail-address-link {
    display: block;
    font-size: clamp(18px, 1.4285714285714286vw, 20px);
    font-weight: 500;
    line-height: 1;
}
.app-note {
    margin: 30px auto 0;
    max-width: 878px;
}
.app-note-item {
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 0 16px;
    margin: 8px 0 0 0;
}
.app-note-item::before {
    position: absolute;
    content: "※";
    top: 0;
    left: 0;
}
.cnl {
    position: relative;
}
.cnl-item {
    margin: 60px 0 0 0;
}
.cnl-item-ttl {
    position: relative;
    color: #231815;
    background: #fff;
    font-size: clamp(20px, 1.7142857142857144vw, 24px);
    font-weight: bold;
    padding: 10px 10px 12px 40px;
    line-height: 1;
    border: 1px solid #231815;
}
.cnl-item-ttl::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFF100;
    border-right: 1px solid #231815;
}
.cnl-item-txt {
    margin: 30px auto 0;
    color: #333;
    font-size: clamp(16px, 1.2857142857142856vw, 18px);
    font-weight: 400;
    line-height: 1.8;
}
.cnl-info {
    width: 100%;
    max-width: 878px;
    margin: 30px auto 0;
}
.cnl-note {
    margin: 20px auto 0;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .field-container::before {
        background-image: url(/image/monotech2026/recruitment/exhibitguidance/bg-01-sp.jpg);
        left: 0;
    }
    .field-ol {
        padding: 0 10px;
    }
    .field-cate-01-item-ttl {
        position: absolute;
        top: -15px;
        width: calc(100% - 20px);
        left: 10px;
    }
    .field-cate-01-item {
        padding: 30px 10px;
    }
    .field-cate-02 {
        padding: 0 10px 20px;
        margin: 60px 0 0 0;
    }
    .field-cate-02-ttl {
        font-size: 22px;
        left: 50%;
        margin: 0 0 0 -69.5px;
    }
    .real-container::before {
        background-image: url(/image/monotech2026/recruitment/exhibitguidance/bg-02-sp.jpg);
        left: 0;
    }
    .real-ol {
        padding-left: 0;
    }
    .bl-ttl {
        padding: 15px 10px 15px 40px;
    }
    .real-inr {
        margin: 15px 10px 0;
    }
    .ex-fee-inr {
        position: relative;
        flex-wrap: wrap;
    }
    .real-detail {
        width: 100%;
    }
    .real-price {
        padding: 0 10px;
    }
    .real-koma {
        padding: 0 10px;
    }
		.real-img {
        width: 100%;
        padding: 0;
        margin: 30px 0 0 0;
		}
    .real-img-item {
        width: 100%;
		}
    .real-off {
        margin: 30px 10px;
		}
    .real-note {
        margin: 15px 10px 0;
		}
    .text-r {
        text-align: right;
		}
    .real-base-list {
        width: 100%;
		}
		.bl-ttl-subtxt {
        display: block;
        margin: 8px 0 0 0;
        padding: 0;
		}
    .real-announce {
        padding: 0 10px;
		}
    .ex-fee-inr-03 .real-note {
        margin: 30px 10px 0;
		}
    .ex-fee-inr-04 .real-img {
        margin: 0;
        padding: 0 10px;
		}
		.schedule-ol {
        border-radius: 0;
        margin: 30px 0 0 0;
        box-shadow: none;
		}
    .date-lit {
        width: auto;
		}
    .schedule-item-date {
        min-height: 48px;
        max-height: 48px;
		}
    .schedule-item:first-child .schedule-item-date {
        padding: 0;
		}
    .schedule-item-title {
        min-height: 48px;
		}
    .schedule-item::before {
        top: -48px;
        left: 50%;
        transform: rotate(90deg);
        border-width: 30px 12px;
        border-left-color: #707070;
        margin: 0;
		}
    .promotion-more-ol {
        flex-wrap: wrap;
        gap: 30px;
        margin: 30px 10px 0;
		}
    .promotion-more-item {
        margin: 0;
		}
    .promotion-more-ttl {
        text-align: center;
		}
    .promo-ttl {
        text-align: left;
        line-height: 1.3;
		}
    .promotion-more-item-ttl {
        gap: 23px;
		}
    .promotion-more-item-txt {
        text-align: left;
		}
    .note {
        line-height: 1.5;
        text-align: left;
        padding: 30px 0 15px;
		}
    .outline-container .button-01 {
        max-width: none;
		}
    .outline-container .button-02 {
        max-width: none;
		}
    .outline-container::before {
        background-image: url(/image/monotech2026/recruitment/exhibitguidance/bg-04-sp.jpg);
        left: 0;
		}
    .app-item {
        margin: 30px 20px;
        padding: 2px;
		}
    .app-note {
        margin: 30px 20px 0;
		}
    .cnl-item-txt {
        margin: 30px 20px 0;
		}
    .cnl-info {
        width: auto;
        margin: 30px 40px 0;
		}
    .cnl-note {
        line-height: 1.5;
	}
	.field-icon-01 {
      top: -74px;
      right: 0;
	}
  .field-icon-02 {
      bottom: -12px;
      right: 6px;
	}
  .field-icon-03 {
      bottom: -13px;
      left: auto;
      right: 0px;
	}
  .field-icon-04 {
      right: 0;
      bottom: -30px;
	}
  .field-icon-05 {
      right: 0;
      bottom: -30px;
	}
}


.mt60 {
  margin: 60px 0 0 0;
}
.pcHide {
	display: none;
}
.spHide {
	display: block;
}
.pcHide-i {
	display: none;
}
.spHide-i {
	display: inline-block;
}
.pcHide-f {
	display: none;
}
.spHide-f {
	display: flex;
}
@media screen and (max-width: 767px) {
	.pcHide {
		display: block;
	}
	.spHide {
		display: none;
	}
	.pcHide-i {
		display: inline-block;
	}
	.spHide-i {
		display: none;
	}
	.pcHide-f {
		display: flex;
	}
	.spHide-f {
		display: none;
	}
}