@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 50000;
}
.fadein1 {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1.0s;
}	
.fadein2 {
  opacity : 0;
  transform: translateX(100px);
  transition: all 1.5s;
}
.fadein3 {
  opacity : 0;
  transform: translateX(-100px);
  transition: all 1.5s;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg{
	width: 100%;
	height: 550px;
	margin-top:90px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/company_top/mimg.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #eee;
}

#txtBox {
	width: 100%;
	height: 100px;
	margin-top: 225px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}
#txtBox .st1{
	width: 100%;
	font-size: 55px;
	line-height: 55px;
	text-align: center;
	letter-spacing: 5px;
	font-weight: bold;
	color: #FFF;
	float: left;
	text-shadow: -3px -3px 4px rgba(0,0,0,0.5),3px 3px 4px rgba(0,0,0,0.5); 
}
#txtBox .st2{
	width: 100%;
	font-size : 24px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 3px;
	font-weight: bold;
	color: #FFF;
	float: left;
	margin-top: 20px;
	text-shadow: -2px -2px 3px rgba(0,0,0,0.5),2px 2px 3px rgba(0,0,0,0.5); 
}
#Pl {
	width: 100%;
	height: 28px;
	margin: 0 suto;
	background-color: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.breadcrumb {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 12px;
  line-height: 30px;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 5px;
  font-size: 12px;
  line-height: 30px;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
	color: #000;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:first-child a:before {
  content: url(../web/object/plhome.png);
  padding-right: 5px;
  line-height: 30px;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 50px;
	background-image: ;
	background-position: center;
	background-repeat: no-repeat;
	background-color: ;
	overflow: hidden;
}

#contents01 {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 1100px;
	height: 69px;
	text-align: center;
	font-size: 35px;
	line-height: 69px;
	letter-spacing: 3px;
	font-weight: bold;
	float: left;
	border-bottom: 1px solid #CCC;
	 position: relative;
    display: inline-block;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -1px;
  display: inline-block;
  width: 100px;
  height: 2px;
  left: 550px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2581d7;
}
.c01_txt {
	width: 1100px;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 25px;
	float: left;
}

#section02 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f5f5f5;
}
#section02:after{
	content: "";
	clear: both;
	display: block;
}
#contents02Box1 {
	width: 1100px;
	height: 340px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}
#contents02Box1 .Img{
	width: 550px;
	height: 340px;
	float: left;
}
#contents02Box1 .Img img{
	transition: 0.5s;
}
#contents02Box1 .Img img:hover{
	transform:scale(0.99);
}

#contents02Box1 .txt{
	width: 520px;
	height: 340px;
	float: left;
	margin-left: 30px;
}
#contents02Box2 {
	width: 1100px;
	height: 340px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}
#contents02Box2 .Img{
	width: 550px;
	height: 340px;
	float: right;
}
#contents02Box2 .Img img{
	transition: 0.5s;
}
#contents02Box2 .Img img:hover{
	transform:scale(0.99);
}
#contents02Box2 .txt{
	width: 520px;
	height: 340px;
	float: right;
	margin-right: 30px;
}
h3 {
	width: 520px;
	text-align: left;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-top: 20px;
	float: left;
	font-weight:bold;
}

.c2t{
	width: 520px;
	height: auto;
	float: left;
	margin-top: 20px;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
}
#c02_ac {
	float: left;
	margin-top: 30px;
	clear: both;
}
.button {
  display: inline-block;
  width: 240px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 40px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #333;
  color: #000;
  line-height: 40px;
  overflow: hidden;
}
.button:hover {
  color: #fff;
  text-decoration: none;
}
.button::after {
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  left: 0;
  background-color: #2581d7;
}

#section03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

#contents03 {
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}

#c03_ac {
	float: left;
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
}
.button2 {
  display: inline-block;
  width: 450px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 1px;
  outline: none;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button2 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #333;
  color: #000;
  line-height: 60px;
  overflow: hidden;
}
.button2:hover {
  color: #fff;
  text-decoration: none;
}
.button2::after {
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button2:hover::after {
  top: 0;
  left: 0;
  background-color: #2581d7;
}



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

}
