@charset "utf-8";

/*メディアクエリ設定*/

@media screen and (max-width: 959px) {
	html{overflow-x: hidden;
}

	
	/* hamburger-menu-position-active */
	
	.sp-gnav01 a{
		opacity: 1.0;
	}
	
 	.sp-gnav03 a{
	opacity: 0.6;
	}
	
/*mainVisual area*/
	
#maincatch{
		display: none;	
	}
	
#maincatch_sp{
		display: block!important;
		width: 100%;
		height: 100px;
		box-sizing: border-box;
		position: relative;
		margin: 60px auto 15px;
	}

.catch01_sp{
	display: block;
	position: relative;
	top: 0%;
	left: 0%;
	font-weight: 500;
	width: 200px;
	height: 90px;
	background: #FFFFFF;
	color: #262626;
	font-size: 2.6rem;
	font-family: 'Roboto', sans-serif;
	z-index: -1;
	overflow: hidden;
	padding-left: 20px;
}

.catch01_sp:before{
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	background:#228B22;
	opacity: 0.8;
	width: 100%;
	height: 60%;
	animation-name: square_box_slide;
	animation-timing-function:ease;
	animation-duration: 4s;
	animation-fill-mode: forwards;
	z-index: -2;
}

@keyframes square_box_slide{
0% {
	width: 0%;
}
  50%{
	  width: 100%;
  }
 100% {
	 transform: translateX(200%);
 } 
}

.title_jp{
	display: none;
}
	
	.title_jp_sp{
	display: block;
	position: absolute;
	top: 36%;
	left: 0;
	width: 80%;
	margin: 30px 0 0 5px;
	font-size: 1.1rem;
	font-weight: 600;	
	font-family: 'Noto Sans JP', sans-serif;
	padding-left: 18px;
}	
	
#mainVisual_area01{
		display: none;
	}

	.subcatch{
		display: none;
	}

.subcatch_sp{
	display: block;
	position: absolute;
	top: 130%;
	left: 0%;
	right: 0%;
	margin: auto;
	width: 92%;
	height: 30px;
	}
	
		
.catch02_sp{
	text-align: left;
	font-size: 1.4rem;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.2;
	}
	
.catch02_detail_sp{
	width: 100%;
	margin: 30px 0 80px;
	text-align: left;
	line-height: 1.2;
	font-size: 1.1rem;
	font-family: 'Noto Sans JP', sans-serif;
}

	#mainVisual_area01{
		display: none;	
	}
	
	#mainVisual_area01_sp{
	display: block!important;
	margin: 230px auto 30px;
	width:98%;
	height: 400px;
	background: url("../images/img_business_main00.jpg") top right no-repeat;
	background-size: cover;
}
	
.title_jp{
	display: none;
}
	
	/*contents*/

#contents{
	margin: 30px auto 120px;	
	line-height: 1.8;	
}

.business01-wrap{
	width: 100%;
	margin: 120px auto 0;
	display: block;
}

.business01-images,
.business02-images,
.business03-images,
.business04-images{
	display: block;
	margin: 0 auto;
	width: 96%;
}
	
.business01_photo img,
.business02_photo img,
.business03_photo img,
.business04_photo img{
	max-width: 100%;
	height: auto;
}

.business01-details,
.business02-details,
.business03-details,
.business04-details{
	width: 90%;
	margin: 20px auto;
}

.b_title{
	font-size: 0.5rem;
	vertical-align: middle;
	padding-right: 20px;
}

.business01-title{
	width: 100%;
	font-size: 1.4rem;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
}

h2.business01-title01,
h2.business01-title02{
	width: 50%;
	margin: 30px 0 10px;
	font-size: 1.3rem;
	font-weight: 600;
	font-family: 'Kosugi', sans-serif;
}

.business01-details01,
.business01-details02{
	width: 100%;
	margin: 0px 0 40px 0;
	font-size: 1.1rem;
	font-family:  'Noto Sans JP', sans-serif;
	line-height: 2.0;
}

.business02-wrap,
.business03-wrap,
.business04-wrap{
	width: 100%;
	margin: 100px auto;
	display: block;
}

.b_title{
	font-size: 0.5rem;
	vertical-align: middle;
	padding-right: 20px;
}

.business02-title{
	width: 100%;
	font-size: 1.4rem;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
}

.business02-details01,
.business02-details02{
	width: 90%;
	margin: 20px auto;
	font-size: 1.1rem;
	font-family:  'Noto Sans JP', sans-serif;
	line-height: 2.0;
}

.business03-title{
	width: 100%;
	font-size: 1.4rem;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
}

h2.business03-title01,
h2.business03-title02{
	width: 100%;
	margin: 50px 0 10px;
	font-size: 1.3rem;
	font-weight: 600;
	font-family: 'Kosugi', sans-serif;
}

.business03-details01,
.business03-details02{
	width: 90%;
	margin: 20px auto;
	font-size: 1.1rem;
	font-family:  'Noto Sans JP', sans-serif;
	line-height: 2.0;
}

.business04-title{
	width: 100%;
	font-size: 1.4rem;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
}

h2.business04-title01{
	width: 50%;
	margin: 30px 0 10px;
	font-size: 1.3rem;
	font-weight: 600;
	font-family: 'Kosugi', sans-serif;
}

.business04-details01{
	width: 94%;
	margin: 60px auto 40px;
	font-size: 1.1rem;
	font-family:  'Noto Sans JP', sans-serif;
	line-height: 2.0;
}


	
 