@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 {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 110px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F7EC;
}
#slider {
    width: 100%;
    height: 70vh;
	margin-left: auto;
	margin-right: auto;
}
#mimg .slidecover {
	position: absolute;
    width: 100%;
    height: 100%;
	z-index: 500;
	background-color: rgba(0,0,0,0.1);
}
#mimg .txtBox {
	position: absolute;
	width: 80%;
	height: auto;
	display:inline-block;
	bottom: 47%;
	left: 10%;
	z-index: 1000;
}
#mimg .p1 {
	width: auto;
	height: auto;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 3px;
	font-weight: 600;
	color: #fff;
    text-align: center;
}

#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;
}

#cnv {
	position: relative;
	width: 1100px;
	height: 40px;
	margin: 0 auto;
	display: flex;
	justify-content:center;
}
#cnv .btn01{
	position: relative;
	display:block;
	width: 260px;
	height: 40px;
	border-radius: 20px;
	background-color: #fff;
	color: #206eb6;
	transition: 0.4s;
	text-align: center;
	font-size: 17px;
	line-height: 40px;
	letter-spacing: 1px;
	outline: 1px solid #206eb6;
	outline-offset: -1px;
	margin-left: 20px;
	margin-right: 20px;
}
#cnv a{	text-decoration: none;}
#cnv .btn01::before {
    content: attr(data-hover);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: transparent;
    text-align: center;
    white-space: nowrap;
    transition: 0.4s;
}
#cnv .btn01:hover {
	background-color: #206eb6;
	outline: 1px solid #206eb6;
	outline-offset: -1px;
}
#cnv .btn01:hover::before {
	color: #fff;
}

#section01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 80px;
}

#contents01 {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	color: #206eb6;
}
.h2ac {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: #206eb6;
	letter-spacing: 1px;
	font-weight: bold;
	float: left;
}

#contents01 .txt01 {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 60px;
	float: left;
}
#contents01 .txt02 {
	width: 100%;
	height: auto;
	font-size: 22px;
	line-height: 45px;
	text-align: center;
	letter-spacing: 3px;
	color: #206eb6;
	font-weight: bold;
	margin-top: 30px;
	float: left;
}
#contents01 .txt03 {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 30px;
	float: left;
}

#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #faf8f5;
}
#contents02 {
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
h3 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	color: #206eb6;
}
#brandbox {
	position: relative;
	width: 100%;
	height: 1400px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;

	background-position: center top;
	background-size: auto;
	background-repeat: no-repeat;
}

#brandbox .bgImg{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime2 16s infinite;
	background-position: center top;
	background-size: auto;
	background-repeat: no-repeat;
	z-index: 1;

}
#brandbox .src1{
	display:block;
	background-image: url(../web/brand/cont02_back01.webp); 
}
#brandbox .src2{
	background-image: url(../web/brand/cont02_back02.webp);  
	animation-delay: 8s;
}
@keyframes bgAnime2 {
   0% { opacity: 0; }
   8% { opacity: 1; }
   50% { opacity: 1; }
  60% { opacity: 0; }
}

#umano_brand {
	position: relative;
	display: inline-block;
	width: 1000px;
	height: 1000px;
	padding: 50px;
	border-radius: 15px;
	background-color: rgba(255,255,255,0.35);
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	z-index: 2;
}
#umano_brand_box {
	width: 900px;
	height: 900px;
	padding: 50px;
	border-radius: 15px;
	background-color: rgba(255,255,255,0.90);
}

h4 {
	width: 100%;
	height: 35px;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	letter-spacing: 1px;
	font-weight: bold;
	float: left;
    position: relative;
    display: inline-block;
}
h4:before {
  content: '';
  position: absolute;
  bottom: -1px;
  display: inline-block;
  width: 70px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #206eb6;
}
h4.f{ margin-top: 70px;}

#umano_brand_box .t1{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight:bold;
}
#umano_brand_box .t2{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
	text-align: center;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight:bold;
}
#umano_brand_box .t3{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 60px;
	padding-top: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight:bold;
	border-top: 1px solid #CCC;
}

#section03 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
#contents03 {
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
h5 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	color: #206eb6;
	float: left;
}
.h5ac {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	float: left;
	margin-top: 30px;
	margin-bottom: 70px;
}

.swiper {
  width: 100%;
  height: 500px;
   margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 360px;
}

.swiper-slide {
  width: 340px !important;
  height: 360px !important;
  background-color: #FFF;
}
.swiper-button-next {
	transform: scale(0.7);
	margin-top: 180px !important;
	margin-right: 20px;
	 z-index: 1000 !important;
}
.swiper-button-prev {
	transform: scale(0.7);
     margin-top: 180px !important;
     margin-left: 20px;
	 z-index: 1000 !important;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 0 0 10px !important;
}
.swiper-pagination {
	margin-bottom: 130px;
}

#Pitem {
	width: 320px;
	height: 340px;
	padding: 10px;
	float: left;
	transition: 0.4s;
	outline-offset: -2px;
	border-radius: 8px;
}

#Pitem.green{outline: 2px solid #469614;}  /* Action 1.5.9.13 */
#Pitem.red{outline: 2px solid #f05015;}  /* Action 2.6.10.14 */
#Pitem.blue{outline: 2px solid #3caaf0;}  /* Action 3.7.11.15 */
#Pitem.yellow{outline: 2px solid #ff9600;}  /* Action 4.8.12.16 */

#Pitemttl {
	width: 100%;
	height: 34px;
	float: left;
	border-bottom: 1px solid #999;
}
#label_green{
	width: 95px;
	height: 33px;
	float: left;
	border-bottom: 2px solid #469614;
}
#label_green .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	color: #469614;
}
#label_green .no{
	width: auto;
	height: 30px;
	float: left;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	color: #469614;
}

#label_red{
	width: 95px;
	height: 33px;
	float: left;
	border-bottom: 2px solid #f05015;
}
#label_red .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	color: #f05015;
}
#label_red .no{
	width: auto;
	height: 30px;
	float: left;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	color: #f05015;
}

#label_blue{
	width: 95px;
	height: 33px;
	float: left;
	border-bottom: 2px solid #3caaf0;
}
#label_blue .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	color: #3caaf0;
}
#label_blue .no{
	width: auto;
	height: 30px;
	float: left;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	color: #3caaf0;
}

#label_yellow{
	width: 95px;
	height: 33px;
	float: left;
	border-bottom: 2px solid #ff9600;
}
#label_yellow .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	color: #ff9600;
}
#label_yellow .no{
	width: auto;
	height: 30px;
	float: left;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	color: #ff9600;
}
#Pitemttl .ttl{
	width: auto;
	height: 13px;
	float: right;
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	font-weight: bold;
	margin-top: 13px;
}
#Pitem .Img{
	width: 100%;
	height: 200px;
	float: left;
	transition: 0.4s;
	margin-top: 10px;
}
#Pitem .Img img{
	width: 320px;
	height: 200px;
	transition: 0.4s;
	border-radius: 5px;
}
#Pitem:hover .Img img{
	transform: scale(0.98);
}
#Pitem:hover{
box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}

.Pitemtxt {
	width: 100%;
	height: 70px;
	float: left;
	margin-top: 10px;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	color: #000;
	overflow: hidden;
}
.Pitemdate {
	width: 100%;
	height: 15px;
	float: left;
	margin-top: 5px;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	color: #000;
}
#contents03 .btn a{
	display: inline-block;
	width: 600px;
	height: 60px;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	letter-spacing: 1px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
	outline: 1px solid #333;
	outline-offset: -1px;
	border-radius: 30px;
	transition: 0.4s;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03 .btn a:hover{
	color: #fff;
	background-color:#206eb6;
}

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

}
