@charset "utf-8";
/* CSS Document */


/* position-active */
 #nav_global .gnav03 a{
	border-bottom: 1px solid #47B739;
}

/*mainVisual*/
#maincatch{
	width: 72%;
	box-sizing: border-box;
	display:flex;
	margin: 160px auto 0px;
}

#maincatch_sp{
	display: none;
}

.maincatch-sec01{
	width: 30%;
	margin:0px 0 20px 0px;
}

.catch01{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	font-weight: 600;
	width: 246px;
	height: 90px;
	background: #FFFFFF;
	color: #262626;
	font-size: clamp(1rem, 0.273rem + 3.64vw, 3rem);
	font-family: 'Roboto', sans-serif;
	z-index: -1;
	overflow: hidden;
}

.catch01::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_sp{
	display: none;
}

.title_jp{
	width: 80%;
	margin: 0px;
	font-size: 1.2rem;
	font-weight: 600;	
	font-family: 'Noto Sans JP', sans-serif;
}

.subcatch{
	width: 80%;
	margin: 30px 0px 0px 120px;
}

.catch02{
	width: 100%;
	text-align: left;
	font-size: clamp(1.4rem, 1.182rem + 1.09vw, 2rem);
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.catch02_detail{
	width: 94%;
	margin: 20px 0 20px 0;
	text-align: left;
	line-height: 2.0;
	font-size: 1.1rem;
	font-family: 'Noto Sans JP', sans-serif;
}

#mainVisual_area01{
	display: block;
	margin: 60px auto 20px;
	width:74%;
	height: 1000px;
	background: url("../images/img_business_main00.jpg") top center no-repeat;
	background-size: cover;
}

#mainVisual_area01_sp{
	display: none;
}

/*contents*/

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

.business01-wrap{
	width: 74%;
	margin: 0 auto;
	display: flex;
}

.business01-images,
.business02-images,
.business03-images,
.business04-images{
	width:50%;
}

.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: 50%;
	margin: 10px 0 0 140px;
}

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

.business01-title{
	width: 100%;
	font-size: 1.8rem;
	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.6rem;
	font-weight: 600;
	font-family: 'Kosugi', sans-serif;
}

.business01-details01,
.business01-details02{
	width: 84%;
	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: 74%;
	margin: 160px auto;
	display: flex;
}

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

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

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

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

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

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

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

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

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

