.top #btm-menu {
	background: #fff;
}
.top #service {
	position: relative;
	padding-top: 60px;
	background: #fff;
}



.top .t-outer {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.top .t-outer p {
	margin: 2.8vw 3.3vw 0;	
	font-size: 1.5vw;
}
.top section h2 {
	margin: 1.6vw 0 0 3.3vw;
}
.top section h2 span {
	font-size: 5vw;
	line-height: 5vw;
	text-transform: uppercase;
}
.top section h2 span:last-of-type {
	font-size: 24px;
	display: block;
	line-height: 2;
}

.top .s-menu-inner {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 2.5vw;
}
.top .s-menu-inner li.list-outer {
	width: 33%;
	height: 19vw;
	position: relative;
}
.top .s-menu-inner li.list-outer:nth-child(7) {
	height: 15.6vw;
}
.top .s-menu-inner li.list-outer:last-child {
	width: 66%;
	height: 15.6vw;
}
.top .s-menu-inner li a {
	display: block;
	height: 100%;
}
.top .s-menu-inner li a:before {
	content: none;
}
.top .s-menu-inner li a:hover:before {
	content: "";
	border: 1px solid #fff;
	position: absolute;
	top: 3.5%;
	left: 2.5%;
	width: 95%;
	height: 92.5%;
	z-index: 3;
}
.top .s-menu-inner li.list-outer:last-child a:hover:before {
	content: "";
	border: 1px solid #fff;
	position: absolute;
	top: 3.5%;
	left: 1%;
	width: 98%;
	height: 92.5%;
	z-index: 3;
}

.top .MENUbox_inner {
	display: block;
	height: 100%;
	padding: 1.6vw 1.8vw;
	position: relative;
}
.top .MENUbox_inner:before {
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0,0,0,0.2);
}

.top .MENUbox_inner ul {
	text-align: left;
	padding-top: 0;
	position: relative;
	z-index: 2;
}
.top .MENUbox_inner li {
	font-size: 1vw;
}
.top .MENUbox_inner li.right {
	text-align: right;
}
.MENUbox_inner li.right:before {
	content: none;
}
.MENUbox_inner .productT {
	height: 7vw;
	position: relative;
	z-index: 2;
}
.top .MENUbox_inner .productT span {
	font-size: 2.1vw;
	line-height: 1;
	display: block;
}
.top .MENUbox_inner .productT span:last-of-type {
	font-size: 1.3vw;
}

.tab_label {
	transition: 0.5s;
}
.tab_label:hover {
	opacity: 0.5;
}

/* 190930追加 */
.tab_area div {
	padding: 12px 2.3vw;
	color: #146ec9;
	position: relative;
	border-bottom: 2px dotted #fff;
}
.tab_area div:before {
	content: '\f103';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	left: 2%;
	font-size: 18px;
}
@media only screen and (max-width: 768px) {
	.tab_area div {
		padding: 0 2vw 6px;
		width: 31%;
		font-size: 3vw;
	}
	.tab_area div.active {
		font-size: 3vw;
	}
	.tab_area div:before {
		font-size: 3vw;
	}
	.tab_area div:nth-child(3) {
		padding-left: 2%;
		margin-right: 0;
	}
	.tab_area div:nth-child(3):before {
		left: 0;
	}
}
@media only screen and (max-width: 468px) {
	.tab_area div {
		font-size: 14px;
	}
	.tab_area div:before {
		font-size: 14px;
	}
}
@media only screen and (max-width: 320px) {
	.tab_area div {
		font-size: 12px;
	}
	.tab_area div:before {
		font-size: 12px;
	}
}

.post_list.top-pl {
	flex-wrap: nowrap;
}
.post_list.top-pl a {
	width: 32%;
	transition: 0.5s;
}
.post_list.top-pl a:hover {
	opacity: 0.5;
}
.post_list.top-pl a .thumb-outer {
	height: 20vw;
	background-size: cover;
	background-position: center;
}


	@media only screen and (max-width: 894px) {
		.tab_area {
			width: 100%;
		}
	}


	@media only screen and (max-width: 1024px) and  (min-width: 751px) {
		.top section h2 span:last-of-type {
			font-size: 22px;
		}
		.top .s-menu-inner li.list-outer {
			width: 50%;
			height: 30vw;
		}
		.top .s-menu-inner li.list-outer:nth-child(7) {
			height: 30vw;
		}
		.top .s-menu-inner li.list-outer:last-child {
			width: 50%;
			height: 30vw;
		}
		.top .s-menu-inner li.list-outer:last-child a:hover:before {
			left: 2.5%;
			width: 95%;
		}
		.top .MENUbox_inner .productT span {
			font-size: 24px;
		}
		.top .MENUbox_inner .productT span:last-of-type {
			font-size: 14px;
		}
		.top .MENUbox_inner li {
			font-size: 14px;
		}
		.MENUbox_inner .productT {
			height: 10vw;
		}
	}


	@media only screen and (max-width: 768px) {
		.top #service {
			padding: 60px 3.125vw;
		}
		.top #service:before {
			top: 30px;
			height: 61.5vw;
		}
		.top .t-outer {
			display:block;
			margin-bottom: 5vw;
		}
		.top .t-outer p {
			margin: 0 3.3vw 0;
			font-size: 4vw;
		}
		.top #service .t-outer h2 {
			margin: 1.6vw 0 0 0;
		}
		.top #service .t-outer p {
			margin: 0;
		}
		.top section h2 span {
			font-size: 8.5vw;
			line-height: 1;
		}
		.top .s-menu-inner {
			padding: 0;
		}

		.tab_area {
			width: 100%;
			text-align: left;
			padding: 0 1.5vw;
		}
		.tab_area div {
			padding: 0 0 6px;
			width: 31%;
			font-size: 4vw;
		}
		.tab_area div.active {
			font-size: 4vw;
		}
		.tab_area div:last-child {
			width: 62%;
			margin: 4vw 0;
		}
		.post_list a {
			width: 100%;
		}
		.post_list.top-pl {
			flex-wrap: wrap;
		}
		.post_list.top-pl a {
			width: 100%;
		}
		.post_list.top-pl a .thumb-outer {
			height: 64vw;
		}
	}

	@media only screen and (max-width: 750px) {
		.top section h2 span:last-of-type {
			font-size: 14px;
		}
		.top .s-menu-inner {
			display: block;
		}
		.top .s-menu-inner li.list-outer {
			width: 100%;
			height: 64vw;
		}
		.top .s-menu-inner li.list-outer:nth-child(7) {
			height: 32vw;
		}
		.top .s-menu-inner li.list-outer:last-child {
			width: 100%;
			height: 32vw;
		}
		.top .s-menu-inner li a:hover:before {
			content: none;
		}
		.top .s-menu-inner li.list-outer:last-child a:hover:before {
			content: none;
		}
		.top .MENUbox_inner {
			padding: 4vw;
		}
		.top .MENUbox_inner ul {
			padding-top: 2vw;
		}
		.top .MENUbox_inner li {
			font-size: 3.8vw;
		}
		.top .MENUbox_inner .productT {
			height: auto;
		}
		.top .MENUbox_inner .productT span {
			font-size: 7vw;
		}
		.top .MENUbox_inner .productT span:last-of-type {
			font-size: 12px;
		}
	}

/* IE */
	_:-ms-lang(x)::-ms-backdrop, .tab_area div {
		padding: 12px 2.3vw 6px;
	}
	_:-ms-lang(x)::-ms-backdrop, #service .MENUbox_inner .productT {
		padding-top: 0.5vw;
	}
	_:-ms-lang(x)::-ms-backdrop, .tab_area div:before {
		top: 8px;
	}
	@media only screen and (max-width: 768px) {
		_:-ms-lang(x)::-ms-backdrop, .tab_area div {
			padding: 0;
		}
		_:-ms-lang(x)::-ms-backdrop,  .tab_area div:before {
			top: -1vw;
		}
	}
