@charset "UTF-8";

.mect img {
	image-rendering: -webkit-optimize-contrast;
}
.mect .img-inherit {
	width: auto !important;
	height: auto;
	max-width: 100%;
}
.mect figure {
	margin: 0;
}
.mect #content {
	margin-top: 55px;
	box-sizing: border-box;
}
.mect section:first-child {
	margin-top: 30px;
}
.mect section + section {
	padding-top: 70px;
}
.mect .page_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0;
	font-size: 18px;
}
.mect .page_link li {
	border-right: solid 1px #cccccc;
}
.mect .page_link li:nth-child(1) {
	border-left: solid 1px #cccccc;
}
.mect .page_link li a {
	position: relative;
	padding: 0 50px 0 30px;
	text-decoration: none;
}
.mect .page_link li a:hover {
	opacity: 0.7;
}
.mect .page_link li a::before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #005eb8;
	border-right: solid 1px #005eb8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.mect .bluearea {
	background: #e5eff8;
	padding: 40px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mect .bluearea .registration.inner {
	display: flex;
	justify-content: space-between;
}
.mect .bluearea dt {
	color: #005eb8;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.mect .bluearea dd {
	font-size: 14px;
}
.mect .registration .btn-area {
	width: 370px;
	margin-right: 0;
}

.mect .btn-area {
	margin: auto;
}
.mect #content .btn a {
	position: relative;
	display: block;
	border: 1px solid #005eb8;
	background-color: #ffffff;
	padding: 10px 30px 10px 20px;
	text-align: center;
	line-height: 1.5;
}
.mect #content .btn a:after {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #005eb8;
	border-right: solid 1px #005eb8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
.mect #content .btn a:hover {
	text-decoration: none;
	background: #9bcbf7;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #6da1d6;
}
.mect #content .btn.btm a:after {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.mect .list_disc li {
	position: relative;
	padding-left: 18px;
}
.mect .list_disc li:not(:first-of-type) {
	margin-top: 5px;
}
.mect .list_disc li::after {
	display: block;
	content: '';
	position: absolute;
	top: .65em;
	left: 0.25em;
	width: 6px;
	height: 6px;
	background-color: #005EB8;
	border-radius: 100%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.mect #content {
		margin-top: 10px;
	}
	.mect section + section {
		padding-top: 50px;
	}
	.mect .page_link {
		margin: 30px 0 0 0;
		font-size: 14px;
		flex-direction: column;
		text-align: center;
		border-bottom: solid 1px #cccccc;
	}
	.mect .page_link li,
	.mect .page_link li:nth-child(1) {
		padding: 8px 30px;
		border: none;
		border-top: solid 1px #cccccc;
	}
	.mect .page_link li a {
		display: block;
		padding: 0 30px 0 18px;
	}
	.mect .page_link li a::before {
		right: 10px;
	}
	.mect .bluearea {
		padding: 40px 20px;
	}
	.mect .bluearea .registration.inner {
		display: block;
		text-align: left;
	}
	.mect .registration .btn-area {
		width: 100%;
		margin: 10px auto 0 auto;
	}
	.mect .list_disc li {
		font-size: 14px;
	}
}

/* 2025 */
.mect2025 .mainVisual {
	background: url(../images/bg_mainvisual.jpg) no-repeat right top;
	height: 652px;
	padding: 80px 0;
	margin-bottom: 40px;
	box-sizing: border-box;
	width: 100%;
}
.mect2025 .mainVisual .lead {
	background: url(../images/bg_lead.png) no-repeat right top;
	padding: 50px;
	margin-top: 50px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 2;
}
.mect2025 h3 {
	margin-bottom: 40px;
	line-height: 1;
	text-align: center;
}
.mect2025 h3 .en {
	position: relative;
	display: inline-block;
	font-family: "Abel", sans-serif;
	font-size: 50px;
	background: linear-gradient(116deg, #00B9EF 16.84%, #0B308E 83.16%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mect2025 h3 .en::before,
.mect2025 h3 .en::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	width: 85px;
	height: 36px;
	margin: auto;
}
.mect2025 h3 .en::before {
	left: -100px;
	background: url(../images/bg_ttl_l.png) no-repeat;
}
.mect2025 h3 .en::after {
	right: -100px;
	background: url(../images/bg_ttl_r.png) no-repeat;
}
.mect2025 h3 .jp {
	display: block;
	margin-top: 15px;
	font-family: "Noto Sans JP";
	font-size: 16px;
	text-align: center;
}
.mect2025 .booth__inner {
	margin-top: 35px;
	background: url(../images/bg_booth.jpg) no-repeat center bottom;
	background-size: 100% auto;
	text-align: center;
}
.mect2025 .booth__main {
	position: relative;
}
.mect2025 .booth__list li {
	position: absolute;
	background-color: #0B308E;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .4));
	border: solid 2px #0B308E;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	transition: .3s;
}
.mect2025 .booth__list li a {
	text-decoration: none;
	color: #fff;
}
.mect2025 .booth__list li:nth-of-type(1) {
	top: 3%;
	left: 38.5%;
}
.mect2025 .booth__list li:nth-of-type(2) {
	top: 34%;
	left: 6%;
}
.mect2025 .booth__list li:nth-of-type(3) {
	top: 10%;
	right: 22%;
}
.mect2025 .booth__list li:nth-of-type(4) {
	bottom: 17%;
	right: 34.5%;
}
.mect2025 .booth__list li span {
	position: relative;
	display: block;
	padding: 10px 20px;

}
.mect2025 .booth__list li span::before,
.mect2025 .booth__list li span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 18px;
	height: 24px;
	box-sizing: border-box;
	border: 2px solid;
	border-width: 24px 9px 0px 9px;
	transition: .3s;
}
.mect2025 .booth__list li span::before {
	border-color: #0B308E transparent transparent transparent;
	bottom: -24px;
}
.mect2025 .booth__list li span::after {
	border-color: #0B308E transparent transparent transparent;
	bottom: -20px;
}
.mect2025 .booth__list li:hover {
	background-color: #fff;
	color: #0B308E;
}
.mect2025 .booth__list li:hover a {
	color: #0B308E;
}
.mect2025 .booth__list li:hover span::after {
	border-color: #fff transparent transparent transparent;
}
.mect2025 .booth__list li:nth-of-type(4) span::before,
.mect2025 .booth__list li:nth-of-type(4) span::after {
	right: auto;
	top: 0;
	bottom: 0;
	width: 24px;
	height: 18px;
	border-width: 9px 24px 9px 0px;
}
.mect2025 .booth__list li:nth-of-type(4) span::before {
	border-color: transparent #0B308E transparent transparent;
	left: -24px;
}
.mect2025 .booth__list li:nth-of-type(4) span::after {
	border-color: transparent #0B308E transparent transparent;
	left: -20px;
}
.mect2025 .booth__list li:nth-of-type(4):hover span::after {
	border-color: transparent #fff transparent transparent;
}

.mect2025 .machines {
	background: linear-gradient(180deg, #FFF 78.41%, #F5F5F5 100%);
}
.mect2025 .machines__inner {
	position: relative;
	width: 990px;
	margin: auto;
}
.mect2025 .machines__inner .swiper {
	width: 860px;
	margin: auto;
}
.mect2025 .machines .model__name {
	text-align: center;
}
.mect2025 .machines .model__category {
	margin: 25px 0 10px 0;
}
.mect2025 .machines .model__point {
	position: relative;
	margin: 60px 0 40px 0;
	color: #0B308E;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.mect2025 .machines .model__point::before,
.mect2025 .machines .model__point::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
//	width: 276px;
	width: 80px;
	height: 18px;
	margin: auto;
}
.mect2025 .machines .model__point::before {
	left: 0;
	background: url(../images/bg_title.png) right center;
}
.mect2025 .machines .model__point::after {
	right: 0;
	background: url(../images/bg_title.png) left center;
}



.mect2025 .machines .model__point span {
	position: relative;
}
.mect2025 .machines .model__button {
	min-width: 300px;
	margin: 60px auto;
}
.mect2025 .machines .model__button .btn + .btn {
	margin-top: 10px;
}
.mect2025 .machines .swiper-button-next,
.mect2025 .machines .swiper-button-prev {
	top: 241px;
	color: #0B308E;
}

.mect2025 .map .map-title .title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}
.mect2025 .map .map-title .arrow a {
	position: relative;
	color: #005eb8;
	padding-right: 20px;
}
.mect2025 .map .map-title .arrow a:after {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #005eb8;
	border-right: solid 1px #005eb8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
}
.mect2025 .official-site {
	background: #e5eff8;
	padding: 30px 0;
	margin-top: 50px;
}
.mect2025 footer {
	margin-top: 0;
}
.mect2025 .official-site .btn-area.single .btn {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {

/*
	.tb-mat30 {
		margin-top: 30px !important;
	}
	.col-tb-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-tb-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.mect .models-list .btn-area {
		width: 100%;
	}
	.mect .bluearea .registration.inner {
		display: block;
		text-align: center;
	}
	.mect .registration .btn-area {
		width: 60%;
		margin: 10px auto 0 auto;
	}
	.mect2025 .mainVisual {
		background: url(../images/bg_mainvisual_pc.jpg) no-repeat top right -330px;
	}
	.mect2025 #content .booth .btn a em {
		line-height: 1.2;
	}
	.mect2025 .models-list .mounted {
		left: 140px;
	}
*/
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.mect2025 .mainVisual {
		background: none;
		height: auto;
		padding: 0;
		margin-bottom: 40px;
	}
	.mect2025 .mainVisual h2 img {
		width: 100%;
		height: auto;
	}
	.mect2025 .mainVisual .lead {
		background: url(../images/bg_lead_sp.png) no-repeat right bottom;
		padding: 0 20px 40px 20px;
		margin-top: 30px;
		font-size: 16px;
	}
	.mect2025 h3 .en {
		font-size: 40px;
	}
	.mect2025 h3 .en::before,
	.mect2025 h3 .en::after {
		width: 67px;
		height: 30px;
		background-size: 100% auto;
	}
	.mect2025 h3 .en::before {
		left: -87px;
		background-size: 100% auto;
	}
	.mect2025 h3 .en::after {
		right: -87px;
	}

	.mect2025 .booth__main figure img {
		width: 100%;
		max-width: initial;
		max-width: auto;
	}
	.mect2025 h3 {
		margin-bottom: 30px;
	}
	.mect2025 h3 .jp {
		margin-top: 10px;
	}
	.mect2025 .booth__inner {
		background-size: contain;
		height: auto;
	}
	.mect2025 .booth__list li {
		border: solid 2px #0B308E;
		font-size: 14px;
		line-height: 1.2;
	}
	.mect2025 .booth__list li:nth-of-type(1) {
		top: 2%;
		left: 28%;
	}
	.mect2025 .booth__list li:nth-of-type(2) {
		top: 30%;
		left: 1%;
	}
	.mect2025 .booth__list li:nth-of-type(3) {
		top: 2%;
		right: 2%;
	}
	.mect2025 .booth__list li:nth-of-type(4) {
		bottom: 17%;
		right: 21%;
	}
	.mect2025 .booth__list li span {
		padding: 3px;
	}
	.mect2025 .booth__list li span::before,
	.mect2025 .booth__list li span::after {
		width: 8px;
		height: 14px;
		border-width: 14px 4px 0px 4px;
	}
	.mect2025 .booth__list li span::before {
		border-color: #0B308E transparent transparent transparent;
		bottom: -14px;
	}
	.mect2025 .booth__list li span::after {
		border-color: #0B308E transparent transparent transparent;
		bottom: -12px;
	}
	.mect2025 .booth__list li:nth-of-type(2) span::before {
		left: 20px;
		right: auto;
	}
	.mect2025 .booth__list li:nth-of-type(2) span::after {
		left: 20px;
		right: auto;
	}
	.mect2025 .booth__list li:nth-of-type(3) span::before {
		left: 20px;
		right: auto;
	}
	.mect2025 .booth__list li:nth-of-type(3) span::after {
		left: 20px;
		right: auto;
	}
	.mect2025 .booth__list li:nth-of-type(4) span::before,
	.mect2025 .booth__list li:nth-of-type(4) span::after {
		width: 14px;
		height: 8px;
		border-width: 4px 14px 4px 0px;
	}
	.mect2025 .booth__list li:nth-of-type(4) span::before {
		border-color: transparent #0B308E transparent transparent;
		left: -14px;
	}
	.mect2025 .booth__list li:nth-of-type(4) span::after {
		border-color: transparent #0B308E transparent transparent;
		left: -12px;
	}
	.mect2025 .booth__list li:nth-of-type(4):hover span::after {
		border-color: transparent #fff transparent transparent;
	}
	.mect2025 .machines__inner {
		width: 100%;
	}
	.mect2025 .machines__inner .swiper {
		width: 100%;
	}
	.mect2025 .machines .model__figure {
		width: 90%;
		margin: auto;
	}
	.mect2025 .machines .model__logo {
		width: 84%;
		margin: auto;
	}
	.mect2025 .machines .model__category {
		margin: 25px 0 10px 0;
	}
	.mect2025 .machines .model__point {
		margin: 10px 0 20px 0;
		font-size: 18px;
		overflow: hidden;
	}
	.mect2025 .machines .model__point::before,
	.mect2025 .machines .model__point::after {
		width: 51px;
		height: 18px;
	}
	.mect2025 .machines .model__point::before {
		background: url(../images/bg_title_sp.png) right center;
	}
	.mect2025 .machines .model__point::after {
		background: url(../images/bg_title_sp.png) left center;
	}
	.mect2025 .machines .model__button {
		margin: 20px auto;
	}
	.mect2025 .machines .swiper-button-next,
	.mect2025 .machines .swiper-button-prev {
		top: 100px;
	}
	.mect2025 .machines .swiper-button-next::after,
	.mect2025 .machines .swiper-button-prev::after {
		font-size: 30px;
	}
	.mect2025 .machines .swiper-button-next {
		right: -10px;
	}
	.mect2025 .machines .swiper-button-prev {
		left: -10px;
	}

	.mect2025 .map .map-title .title {
		font-size: 22px;
	}
	.mect2025 .official-site .btn-area.single .btn {
		width: 100%;
	}

}
