@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 200px;
	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: 250px;
	margin-top: 110px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #19648c;
}
#mimgtxt {
	position: relative;
	width: 1100px;
	padding-top: 90px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
}
#mimgtxt .p1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 45px;
	line-height: 50px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
	letter-spacing: 3px;
}
#mimgtxt .p2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
	letter-spacing: 1px;
	margin-top: 10px;
}
#breadcrumb {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
　　list-style: none;
    text-align: left;
}
#breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}

#breadcrumb li:after {
  content: '>';
  padding: 3px 7px;
  color: #000;
}

#breadcrumb li:last-child:after {
  content: '';
}

#breadcrumb li a {
	width: auto;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 15px;
  text-decoration: none;
  color: #fff;
  background: #666;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
#breadcrumb .nl{
	width: auto;
  display: inline-block;
  padding: 0px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

#breadcrumb li a:hover {
  background: #19648c;
}

/*--------------------------------------------------------------------------コンテンツ*/
#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: 20px;
}
#contents01 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
#contactBox01 {
	width: 800px;
	height: auto;
	padding: 30px 150px;
	outline: 2px solid #19648c;
	outline-offset:-2px;
	border-radius: 10px;
}
#contactBox01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 400px;
	height: 50px;
	background-color: #19648c;
	float: left;
	border-radius:5px;
	text-align: center;
	font-size: 25px;
	line-height: 48px;
	font-weight: 500;
	letter-spacing:1px;
	color: #FFF;
	margin-left: 200px;
}
#contactBox01 .tel01{
	width: 600px;
	height: 65px;
	float: left;
	margin-left: 100px;
	background-image: url(../web/contact/ac01.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 65px;
	line-height: 65px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 30px;
}
#contactBox01 .t01{
	width: 100%;
	height: 39px;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	margin-top: 25px;
	border-bottom: 1px solid #333;
}
#contactBox01 .t02{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000;
	margin-top: 25px;
}
#contactBox01 .tel02{
	width: 520px;
	height: 55px;
	float: left;
	margin-left: 160px;
	background-image: url(../web/contact/ac03.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 55px;
	line-height: 55px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 15px;
}
#contactBox01 .t03{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 1px;
	margin-top: 20px;
}


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

#contactBox02 {
	width: 900px;
	height: auto;
	padding: 40px 100px;
	outline: 2px solid #19648c;
	outline-offset:-2px;
	border-radius: 10px;
	background-color: #FFFDF7;
}
#contactBox02:after{
	content: "";
	clear: both;
	display: block;
}
h3 {
	width: 400px;
	height: 50px;
	background-color:#19648c;
	float: left;
	border-radius:5px;
	text-align: center;
	font-size: 25px;
	line-height: 48px;
	letter-spacing:1px;
	color: #FFF;
	margin-left: 250px;
}
.Form {
  width: 100%;
  margin-top: 50px;
  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: #19648c;
  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: #fff;
  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: #fff;
  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: #19648c;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  cursor:pointer;
  transition: 0.4s;
}
.Form-Btn:hover {
  background: #FFBE00;
}



#section03 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 100px;
}
#contents03 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}

h4 {
	display: inline-block;
	position: relative;
	width: 1060px;
	height: 60px;
	padding: 0px 20px;
    font-size: 30px;
	line-height: 60px;
    font-weight: 600;
	color: #FFF;
	letter-spacing: 1px;
	text-align: left;
	background-color: #19648c;
	border-radius: 5px;
}
h4:before {
  content: '●';
  color: white;
  margin-right: 8px;
}
#contents03 .txt{
	width: 100%;
	float: left;
	margin-top: 30px;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
}
.prv_ttl {
	width: 1080px;
	padding: 10px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	float: left;
	text-align: left;
	margin-top: 40px;
	background: #aaa;
	letter-spacing: 1px;
}
.prv_txt {
	width: 1080px;
	float: left;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	margin-top: 15px;
	margin-left: 10px;
	letter-spacing: 0px;
}

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

}
