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


@keyframes SlideUp {
  0% {
    opacity: 1;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

/*メインビジュアル部分の設定*/

#mainVisual_area{
	width: 100%;
	margin: 0px;
	height: 660px;	
	position: absolute;
	top: 80%;
	left: 0;
}

#maincatch{
	width: 100%;
	height: 660px;
}

#mainVisual_area01{
	width: 82%;
	height: 660px;
	opacity: 1;
}

.maincatch-sec01{
	position: relative;
	width: 90%;
	height: 30%;	
}

.arrowWrap {
  position: absolute;
  right: 3%;
  top: 200%;
  height: 200px
}

.arrowInner p {
  font-size: 12px;
  text-align: end;
  font-family: 'Roboto', sans-serif;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

.catch01{
	display: block;
	position: relative;
	top: 80%;
	left: 10%;
	font-weight: 500;
	width: 1000px;
	height: 100%;
	line-height: 1.3;
	color: #262626;
	font-size: clamp(4.6rem, -3.359rem + 13.28vw, 6.6rem);
	font-family: 'Roboto', sans-serif;
	z-index: -1;
}

.catch01::before{
	content: "";
	display: block;
	position: absolute;
	top:96%;
	left: 0;
	background:#228B22;
	opacity: 1;
	width: 80%;
	height: 6%;
	animation-name: square_box_slide;
	animation-timing-function:ease;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	z-index: -2;
}

@keyframes square_box_slide{
0% {
	opacity: 0;
	transform: translateX(-50%);
}
  50%{
	  opacity: 1;
	  transform: translateX(0%);
  }
 100% {
	 opacity: 0;
	 transform: translateX(50%);
 } 
}

.catch02{
	position: absolute;
	top: 200%;
	left: 10%;
	font-weight: 600;
	color:#262626;
	font-size: clamp(1.8rem, -0.588rem + 3.98vw, 2.4rem);
	letter-spacing: 0.2em;
	font-family: 'Noto Sans JP', sans-serif;
}

.catch04{
	position: absolute;
	top: 224%;
	left: 10%;
	width: 54%;
	color:#0F0F0F;
	font-size: clamp(0.8rem, -0.792rem + 2.66vw, 1.2rem);
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2.0;
}

/*コンテンツエリアの設定*/

#contents{
	width: 100%;
	margin: 100px auto 600px;
	line-height: 1.8;
	font-size: 1.2rem;	
}

/*Information*/

.information{
	width: 76%;
	margin: 400px auto 180px;	
	height: 300px;
	position: relative;
}

h2.information_title{
	padding-left: 82px;
	display: block;
	font-size: 4.2rem;
	letter-spacing: 0.06em;
	color:#121111;
	font-family: 'Roboto', sans-serif;
	text-align: left;
		z-index: 2;	
	font-weight: 600;
}


.list-news{
	position: absolute;
	top: 25%;	
	width: 64%;
  	right: 0;
 	 margin: auto;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 30px 0;
	border-top: 1px solid #A2A2A2;
	border-bottom:  1px solid #A2A2A2;
}

.news_date{
	color: #494747;
	padding-left: 100px;
}

.text_link{
	color: #494747;
	padding-left: 100px;
}

.news_more_all{
	position: absolute;
	top: 100%;
	right: 0;
}

.news_more_all p{
	font-family: 'Noto Sans JP', sans-serif;
}


.information_sp{
	display: none;
}

/*business*/

.business{
	width: 100%;
	margin: 600px auto 20px;
	display: block;
	position: relative;
}

.business::before {
	content: "";
	display: block;
	position: absolute;
	top: -150px;
	right: 0px;
	width: 100%;
	height: 140%;
	background-color:#F7F3F3;
	z-index: -1;
}


.business_sec{	
	width: 73%;
	margin: 0 auto 80px;
}

.business_sec_sp{
	display: none;
}

.business_title{
	display: block;
	width: 100%;
	font-size:clamp(2.813rem, 0.326rem + 4.15vw, 3.438rem);
	letter-spacing: 0.07em;
	color:#121111;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	text-align: center;
}

.business_sec_catch{
	width: 100%;
	margin: 20px auto;
}


.business_title01{
	margin-bottom: 40px;
	font-size: clamp(2.813rem, 0.326rem + 4.15vw, 3.438rem);
	font-weight: 600;
	display: block;
	width: 100%;
	color:#272727;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

.business_title01-2{
	font-size: clamp(0.8rem, -0.792rem + 2.66vw, 1.2rem);
	display: block;
	width: 70%;
	margin: 0 auto;
	color:#272727;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
}

.slidein {
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
}
.slidein.js_active {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.business_title_wrap{
  display: flex;
  width: 90%;
  margin: 0 auto;
  height: 56.3%;
}

.business_title01_wrap,
.business_title02_wrap,
.business_title03_wrap,
.business_title04_wrap{
	width : -webkit-calc(100% / 4) ;
    width : calc(100% / 4) ;
	margin: 40px 0 0 0;
	height: 360px;
}

.business_sec_img01,
.business_sec_img02,
.business_sec_img03,
.business_sec_img04{
	width: 90%;
	display: block;
	margin: 0 auto;
}

.business_sec_title01,
.business_sec_title02,
.business_sec_title03,
.business_sec_title04{
	font-size: clamp(1rem, -0.99rem + 3.32vw, 1.5rem);
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	color:#292828;
	text-align: center;
}

.service_list{
	font-size: 1.0rem;
	padding-left: 20px;
}

.business_title_wrap_sp{
	display: none;
}

.business_btn{
	width: 40%;
	margin: 100px auto 0;
	font-size: clamp(0.8rem, 0.655rem + 0.73vw, 1.2rem);
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}

/*--- hover animation ---*/

.btn05{
    position: relative;
    display: inline-block;
	width: 100%;
    color: #333;
    padding: 10px 0px;
    background:#eee;
    text-decoration: none;
	text-align: center;
    outline: none;
    transition: all .3s;
    transition-delay: .7s;
}

.btn05:hover{
	background: rgba(34,139,34,0.7);
	color: #fff;
}

/*line*/
.btn05 span{
    display: inline-block;
}

/*side-line*/
.btn05::before,
.btn05::after{
    content:"";
    position: absolute;
    width: 0;
    height: 1px;
    background: #12983c;
    transition: all 0.2s linear;
}

/*vertical-line*/
.btn05 span::before,
.btn05 span::after{
    content:"";
    position: absolute;
    width:1px;
    height:0;
    background: #12983c;
    transition: all 0.4s linear;
}

/*line-hover*/
.btn05:hover::before,
.btn05:hover::after{
    width: 100%;
}
.btn05:hover span::before,
.btn05:hover span::after{
    height: 100%;
}



/*product*/

.product{
	width: 100%;
	margin: 200px auto 60px;
	display: block;
	position: relative;
}

.product::before {
	content: "";
	display: block;
	position: absolute;
	top: 10%;
	right: 0px;
	width: 100%;
	height: 114%;
	background:rgba(74, 74, 74, 0.7);
	z-index: -1;
}

.product_title_wrap{
	width: 30%;
	height:100%;
	position: absolute;
	top: -18%;
	left: 0;
	background:rgba(0, 128, 0, 0.6);
}

h2.product_title{
	display: block;
	position: relative;
	top: 12%;
	left: 15%;
	width: 300px;
	height: 100%;
	z-index: 2;	
	font-size: 4.2rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
  }

.product_content_wrap{
	width: 100%;
	height: 450px;
	margin: 30px auto 20px;
	position: relative;
}

.product_content01{
	position: absolute;
	top: 0%;
	left: 13%;
	display: block;
	line-height: 1.3;
	vertical-align: middle;
	font-family: 'Noto Sans JP', sans-serif;
}

.product_content{
	position: absolute;
	top: 24%;
	left: 30%;
	width: 70%;
	background-color: rgba(255, 255, 255, 1);
	font-family: 'Noto Sans JP', sans-serif;
}

.contents-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.contents-list_sp{
	display: none;
}

.contents-list li{	
	display: block;
	width: calc(99.8%/2);
	position: relative;
	min-height: 140px;
}

.p-list-wrap{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #ffffff;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}

.p-list-wrap:hover{
	background-color:#E0DEDE;
}

.p-list-name{
	padding: 30px 0 40px 50px;
	color:#434343;
	font-size: 1.6rem;
	font-weight: 600;	
}

.btnlinestretches2{
  position:relative;
	margin:0;
    padding:0;
	font-size: clamp(0.8rem, 0.004rem + 1.33vw, 1rem);
	display: block;
    text-decoration: none;
    outline: none;
}

.p-arrow{
	position: absolute;
	top: 70%;
	right: 20%;
	display: inline-block;
	width: 20%;
	margin: 0 0 5px 10px;
}

.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #12983c;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
}

.dli-arrow-right::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}


.product_image img{
	width: 60%;
	position: absolute;
	top: 10%;
	left: 0;
    margin: auto;
	z-index: -1;
	opacity: 0.4;
}

h4.product_title01{
	font-weight: 600;
	font-size: 1.6rem;
	text-align: left;
	display: block;
	color:#ffffff;
	margin: 60px 0 0 30px;
}

._img{
    position: absolute;
	width: 26%;
    top: 56%;
    right: 0%;
    transform: translateY(-53%);
}

.product_all{
	position: absolute;
	top: 84%;
	right: 5%;
}

.product_all p{	
	font-family: 'Noto Sans JP', sans-serif;
}

.product_all_sp{
	display: none;
}

.business_btn_sp{
	display: none;
}

.btnp{
  position: relative;
  display: inline-block;
  padding:0 0 0 15px;
  line-height: 50px;
  color: #333;
  text-decoration: none;
  outline: none;
}

.btnp::before{
  content:'';
  position:absolute;
  left:0;
  width:50px;
  height:50px;
  background:rgba(34,139,34,0.3);
  border-radius:25px;
  transition:.3s ease-out;
}

.btnp:hover::before{
  width:110%;
}

.btnp::after{
  position: absolute;
    content: '';
    top: 1.3em;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}