@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;
}


#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;
}

#cnv {
	width: 520px;
	height: 140px;
	padding: 9px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	float: left;
	margin-top: 50px;
	transition: 0.2s;
}
#cnv:hover {
	box-shadow: 5px 5px 0px rgba(150, 205, 75, 1.0);
}
#cnv.f {
	margin-left: 60px;
}

#cnvtxt{
	width: 370px;
	height: auto;
	float: left;
	margin-top: 45px;
	margin-left: 10px;
	color: #000;
}
#cnvtxt .t1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
}
#cnvtxt .t2{
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	font-weight: 600;
	text-align: left;
	float: left;
	margin-top: 10px;
}
.cnvimg{
	width: 140px;
	height: 140px;
	float: left;
	transition: 0.4s;
}
#cnv:hover .cnvimg {
	margin-left: -10px;
}
@media screen and (min-width:768px){

}
