@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap');

.mklab{
  overflow-x: hidden;
  background-color: #ffffff;
  font-family: 'IBM Plex Sans', 'Noto Sans JP', "Helvetica Neue" , Helvetica , Arial , Verdana , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.mklab img{
	-webkit-backface-visibility: hidden !important;
}
.headWrap{
  width: 1150px;
  height: 160px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.headWrap h1{
  width: 220px;
  height: 60px;
  margin-top: 50px;
  float: left;
}
.headWrap h1 img{
  width: 100%;
}
.headWrap nav.nav-pc{
	width: 676px;
	height: 60px;
	margin-top: 50px;
	float: right;
	text-align: right;
}
.headWrap nav.nav-pc ul{
  width: 611px;
  float: right;
  overflow: hidden;
}
.headWrap nav.nav-pc ul li{
  text-align: center;
  float: left;
}
.headWrap nav.nav-pc ul li:nth-child(1){
	width: 116px;
}
.headWrap nav.nav-pc ul li:nth-child(2){
	width: 136px;
}
.headWrap nav.nav-pc ul li:nth-child(3){
	width: 148px;
}
.headWrap nav.nav-pc ul li:nth-child(4){
	width: 136px;
}
.headWrap nav.nav-pc ul li:nth-child(5){
	width: 44px;
}
.headWrap nav.nav-pc ul li:nth-child(6){
	width: 30px;
}
.headWrap nav.nav-pc ul li a{
  display: block;
  padding: 24px 30px 0 30px;
  height: 60px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.headWrap nav.nav-pc ul li a::after{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  bottom: 7px;
  left: 47%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headWrap nav.nav-pc ul li a:hover::after{
  background-color: #000;
}
.headWrap nav.nav-pc ul li:nth-child(5) a{
  padding: 24px 8px 0 19px;
}
.headWrap nav.nav-pc ul li:last-child a{
  padding: 24px 4px 0 4px; 
}
.headWrap nav.nav-pc ul li:nth-child(5) a:hover::after,
.headWrap nav.nav-pc ul li:last-child a:hover::after{
  background-color: #fff;
}
.headWrap nav.nav-pc ul li a img{
  height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headWrap nav.nav-pc ul li a:hover img{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}

.nav-pc{
	display: block;
}
.nav-sp{
	display: none;
}
.Toggle-sp{
	display: none;
}
.gnav_inner{
	margin: 0 auto;
	display: none;
	justify-content: flex-end;
}
.gnav_inner ul{
	display: flex;
}
.gnav_inner li{
	font-size: 23px;
	color: #000000;
	line-height: 1;
	padding-right: 30px;
	line-height: 80px;
}
.gnav_inner li.sns{
	padding-right: 23px;
}
.gnav_inner li.sns img{
	width: 39px;
}
.gnav_inner li.sns:last-child{
	padding-right: 29;
}
.gnav_inner li.sns:last-child img{
	width: 38px;
}
.gnav_inner li a{
	font-weight: 500;
	position: relative;
}
.gnav_inner img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -6px;;
}

.line{
  background-color: #C8C5C5;
  height: 1px;
  width: 100%;
}

h2.ttl1{
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
h2.ttl1:before{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  top: 30px;
  left: 0;
}

.viewMore{
  margin-top: 50px;
  position: relative;
}
.viewMore a{
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding: 12px 10px 12px 26px;
  border-bottom: solid 1px #C8C5C5;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Noto Sans JP', "Helvetica Neue" , Helvetica , Arial , Verdana , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.viewMore a:before{
  position: absolute;
  content: "";
  top: 19px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #C8C5C5;
  border-right: 1px solid #C8C5C5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.viewMore a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.clclear{
	clear: both;
	height: 0;
	font-size: 0;
}

.btWrap{
  text-align: center;
  padding: 145px 0 0 0;
}


footer{
    text-align: center;
    padding: 60px 0;
}
footer a{
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer a:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}
footer ul.footSns{
  width: 76px;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 48px;
}
footer ul.footSns li{
  float: left;
  width: 23px;
}
footer ul.footSns li:last-child{
  float: right;
  padding-top: 2px;
  width: 26px;
}
footer ul.footSns li a img{
	width: 100%;
}
footer .flogo{
	width: 236px;
	margin: 0 auto;
}
footer .flogo a img{
	width: 100%;
}
footer .copy{
    font-size: 10px;
    font-weight: 500;
    padding: 38px 0 0 0;
}


.pc{
	display: block !important;
}
.sp{
	display: none !important;
}


@media screen and (max-width: 1150px) {
	.headWrap{
		height: 70px;
		position: relative;
		top: 0;
		width: 100%;
	}
	.headWrap h1{
		width: 70%;
		height: 50%;
		top: 25%;
		left: 3%;
		z-index: 102;
		position: relative;
		margin: 0;
	}
	.headWrap h1 img{
		width: auto;
		height: 100%;
	}

	.header_inner{
		height: 100%;
	}

	/* ---------- nav -------------- */
	.nav-pc{
		display: none;
	}
	.nav-sp{
		display: none;
	}
	
	.gnav{
		background-color: #000000;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 2000;
	}
	
	.gnav_inner{
		padding-right: 0;
		display: block;
		position: absolute;
		width: 100%;
		top: 46%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);	
		text-align: center;
	}
	.gnav_inner ul:first-child{
		display: block;
	}
	.gnav_inner ul:last-child{
		justify-content: center;
	}
	.gnav_inner li, .gnav_inner li:nth-child(3){
		padding-right: 0;
	}
	.gnav_inner li{
		font-size: 26px;
		line-height: 1;
	}
	.gnav_inner li a{
		letter-spacing: 0.5px;
		display: block;
		padding: 26px 0;
		text-decoration: none;
		color:#ffffff;
	}
	.gnav_inner .spsns{
		width: 80px;
		margin: 0 auto;
	}
	.gnav_inner .spsns li{
		width: 20px;
	}
	.gnav_inner .spsns li:last-child{
		width: 25px;
		margin-left: 35px;
	}
	.gnav_inner .spsns li img{
		width: 100%;
	}

	.nevLogo{
		position: absolute;
		top: 90%;
		width: 60%;
		left: 20%;
	}
	.nevLogo img{
		width: 100%;
	}

		.Toggle-sp{
			position: absolute;
			top: 47%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);			
			right: 3%;
			width: 23px;
			height: 19px;
			display: block;
			-webkit-transition: 0.3s;
			transition: 0.3s;
			z-index: 2000;
		}
		.Toggle-sp span{
			display: block;
			position: absolute;
			left: 0;
			width: 23px;
			height: 1px;
			cursor: pointer;
			background: #000000;
			-webkit-transition-duration: 0.3s, 0.3s;
			transition-duration: 0.3s, 0.3s;
			-webkit-transition-delay: 0.3s, 0;
			transition-delay: 0.3s, 0;
		}
		.Toggle-sp span:nth-child(1){
			top: 0px;
		}
		.Toggle-sp span:nth-child(2){
			top: 50%;		
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
		}	
		.Toggle-sp span:nth-child(3){
			bottom: 0;
		}
		.Toggle-sp.active span{
			background: #ffffff;
		}
		.Toggle-sp.active span:nth-child(1){
			top: 50%;
			width: 26px;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);			
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}	
		.Toggle-sp.active span:nth-child(2){
			display: none;
		}	
		.Toggle-sp.active span:nth-child(3){
			top: 50%;
			width: 26px;	
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);	
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		.viewMore a{
			font-size: 14px;
			padding: 12px 10px 10px 22px;
		}

		footer{
			padding: 60px 0 30px 0;
		}
		footer ul.footSns{
		  padding-bottom: 60px;
		}
		footer .copy{
			padding: 24px 0 0 0;
		}

		.pc{
			display: block !important;
		}
		.sp{
			display: none !important;
		}
}

@media screen and (max-width: 750px) {
	
	.br-sp{
		display: block;
	}
	
	.br-pc{
		display: none;
	}
	
	.pc{
		display: none !important;
	}
	
	.sp{
		display: block !important;
	}

	p{
		font-size: 1.2rem;
		line-height: 2;
	}
}