@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/contact/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: 100px;
}
#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;
}

#contents01 .txt{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
	float: left;
	margin-top: 40px;
}
#Tel{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
}
#Tel .t1{
	width: auto;
	height: auto;
	float: left;
	text-indent: 45px;
	font-size: 45px;
	line-height: 45px;
	font-weight: 500;
	letter-spacing:1px;
	background-image: url(../web/object/ftac01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#Tel .t2{
	width: auto;
	height: auto;
	font-size: 17px;
	line-height: 17px;
	font-weight: 500;
	letter-spacing:1px;
	float: left;
	margin-top: 25px;
	margin-left: 30px;
}

.Form {
  width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  float: left;
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 250px;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #f9a7be;
  color: #fff;
  font-size: 14px;
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 700px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 700px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 600px;
  display: block;
  letter-spacing: 1px;
  background: #4f97c4;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
}


#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	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;
}
#contents02 .txt{
	width: 100%;
	float: left;
	margin-top: 40px;
	text-align: left;
	font-size: 17px;
	line-height: 30px;
}
.prv_ttl {
	width: 1090px;
	padding: 5px;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	float: left;
	text-align: left;
	margin-top: 40px;
	background: #4f97c4;
	letter-spacing: 1px;
}
.prv_txt {
	width: 1080px;
	float: left;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	margin-top: 15px;
	margin-left: 10px;
	letter-spacing: 1px;
}



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

}
