@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/about/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: 35px;
	line-height: 60px;
	text-align: left;
	font-weight: 400;
	color: #4f97c4;
	text-align: left;
	letter-spacing: 3px;
	float: left;
}
#c01box01 {
	position: relative;
	width: 1100px;
	height: 350px;
	float: left;
	margin-top: 70px;
}

#c01box01 .c01_txt01{
	position: absolute;
	width: 670px;
	font-size: 17px;
	line-height: 40px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1px;
	left: 0;
	top: 20px;
}
#c01box01 .c01Img01 {
	position: absolute;
	width: 450px;
	height: 350px;
	right: -70px;
}
#c01box01 .c01Img01 img{
	width: 450px;
	height: 350px;
	border-radius: 5px;
}
#c01box02 {
	position: relative;
	width: 1100px;
	height: 350px;
	float: left;
	margin-top: 80px;
}

#c01box02 .c01_txt02{
	position: absolute;
	width: 670px;
	font-size: 17px;
	line-height: 40px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1px;
	top: 20px;
	right: 0;
}
#c01box02 .c01Img02 {
	position: absolute;
	width: 450px;
	height: 350px;
	left: -70px;
}
#c01box02 .c01Img02 img{
	width: 450px;
	height: 350px;
	border-radius: 5px;
}

#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 100px;
}
#contents02 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
h3 {
	width: 100%;
	font-size: 45px;
	line-height: 45px;
	text-align: left;
	font-weight: 400;
	color: #4f97c4;
	text-align: left;
	letter-spacing: 3px;
	float: left;
}
.h3ac {
	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;
}

#c02box01 {
	position: relative;
	width: 1100px;
	height: 270px;
	float: left;
	margin-top: 70px;
}
#c02box01 .c02Img01 {
	position: relative;
	width: 270px;
	height: 270px;
	float: left;
}
#c02box01 .c02_txt01{
	position: relative;
	width: 760px;
	float: left;
	margin-left: 70px;
	margin-top: 40px;
}
#c02box01 .t1{
	width: 80px;
	font-size: 35px;
	line-height: 35px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 1px;
	color: #3da081;
	float: left;
}
#c02box01 .t2{
	width: 220px;
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1px;
	float: left;
	margin-left: 10px;
}
#c02box01 .t3{
	width: auto;
	font-size: 18px;
	line-height: 35px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1px;
	float: left;
	margin-left: 20px;
}
#contents02 .txt1{
	width: 100%;
	height: auto;
	font-size: 22px;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: left;
	float: left;
	margin-top: 60px;
}
#contents02 .sac{
	font-weight: 500;
	color: #f06e87;
}

#c02box02 {
	position: relative;
	width: 1100px;
	height: 385px;
	float: left;
	margin-top: 60px;
}
#c02box02 .c02_txt02{
	width: 670px;
	font-size: 17px;
	line-height: 35px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1px;
	float: left;
}
#c02box02 .c02Img02 {
	width: 380px;
	height: 385px;
	float: left;
	margin-left: 50px;
}


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

}
