@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	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-top: 0px;
	margin-left: auto;
	margin-right: auto;

}
#slider {
    width: 100%;
    height: 100vh;
	margin-left: auto;
	margin-right: auto;
}
#mimg .txtBox {
	position: absolute;
	width: 65%;
	height: auto;
	display:inline-block;
	bottom: 10%;
	left: 5%;
	z-index: 1000;
}
#mimg .p1 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 48px;
	line-height: 65px;
	font-weight: 600;
	letter-spacing: 4px;
	color: #fff;
    text-align: left;
	float: left;
}
#mimg .p2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
    text-align: left;
	float: left;
	margin-top: 10px;
}


/*--------------------------------------------------------------------------コンテンツ*/
#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-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
#c01box01 {
	width: 550px;
	height: auto;
	float: left;
}
h2 {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	font-size: 60px;
	line-height: 65px;
	font-weight:600;
	text-align: left;
	letter-spacing: 3px;
	color: #2341b9;
	margin-top: 15px;
}
.h2ac {
	width: 100%;
	height: auto;
	float: left;
	font-size: 15px;
	line-height: 16px;
	font-weight:600;
	text-align: left;
	letter-spacing: 1px;
	color: #2341b9;
}
#c01box01 .img01{
	width: 550px;
	height: 100px;
	float: left;
	margin-top: 50px;
}
#c01box01 .txt{
	width: 550px;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 50px;
}
#c01box01 .btn a{
	display: block;
	width: 170px;
	height: 50px;
	float: left;
	font-size: 16px;
	line-height: 50px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 50px;
	background-image: url(../web/home/c01ac01.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #000;
	transition: 0.4s;
}
#c01box01 .btn a:hover{
	color: #2341b9;
	margin-left: 5px;
}
#c01box02 {
	width: 500px;
	height: auto;
	margin-left: 50px;
	float: left;
}
#c01box02 .img01{
	width: 500px;
	height: auto;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	float: left;
}
#c01box02 .img01 img{
	width: 500px;
	height: 350px;
	margin-bottom: 5px;
}
#c01box02 .img02{
	width: 500px;
	height: auto;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	float: left;
	margin-top: 10px;
}
#c01box02 .img02 img{
	width: 500px;
	height: 350px;
	margin-bottom: 5px;
}

#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 70px;
	background-color: #f6f6f6;
}
#contents02 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
#contents02 .txt{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
}

#c02nav {
	width: 340px;
	height: auto;
	float: left;
	margin-top: 40px;
	padding-bottom: 10px;
	transition: 0.4s;
	border-bottom: 1px dotted #f6f6f6;
}
#c02nav.f{ margin-left: 40px;}

#c02nav .Img{
	width: 340px;
	height: 200px;
	float: left;
}
#c02nav .Img img{
	width: 340px;
	height: 200px;
	transition: 0.4s;
}
#c02nav .ttl{
	width: 340px;
	height: 20px;
	float: left;
	margin-top: 15px;
	text-align: left;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #000;
	background-image: url(../web/home/c02ac01.png);
	background-repeat: no-repeat;
	background-position: right;
	transition: 0.4s;
}
#c02nav:hover .Img img{
	transform: scale(1.02);
}
#c02nav:hover{
	border-bottom: 1px dotted #999;
}

#section03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents03 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
#contents03 .btn a{
	position: absolute;
	display: block;
	width: 170px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	background-image: url(../web/home/c01ac01.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #000;
	transition: 0.4s;
	top: 10px;
	right: 5px;
}
#contents03 .btn a:hover{
	color: #2341b9;
	right: 0;
}

#news {
	width: 100%;
	height: auto;
	float: left;
	list-style: none;
	margin-top: 20px;
}
#news li{
	width: 100%;
	height: auto;
	float: left;
	list-style: none;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	border-bottom: 1px dotted #999999;
	margin-top: 30px;
	padding-bottom: 10px;
}
#news li .date{
	width: 180px;
	height: auto;
	float: left;
}
#news li .article{
	width: 900px;
	height: auto;
	float: left;
	margin-left: 20px;
}

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

}
