@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: 20px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
#s01Box {
	position: relative;
	width: 100%;
	min-height: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	overflow: hidden;
}
#c01txtbox {
	position: absolute;
	left: 3%;
	width: 37%;
	height: auto;
}
.h2ac {
	width: fit-content;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	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;
}
h2 {
	width: 100%;
	height: auto;
	font-size: 28px;
	line-height: 48px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: 500;
	float: left;
	margin-top: 15px;
	background-image: url(../web/home/h2ac.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#c01txtbox .st1{
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 35px;
	letter-spacing: 0px;
	margin-top: 30px;
	float: left;
}
#c01Backbox01 {
	position: absolute;
	right: 0;
	width: 55%;
	padding-top: 28.05%;
	z-index: 1020;
	max-width: 1000px;
	max-height: 510px;
	margin-top: 40px;
}
#c01Backbox01 .bgImg{
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime3 21s infinite;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	max-height: 510px;
}
#c01Backbox01 .src1{
	display:block;
	background-image: url(../web/home/c01img01.png); 
}
#c01Backbox01 .src2{
	background-image: url(../web/home/c01img02.png);  
	animation-delay: 7s;
}
#c01Backbox01 .src3{
	background-image: url(../web/home/c01img03.png);  
	animation-delay: 14s;
}
@keyframes bgAnime3 {
   0% { opacity: 0; }
   5% { opacity: 1; }
   33% { opacity: 1; }
  40% { opacity: 0; }
}


#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 50px;
}
#contents02 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-top: 0px;
	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;
}

#c02Img {
	width: 400px;
	height: 450px;
	float: left;
	margin-top: 40px;
}
#c02Img img{
	width: 400px;
	height: 450px;
	outline: 1px solid #ddd;
	outline-offset: -1px;
	border-radius: 10px;
}
#c02Txt {
	width: 1200px;
	height: auto;
	float: left;


	margin-left: 0.px;
	margin-top: 40px;
	margin-left: 0px;
}
#c02Txt .t1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	letter-spacing: 1px;
}
#c02Txt .t1 span{ color:#fa6496;}
	
#c02Txt .t2{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #fa6496;
	font-weight: 600;
}

#section03 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents03 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
#contents03 .tablebox01{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
	word-break: break-all;
	text-align: left;
	background-color: #FFF;
}
#contents03 .tablebox01 table {
	width: 100%;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	clear:both;
}
#contents03 .tablebox01 td {
	min-width: ;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 15px 20px 15px 20px;
}
#contents03 .btn a{
	display: block;
	width: 500px;
	height: 55px;
	float: left;
	margin-top: 70px;
	margin-left: 350px;
	text-align: center;
	font-size: 20px;
	line-height: 52px;
	font-weight: 600;
	color: #fa6496;
	background-color: #FFF;
	border-radius: 28px;
	outline: 2px solid #fa6496;
	outline-offset: -2px;
	transition: 0.4s;
}
#contents03 .btn a:hover{
	color: #fff;
	background-color: #fa6496;
}


#section04 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents04 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents04:after{
	content: "";
	clear: both;
	display: block;
}
.CIimg {
	width: 200px;
	height: 200px;
	margin-top: 50px;
	float: left;
}
.CIimg img{
	width: 200px;
	height: 200px;
	border-radius: 10px;
	outline: 2px solid #ccc;
	outline-offset: -2px;
}
#CItxt {
	width: 950px;
	height: auto;
	min-height: 200px;
	margin-top: 50px;
	margin-left: 50px;
	float: left;
}
#CItxt .t1{
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	color: #ff6600;
	float: left;
}
#CItxt .t2{
	width: 100%;
	height: auto;
	margin-top: 20px;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	float: left;
}

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

}
