@charset "utf-8";
/* CSS Document */

#sidemenu {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 3px;
	width: 40px;
	height: 150px;
	z-index: 50000;
}
#sidemenu img{
	width: 40px;
	height: auto;
	margin-bottom: 10px;
	transition: 0.4s;
}
#sidemenu img:hover{
	transform: scale(0.95);
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 200px;
	right: 3px;
	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);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 300px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/object/mimg_back.jpg);
	background-position: center;
	background-repeat: no-repeat;

}
#mimg .p1 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 50px;
	line-height: 51px;
	letter-spacing: 5px;
	font-weight: 700;
	color: #513f2a;
    text-align: center;
	-webkit-text-stroke: 5px #fff;
	paint-order: stroke;
	margin-top: 105px;
	float: left;
}
#mimg .p2 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 3px;
	font-weight: 700;
	color: #4494d1;
    text-align: center;
	-webkit-text-stroke: 2px #fff;
	paint-order: stroke;
	margin-top: 25px;
	float: left;
}

#breadcrumb {
	width: calc(100% - 20px);
	height: 49px;
	border-bottom: 1px solid #EEE;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
　　list-style: none;
    text-align: left;
	background-color: #fcfcfc;
	padding-left: 20px;
}
#breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  line-height: 50px;
}

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

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

#breadcrumb li a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
}
#breadcrumb .nl{
	width: auto;
  display: inline-block;
  padding: 0px;
  text-decoration: none;
  color: #ff96c8;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
}

#breadcrumb li a:hover {
  color: #ff96c8;
}

/*--------------------------------------------------------------------------コンテンツ*/
#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: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	position: relative;
	width: 1130px;
	height: 35px;
	padding-top: 25px;
	padding-left: 70px;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: 500;
	float: left;
	background-image: url(../web/corporation/h3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h2 span{
	position: absolute;
	width: fit-content;
	height: auto;
	top: 0;
	left: 70px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
	background:linear-gradient(90deg,#fa6496 0%,#fcb41b 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	float: left;
}

#brochure {
	width: 210px;
	height: 350px;
	padding: 7px;
	background-color: #f9e2e2;
	float: left;
	margin-top: 40px;
}
#brochure.f {
	margin-left: 20px;
}
#brochure .Img{
	width: 210px;
	height: 300px;
	float: left;
}
#brochure .Img img{
	width: 210px;
	height: 300px;
	object-fit: cover;
	overflow: hidden;
	transition: 0.4s;
}
#brochure .Img img:hover{
	transform: scale(1.02);
}
#brochure .ttl{
	width: 100%;
	height: auto;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	float: left;
}



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

}
