@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 100px;
	margin-top: 70px;
	margin-left: auto; 
	margin-right: auto;
}
#mimgtxt {
	position: relative;
	width: 320px;
	padding-top: 35px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}
#mimgtxt .p1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	letter-spacing: 0px;
}
#mimgtxt .p2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 11px;
	line-height: 11px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	letter-spacing: 0px;
	margin-top: 3px;
	margin-left: 3px;
}

#breadcrumb { display:none;}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	color: #000;
}
h2::first-letter {
	color: #239178;
}
h2::after {
  content: '';
  width: 30px;
  height: 2px;
  display: inline-block;
  	background: linear-gradient(90deg, rgba(35, 145, 120, 1), rgba(150, 205, 75, 1));
  position: absolute;
  top: 14px;
  margin-left: 15px;
}
.hac{
	width: 100%;
	height: auto;
	font-size: 11px;
	line-height: 11px;
	font-weight: 600;
	font-style: italic;
	text-align: left;
	margin-top: 10px;
}
#contents01 .c01txt {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
}
.sort-btn{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 0px;
  margin-top: 10px;
}
.sort-btn li a{
	display: block;
	width: 155px;
	height: 25px;
	outline: 1px solid #000;
	outline-offset: -1px;
	background-color: #FFF;
	background-image: url(../web/service_top/nav_ac01.png);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #000;
	transition: 0.4s;
	margin-top: 10px;
}
.sort-btn li a:hover{
	outline: 1px solid #239178;
	outline-offset: -1px;
  background: #239178;
  color: #FFF;
  background-image: url(../web/service_top/nav_ac02.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

#section02 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents02 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

h3 {
	position: relative;
	width: auto;
	height: 27px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	color: #000;
	float: left;
}
.h3ac{
	width: auto;
	height: auto;
	font-size: 10px;
	line-height: 10px;
	font-weight: 500;
	font-style: italic;
	text-align: left;
	margin-top: 8px;
	margin-left: 10px;
	float: left;
}
.h3btm{
  width: 100%;
  height: 2px;
  float: left;
  background: linear-gradient(90deg, rgba(35, 145, 120, 1), rgba(150, 205, 75, 1));
}


#worksBox {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
#works {
	width: 150px;
	height: auto;
	margin-top: 15px;
	margin-left: 5px;
	margin-right:5px;
}
#works.f{
	margin-left: 5px;
}
#works .Img{
	width: 150px;
	height: 116px;
	float: left;
}
#works .Img img{
	width:150px;
	height: 116px;
	object-fit:cover;
}
#works .ac{
	width: auto;
	height: 10px;
	padding: 2px 5px;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	font-weight: 600;
	color: #FFF;
	background-color: #239178;
	border-radius: 7px;
	float: left;
	margin-top: 5px;
}
#works .ttl{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	float: left;
	margin-top: 7px;
}
#works .txt{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	float: left;
	margin-top: 5px;
	color: #900;
}


#section03 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents03 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	min-height: 150px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}


#section04 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents04 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	min-height: 150px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap-reverse;
}

#section05 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents05 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	min-height: 150px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}


}
