/* CSS Document */
*{
	margin: 0px;
	padding: 0px
		
}

.wrap{ background-image: linear-gradient(137deg, rgba(241, 248, 238, 1), rgba(196, 209, 193, 1) 62%, rgba(228, 236, 226, 1) 95%);
 font-family: 'BIZ UDPGothic', sans-serif;}
@media screen and (min-width:768px){
	.sp{
		display: none
	}
	header nav ul.atc li.sp{
		display: none
	}
	header{
	width: 100%;
	display: flex;
	 align-items: center;
	justify-content: space-between;
}
header h1{
	display: flex;
		 align-items: center;
	width: 39%;
	margin-left: 1%;
	padding-top: 16px
}
header h1 figure{
	width: 53%;
	max-width: 300px
}
header h1 figure img{
	width: 100%
}
header h1 p{
	width: 40%;
	margin-left: 2%;
	font-size: 17px;
	color: #30a11a;
	line-height: 110%;
font-weight: bold;
	white-space: nowrap
	
}
header h1 span{
	display: block;
	font-size: 12px;
	color: #000000;
	font-weight: normal
}
header nav{
	width: 60%;
	margin: 0px;
	display: flex;
	 align-items: center;
	justify-content: flex-end
}
header nav ul.menu{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	width: 68%;
	margin-right: 2%;
	justify-content: flex-end;
}
header nav ul.menu li{
	list-style: none;
line-height: 240%	
}
header nav ul.atc{
	display: flex;
	justify-content: right;
	align-items: stretch;
	width: 28%

}
header nav ul.atc li{
	list-style: none;
	height: 90px;
	
	display: table;
	
}
header nav ul.atc li a{

color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	 height: 100%;
    width: 100%;
	
}
header nav ul.atc li:hover{
	   opacity: 0.7;
	 transition: .3s; /*変更速度*/
	
}
header nav ul.atc li.bk{
	width: 45%;
	background-color: #000000;

}
header nav ul.atc li.gr{
	background-color: #30a11a;
	width: 55%;
	
}
section.mv{
	display: flex;
	width: 95%;
	
	
	margin-left: 5%;
}
section.mv div{
	display: table;
	width: 50%;
}
section.mv h1{

	font-weight: normal;
	display: table-cell;
	vertical-align: middle
}
section.mv h1 span,section.mv h1 .catch{display: block;
font-size: 26px;
line-height: 180%;
letter-spacing: 2px}

section.mv h1 .title{
	font-size: 63px;
	margin-top: 20px;
		color: #30a11a;
	margin-bottom: 50px;
	white-space: nowrap;
	font-weight: bold

}
section.mv figure{
	width: 47%;
	margin-left: 3%;
}
section.mv figure img{
	width: 100%;


}
section.entry{
	width: 100%;
	background-image: url("../img/bg_entry.png");
	background-position: center;
	background-size: cover;
	padding: 60px 0% 100px 3%
}
section.entry .header{
	display: flex;
	color: #FFFFFF;
	margin-bottom: 90px
}
section.entry .header h2{
	margin-right: 100px;
	font-size: 50px;
	font-weight: normal
	
}section.entry .header p{
	line-height: 200%;
	font-size: 24px;
	letter-spacing: 2px
	
}
section.entry ul {
	display: flex
}
section.entry ul li{
	width: 27%;
	list-style: none;
	margin-right: 1%;
	background-color: #FFFFFF;
	padding: 20px 1.7% 20px;
		color: #30a11a;
}
section.entry ul li h3{
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
	
}
section.entry ul li .catch{
	font-size: 14px;
	margin-bottom: 30px;
	
}
section.entry ul li h4{
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 4px;
	
}
section.entry ul li .sl_area{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	
}
section.entry ul li button{
	font-size: 14px;
	background-color: #30a11a;
	text-align: center;
	width: 100%;
	
	
}
section.entry ul li button a{
		color: #FFFFFF;
	width: 100%;
	display: block;
	padding: 6px;	
	
}
button:hover{
	 opacity: 0.7;
	 transition: .3s; /*変更速度*/
	
}
section.contents{
	width: 80%;
	margin: 80px 10%;
	text-align: center
}
section.contents h2,section.member h2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 60px

}
section.contents h2 span,section.member h2 span{
	font-size: 20px;
	font-weight: normal;
	margin-top: 8px;
	display: block
}
section.contents p{
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 2px
}
section.contents figure{
	
	margin: 60px 20%;
	min-width: 400px;
	
}
	section.contents figure img{
	width: 60%;min-width: 400px;
	 margin: auto;
		 display: block;
}
section.prj{
	width: 90%;
	margin: 120px 5%;
	background-color: #ffffff;
	padding: 140px 7%
}
section.prj .header{
	display: flex;
	justify-content: space-between
}
section.prj .header h2{font-size: 30px;
width: 22%}
section.prj .header h2 span{font-size: 20px;color: #bcbcbc;
display: block;
	font-weight: normal;
margin-top: 8px;
	}

section.prj .header .catch{
	width: 70%;
	line-height: 180%;
	font-size: 36px;
margin-bottom: 120px;
margin-top: -10px}

section.prj .header h4{letter-spacing: 4px;
line-height: 180%}

section.prj .header .caution{
	font-size: 14px;
	color: #bcbcbc;
}
section.prj .header .txt{
	font-size: 18px;
	margin-top: 40px;
	line-height: 180%;
	letter-spacing: 2px

}
section.prj article{
	display: flex;
	width: 100%;
	justify-content: space-between;
	
}
.mb120{margin-bottom: 120px}
section.prj article figure{
	width: 45%
}
section.prj article figure img{
	width: 100%
}
section.prj article .contents{
	width: 50%;
}
section.prj article .contents ul{
		display: flex;
	margin-bottom: 10px
	
}
section.prj article .contents ul li{
	border-radius: 24px;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 3px 35px;
	margin-right: 10px;
	list-style: none
	
}
section.prj article .contents h3{
	letter-spacing: 2px;
	line-height: 170%;
	font-size: 24px;
	margin-bottom: 40px
	
}
section.prj article .contents .txt{
	letter-spacing: 2px;
	line-height: 170%;
	font-size: 15px;
	margin-bottom: 60px
	
}
section.prj article .contents button,section.member ul.contents li button{
	font-size: 14px;
	background-color: #000000;
	text-align: center;
	

	color: #FFFFFF;
	width: 50%
	
}
section.prj article .contents button a,section.member ul.contents li button a{
	
	color: #FFFFFF;
		width: 100%;
	display: block;
		padding: 6px 36px;
}
	section.prj .ex_title{
		text-align: center;
		margin-bottom: 40px;
		color: #30a11a;
	}
	
	
section.member{
	width: 90%;
	margin: 120px 5% 10px;
	text-align: center
}
section.member ul.contents{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between
	
}
section.member ul.contents>li{
	width: 48%;
	text-align: left;
	margin-bottom: 120px
}
section.member ul.contents li figure{
	width: 100%;
	margin-bottom: 40px
}
section.member ul.contents li ul.lv{
	display: flex;
	margin-bottom: 20px
}
section.member ul.contents li ul.lv li{
border-radius: 24px;
	font-size: 12px;
	border: 1px solid #000000;
	padding: 3px 35px;
	margin-right: 10px;
	list-style: none;
	width: auto
}
section.member ul.contents li h3{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 170%
}
section.member ul.contents li p{
		letter-spacing: 2px;
	line-height: 170%;
	font-size: 15px;
	margin-bottom: 30px
}
section.member li{
	list-style: none
}
section.msg {
	width: 100%;
	background-color: #000000;
	padding: 50px 0px 0px 50px;
	display: flex;
	color: #FFFFFF
}
section.msg h2{font-size: 36px;
width: 20%;
margin-right: 3%}
section.msg h2 span{font-size: 20px;color: #bcbcbc;
display: block;
	font-weight: normal;
margin-top: 24px
	
}
section.msg .contants{
	width: 57%;
	margin-bottom: 50px
}
section.msg .contants h3{
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 30px
}
section.msg .contants .txt{
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 170%;
	letter-spacing: 2px
}
section.msg .contants .auth{
	font-size: 12px;
	
	margin-bottom: 30px;

	letter-spacing: 2px
}

section.msg .contants button{
	font-size: 14px;
	background-color: #ffffff;
	text-align: center;
	width: 50%;
	
}
	section.msg .contants button a{
	font-size: 14px;
	background-color: #ffffff;
	text-align: center;
	padding: 6px 36px;
	width: 100%;
		display: block
	
}
section.msg figure{
	width: 23%;
	margin-left: -3%;
	margin-top: -20px;
	position: relative
}
section.msg figure img{
	width: 100%;
position: absolute;
	bottom: 0;
}
footer{
	text-align: center;
	width: 90%;
	margin:50px 5% 0px}
footer figure{
	width: 40%;
	max-width: 300px;
	display: inline-block
}
footer figure img{
	width: 100%;
	
}
footer ul{
	display: flex;width: 100%;
margin: 25px 0%;
	justify-content: center;
}
footer ul li{
		display: inline-block;

	margin-right:4%;
	list-style: none;
		font-size: 12px

}
footer ul li img.tw{width: 30px}
footer ul li img.yt{width: 70px}
footer ul li:last-child{
	margin-right: 0%;
}
footer p{
	font-size: 12px;
	margin-bottom: 20px
}
html {
    scroll-behavior: smooth;
	}}
