@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 50000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
  transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 400px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/works/mimg.webp);
	background-position: center;
}
#mimg .slidecover {
	position: absolute;
    width: 100%;
    height: 100%;
	z-index: 500;
	background-color: rgba(0,0,0,0.3);
}
#mimg .txtBox {
	position: absolute;
	width: 100%;
	height: auto;
	display:inline-block;
	z-index: 1000;
	top: 140px;
	left: 0;
}
#mimg .p1 {
	width: 100%;
	height: auto;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 3px;
	font-weight: 600;
	color: #fff;
    text-align: center;
}
#mimg .p2 {
	width: 100%;
	height: auto;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #fff;
    text-align: center;
	margin-top: 30px;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	background-color: #FFF;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 200px;
}
#contents01 {
	position: relative;
	width: 1100px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
.h2ac {
	position: relative;
	width: auto;
	height: auto;
	font-size: 20px;
	line-height: 21px;
	text-align: left;
	float: left;
}
.h2ac::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 130%;
  width: 150px;
  height: 1px;
  background-color: black;
}
h2 {
	width: 100%;
	font-size: 35px;
	line-height: 36px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	float: left;
	margin-top: 35px;
}

#contents01 .txt {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
}




@media screen and (min-width:768px){


}
