@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: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#slider {
    width: 100%;
    height: 100vh;
	margin-left: auto;
	margin-right: auto;
}
#mimg .txtBox {
	position: absolute;
	width: 65%;
	height: auto;
	display:inline-block;
	top: 40%;
	left: 5%;
	z-index: 1000;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#mimg .p1 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #fff;
    text-align: left;
	float: left;
}
#mimg .p2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 65px;
	line-height: 65px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #fff;
    text-align: left;
	float: left;
	margin-top: 30px;
}
#mimg .p3 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #fff;
    text-align: left;
	float: left;
	margin-top: 30px;
}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
#s01Box {
	position: relative;
	width: 100%;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(../web/home/c01back.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#c01txtbox {
	position: absolute;
	left: 3%;
	width: 44%;
	height: auto;
}
#hbox {
	width: 100%;
	height: auto;
}
#hbox .t1{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
}
h2 {
	position: relative;
	width: auto;
	height: auto;
	font-size: 65px;
	line-height: 65px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	font-style: italic;
	margin-top: 20px;
	color: #000;
}
h2::first-letter {
	color: #239178;
}
h2::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: 32px;
  margin-left: 30px;
}

#c01txtbox .st1{
	width: 100%;
	text-align: left;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: ;
	font-weight: 600;
	margin-top: 25px;
}
#c01txtbox .st2{
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: ;
	margin-top: 25px;
}
#c01Backbox01 {
	position: absolute;
	right: 0;
	width: 50%;
	padding-top: 34.722%;
	z-index: 1020;
	max-width: 864px;
	max-height: 600px;
}
#c01Backbox01 .bgImg{
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime3 18s infinite;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	max-height: 600px;
	border-radius: 4px 0 0 4px;
}
#c01Backbox01 .src1{
	display:block;
	background-image: url(../web/home/c01img01.jpg); 
}
#c01Backbox01 .src2{
	background-image: url(../web/home/c01img04.jpg);
	animation-delay: 6s;
}
#c01Backbox01 .src3{
	background-image: url(../web/home/c01img03.jpg); 
	animation-delay: 12s;
}
@keyframes bgAnime3 {
   0% { opacity: 0; }
   5% { opacity: 1; }
   33% { opacity: 1; }
  38% { opacity: 0; }
}


.c01btn a{
	position: relative;
	display:block;
	width: 300px;
	height: 50px;
	margin-top: 50px;
	outline: 1px solid #333;
	outline-offset: -1px;
	text-align: center;
	font-size: 17px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #000;
	overflow: hidden;
}
.c01btn a:hover{
	box-shadow: 5px 5px 0px rgba(150, 205, 75, 1.0);
	outline: 1px solid #239178;
}
.slidebtn::before,
.slidebtn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.slidebtn,
.slidebtn::before,
.slidebtn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.slidebtn:hover {
  color: #FFF;
  text-decoration: none;
}
.slidebtn::after {
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.slidebtn:hover::after {
  top: 0;
  left: 0;
  background-color: #239178;
}

#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 100px;
}
#contents02 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
#c02back {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(35, 145, 120, 0.90), rgba(150, 205, 75, 0.6));
	z-index: 2;
}
#c02back2 {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#bg-video{
 position: fixed;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -100;
}

#hbox2 {
	width: 100%;
	height: auto;
	float: left;
}
#hbox2 .t1{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
}
h3 {
	position: relative;
	width: auto;
	height: auto;
	font-size: 65px;
	line-height: 65px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	font-style: italic;
	margin-top: 20px;
	color: #fff;
}
h3::after {
  content: '';
  width: 80px;
  height: 4px;
  display: inline-block;
  background-color: #FFF;
  position: absolute;
  top: 32px;
  margin-left: 30px;
}
.c02txt {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	text-align: left;
}
#servicebox {
	width: 510px;
	height: 430px;
	padding: 10px;
	background-color: #FFF;
	float: left;
	margin-top: 40px;
}
#servicebox.f { margin-left: 40px;}
#serviceboxImg {
	position: relative;
	width: 510px;
	height: 300px;
	float: left;
	transition: 0.4s;
}
#servicebox:hover #serviceboxImg{
	transform: scale(0.99);
}
#servicebox:hover{
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}

#serviceboxImg .bgImg{
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime2 12s infinite;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
#serviceboxImg .src1{
	display:block;
	background-image: url(../web/home/c02img01.jpg); 
}
#serviceboxImg .src2{
	background-image: url(../web/home/c02img02.jpg);  
	animation-delay: 6s;
}
#serviceboxImg .src3{
	display:block;
	background-image: url(../web/home/c02img03.jpg); 
}
#serviceboxImg .src4{
	background-image: url(../web/home/c02img04.jpg);  
	animation-delay: 6s;
}
#serviceboxImg .src5{
	display:block;
	background-image: url(../web/home/c02img05.jpg); 
}
#serviceboxImg .src6{
	background-image: url(../web/home/c02img06.jpg);  
	animation-delay: 6s;
}
#serviceboxImg .src7{
	display:block;
	background-image: url(../web/home/c02img07.jpg); 
}
#serviceboxImg .src8{
	background-image: url(../web/home/c02img08.jpg);  
	animation-delay: 6s;
}

@keyframes bgAnime2 {
   0% { opacity: 0; }
   5% { opacity: 1; }
   50% { opacity: 1; }
  58% { opacity: 0; }
}
#serviceboxttl {
	width: 100%;
	height: 35px;
	float: left;
	margin-top: 20px;
}
#serviceboxttl .t1{
	width: auto;
	height: 35px;
	font-size: 35px;
	line-height: 35px;
	font-weight: 600;
	color: #239178;
	letter-spacing:3px;
	float: left;
}
#serviceboxttl .t2{
	width: auto;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	color: #239178;
	font-weight: 600;
	font-style: italic;
	margin-left: 15px;
	margin-top: 18px;
	float: left;
}
.serviceboxtxt{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	margin-top: 15px;
	text-align: left;
	float: left;
	color: #000;
}


#section03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
#contents03 {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
#hbox3 {
	position: relative;
	width: 100%;
	height: auto;
	top:0;
	left: 3%;
}
#hbox3 .t1{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
}

.swiper {
  width: 100%;
  height: 370px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 370px;
}

.swiper-slide {
  width: 360px !important;
  height: 370px !important;
  background-color: #FFF;
}
#swiperBox {
	position: absolute;
	width: 300px;
	height: auto;
	top: 70px;
	right: 3%;
}
.swiper-button-next {
	transform: scale(0.5);
	margin-top: px !important;
	margin-right: px;
	 z-index: 1000 !important;
	 color: #239178 !important;
}
.swiper-button-prev {
	transform: scale(0.5);
     margin-top:px !important;
     margin-left: px;
	 z-index: 1000 !important;
	 color: #239178 !important;
}
.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  margin: 0 0 0 10px !important;
  background-color: #239178 !important;
}
.swiper-pagination {
	margin-bottom: -20px;
}

#Pitem {
	width: 360px;
	height: 370px;
	padding:0;
	float: left;
	transition: 0.4s;
}
#Pitem:hover .Img img{
	transform: scale(0.98);
}

#Pitem .Img{
	width: 100%;
	height: 270px;
	float: left;
	transition: 0.4s;
}
#Pitem .Img img{
	width: 360px;
	height: 270px;
	object-fit: cover;
	transition: 0.4s;
}
#Pitemttl {
	width: 350px;
	height: auto;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	border-bottom: 1px solid #CCC;
}
#Pitemttl .ac{
	width: auto;
	height: 11px;
	padding: 3px 6px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	color: #fff;
	background-color: #239178;
	border-radius: 3px;
	float: left;
}
#Pitemttl .t1{
	width: 100%;
	height: 25px;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: 600;
	color: #000;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.Pitemtxt {
	width: 350px;
	height: 36px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-align: left;
	color: #239178;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.c03btn a{
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	display:block;
	width: 600px;
	height: 60px;
	margin-top: 100px;
	outline: 1px solid #333;
	outline-offset: -1px;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	letter-spacing: 1px;
	color: #000;
	overflow: hidden;
}
.c03btn a:hover{
	box-shadow: 5px 5px 0px rgba(150, 205, 75, 1.0);
	outline: 1px solid #239178;
}

#section04 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
	background: linear-gradient(180deg, #fff 0%, #fff 24%, #f8f8f8 24%, #f8f8f8 100%);
}
#contents04 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents04:after{
	content: "";
	clear: both;
	display: block;
}
#hbox4 {
	width: 100%;
	height: auto;
	float: left;
}
#hbox4 .t1{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	color: #000;
}

#news {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
}
#article {
	width: 100%;
	height: 40px;
	float: left;
	margin-bottom: 30px;
	border-bottom: 1px dotted #CCCCCC;
	transition: 0.4s;
}
#article:hover {
	border-bottom: 1px solid #239178;
}
#article .date{
	width: 120px;
	height: 30px;
	float: left;
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	color: #000;
}
#article .cate{
	width: 80px;
	height: 20px;
	float: left;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	color: #FFF;
	background-color: #239178;
	margin-top: 5px;
}
#article .txt{
	width: 870px;
	height: 20px;
	float: left;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	margin-top: 5px;
	margin-left: 30px;
	color: #000;
}


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

}
