@charset "utf-8";
.flexcontainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90VW;
	margin: 0px;
	padding: 0px;
	background-color: rgba(255,200,255,0.0);
}
.supressor {
	width: 92%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

/* 以下のtransback0は、mobile対応の新式 beforeがポイント */

.transback0 {
	width: 100%;
	height:calc( (var(--height) * 100 ) );
	background: none;
	position: relative;
}
.transback0::before {
	background: linear-gradient(0deg,  rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url(../top/title/topmg.jpg);
  background-position: center center;
  background-size: cover;
  
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:calc( (var(--height) * 100 ) );
  content: "";
  z-index: -7;
  }
.wholewidth {
	width: 100%;
	background-color:rgba(255,255,255,1);
	z-index: -10;
}
#secondpage {
	height: auto;
	background-color:rgba(200,200,255,0.0);
	padding-top: 80px;
	padding-bottom: 80px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.hv100 {
	height: auto;
	background-color: rgba(255,255,100,0.0);
	padding-top: 80px;
	padding-bottom: 80px;
}
.pagefooter {
	text-align: center;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: rgba(255,255,255,1);
}
.blnkback1{
	height: 80VH;
	display: grid;
	place-items: center;
}
#slidelogo1{
	position: absolute;
	top: 49VH;
	left: 7VW;
	width: 70VW;
}
#slidelogo2{
	position: absolute;
	top: 55.5VH;
	left: 7VW;
	width: 48VW;
}
.transback1 {
	width: 100%;

    padding-top: 160px;
	padding-bottom: 160px;
	margin-top:160px;

	background: 
	linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
	url(../top/title/5.jpg);
	//background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	
}
.h1logo{
	display: block;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 80px;
}
.about2l {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	background-color: rgba(255,255,153,0.0);
}
.about2r {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	background-color: rgba(255,255,153,0.0);
}
.fs6vw {
	font-size: 6VW;
	line-height: 160%;
}

@media screen and (min-width:800px) {
.fs6vw {
	font-size: 3VW;
	line-height: 160%;
	padding-top: 80px;
}

.about2l {
	width: 36%;
	//margin-right: 20px;
	margin-left: 10%;
	background-color: rgba(255,200,153,0.0);
}
.about2r {
	width: 44%;
	//margin-right: 20px;
	//margin-left: 10px;
}
.h1logo{
	width: 400px;
	padding-top: 0px;
	padding-bottom: 120px;
}
.flexcontainer {
	width: 80VW;
	max-width: 1000px;
}
.transback1 {
	height: 100VH;
	display: grid;
	place-items: center;
	padding: 0;
}
#slidelogo1{
	position: absolute;
	top: 49VH;
	left: 7VW;
	width: 56VW;
}
#slidelogo2{
	position: absolute;
	top: 58VH;
	left: 7VW;
	width: 18VW;
}

.hv100 {
	height: 95VH;
	//height:calc( (var(--height) * 100 ) );
	
	padding: 0;
	display: grid;
	place-items: center;
}
#secondpage {
	height:calc( (var(--height) * 100 ) );
	padding: 0;
	display: grid;
	place-items: center;
}
}
@media screen and (min-width:1080px) {
	
	.grid1 {
		flex: 1;
		padding: 5px;
	}
	.flexbox {
    display: -webkit-flex;
    display: flex;
	}
	.supressor {
	width: 90%;
	max-width: 1200px;
	background-color: rgba(255,200,100,0.0);
	}
	
}
