@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 70px;
	height: 70px;
	z-index: 5000;
}
.pagetop img {
	transition: 0.2s;
}
.pagetop img:hover {
	transform: scale(1.1);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 600px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/service/mimg.webp);
	background-position: center top;
	background-size: cover;
	z-index: 1;
}

#mimg .txtBox {
	position: absolute;
	width: 50%;
	height: auto;
	z-index: 1000;
	margin-top: 370px;
	margin-left: 5%;
	margin-right: auto;
}
#mimg .p1 {
	width: auto;
	height: auto;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: ;
	color: #FFF;
    text-align: left;
}
#mimg .p2 {
	width: auto;
	height: auto;
	font-size: 75px;
	line-height: 75px;
	letter-spacing: 3px;
	color: #FFF;
	font-weight: 500;
    text-align: left;
	margin-top: 15px;
}
/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:0.8s;
  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:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*--------------------------------------------------------------------------コンテンツ*/
#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: 1100px;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 100%;
	font-size: 45px;
	line-height: 45px;
	text-align: left;
	font-weight: 400;
	color: #4f97c4;
	text-align: left;
	letter-spacing: 3px;
	float: left;
}
.h2ac {
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: ;
	color: #4f97c4;
	text-align: left;
	letter-spacing: 1px;
	float: left;
	margin-top: 20px;
}
.c01_txt{
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1px;
	float: left;
	margin-top: 30px;
}
#c01Img {
	width: 1100px;
	height: auto;
	min-height: 760px;
	float: left;
	margin-top: 80px;
	background-image: url(../web/service/img1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#c01Imgtbox{
	width: 350px;
	height: auto;
	float: left;
}
#c01Imgtbox.b01{
	margin-left: 720px;
}
#c01Imgtbox.b02{
	margin-top: 540px;
	margin-left: 25px;
}
#c01Imgtbox.b03{
	margin-top: 540px;
	margin-left: 350px;
}
#c01Imgtbox .ttl01{
	width: 100%;
	height: auto;
	float: left;
	font-size: 30px;
	line-height: 30px;
	color: #e94279;
	font-weight: 500;
	text-align: left;
}
#c01Imgtbox .ttl02{
	width: 100%;
	height: auto;
	float: left;
	font-size: 25px;
	line-height: 25px;
	color: #4b8cbf;
	font-weight: 500;
	text-align: center;
}
#c01Imgtbox .txt{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin-top: 15px;
}



#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 50px;
}
#contents02 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
#servicebox {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#service {
	width: 340px;
	height: auto;
	margin-top: 50px;
}
#service .Img{
	width: 340px;
	height: 340px;
	float: left;
}
#service .Img img{
	width: 340px;
	height: 340px;
	border-radius: 8px;
}
#service .sttl{
	width: 100%;
	height: 25px;
	font-size: 23px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 400;
	margin-top: 20px;
	float: left;
}
#service .stxt{
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 20px;
	float: left;
}
#contents02 .ttl{
	width: auto;
	height: 28px;
	padding: 0 20px 10px 5px;
	margin-top: 50px;
	float: left;
	clear: both;
	font-size: 28px;
	line-height: 28px;
	text-align: left;
	letter-spacing: 1px;
	border-bottom: 2px solid #f9a7be;
}
#contents02 .txt1{
	width: 100%;
	height: auto;
	margin-top: 20px;
	float: left;
}
#contents02 .txt1 li{
	width: auto;
	height: auto;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 30px 0 0;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
}
.list_txt1::before {
    content:  "";
    width:  12px;
    height:  12px;
    display:  inline-block;
    background-color: #f9a7be;
    border-radius:  50%;
	margin-right: 5px;
}
#contents02 .txt2{
	width: 100%;
	height: auto;
	margin-top: 20px;
	float: left;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
}

#section03 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 100px;
}
#contents03 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
#contents03 .ttl{
	width: 100%;
	margin-top: 60px;
	float: left;
	font-size: 25px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	color: #e94279;
}
#contents03 .txt{
	width: 100%;
	height: auto;
	margin-top: 25px;
	float: left;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
}
#contents03 .tblBox {
	width: 700px;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 25px;
	word-break: break-all;
}
#contents03 .tblBox table {
	min-width: 700px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#contents03 .tblBox td {
	min-width: ;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 15px 15px 15px 15px;
}
.c03btn {
	display:block;
	width: 400px;
	height: 50px;
	border-radius: 25px;
	float: left;
	outline: 1px solid #999;
	outline-offset: -1px;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	color: #000;
	margin-top: 30px;
}
.c03btn :hover{
	color: #FFF;
	outline: 1px solid #f9a7be;
	outline-offset: -1px;
	background-color: #f9a7be;
	transition: 0.4s !important;
}

#flow {
	width: 250px;
	height: auto;
	float: left;
	margin-top: 50px;
}
#flow .Img{
	width: 250px;
	height: 215px;
	float: left;
}
#flow .txt{
	width: 250px;
	height: ;
	float: left;
	margin-top: 10px;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
}
.fwac1 {
	width: 33px;
	height: 215px;
	float: left;
	margin-top: 50px;
	background-image: url(../web/service/img6.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.fwac2 {
	width: 34px;
	height: 215px;
	float: left;
	margin-top: 50px;
	background-image: url(../web/service/img6.png);
	background-position: top left;
	background-repeat: no-repeat;
}

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

}
