@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: 35px;
	line-height: 55px;
	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: 50px;
}

.sort-btn li a{
	display: block;
	width: 250px;
	height: 50px;
	outline: 1px solid #000;
	outline-offset: -1px;
	background-color: #FFF;
	background-image: url(../web/service_top/nav_ac01.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;
}
.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;
}

#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	border-top: 1px solid #CCC;
}
#contents02 {
	position: relative;
	width: 100%;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: no-wrap;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
#txtboxL {
	position: absolute;
	width: 30%;
	min-width: 380px;
	height: auto;
	top: 0;
	left: 5%;
}
#hbox {
	width: 100%;
	height: auto;
	float: left;
}
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: 25px;
  margin-left: 30px;
}
#hbox .t1{
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	font-style: italic;
	text-align: left;
	margin-top: 15px;
}
#txtboxL .txt {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
}
.servicebtn a{
	position: relative;
	display:block;
	width: 400px;
	height: 50px;
	margin-top: 40px;
	outline: 1px solid #999;
	outline-offset: -1px;
	text-align: center;
	font-size: 17px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #000;
	overflow: hidden;
	float: left;
}
.servicebtn a:hover{
	box-shadow: 5px 5px 0px rgba(150, 205, 75, 1.0);
	outline: 1px solid #239178;
}

#sliderboxR {
	position: absolute;
	width: 60%;
	height: 300px;
	top: 0;
	left: 40%;
}
#simplyScroll{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.simply-scroll-container {
  position: relative;
}
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 300px; /* 崩れる場合にはこちらも設定 */
}
.simply-scroll-list li {
  list-style:none !important;
  float: left;
  width: 440px;
  height: 300px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}
.simply-scroll-list li img {
  width: 440px;
  height: 300px;
  display: block;
  object-fit: cover;
  transition: 0.4s;
}


#section03 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	border-top: 1px solid #CCC;
}
#contents03 {
	position: relative;
	width: 100%;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: no-wrap;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
#txtboxR {
	position: absolute;
	width: 30%;
	min-width: 380px;
	height: auto;
	top: 0;
	left: 65%;
}
#txtboxR .txt {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
}
#sliderboxL {
	position: absolute;
	width: 60%;
	height: 300px;
	top: 0;
	left: 0;
}
#simplyScroll2{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#section04 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	border-top: 1px solid #CCC;
}
#contents04 {
	position: relative;
	width: 100%;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: no-wrap;
}
#contents04:after{
	content: "";
	clear: both;
	display: block;
}
#simplyScroll3{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#section05 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#contents05 {
	position: relative;
	width: 100%;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: no-wrap;
}
#contents05:after{
	content: "";
	clear: both;
	display: block;
}
#simplyScroll4{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

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

}
