/* top */
#top > #se1{

	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
	position:relative;
/* 	background-color: #007148; */
/* 	background-color:rgba(4,118,84,0.8);  */

}

/*
#top > #se1 .logo{
	position:absolute;
	width: 70%;
	bottom: 65%;
	left:5%;
}
*/

#top > #se1 > #contentContainer > .contentInner{
	position: absolute;
	top:30%;
	padding-left: 5%;
}

#top > #se1 .logo{
	position:relative;
	width: 70%;
}
#top > #se1 .logo img{
	width: 100%;
}

/*
#top > #se1 h2 {
    font-size: 3vw;
    line-height: 150%;
	font-family:'Noto Sans Japanese',sans-serif;
	font-weight: 700;
	color: #4C4948;
	padding-top: 0;
	position:absolute;
	bottom: 37%;
	left:5%;
}
*/
#top > #se1 h2 {
    font-size: 3vw;
    line-height: 150%;
/* 	font-family:'AvenirNextLTW01-Heavy'; */
font-family:'Avenir Next LT W01 Bold';
	font-weight: 700;
	color: #4C4948;
	padding-top: 2%;
	position:relative;
}


/* ナビゲーション */
/*
#top-nav {
	display: block;
    position: absolute;
	margin: 0;
		text-align: left;
		bottom:18%;
	left:5%;
	width: 95%;
	
animation: fadeIn 3s ease 0s 1 normal;
-webkit-animation: fadeIn 3s ease 0s 1 normal;

}
#top-nav ul {
    list-style: none;
    font-size: 48px;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-weight: 400;
	
}
#top-nav ul li {
	float: left;
	clear: left;
	padding-bottom: 10px;
}
#top-nav ul li a {
	text-decoration: none;
}
#top-nav ul li,
#top-nav ul li a {
    color: #FFF;
}
#top-nav ul li:hover,
#top-nav ul li a:hover {
    color: #007148;
 	animation: fadeIn 0.3s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.3s ease 0s 1 normal;
}
*/


#top > #se1 .cap{
	font-size: 10px;
	line-height: 150%;
	color: #fff;
	position:absolute;
	width: 60%;
	bottom: 5%;
	left:5%;
}
/* top */
#top > #se1 #side-nav{
	width: 165px;
	position:absolute;
	right: 0;
    top:55%!important;
	margin-right: 3%;
	z-index: 999;
}
#top > #se1 #side-nav ul {
    font-size: 16px!important;
	font-family:'Avenir Next LT W01 Bold';
	font-weight: 700;
	text-align: right;
	padding-top: 50px;
}
#top > #se1 #side-nav ul li {
	clear: both;
	margin-bottom: 15px;
}
#top > #se1 #side-nav ul li a {
	color: #FFFFFF;
}
#top > #se1 #side-nav ul li a:hover {
    color: #007148;
}
#top > #se1 #side-nav ul::before{
  content: '';
  display: block;
	width: 30px;
	border-top:none!important;
}


/* アニメーション設定 */
.arrowWrap {
/*   margin-top: 50vh; */
	position: absolute;
	left:50%;
	bottom:10%;
}

.arrow-1st {
  width: 26px;
  -webkit-animation: arrow-1st 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  animation: arrow-1st 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
}

.arrow-1st span {
  position: relative;
  display: block;
  left: 50%;
  margin: auto;
}

.arrow-1st span:before {
  content: '';
  width: 26px;
  height: 26px;
  border: 0;
  border-top: solid 5px #007148;
  border-right: solid 5px #007148;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}

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

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


/*
.overlay{
	width: 100%;
	height: 100%;
	background-color:rgba(4,118,84,0.35); 
	
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
*/

#background{
  z-index: -9999;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#background img{
  position: absolute;
  top: 0;
  left: 0;
}


/* top modal menu */
/*
.menu-btn {
	position: relative;
    cursor: pointer;
}

.menu1,
.menu2,
.menu3 {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4,118,84,.6);
    -webkit-transition: all .8s;
    transition: all .8s;
    visibility: hidden;
    opacity: 0;
    
    z-index: 9999;
    
    background-image:url("../img/b_white.png");
	background-repeat:no-repeat;
	background-size: contain;
	background-position: -100px bottom;
	background-attachment: fixed;
}

.menu1 div.tl,
.menu2 div.tl,
.menu3 div.tl {
	position: absolute;
	left:3%;
	top:30px;
	padding-top: 0;
}
.menu1 div.tl img,
.menu2 div.tl img,
.menu3 div.tl img {
	width: 100px;
}


#top > .menu1 h4,
#top > .menu2 h4,
#top > .menu3 h4{
    font-size: 20px;
    line-height: 160%;
	font-family:'Avenir Next LT W01 Bold';
	font-weight: 700;
	color: #75b39a;
	text-align: left;
	position: absolute;
	right:15%;
	top:30%
}
#top > .menu1 h4::after,
#top > .menu2 h4::after,
#top > .menu3 h4::after{
  content: '';
  display: block;
	width: 30px;
	border-top:2px solid #75b39a;
	margin-top: 10px;
	position: absolute;
	right:0;
}
.menu1 ul,
.menu2 ul,
.menu3 ul {
	position: absolute;
	right:15%;
	top:40%
}

.menu1 li,
.menu2 li,
.menu3 li {
    font-size: 42px;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-weight: 400;
    line-height: 90px;
    text-align: right;
}

.menu1 li a,
.menu2 li a,
.menu3 li a {
    display: block;
    color: #fff;
}

.menu1 li a:hover,
.menu2 li a:hover,
.menu3 li a:hover {
    color: #CFE7DC;
}
*/

/* 開閉用ボタンがクリックされた時のスタイル */
/*
.open .menu1 {
    -webkit-transition: all .8s;
    transition: all .8s;
    visibility: visible;
    opacity: 1;
}
.open2 .menu2 {
    -webkit-transition: all .8s;
    transition: all .8s;
    visibility: visible;
    opacity: 1;
}
.open3 .menu3 {
    -webkit-transition: all .8s;
    transition: all .8s;
    visibility: visible;
    opacity: 1;
}
.x {
    display: block;
    position: fixed;
    right: 10%;
    top: 10%;
    width: 50px;
    height: 50px;
    transition: transform .25s ease-in-out;
}
*/
/*
.x:hover {
    transform: rotate(45deg);
}
*/
/*
.x:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 0;
    border-top: 2px solid rgba(255,255,255,1.0);
    transform: rotate(45deg);
    transform-origin: center;
}
.x:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 0;
    border-top: 2px solid rgba(255,255,255,1.0);
    transform: rotate(-45deg);
    transform-origin: center;
}
*/





/* top */
#top > #container{
/*
    background-image:url("../img/b_white.png");
	background-repeat:no-repeat;
	background-size: 1085px;
	background-position: -100px bottom;
	background-attachment: fixed;
*/
	
	width: 100%;
	margin: 0 ;
	padding-top: 80px;
	padding-bottom: 60px;
	position: relative;
		
}
#top > #container h2 {
    font-size: 30px;
	font-family:'AvenirNextLTW01-Heavy';
	color: #007148;
	padding-top: 0;
	margin-bottom: 50px;
}

#top > #container > #contents{
	position:relative;
	min-width: 600px;
	min-height: 500px;
	width: 62.5%;
margin: auto;
	font-size: 13px;
	line-height:180%;
}
#top > #container > #contents p{
	font-family:'Noto Sans',sans-serif;
	font-size: 14px;
	line-height: 180%;
	font-weight: normal;
	padding: 0;
	text-align: left;
}
#top > #container h4{
    font-size: 20px;
    line-height: 160%;
	font-family:'Avenir Next LT W01 Bold';
	font-weight: 700;
	color: #007148;
	text-align: left;
	margin-bottom: 40px;
}
#top > #container h4::after{
  content: '';
  display: block;
	width: 30px;
	border-top:2px solid #007148;
	margin-top: 10px;
}
#top > #container h4 span{
    font-size: 15px;
    line-height: 160%;
    margin-left: 10px;
    color: #007148;
}
#top > #container h5{
    font-size: 20px;
    line-height: 160%;
	font-family:'Avenir Next LT W01 Bold';
	font-weight: 700;
	text-align: left;
	color: #75b39a;
	margin-bottom: 20px;	
}
#top > #container h5::after{
  content: '';
  display: block;
	width: 30px;
	border-top:2px solid #75b39a;
	margin-top: 10px;
}
#top > #container h6{
	font-family:'Noto Sans Japanese',sans-serif;
	font-size: 20px;
	line-height: 160%;
	font-weight: 700;
	text-align: left;
	margin-bottom: 30px;
}
#top > #container h7{
	font-family:'Noto Sans Japanese',sans-serif;
	font-size: 15px;
	line-height: 160%;
	font-weight: 700;
	text-align: left;
	margin-bottom: 5px;
}
#top > #container .box_cnt1{
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}
#top > #container .box_cnt1 .txt{
/* 	width: 70%; */
	width: 100%;
}

#top > #container .box_cnt2,
#top > #container .box_cnt3{
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
#top > #container .box_cnt3 .client_logo {
	overflow:hidden;
	margin-bottom:	2.5%;
	position:relative;	/* 相対位置指定 */
			width: 15%;
			float: left;
			box-sizing: border-box;
}
#top > #container .box_cnt3 .client_logo{
	margin-right:2%;
}
#top > #container .box_cnt3 .client_logo:nth-child(7),
#top > #container .box_cnt3 .client_logo:nth-child(13),
#top > #container .box_cnt3 .client_logo:nth-child(19),
#top > #container .box_cnt3 .client_logo:nth-child(25),
#top > #container .box_cnt3 .client_logo:nth-child(31){
	margin-right:0%!important;
}



/*cnt4*/
#top > #container .box_cnt4{
	width: 100%;
	position: relative;
	margin-bottom: 90px;
}
#top > #container .box_cnt4 .txt{
	width: 60%;
	float: left;
}
#top > #container .box_cnt4 .txt p{
	margin-bottom: 25px;
}
#top > #container .box_cnt4 .img1{
	width: 32%;
	position: relative;
	float: right;
}
#top > #container .box_cnt4 .img1 img{
	width: 100%;
}

/*cnt5*/
#top > #container .box_cnt5{
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}
#top > #container .box_cnt5 .img1{
	width: 95%;
	position: relative;
	margin: 20px auto 0;
}
#top > #container .box_cnt5 .img1 img{
	width: 100%;
}




@media screen and (max-width: 800px) {

#page-top {
    position: fixed;
    bottom: 30px;
	right: 4%;
    font-size: 16px;
    z-index: 999999;
}
/*
#top > header#top-head{
	position: absolute;
	padding-top: 30px;
	margin-bottom: 0;
	left:3%;
	top:0;
	width: 97%;
	z-index: 99999;
}
*/
#top > #se1 #side-nav{
	display: none;
}
#top > #se1{
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
	position:relative;
	z-index: 500;
}

#top > #se1 > #contentContainer > .contentInner{
	position: absolute;
	top:25%;
	padding-left: 5%;
}

/*
#top > #se1 .logo{
	position:absolute;
	width: 90%;
	top: 35%;
	left:5%;
}
*/
#top > #se1 .logo{
	position:relative;
	width: 90%;
}
#top > #se1 .logo img{
	width: 100%;
}
#top > #se1 #background{
	background-size: contain;
}

/*
#top > #se1 h2 {
    font-size: 5vw;
    line-height: 140%;
	font-family:'Noto Sans Japanese',sans-serif;
	font-weight: 700;
	color: #4C4948;
	padding-top: 0;
	position:absolute;
	top: 48%;
	left:5%;
}
*/
#top > #se1 h2 {
    font-size: 5vw;
    line-height: 140%;
	font-family:'Noto Sans Japanese',sans-serif;
	font-weight: 700;
	color: #4C4948;
	padding-top: 2%;
	position:relative;
/* 	left:5%; */
}

.arrowWrap {
/*   margin-top: 50vh; */
	position: absolute;
	left:50%;
	bottom:30%;
}

/* ナビゲーション */
/*
#top-nav {
	display: block;
    position: absolute;
	margin: 0;
	text-align: left;
	top: 55%;
	left:5%;
	width: 90%;
	
animation: fadeIn 3s ease 0s 1 normal;
-webkit-animation: fadeIn 3s ease 0s 1 normal;

}
#top-nav ul {
    list-style: none;
    font-size: 34px;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-weight: 400;
}
#top-nav ul li {
	float: left;
	clear: left;
	padding-bottom: 10px;
}
#top-nav ul li a {
	text-decoration: none;
}
#top-nav ul li,
#top-nav ul li a {
    color: #FFF;
}
#top-nav ul li:hover,
#top-nav ul li a:hover {
    color: #007148;
 	animation: fadeIn 0.3s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.3s ease 0s 1 normal;
}
#top > #se1 .cap{
	font-size: 10px;
	line-height: 150%;
	color: #fff;
	position:absolute;
	width: 90%;
	bottom: 5%;
	left:5%;
}
.menu1,
.menu2,
.menu3 {
    z-index: 100000;
    background-image:none;
}
#top > .menu1 h4,
#top > .menu2 h4,
#top > .menu3 h4{
	text-align: left;
	position: absolute;
	left:10%;
	top:20%;
}
#top > .menu1 h4::after,
#top > .menu2 h4::after,
#top > .menu3 h4::after{
	left:0;
}
.menu1 ul,
.menu2 ul,
.menu3 ul {
	width: 90%;
	position: absolute;
	right:5%;
	top:35%;
}

.menu1 li,
.menu2 li,
.menu3 li {
    font-size: 30px;
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-weight: 400;
    line-height: 80px;
    text-align: center;
}
.x {
    width: 40px;
    height: 40px;
}
.x:before {
    width: 40px;
}
.x:after {
    width: 40px;
}
*/


#top > #container{
	background-image:none;
	width: 100%;
	margin: 0 ;
	padding-top: 0;
	padding-bottom: 30px;
	position: relative;		
}
#top > #container h2 {
    font-size: 30px;
/* 	font-family:'AvenirNextLTW01-Heavy'; */
font-family:'Avenir Next LT W01 Bold';
	color: #007148;
	padding-top: 50px;
	margin-bottom: 45px;
}
#top > #container h4{
    font-size: 20px;
    line-height: 160%;
	font-family:'Avenir Next LT W01 Bold';
	font-weight: 700;
	color: #007148;
	text-align: left;
	margin-bottom: 20px;
}
#top > #container h4::after{
  content: '';
  display: block;
	width: 30px;
	border-top:2px solid #007148;
	margin-top: 10px;
}
#top > #container h4 span{
    font-size: 15px;
    line-height: 160%;
    margin-left: 10px;
    color: #007148;
}
#top > #container h5{
    font-size: 20px;
    line-height: 160%;
	font-family:'Avenir Next LT W01 Bold';
	font-weight: 700;
	text-align: left;
	color: #75b39a;
	margin-bottom: 20px;	
}
#top > #container h5::after{
  content: '';
  display: block;
	width: 30px;
	border-top:2px solid #75b39a;
	margin-top: 10px;
}
#top > #container h6{
	font-size: 16px;
	line-height: 160%;
	font-weight: 700;
	margin-bottom: 10px;
}
#top > #container h7{
	font-size: 13px;
	line-height: 160%;
	font-weight: 700;
}

#top > #container > #contents{
	position:relative;
	min-width: auto;
	min-height: auto;
	width: 90%;
	left:0% !important;
	float: none;
	font-size: 13px;
	line-height:180%;
	z-index: 9998;
}

#top > #container .box_cnt1{
	width: 100%;
	position: relative;
	margin-bottom: 6%;
}
#top > #container .box_cnt1 .txt{
	width: 100%;
	margin-bottom: 15px;
}

#top > #container .box_cnt2,
#top > #container .box_cnt3{
	width: 100%;
	position: relative;
	margin-bottom: 6%;
}




#top > #container .box_cnt3 .client_logo {
	width: 18%;
}
#top > #container .box_cnt3 .client_logo{
	margin-right:2.5%;
}
#top > #container .box_cnt3 .client_logo:nth-child(6),
#top > #container .box_cnt3 .client_logo:nth-child(11),
#top > #container .box_cnt3 .client_logo:nth-child(16),
#top > #container .box_cnt3 .client_logo:nth-child(21),
#top > #container .box_cnt3 .client_logo:nth-child(26),
#top > #container .box_cnt3 .client_logo:nth-child(31){
	margin-right:0%!important;
}
#top > #container .box_cnt3 .client_logo:nth-child(7),
#top > #container .box_cnt3 .client_logo:nth-child(13),
#top > #container .box_cnt3 .client_logo:nth-child(19),
#top > #container .box_cnt3 .client_logo:nth-child(25){
	margin-right:2.5%!important;
}
.client_logo .caption {
	font-family:'Avenir Next LT W01 Demi', sans-serif;
	font-weight: 400;
	font-size:14px;
	line-height: 140%;
	text-align: center;
	padding-top:26%;
	color:	#007148;
}
.client_logo .mask {
	display: none;
/*
	width:	100%;
	height:	100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(255,255,255,0.85);
	-webkit-transition:	all 0.2s ease;
	transition:	all 0.2s ease;
*/
}
.client_logo:hover .mask {
	opacity:1;	/* マスクを表示する */
}



/*cnt4*/
#top > #container .box_cnt4{
	width: 100%;
	position: relative;
	margin-bottom: 6%;
}
#top > #container .box_cnt4 .txt{
	width: 100%;
	margin-bottom: 20px;
}
#top > #container .box_cnt4 .txt p{
	margin-bottom: 25px;
}
#top > #container .box_cnt4 .img1{
	display: block;
	clear: both;
	width: 80%;
	margin: 60px auto 30px;
	position: relative;
	float: none;
}
#top > #container .box_cnt4 .img1 img{
	width: 100%;
}

/*cnt5*/
#top > #container .box_cnt5{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
#top > #container .box_cnt5 .img1{
	width: 100%;
	position: relative;
	margin: 40px auto 0;
}
#top > #container .box_cnt5 .img1 img{
	width: 100%;
}



}

@media screen and (max-width: 640px) {

br.pc-non{display: block;}



}