@charset "utf-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}/*HTML5display-roleresetforolderbrowsers*/article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

body{
	font-family: "Lucida Grande", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 13px;
	color: #484848;
	-webkit-text-size-adjust: 100%;
	transform: scale(.88);
	transform-origin: 50% 0;
}

a{
	-webkit-touch-callout:none;
	 -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	 outline: none;
	 border: none;
}



body {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ ゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
}

#wrap{
	width: 1180px;
	height: 820px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
#page_container{
	position: relative;
	width: 100%;
	height: 760px;
}
#page_footer {
	width: 100%;
	height: 60px;
	background-color: #7bc7c0;
	bottom: 0;
}
#page_footer .guide{
	width: 90%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#page_footer .guide img{
	width: auto;
	height: 27px;
}
.works #page_footer .guide .back img,
.works #page_footer .guide .next img{
	width: auto;
	height: 18px;
}
#page_footer .guide .back{
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}
#page_footer .guide .totop{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
#page_footer .guide .next{
	position: absolute;
	top:50%;
	right:0;
	transform: translateY(-50%);
}
.w100{
	width: 100%;
	height: auto;
}
/* top */
.top #page_container{
	width: 100%;
	height: 760px;
	background: #7bc7c0 url(../img/top_bg.png) center top no-repeat;
	background-size: 100% auto;
}
.top #page_container h1{
	position: absolute;
	top: 18%;
	left:50%;
	transform: translateX(-50%);
}
.top #page_container p{
	position: absolute;
	top: 70%;
	left:50%;
	transform: translateX(-50%);
}


/* menu */
.menu #page_container,
.works_menu #page_container{
	width: 100%;
	height: 760px;
	background:url(../img/menu_bg.png) center bottom no-repeat;
	background-size: 100% auto;
}
.menu h1{
	position: absolute;
	top:20%;
	left:20%;
}
.menu .menu-list{
	position: absolute;
	top:30%;
	left:32%;
}
.menu .menu-list li a{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.menu .menu-list li span.btn{
	display: block;
	width: 303px;
	height: 65px;
	margin-right: 70px;
}
.menu .menu-list li span.txt{
	display: block;
	width: 100px;
	height: 13px;
}
.menu .menu-list li.aboutus .btn{
	background: url(../img/menu_btn01.png) no-repeat center / cover;
}
.menu .menu-list li.aboutus .txt{
	background: url(../img/menu_txt01.png) no-repeat center / cover;
	width: 77px;
	height: 12px;
}
.menu .menu-list li.salespoint .btn{
	background: url(../img/menu_btn02.png) no-repeat center / cover;
}
.menu .menu-list li.salespoint .txt{
	background: url(../img/menu_txt02.png) no-repeat center / cover;
	width: 97px;
	height: 12px;
}
.menu .menu-list li.workflow .btn{
	background: url(../img/menu_btn03.png) no-repeat center / cover;
}
.menu .menu-list li.workflow .txt{
	background: url(../img/menu_txt03.png) no-repeat center / cover;
	width: 63px;
	height: 12px;
}
.menu .menu-list li.works .btn{
	background: url(../img/menu_btn04.png) no-repeat center / cover;
}
.menu .menu-list li.works .txt{
	background: url(../img/menu_txt04.png) no-repeat center / cover;
	width: 52px;
	height: 13px;
}
/*
.menu .menu-list li.aboutus a:hover .btn{
	background: url(../img/menu_btn01_on.png) no-repeat;
}
.menu .menu-list li.aboutus a:hover .txt{
	background: url(../img/menu_txt01_on.png) no-repeat;
}
.menu .menu-list li.salespoint a:hover .btn{
	background: url(../img/menu_btn02_on.png) no-repeat;
}
.menu .menu-list li.salespoint a:hover .txt{
	background: url(../img/menu_txt02_on.png) no-repeat;
}
.menu .menu-list li.workflow a:hover .btn{
	background: url(../img/menu_btn03_on.png) no-repeat;
}
.menu .menu-list li.workflow a:hover .txt{
	background: url(../img/menu_txt03_on.png) no-repeat;
}
.menu .menu-list li.works a:hover .btn{
	background: url(../img/menu_btn04_on.png) no-repeat;
}
.menu .menu-list li.works a:hover .txt{
	background: url(../img/menu_txt04_on.png) no-repeat;
}
*/
.works_menu .menu-list{
	position: absolute;
	top:20%;
	left:50%;
	transform: translateX(-50%);
}
.works_menu .menu-list li{
	margin-bottom: 30px;
}
.works_menu .menu-list li span.btn{
	display: block;
	width: 303px;
	height: 65px;
}
.works_menu .menu-list li.works001 .btn{
	background: url(../img/works_btn01.png) no-repeat center / cover;
}
.works_menu .menu-list li.works002 .btn{
	background: url(../img/works_btn02.png) no-repeat center / cover;
}
.works_menu .menu-list li.works003 .btn{
	background: url(../img/works_btn03.png) no-repeat center / cover;
}
.works_menu .menu-list li.works004 .btn{
	background: url(../img/works_btn04.png) no-repeat center / cover;
}
.works_menu .menu-list li.works005 .btn{
	background: url(../img/works_btn05.png) no-repeat center / cover;
}

.cover{
	position: relative;
	width: 100%;
	height: 100%;
}
.cover img{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 15%;
}
.about .back{
	position: absolute;
	top:15%;
	left: 6.5%;
}
.sales .back{
	position: absolute;
	top:13%;
	left: 6.8%;
}
.work .back{
	position: absolute;
	top:13%;
	left: 6.8%;
}
.works_menu .back{
	position: absolute;
	top:13%;
	left: 6.8%;
}

.toworkstop{
	position: absolute;
	top:11%;
	left: 6.8%;
}
.toContents{
	position: absolute;
	top:19%;
	left: 6.8%;
}
.toItem{
	position: absolute;
	top:16%;
	right: 6.8%;
}
.work .head,
.works .head{
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
	width: 100%;
}