@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: 50px;
}
#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;
}
#currentBox {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap:wrap;
	float: left;
	margin-top: 10px;
}
#currentBox .btn a{
	display: block;
	width: 360px;
	height: 60px;
	border-radius: 10px;
	outline: 2px solid #999;
	outline-offset: -2px;
	text-align: center;
	font-size: 18px;
	line-height: 57px;
	color: #000;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	transition: 0.4s;
}
#currentBox .btn a:hover{
	color: #000;
	outline: 2px solid #8cbe37;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents02 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}

h3 {
	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;
}
h3 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;
}
#contents02 .txtBox {
	width: 650px;
	height: auto;
	float: left;
	margin-top: 40px;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
}
#contents02 .imgBox {
	width: 470px;
	height: auto;
	float: left;
	margin-top: 40px;
	margin-left: 80px;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	color: #6a421e;
}
#contents02 .imgBox img{
	width: 470px;
	height: auto;
	padding-bottom: 10px;
}
#goodpoint {
	width: 360px;
	height: 300px;
	outline: 2px solid #fb89a9;
	outline-offset: -2px;
	background-color:#fcfaed;
	border-radius: 10px;
	float: left;
	margin-top: 50px;
}
#goodpoint.f { margin-left: 60px;}

#goodpoint .ttl{
	width: 100%;
	height: 50px;
	background-color: #fb89a9;
	border-radius: 10px 10px 0 0;
	text-align: center;
	font-size: 19px;
	line-height: 48px;
	color: #FFF;
	float: left;
}
#goodpoint .Img{
	width: 320px;
	height: 130px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#goodpoint .Img img{
	width: 320px;
	height: 130px;
}

#goodpoint .txt{
	width: 320px;
	height: auto;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 1px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

#section03 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents03 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}

#Voice {
	width: 560px;
	height: 250px;
	float: left;
	margin-top: 60px;
}
#Voice.f { margin-left: 80px;}
#Voice .Img{
	width: 180px;
	height: 250px;
	float: left;
}
#Voice .Img img{
	width: 180px;
	height: 250px;
	border-radius: 10px;
}
#Voice .t1{
	width: 340px;
	height: auto;
	text-align: left;
	font-size: 15px;
	line-height: 15px;
	float: left;
	margin-left: 40px;
}
#Voice .t2{
	width: 340px;
	height: auto;
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	color: #f55d88;
	float: left;
	margin-top: 10px;
	margin-left: 40px;
}
#Voice .t3{
	width: 340px;
	height: auto;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
}


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

}
