@charset "utf-8";
/* CSS Document */

#sidemenu {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 3px;
	width: 40px;
	height: 150px;
	z-index: 50000;
}
#sidemenu img{
	width: 40px;
	height: auto;
	margin-bottom: 10px;
	transition: 0.4s;
}
#sidemenu img:hover{
	transform: scale(0.95);
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 200px;
	right: 3px;
	width: 40px;
	height: 40px;
	z-index: 50000;
	 filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
.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-left: auto;
	margin-right: auto;

}
#slider {
    width: 100%;
    height: 100vh;
	margin-left: auto;
	margin-right: auto;
}
#mimg .txtBox {
	position: absolute;
	width: auto;
	height: auto;
	display:inline-block;
	bottom: 7%;
	left: 4%;
	z-index: 1000;
}
#mimg .p1 {
	position: relative;
	width: auto;
	height: auto;
	margin: 0 auto;
	font-size: 38px;
	line-height: 60px;
	letter-spacing: 5px;
	font-weight: 500;
	color: #fa84a3;
    text-align: left;
	writing-mode: vertical-rl;
	-webkit-text-stroke: 5px #fff;
	paint-order: stroke;
	float: right;
}
#mimg .p2 {
	position: relative;
	width: auto;
	height: auto;
	margin: 0 auto;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 3px;
	font-weight: 500;
	color: #000;
    text-align: left;
	writing-mode: vertical-rl;
	-webkit-text-stroke: 2px #fff;
	paint-order: stroke;
	margin-right: 20px;
	float: right;
}
#mimg .slidecover {
	position: absolute;
    width: 100%;
    height: 100%;
	z-index: 500;
	background-image: linear-gradient(45deg, rgba(0,0,0,0.15), rgba(0,0,0,0));
	top: 0;
	left: 0;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 70px;
	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: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
#s01Box {
	position: relative;
	width: 100%;
	min-height: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	overflow: hidden;
}
#c01txtbox {
	position: absolute;
	left: 3%;
	width: 37%;
	height: auto;
}
.h2ac {
	width: fit-content;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	background:linear-gradient(90deg,#fa6496 0%,#fcb41b 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	float: left;
}
h2 {
	width: 100%;
	height: auto;
	font-size: 28px;
	line-height: 48px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: 500;
	float: left;
	margin-top: 15px;
	background-image: url(../web/home/h2ac.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#c01txtbox .st1{
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	margin-top: 30px;
	float: left;
}
#c01txtbox .btn p{
	position: relative;
	display: block;
	width: 300px;
	height: 50px;
	font-size: 18px;
	line-height: 47px;
	color: #fff;
	letter-spacing: 0px;
	text-align: center;
	float: left;
	z-index: 2;
}
#c01txtbox .btn{
	position: relative;
	width: 300px;
	height: 50px;
	margin-top: 40px;
	border-radius: 25px;
	background-image: url(../web/home/btnac01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background:linear-gradient(90deg,#fa6496 0%,#fcb41b 100%);
	float: left;
	z-index: 0;
	transition: 0.4s;
}
#c01txtbox .btn::before{
	position: absolute;
	content:"";
	top: 0;
	left: 0;
	width: 300px;
	height: 50px;
	border-radius: 25px;
	background:linear-gradient(90deg,#2db061 0%,#5ea6d9 100%);
	opacity: 0;
	transition: 0.4s;
	z-index: 0;
}
#c01txtbox .btn:hover::before{
	opacity: 1;
}
#c01txtbox .btn a::after{
	position: absolute;
	content:"";
	top: 0;
	left: 0;
	width: 300px;
	height: 50px;
	background-image: url(../web/home/btnac01.png);
	background-repeat: no-repeat;
	background-position: right center;
	z-index: 1;
}

#c01Backbox01 {
	position: absolute;
	right: 0;
	width: 55%;
	padding-top: 28.05%;
	z-index: 1020;
	max-width: 1000px;
	max-height: 510px;
	margin-top: 40px;
}
#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: 510px;
}
#c01Backbox01 .src1{
	display:block;
	background-image: url(../web/home/c01img01.png); 
}
#c01Backbox01 .src2{
	background-image: url(../web/home/c01img02.png);  
	animation-delay: 7s;
}
#c01Backbox01 .src3{
	background-image: url(../web/home/c01img03.png);  
	animation-delay: 14s;
}
@keyframes bgAnime3 {
   0% { opacity: 0; }
   5% { opacity: 1; }
   33% { opacity: 1; }
  40% { opacity: 0; }
}


#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 70px;
	background-color: #fffafa;
}
#contents02 {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}

.heart-background {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.heart {
  position: absolute;
  bottom: -20px;
  background-color: #ff6b81;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  animation: floatHeart 8s infinite ease-in;
  opacity: 0;
}

.heart::before, .heart::after {
  content: "";
  position: absolute;
  background-color: #ff6b81;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.heart::before { top: -10px; left: 0; }
.heart::after { top: 0; left: 10px; }

/* ハートの位置と遅延をランダムにする */
.heart:nth-child(1) { left: 10%; animation-delay: 0s; }
.heart:nth-child(2) { left: 50%; animation-delay: 4s; animation-duration: 5s; }
.heart:nth-child(3) { left: 90%; animation-delay: 6s; }
.heart:nth-child(4) { left: 30%; animation-delay: 8s; animation-duration: 5s;}
.heart:nth-child(5) { left: 70%; animation-delay: 10s; }

@keyframes floatHeart {
  0% { transform: translateY(0) rotate(-45deg); opacity: 0.1; }
  70% { opacity: 0.3; }
  100% { transform: translateY(-100vh) rotate(-45deg); opacity: 0; }
}

h3 {
	width: 100%;
	height: auto;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 500;
}
.h3ac {
	width: fit-content;
	height: auto;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: center;
	background:linear-gradient(90deg,#fa6496 0%,#fcb41b 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#servicebox {
	position: relative;
	width: 1200px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#service {
	position: relative;
	width: 360px;
	height: auto;
	margin-top: 50px;
}
#service .s1{
	color: #ff6464;	
}
#service .s2{
	color: #f53296;	
}
#service .s3{
	color: #46b46e;	
}
#service .s4{
	color: #50aadc;	
}
#service .s5{
	color: #ff9600;
}
#service .t1{
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	color: #000;
	float: left;
}
#service .spt{}

#service .Img{
	position: relative;
	width: 360px;
	height: 260px;
	float: left;
	margin-top: 10px;
	border-radius: 10px;
}
#service .bgImg{
	width: 100%;
	position: absolute;
	top: 0px;
	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;
	border-radius: 10px;
	transition: 0.4s;
}
#service .src1{
	display:block;
	background-image: url(../web/home/c02img01.jpg); 
}
#service .src2{
	background-image: url(../web/home/c02img02.jpg);  
	animation-delay: 6s;
}
#service .src3{
	display:block;
	background-image: url(../web/home/c02img03.jpg); 
}
#service .src4{
	background-image: url(../web/home/c02img04.jpg);  
	animation-delay: 6s;
}
#service .src5{
	display:block;
	background-image: url(../web/home/c02img05.jpg); 
}
#service .src6{
	background-image: url(../web/home/c02img06.jpg);  
	animation-delay: 6s;
}
#service .src7{
	display:block;
	background-image: url(../web/home/c02img07.jpg); 
}
#service .src8{
	background-image: url(../web/home/c02img08.jpg);  
	animation-delay: 6s;
}
#service .src9{
	display:block;
	background-image: url(../web/home/c02img09.jpg); 
}
#service .src10{
	background-image: url(../web/home/c02img10.jpg);  
	animation-delay: 6s;
}


@keyframes bgAnime2 {
   0% { opacity: 0; }
   5% { opacity: 1; }
   50% { opacity: 1; }
  55% { opacity: 0; }
}

#service:hover .bgImg{
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	transform: scale(1.02);

}
#service .ttl1{
	width: 100%;
	height: 22px;
	font-size: 22px;
	line-height: 22px;
	text-align: left;
	color: #ff6464;
	float: left;
	background-image: url(../web/home/c02ac01.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-top: 15px;
}
#service .ttl2{
	width: 100%;
	height: 22px;
	font-size: 22px;
	line-height: 22px;
	text-align: left;
	color: #f53296;
	float: left;
	background-image: url(../web/home/c02ac02.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-top: 15px;
}
#service .ttl3{
	width: 100%;
	height: 22px;
	font-size: 22px;
	line-height: 22px;
	text-align: left;
	color: #46b46e;
	float: left;
	background-image: url(../web/home/c02ac03.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-top: 15px;
}
#service .ttl4{
	width: 100%;
	height: 22px;
	font-size: 22px;
	line-height: 22px;
	text-align: left;
	color: #50aadc;
	float: left;
	background-image: url(../web/home/c02ac04.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-top: 15px;
}
#service .ttl5{
	width: 100%;
	height: 22px;
	font-size: 22px;
	line-height: 22px;
	text-align: left;
	color: #ff9600;
	float: left;
	background-image: url(../web/home/c02ac05.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-top: 15px;
}

#service .t2{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	color: #000;
	float: left;
	margin-top: 15px;
}


#section03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents03 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
h4 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 500;
}
.h4ac {
	width: fit-content;
	height: auto;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: center;
	background:linear-gradient(90deg,#2db061 0%,#5ea6d9 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#contents03 .Igbtn {
	position: absolute;
	top: 0;
	right: 0px;
	width: 123px;
	height: 30px;
	padding-left: 37px;
	background-image: url(../web/home/igbtn.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	letter-spacing: 0;
	text-align: left;
	transition: 0.4s;
}
#contents03 .Igbtn:hover {
	top: 0;
	right: -10px;
}

#contents03 ul.newslist {
	width: 1160px;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	padding-bottom: 9px;
	border-bottom: 1px dotted #ccc;
}
#contents03 ul.newslist li {
	width: auto;
	height: 24px;
	padding: 0 10px;
	border-radius: 12px;
	outline: 1px solid #999;
	outline-offset: -1px;
	font-size: 13px;
	line-height: 24px;
	float: left;
	text-align: left;
	list-style: none;
	transition: .4s;
	margin-right: 15px;
	color: #000;
}
#contents03 ul.newslist li a{ color: #000; text-decoration:none; display: block;}

#contents03 ul.newslist li a:hover{ color: #fff; display: block;}

#contents03 ul.newslist li:hover{ color: #fff; text-decoration:none; background-color: #2db061; display: block; outline: #2db061;}

#Newspc {
	width: 100%;
	height: auto;
}
#contents03 iframe{
	width: 100%;
	height: 750px;
	margin-top: 5px;
}


@media screen and (min-width:768px){
#Newssp { display:none;}
}
