@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: auto;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}
#slider {
    width: 100%;
    height: 75vh;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#mimg .txtBox {
	position: absolute;
	width: 90%;
	height: auto;
	display:inline-block;
	top: 65%;
	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: 22px;
	line-height: 22px;
	letter-spacing: 0px;
	font-weight: 400;
	color: #fff;
    text-align: left;
	float: left;
}
#mimg .p2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #fff;
    text-align: left;
	float: left;
	margin-top: 15px;
}
#mimg .p3 {
	position: relative;
	width: 90%;
	height: auto;
	margin: 0 auto;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: 500;
	color: #fff;
    text-align: left;
	float: left;
	margin-top: 15px;
}


/*--------------------------------------------------------------------------コンテンツ*/
#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;
}
#s01Box {
	width: 100%;
	height: auto;
	min-height: inherit;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap-reverse;
	background-image: url(../web/home/c01back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
#c01txtbox {
	position: relative;
	left: 0;
	width: 320px;
	height: auto;
	z-index: 1110;
	margin-top: 15px;
	padding: 0px;
	float: left;
}
#hbox {
	width: 100%;
	height: auto;
}
#hbox .t1{
	width: 100%;
	height: auto;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0px;
	font-weight: 600;
	text-align: left;
}
h2 {
	width: 100%;
	height: auto;
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 10px;
	text-align: left;
}
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;
}

#c01txtbox .st1{
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: ;
	font-weight: 600;
	margin-top: 15px;
}
#c01txtbox .st2{
	width: 100%;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: ;
	margin-top: 10px;
}
.c01btn a{
	position: relative;
	display:block;
	width: 310px;
	height: 40px;
	margin-top: 30px;
	margin-left: 5px;
	outline: 1px solid #fff;
	outline-offset: -3px;
	background-color: #239178;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #fff;
	overflow: hidden;
}
.c01btn a:hover{
	box-shadow: 5px 5px 0px rgba(150, 205, 75, 1.0);
	outline: 1px solid #239178;
}

#c01Backbox01 {
	position: relative;
	right: 0;
	width: 320px;
	height: 222px;
	padding-top: 0;
	z-index: 1020;
	max-width: 320px;
	float: left;
	margin-top: 0px;
}
#c01Backbox01 .bgImg{
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime3 21s infinite;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	max-height: 222px;
	border-radius: 5px;
}
#c01Backbox01 .src1{
	display:block;
	background-image: url(../web/home/c01img01.jpg); 
}
#c01Backbox01 .src2{
	background-image: url(../web/home/c01img04.jpg);  
	animation-delay: 7s;
}
#c01Backbox01 .src3{
	background-image: url(../web/home/c01img03.jpg); 
	animation-delay: 14s;
}

#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-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#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 { display: none;}
#bg-video{ display:none;}

#hbox2 {
	width: 100%;
	height: auto;
	float: left;
}
#hbox2 .t1{
	width: 100%;
	height: auto;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
}
h3 {
	width: 100%;
	height: auto;
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 10px;
	text-align: left;
	color: #fff;
}
h3::after {
  content: '';
  width: 30px;
  height: 2px;
  display: inline-block;
  background-color: #FFF;
  position: absolute;
  top: 14px;
  margin-left: 15px;
}
.c02txt {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	font-size: 13px;
	line-height: 16px;
	color: #FFF;
	text-align: left;
}
#servicebox {
	width: 310px;
	height: auto;
	padding: 5px;
	background-color: #FFF;
	float: left;
	margin-top: 15px;
}
#servicebox.f { margin-left: 0px;}
#serviceboxImg {
	position: relative;
	width: 310px;
	height: 182px;
	float: left;
	transition: 0.4s;
}
#servicebox:hover #serviceboxImg{
	transform: scale(1.00);
}
#servicebox:hover{
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

#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);
	background-size: contain;
}
#serviceboxImg .src2{
	background-image: url(../web/home/c02img02.jpg);  
	animation-delay: 6s;
	background-size: contain;
}
#serviceboxImg .src3{
	display:block;
	background-image: url(../web/home/c02img03.jpg); 
	background-size: contain;
}
#serviceboxImg .src4{
	background-image: url(../web/home/c02img04.jpg);  
	animation-delay: 6s;
	background-size: contain;
}
#serviceboxImg .src5{
	display:block;
	background-image: url(../web/home/c02img05.jpg);
	background-size: contain;
}
#serviceboxImg .src6{
	background-image: url(../web/home/c02img06.jpg);  
	animation-delay: 6s;
	background-size: contain;
}
#serviceboxImg .src7{
	display:block;
	background-image: url(../web/home/c02img07.jpg);
	background-size: contain;
}
#serviceboxImg .src8{
	background-image: url(../web/home/c02img08.jpg);  
	animation-delay: 6s;
	background-size: contain;
}

#serviceboxttl {
	width: 100%;
	height: 20px;
	float: left;
	margin-top: 10px;
}
#serviceboxttl .t1{
	width: auto;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #239178;
	letter-spacing: 1px;
	float: left;
}
#serviceboxttl .t2{
	width: auto;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	color: #239178;
	font-weight: 500;
	font-style: italic;
	margin-left: 8px;
	margin-top: 7px;
	float: left;
}
.serviceboxtxt{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 16px;
	margin-top: 10px;
	text-align: left;
	float: left;
	color: #000;
}


#section03 {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents03 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#hbox3 {
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
#hbox3 .t1{
	width: 100%;
	height: auto;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0px;
	font-weight: 600;
	text-align: left;
}
.swiper {
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: auto;
}

.swiper-slide {
  width: 155px !important;
  height: auto !important;
  background-color: #FFF;
}
#swiperBox {
	position: absolute;
	width: 100px;
	height: auto;
	top: 25px;
	right: 5px;
}
.swiper-button-next { display:none !important;}
.swiper-button-prev { display:none !important;}
.swiper-pagination-bullet {
  width: 5px !important;
  height: 5px !important;
  margin: 0 0 0 5px !important;
}
.swiper-pagination {
	margin-bottom: -25px;
}

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

#Pitem .Img{
	width: 100%;
	height: 116px;
	float: left;
	transition: 0.4s;
}
#Pitem .Img img{
	width: 155px;
	height: 116px;
	object-fit: cover;
	transition: 0.4s;
}
#Pitemttl {
	width: 151px;
	height: auto;
	float: left;
	margin-top: 7px;
	margin-left: 2px;
	border-bottom: 1px solid #CCC;
}
#Pitemttl .ac{
	width: auto;
	height: 10px;
	padding: 3px 4px;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	color: #fff;
	background-color: #239178;
	border-radius: 2px;
	float: left;
}
#Pitemttl .t1{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	font-weight: 600;
	color: #000;
	float: left;
	margin-top: 7px;
	overflow: hidden;
	white-space: wrap;
	text-overflow: ellipsis;
}
.Pitemtxt {
	width: 151px;
	height: auto;
	float: left;
	margin-top: 5px;
	margin-left: 2px;
	font-size: 11px;
	line-height: 13px;
	font-weight: 500;
	text-align: left;
	color: #239178;
	overflow: hidden;
	white-space: wrap;
	text-overflow: ellipsis;
}
.c03btn a{
	position: relative;
	display:block;
	width: 310px;
	height: 40px;
	margin-top: 30px;
	margin-left: 5px;
	outline: 1px solid #fff;
	outline-offset: -3px;
	background-color: #239178;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #fff;
	overflow: hidden;
}
.c03btn a:hover{
	box-shadow: 5px 5px 0px rgba(150, 205, 75, 1.0);
	outline: 1px solid #239178;
}


#section04 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background: linear-gradient(180deg, #fff 0%, #fff 17%, #f8f8f8 17%, #f8f8f8 100%);
}
#contents04 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#hbox4 {
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
#hbox4 .t1{
	width: 100%;
	height: auto;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0px;
	font-weight: 600;
	text-align: left;
}
#news {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
}
#article {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
	transition: 0.4s;
}
#article:hover {
	border-bottom: 1px dotted #CCCCCC;
}
#article .date{
	width: 90px;
	height: 15px;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	color: #000;
}
#article .cate{
	width: 60px;
	height: 15px;
	float: left;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	color: #FFF;
	background-color: #239178;
	margin-top: 0px;
}
#article .txt{
	width: 320px;
	height: auto;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	margin-top: 7px;
	margin-left: 0px;
	color: #000;
}

}
