



#wrapper{
	scroll-snap-type: y mandatory;
	
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}
.umore_orange{
	background:#487C25;
}
.inner{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding:80px 10px;
	text-align:center;
	}
@media screen and (min-width:980px) {
	.inner{
		padding:40px 10px;
	}
}
.an1,
.an2,
.an3,
.an4,
.an5{
opacity:0;
}
.an1{
	animation: fadeIn 3s ease 0s 1 forwards;
}
.an2{
	animation: fadeIn 3s ease 0.5s 1 forwards;
}
.an3{
	animation: fadeIn 3s ease 1s 1 forwards;
}
.an4{
	animation: fadeIn 3s ease 1.5s 1 forwards;
}
.an5{
	animation: fadeIn 5s ease 2s 1 forwards;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}

}
#gNavi {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 6px 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background: #333333;
	border-bottom: 4px solid #7CC23E;
}

#gNavi a:link{
	color:#FFFFFF;
	padding: 6px 10px 6px 14px;
	border-radius: 6px;
}
#gNavi a:visited {
	color:#FFFFFF;
	padding: 6px 10px 6px 14px;
	border-radius: 6px;
}
#gNavi a:hover {
	color:#FFFFFF;
	background: #444444;
	padding: 6px 10px 6px 14px;
	border-radius: 6px;
}
#gNavi a:activ {
	color:#FFFFFF;
	padding: 6px 10px 6px 14px;
	border-radius: 6px;
}

#gNavi ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
}
#gNavi ul li {
	float: none;
	position: static;
}
@media screen and (max-width:980px) {
	#gNavi{
	top: -500px;
	}
}
@media screen and (min-width:788px) {
	#gNavi{
	width: 100%;
	z-index: 10;
	}
	.fixed{
	position: fixed;
	top: 0;
	left: 0;
	height: 70px;
	margin-top:0;
	}
	.fixed #gNavi{
	}
	.fixed .g-nav-menu li{
	line-height: 1em;
	}
}
	#gNavi ul li a,
	#gNavi ul li a:visited,
	#gNavi ul li a:active,
	#gNavi ul li a:link{
	color: #fff;
	text-decoration: none;
	font-weight: 240;
	font-size: 15px;
	letter-spacing: 0.35em;
	}
	#gNavi ul{
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
	}
	#gNavi ul li {
	font-family: "Manrope", sans-serif;
		padding:6px 1.4em;
		letter-spacing:0.2em;
}
@media screen and (min-width:980px) {
	#gNavi ul{
		display: flex;
		justify-content: center;
		}
}
#nav-toggle{
	display: block;
	position: absolute;
	right: 12px;
	top: 18px;
	width: 34px;
	height: 36px;
	cursor: pointer;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	
	background: #FFFFFF;
	left: 0;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 11px;
}

#nav-toggle span:nth-child(3) {
	top: 22px;
}
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
@media screen and (max-width:980px) {
.open #gNavi {
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
}

@media screen and (min-width:980px) {
#nav-toggle{
	display: none;
	}
.inner {
	width: 100%;
	max-width: 1366px;
	padding:120px 0px 0px 0px;
	}
}

h2{
	font-size: 18px;
	margin-bottom:1rem;
}
h2 span{
	font-family: "Manrope", sans-serif;
	display: block;
	font-size: 40px;
	letter-spacing: 0.25rem;
	line-height: 1;
}
@media screen and (min-width:980px) {
	h2{
	margin-bottom:3rem;
	}
	h2 span{
		font-size: 60px;
		letter-spacing: 0.5rem;
	}
}
#main{
	background:#7CC23E;
	width: 100%;
	height: 430px;
	overflow: hidden;
	position: relative;
	z-index:100;
}
#main .top{
	width:100%;
	margin:0 auto;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	}
#main span.logo{
	max-width:300px;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	display: block;
	z-index: 1;
	}
#main .opening{
	max-width:600px;
	margin:1rem auto auto;
	padding-left:3rem;
	color:#fff;
	}
@media screen and (min-width:980px) {
	#main  {
	z-index:1;
	}
	#main .top{
	}
	#main span.logo{
		max-width:480px;
	}
	nav {
	}
}
article {
	width:100%;
		margin:0 auto;
}
#vision {
	width: 100%;
	}
#vision h3{
		font-size:140%;
		font-weight:700;
		margin:40px 0;
	}
#service .inner ul{
	margin: 0;
	padding: 0;
}
#service h2{
}
#service .inner ul li{

	padding:30px;
	border-bottom: #f0f0f0 2px solid;
}
#service .inner ul li:last-of-type {
	border: none;
	}
#service .inner ul li figure{
	padding:30px;
}
#service .inner ul li figure img{
	width:28%;
	height:auto;
	}
#service .inner ul li h3{
	font-size:20px;
}
#service .inner ul li h4{
	font-size:16px;
}
#service .inner ul li p{
	margin:0;
	text-align: justify;
}
.animation{
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.animation.active{
	opacity: 1; 
	-webkit-transform: translate3d(0, 0, 0); 
	transform: translate3d(0, 0, 0);
}

dl {
	margin:0 auto;
	width: 100%;
	height: auto;
	display:flex;
	flex-wrap: wrap;
	text-align:left;
	}
dl dt {
	color:#487C25;
	font-weight:700;
	width: 30%;
	box-sizing: border-box;
	padding: 10px;
	border-bottom: #f0f0f0 1px solid;
}
dl dd {
	width: 70%;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: #f0f0f0 1px solid;
}
header{
	top: 0px;
	background: #333333;
	height: 60px;
	position: fixed;
	width: 100%;
	z-index: 1;
	border-bottom: #7CC23E 4px solid;
	}


@media screen and (min-width:980px) {
	header {
	position: relative;
	margin-top:-60px;
	background-color:transparent;
	border-bottom: #333333 0px solid;
	}
	#vision {
		overflow: auto;
		min-height: 100vh;
	}
	#vision h3{
		font-size:400%;
		font-weight:700;
		margin:80px 0;
	}
	#vision p{
		line-height: 2.2;
	}
#service .inner ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
#service .inner ul li{
	width: calc(33% - 50px);
	border-bottom:none;
	margin-bottom:24px;
	position: relative;
}
#service .inner ul li:after{
	content: '';
	background-color: #f0f0f0;
	position: absolute;
	left: 100%;
	top: 30px;
	bottom: 30px;
	width: 2px;
	}
#service .inner ul li:nth-child(2):after,
#service .inner ul li:nth-child(5):after{
	width:0;
}

dl {
	max-width:860px;
	}
dl dt {
	letter-spacing: 0.125em;
	}
}




@media screen and (min-width:761px) {
.pc_sp{
display:flex;
}
}



@media screen and (min-width:761px) {
.box{
	width:90%;
	padding:0px;
	text-align:left;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
.img_title{
width:320px;
height:74px;
}
}
@media screen and (min-width:1001px) {
.box{
	width:980px;
	padding:0px;
	text-align:left;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
}
@media screen and (max-width:760px) {
.box{
	width:90%;
	padding:0px;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}
.img_title{
width:60%;
height:auto;
}
}



@media only screen and (min-width:741px) {
.sp { display: none !important; }
	.top_img {width:100%;max-width:528px;height:auto;margin-top:6px;}
}
 
@media only screen and (max-width:740px) {
	.pc { display: none !important; }
	.top_img {width:60%;max-width:528px;height:auto;margin-top:10px;}
}

.footer{
	font-size:90%;
	width:100%;
	color: #FFFFFF;
	text-align:center;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding:15px 0px 12px 0px;
	border-bottom: 10px solid #333333;
	background-color:#333333;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}


.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media screen and (max-width:760px) {
.footer li {
	line-height:220%;
	margin:10px 0px 70px 0px;
}
}

@media screen and (min-width:761px) {
.footer ul {
	display: flex;
	flex-wrap: wrap;
}
.footer li {
	width: 33%;
	box-sizing: border-box;
	padding: 10px;
	line-height:180%;
	margin:20px 0px;
	background-color:#333333;
}
}

.footer a:link{
color:#FFFFFF;
text-decoration: none;
}
.footer a:visited {
color:#FFFFFF;
text-decoration: none;
}
.footer a:hover {
color:#54A800;
text-decoration: underline;
transition:0.3s;
}
.footer a:activ {
color:#FFFFFF;
text-decoration: none;
}



