@charset "utf-8";

.flexcontainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.sideaside {
	flex: 1;
	margin: 0px;
	padding: 1em;
	background-color: rgba(255,255,255,1);
}
/* 以下のtransback0は、mobile対応の新式 beforeがポイント */

.transback0 {
	width: 100%;
	height: 100VH;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.transback0::before {
	/*background: linear-gradient(0deg,  rgba(240, 240, 161, .1), rgba(255, 240, 240, .95)),
  url(../top/slider/1.gif);
  background-size: cover;
  */
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100VH;
  content: "";
  z-index: -7;
  }

.transback1 {
	width: 100%;
	height: 30VH;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(0deg,  rgba(200, 200, 200, .17), rgba(255, 255, 255, 0));
}

  /*
  .transback1::before {
	background: linear-gradient(0deg,  rgba(161, 240, 161, .1), rgba(240, 255, 240, .95)),
  url(../top/slider/1.gif);
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100VH;
  content: "";
  z-index: -7;
  }
  */

.wholewidth {
	width: 100%;
	z-index: -10;
	margin: 0px;
	padding: 0px;
}
.cell2 {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	}
.pflex{
	text-align:left;
}
.supressor {
	//width: calc(100% - 80px);
	width: 92%;
	max-width:800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.hzone{
	width: 100%;
	height: 120px;
	margin:0;
	padding: 0px;
	position: relative;
}
.hzonelogo{
	position: absolute;
	left: 20px;
	top: 40px;
}
.logob{
	width:200%;
	max-width:600px;
}
.logoew{
	width:70%;
	max-width:600px;
}
.logojw{
	width:70%;
	max-width:280px;
}
.newszone{
	text-align: left;
	padding-top: 0px;
	padding-right: 110px;
	padding-bottom: 0em;
	padding-left: 40px;
}
.fttext{
	position: absolute;
	right: 80px;
	top: 40px;
	font-size: 0.5em;
}
.psmallmb{
	font-size: 1.1em;
}
.gflex{
	display: block;
}
.aboutfig{
	display:none;
}
.mainrole{
	width: 100%;
	//padding-top:40px;
	//padding-bottom:40px;
}
@media screen and (min-width:800px) {
/*
.mainrole{
	padding: 0px;
	width: calc(80% - 80px);
	margin-right: auto;
	margin-left: auto;
	max-width: 1320px;
	padding-top:40px;
}
*/
.brmb {
	display:none;
}
.gflex{
	display: grid;
  justify-items: center;
  align-items: center;
}
	.psmallmb{
	font-size: 1.4em;
}
	.newszone{
		text-align: right;
	}
	.pflex{
	text-align:center;
}
	.cell2 {
	width: 44%;
	}
	
}
@media screen and (min-width:1000px) {
.aboutfig{
	display: block;
	width: 400px;
	position: absolute;
	top: 460px;
	right: 200px;
	
}

.aboutmg1{
	//mix-blend-mode : luminosity;
	mix-blend-mode : difference;
	opacity:1;
	overflow: hidden;
}
}
