@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
#sidemenu {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
	padding: px;
	background-color:;
	border-radius: ;
	z-index: 50000;
}
#sidemenu img{
	width: 0;
	height: 0;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 120px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/object/mimg_back.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#mimg .p1 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 23px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #513f2a;
    text-align: center;
	-webkit-text-stroke: 3px #fff;
	paint-order: stroke;
	margin-top: 40px;
	float: left;
}
#mimg .p2 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #4494d1;
    text-align: center;
	-webkit-text-stroke: 2px #fff;
	paint-order: stroke;
	margin-top: 10px;
	float: left;
}

#breadcrumb { display:none;}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 50px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 340px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	position: relative;
	width: 300px;
	height: 22px;
	padding-top: 15px;
	padding-left: 40px;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	font-weight: 500;
	float: left;
	background-image: url(../web/corporation/h3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 30px;
}
h2 span{
	position: absolute;
	width: fit-content;
	height: auto;
	top: 0;
	left: 40px;
	font-size: 11px;
	line-height: 11px;
	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: 150px;
	height: auto;
	min-height: 260px;
	padding: 5px;
	background-color: #f9e2e2;
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
#brochure.f {
	margin-left: 5px;
}
#brochure .Img{
	width: 150px;
	height: 214px;
	float: left;
}
#brochure .Img img{
	width: 150px;
	height: 214px;
	object-fit: cover;
	overflow: hidden;
	transition: 0.4s;
}
#brochure .Img img:hover{
	transform: scale(1.00);
}
#brochure .ttl{
	width: 100%;
	height: auto;
	margin-top: 5px;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	float: left;
}



}
