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

/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 250px;
	margin-top: 110px;
	margin-left: auto; 
	margin-right: auto;
	background: linear-gradient(90deg, rgba(35, 145, 120, 1), rgba(150, 205, 75, 1));
}
#mimgtxt {
	position: relative;
	width: 1100px;
	padding-top: 80px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
}
#mimgtxt .p1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 45px;
	line-height: 45px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	letter-spacing: 3px;
}
#mimgtxt .p2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	font-style: italic;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-left: 5px;
}
#breadcrumb {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
　　list-style: none;
    text-align: left;
}
#breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}

#breadcrumb li:after {
  content: '>';
  padding: 3px 7px;
  color: #000;
}

#breadcrumb li:last-child:after {
  content: '';
}

#breadcrumb li a {
	width: auto;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 15px;
  text-decoration: none;
  color: #fff;
  background: #666;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
#breadcrumb .nl{
	width: auto;
  display: inline-block;
  padding: 0px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

#breadcrumb li a:hover {
  background: #239178;
}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 50px;
}
#contents01 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 1100px;
	height: auto;
	font-size: 30px;
	line-height: 50px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 auto;
}
#contents01 .c01txt {
	width: 1100px;
	height: auto;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
}
.sort-btn{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 0px;
  margin-top: 30px;
}

.sort-btn li a{
	display: block;
	width: 340px;
	height: 50px;
	outline: 1px solid #000;
	outline-offset: -1px;
	background-color: #FFF;
	background-image: url(../web/service_civil/nav_ac02.png);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000;
	transition: 0.4s;
	margin-top: 20px;
}
.sort-btn li a:hover{
	outline: 1px solid #239178;
	outline-offset: -1px;
  background: #239178;
  color: #FFF;
  background-image: url(../web/service_civil/nav_ac03.png);
  background-position: right;
  background-repeat: no-repeat;
}
.sort-btn a.active{
	outline: 1px solid #239178;
	outline-offset: -1px;
  background: #239178;
  color: #FFF;
  background-image: url(../web/service_civil/nav_ac01.png);
  background-position: right;
  background-repeat: no-repeat;
}
.sort-btn a.active:hover{
	outline: 1px solid #239178;
	outline-offset: -1px;
  background: #239178;
  color: #FFF;
  background-image: url(../web/service_civil/nav_ac01.png);
  background-position: right;
  background-repeat: no-repeat;
}



#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 300px;
	padding-bottom: 100px;
}
#contents02 {
	position: relative;
	width: 1100px;
	height: auto;
	padding: 0px 50px; 
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	background-color: #FFF;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
#sec02back {
	position: absolute;
	width: 100%;
	height: 400px;
	z-index: 0;
	top: 0;
	left: 0;
	background-image: url(../web/company_top/back.webp);
	background-position: center;
	background-size: cover;
}
#hbox {
	width: 100%;
	height: auto;
	float: left;
	margin-top:50px;
}
h3 {
	position: relative;
	width: auto;
	height: auto;
	font-size: 50px;
	line-height: 50px;
	font-weight: 600;
	letter-spacing: 3px;
	text-align: left;
	color: #000;
}
h3::first-letter {
	color: #239178;
}
h3::after {
  content: '';
  width: 80px;
  height: 4px;
  display: inline-block;
  	background: linear-gradient(90deg, rgba(35, 145, 120, 1), rgba(150, 205, 75, 1));
  position: absolute;
  top: 20px;
  margin-left: 30px;
}
#hbox .t1{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	font-style: italic;
	text-align: left;
	margin-top: 10px;
}

#c02img {
	width: 340px;
	height: auto;
	float: left;
	margin-top: 50px;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
}
#c02img.f{ margin-left: 40px;}
#c02img img{
	width: 340px;
	height: 255px;
	padding-bottom: 5px;
	object-fit: cover;
	transition: 0.4s;
}
#c02img:hover img{
	transform: scale(1.02);
}
#contents02 .tblBox {
	width: 1100px;
	height: auto;
	float: left;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	margin-top: 50px;
	margin-left: 0px;
	word-break: break-all;
}
#contents02 .tblBox table {
	min-width: 1100px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#contents02 .tblBox td {
	min-width: ;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 10px 15px 10px 15px;
}



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

}
