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

.fadein {
  opacity : 0;
  transform : translate(0px, 100px);
  transition : all 1s;
}
 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}

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

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

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

.catch01{
	display: block;
	position: relative;
	top: 110%;
	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.1rem;
	font-weight: 600;	
	font-family: 'Noto Sans JP', sans-serif;
}

.maincatch_sp{
	display: none;
}

.catch01_sp{
	display: none;
}

.title_jp_sp{
	display: none;
}

/*contents*/

#contents{
	font-family: 'Noto Sans JP', sans-serif;
}

.description p{
	display: block;
	width: 100%;
	margin: 80px auto 60px;
	text-align: center;
	font-size: 1.1rem;
}

#contactArea{
	width: 50%;
	margin: 3% auto 1%;
}
